/*! HTML5 Boilerplate v5.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #857e79;
  font-size: 16px;
  line-height: 1;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #007ebd;
  color: #aee2fa;
  text-shadow: none;
}

::selection {
  background: #007ebd;
  color: #aee2fa;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Seivwright Brothers
   ========================================================================== */

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  background-color: #fff;
}

a {
  text-decoration: none;
  color: #4ba82e;
}

img {
  display: block;
  max-width: 100%;
}

ul {
  list-style: none;
}

/*

font-family: adobe-garamond-pro, serif;
font-weight: 400;
font-style: normal;

font-family: proxima-nova, sans-serif;
font-weight: 600;
font-style: normal;

font-family: proxima-nova, sans-serif;
font-weight: 400;
font-style: normal;

font-family: proxima-nova, sans-serif;
font-weight: 300;
font-style: normal;

*/

body, input, textarea {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
}

em {
  font-style: normal;
  font-weight: 400;
}

a {
  color: #002f87;
}

strong {
  font-weight: 400;
}

ul, li, p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
}

ul {
  list-style: none;
}

.pure-form input[type="text"],
.pure-form input[type="password"],
.pure-form input[type="email"],
.pure-form input[type="url"],
.pure-form input[type="date"],
.pure-form input[type="month"],
.pure-form input[type="time"],
.pure-form input[type="datetime"],
.pure-form input[type="datetime-local"],
.pure-form input[type="week"],
.pure-form input[type="number"],
.pure-form input[type="search"],
.pure-form input[type="tel"],
.pure-form input[type="color"],
.pure-form select,
.pure-form textarea {
  padding: 0 14px;
  font-size: 16px;
  height: 44px;
  display: block;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 4px;
  width: 100%;
  vertical-align: middle;
  background-color: transparent;
  border: none;
  background-color: #fff;
}

.pure-form textarea {
  padding: 14px;
}

.pure-form .heading {
  margin-bottom: 10px;
}

.pure-form label {
  font-size: 0.875rem;
  color: #002f87;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}

.pure-form label.required:after {
  content: ' *';
}

.pure-form .notifications {
  margin-bottom: 20px;
  font-size: 18px;
}

.pure-form .error-message {
  color: #F5A800;
}

.pure-form .success-message {
  color: #94c11f;
}

.pure-form textarea {
  height: 180px;
}

.pure-form button {
  border: 0;
  background-color: #ffb71b;
  font-size: 1rem;
  text-transform: uppercase;
  color: #fff;
  padding: 16px 24px;
  border-radius: 10px;
}

.pure-form .field {
  margin-bottom: 20px;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
}

.container {
  max-width: 1000px; /* 960px */
  padding: 0 20px;
  margin: 0 auto;
}

.container:before,
.container:after {
  content: "";
  display: table;
  clear: both;
}

header {
  position: relative;
}

.open-nav {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 28px;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 770px;
  margin: 0 auto;
}

.header__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 134px;
  height: 160px;
  background-color: #000;
}

.header__contact {
  margin-bottom: 32px;
  font-size: 0.875rem;
  color: #1d1d1b;
  line-height: 1.5;
  font-weight: 300;
}

.header__contact a {
  color: #1d1d1b;
}

nav {
  background-color: #000;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}

nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav ul li {
  position: relative;
  font-size: 0.75rem;
  font-weight: 300;
  text-transform: uppercase;
  display: block;
  padding: 16px 12px 16px 0;
  margin-right: 12px;
}

nav > ul > li:after {
  content: ' ';
  position: absolute;
  top: 17px;
  right: 0;
  width: 1px;
  height: 10px;
  background-color: rgba(255,255,255,.5);
}

nav ul li:last-of-type {
  margin-right: 4px;
}

nav ul li:last-of-type:after {
  content: '';
  display: none;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background-color: none;
}

nav ul li a {
  display: block;
  color: #fff;
  transition: all 0.4s;
}

nav ul li a:hover {
  color: #89c33f;
}

nav ul li.here a {
  color: #89c33f;
  font-weight: 400;
}

nav ul ul {
  display: none;
  position: absolute;
  top: 44px;
  left: -20px;
  width: 260px;
  padding: 16px;
  background-color: rgba(0,0,0,.75);
  z-index: 9999;
}

nav ul ul li {
  line-height: 1.25;
  margin-bottom: 4px;
  margin-right: 0;
  padding: 0;
}

nav ul ul li:last-of-type {
  margin-bottom: 0;
}

nav ul li.here ul a,
nav ul ul li a {
  color: #fff;
  font-weight: 400;
}

nav ul li.here ul a:hover,
nav ul ul li a:hover {
  color: #89c33f;
}

nav ul li.has-drop:hover ul {
  display: block;
}

nav a.book-now {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #89c33f;
  height: 44px;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0 16px;
}

.banners {
  position: relative;
}

.banners__banner {
  display: block !important;
}

.banners__banner img {
  width: 100%;
}

.text {
  padding: 68px 0 48px;
  text-align: center;
}

.body h2 {
  font-family: adobe-garamond-pro, serif;
  line-height: 1.125;
  margin-bottom: 28px;
  font-size: 2.125rem;
  text-transform: uppercase;
}

.body h2 em {
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-size: 1.375rem;
}

.body h3 {
  line-height: 1.375;
  margin-bottom: 28px;
  font-weight: 300;
  font-size: 1.375rem;
}

.body h4 {
  line-height: 1.5;
  margin-bottom: 24px;
  font-weight: 300;
  font-size: 1.25rem;
}

.body p {
  line-height: 1.5;
  margin-bottom: 28px;
  font-weight: 300;
  font-size: 1rem;
}

.body ul {
  margin-bottom: 28px;
}

.body ul li {
  line-height: 1.5;
  font-weight: 300;
  font-size: 1rem;
  list-style-type: disc;
  list-style-position: inside;
}

.testimonial {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial__quote {
  min-height: 420px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}

.testimonial__quote p {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.125;
  text-align: center;
  color: #fff;
  max-width: 740px;
  margin: 0 auto;
}

.no-bg .testimonial__quote p {
  color: #000;
}

.testimonial__quote p:first-of-type {
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(/img/cone-white.svg);
  background-size: 60px 80px;
  padding-top: 100px;
}

.no-bg .testimonial__quote p:first-of-type {
  background-image: url(/img/cone-black.svg);
}

.page-blocks:before,
.page-blocks:after {
  content: "";
  display: table;
  clear: both;
}

.page-blocks__block {
  display: block;
  float: left;
  width: 32.29166666666667%; /* 310px */
  margin: 0 1.5625% 32px 0; /* 15px */
}

.page-blocks__block:nth-of-type(3n+3) {
  margin-right: 0;
}

.blocks__block {
  position: relative;
}

.container--page-blocks,
.container--contact {
  padding: 64px 20px;
}

.container--contact {
  padding: 0 20px 20px;
}

.container--page-blocks h2,
.container--contact h2 {
  text-align: center;
}

.page-blocks__block img {
  margin-bottom: 4px;
}

.page-blocks__block h3 {
  font-family: adobe-garamond-pro, serif;
  font-size: 1.25em;
  color: #000;
  text-transform: uppercase;
  padding: 14px 0 10px 34px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url(/img/cone-black.svg);
}

.contact {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 64px;
}

.contact__block {
  width: 28%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.contact__block:last-of-type {
  width: 40%;
}

.contact__block img {
  margin-right: 24px;
}

.contact__block h4 {
  font-size: 0.875rem;
  color: #000;
  line-height: 1.25;
  text-transform: uppercase;
}

.contact__block h4 a {
  color: #000;
  text-transform: none;
  font-weight: 600;
}

.rooms__room {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 12px;
}

.rooms__room__image {
  width: 36.875%; /* 354px */
}

.rooms__room__description {
  width: 61.875%; /* 594px */
  background-color: #c4af96;
  min-height: 280px;
  background-position: center top, center bottom;
  background-repeat: no-repeat, no-repeat;
  background-image: url(/img/cone-top.svg), url(/img/cone-bottom.svg);
  padding: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.rooms__room__description h3 {
  color: #603813;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 1.25;
}

.rooms__room__description p {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #000;
  margin-bottom: 16px;
}

.rooms__room__description .book-now {
  display: block;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.menus {
  padding: 64px 0;
  text-align: center;
}

.menus h2 {
  margin-bottom: 72px;
}

.menus__menu {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-top: 1px solid #603813;
  margin-bottom: 36px;
}

.menus__menu:last-of-type {
  margin-bottom: 0;
}

.menus__menu img.cone {
  margin: -28px 0 28px;
  background-color: #fff;
  padding: 0 12px;
}

.sliders > div {
  display: block !important;
}

.sliders__slide {
  min-height: 760px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sliders__slide__text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
  background-color: rgba(0,0,0,.5);
  background-blend-mode: multiply;
  padding: 36px 0 28px;
}

.sliders__slide a.linkTo {
  display: block;
  width: 100%;
}

.sliders__slide__text h2 {
  color: #fff;
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-size: 2.75rem;
  text-transform: uppercase;
  line-height: 1.125;
  max-width: 580px;
  margin-bottom: 8px;
}

.sliders__slide__text p {
  font-size: 1.375rem;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
}

.sliders .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 9999;
  opacity: 0.5;
  transition: all 0.4s;
}

.sliders .slick-arrow--prev {
  left: 40px;
  background-image: url(/img/prev.svg);
}

.sliders .slick-arrow--next {
  right: 40px;
  background-image: url(/img/next.svg);
}

.sliders .slick-arrow:hover {
  opacity: 1;
}

.directions {
  padding: 64px 0;
  text-align: center;
}

.directions__direction {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #603813;
  margin-bottom: 72px;
}

.directions__direction:last-of-type {
  margin-bottom: 0;
}

.directions__direction img.cone {
  margin: 28px 0 -28px;
  background-color: #fff;
  padding: 0 12px;
}

.directions__direction h3 {
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-size: 2.125rem;
  text-transform: uppercase;
}

footer {
  background-color: #000;
  padding: 20px 0;
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.75;
  margin-bottom: 20px;
}

.footer__legal {
  font-size: 0.875rem;
  font-weight: 300;
  color: #fff;
}

.roomGallerySlider .slick-arrow {
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 9999;
  opacity: 0.75;
  transition: all 0.4s;
  z-index: 9000;
  background-color: #000;
}

.roomGallerySlider .slick-arrow--prev {
  right: 41px;
  background-image: url(/img/prev.svg);
}

.roomGallerySlider .slick-arrow--next {
  right: 0;
  background-image: url(/img/next.svg);
}

.roomGallerySlider .slick-arrow:hover {
  opacity: 1;
}

.slick-slide > div > div {
  display: block !important;
}

.autumnWinterSlider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.autumnWinterSlider .slick-track,
.autumnWinterSlider .slick-list {
  transform: inherit !important;
}

.autumnWinter .container {
  max-width: 1200px;
}

.autumnWinter__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.autumnWinter.autumnWinter--autumn .autumnWinter__bg {
  background-color: rgba(92,31,15,.82);
  mix-blend-mode: multiply;
}

.autumnWinter.autumnWinter--winter .autumnWinter__bg {
  background-color: rgba(32,68,67,.82);
  mix-blend-mode: hard-light;
}

.autumnWinter.autumnWinter--spring .autumnWinter__bg {
  background-color: rgba(17, 153, 39, 0.82);
  mix-blend-mode: hard-light;
}

.autumnWinter__content {
  position: relative;
  padding: 24px 0;
}

.autumnWinter__content__grid {
  display: grid;
  grid-template-columns: repeat(6,1fr);
  grid-gap: 20px;
}

.autumnWinter__content__grid > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 64px;
}

.autumnWinter__content__grid > div:nth-of-type(2),
.autumnWinter__content__grid > div:nth-of-type(3) {
  grid-column: span 2;
}

.autumnWinter__content__grid > div:first-of-type {
  text-align: center;
}

.autumnWinter__content__grid h3 {
  font-size: 1.25rem;
  line-height: 1.25;
  color: #fff;
  text-transform: uppercase;
}

.autumnWinter__content__grid h3 strong {
  font-weight: bold;
}

.autumnWinter__content__grid__text > img {
  width: 24px;
  height: auto;
  margin-right: 16px;
}

.autumnWinter__content__grid__text p {
  width: calc(100% - 40px);
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.75;
}

.autumnWinter__content__grid__more {
  text-align: center;
}

.autumnWinter__content__grid__more a {
  display: block;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #fff;
  text-transform: uppercase;
}

.autumnWinter__content__grid__more a strong {
  font-weight: bold;
}

@media (max-width: 1120px) {
  
  .autumnWinter__content__grid {
    grid-template-columns: repeat(1,1fr);
    grid-gap: 12px;
  }
  
  .autumnWinter__content__grid > div {
    min-height: 0;
  }

  .autumnWinter__content__grid > div:first-of-type,
  .autumnWinter__content__grid > div:last-of-type {
    grid-column: span 1;
    justify-content: center;
  }
  
  .autumnWinter__content__grid > div:nth-of-type(2),
  .autumnWinter__content__grid > div:nth-of-type(3) {
    grid-column: span 1;
  }
  
  .autumnWinter__content__grid h3 br,
  .autumnWinter__content__grid__more a br {
    display: none;
  }

}

@media (max-width: 1024px) {
  
  .autumnWinter__content__grid {
    grid-template-columns: repeat(1,1fr);
  }

  .autumnWinter__content__grid > div:first-of-type,
  .autumnWinter__content__grid > div:last-of-type {
    grid-column: span 1;
  }
  
  .autumnWinter__content__grid {
    grid-gap: 16px;
  }
  
  .autumnWinter__content__grid > div.autumnWinter__content__grid__text {
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
  }
  
  .autumnWinter__content__grid__text p {
    min-height: 0;
    max-width: 400px;
  }
  
  .autumnWinter__content__grid__text > img {
    margin-top: 0;
  }
  
  .autumnWinterSlider {
    position: static;
    bottom: auto;
    left: auto;
    width: 100%;
  }
  
  .autumnWinter.autumnWinter--autumn .autumnWinter__bg {
    background-color: rgba(92,31,15,1);
  }
  
  .autumnWinter.autumnWinter--winter .autumnWinter__bg {
    background-color: rgba(32,68,67,1);
  }

}

@media (max-width: 767px) {

  

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *  `contenteditable` attribute is included anywhere else in the document.
 *  Otherwise it causes space to appear at the top and bottom of elements
 *  that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *  `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
     (-webkit-min-device-pixel-ratio: 1.25),
     (-o-min-device-pixel-ratio: 5/4),
     (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster:
                   http://www.sanbeiji.com/archives/953 */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
