@font-face {
  font-family: "Cadiz";
  src: url("/assets/fonts/Cadiz-Bold.otf") format("opentype");
  font-weight: 600; }

@font-face {
  font-family: "Cadiz";
  src: url("/assets/fonts/Cadiz-Black.otf") format("opentype");
  font-weight: 900; }

@font-face {
  font-family: "Newzald";
  src: url("/assets/fonts/Newzald-Medium.otf") format("opentype");
  font-weight: 300; }

* {
  box-sizing: border-box;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  overflow-x: hidden;
  margin: 0;
  font-size: 18px;
  font-family: "brandon-grotesque", sans-serif;
  color: #e57350; }

button {
  cursor: pointer; }

h1, h2, h3 {
  font-family: "Cadiz", sans-serif; }

img {
  display: block; }

hr {
  border: 0px none;
  height: 7px;
  margin: 20px 0;
  background: url("/assets/img/misc/hr-orange.svg") 0 0 no-repeat; }
  hr.blue {
    background-image: url("/assets/img/misc/hr-blue.svg"); }
  hr.light {
    background-image: url("/assets/img/misc/hr-lightblue.svg"); }
  hr.yellow {
    background-image: url("/assets/img/misc/hr-yellow.svg"); }

.backdrop {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .backdrop.fixed {
    z-index: 0;
    background-attachment: fixed; }
  .backdrop video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    display: block; }
  .backdrop .slideshow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.button {
  display: inline-block;
  border: 0px none;
  background-color: #e57350;
  color: #faf7d3;
  cursor: pointer;
  padding: 14px 35px 15px;
  font-size: 20px;
  font-family: "Cadiz", sans-serif;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  margin: 20px auto;
  border-radius: 5px;
  transition: background-color 0.2s; }
  .button:hover {
    background-color: #ea9471; }

.contact-heading {
  margin: 0;
  max-width: 70%;
  font-size: 48px;
  text-transform: uppercase;
  letter-spacing: 0.01em; }

.contact-info {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em; }

.floating-blurb {
  color: #faf7d3;
  font-size: 16px;
  font-weight: 600;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  transition: opacity 0.4s;
  position: static; }
  .floating-blurb[href], .floating-blurb[data-scroll-to] {
    cursor: pointer; }
    .floating-blurb[href]:hover, .floating-blurb[data-scroll-to]:hover {
      opacity: 0.5; }
  .floating-blurb h3 {
    margin-top: 0;
    margin-bottom: 0.5em;
    font-size: 22px;
    text-transform: uppercase; }
  .floating-blurb p {
    font-size: 18px; }
  .floating-blurb a {
    color: #faf7d3;
    text-decoration: none; }
    .floating-blurb a:hover {
      text-decoration: underline; }
  .floating-blurb hr {
    background-image: url("/assets/img/misc/hr-yellow.svg");
    margin: 0; }
  .floating-blurb.top-left {
    top: 60px;
    left: 60px; }
  .floating-blurb.bottom-left {
    bottom: 60px;
    left: 60px; }
  .floating-blurb.bottom-right {
    bottom: 60px;
    right: 60px; }
  .floating-blurb.top-left {
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Cadiz", sans-serif;
    letter-spacing: 0.08em; }
    @media screen and (min-width: 767px) {
      .floating-blurb.top-left p {
        margin: 0; } }
    .floating-blurb.top-left span {
      vertical-align: middle;
      display: inline-block;
      width: 1.5em;
      height: 0.12em;
      background: currentColor;
      transform: translateY(-2px);
      margin: 0 0.5em;
      opacity: 0.9; }
  @media screen and (min-width: 767px) {
    .floating-blurb {
      position: absolute; }
      .floating-blurb.bottom-right {
        text-align: right; }
        .floating-blurb.bottom-right hr {
          background-position: center right; } }

header.nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 0px;
  max-width: 800px;
  z-index: 100; }
  header.nav .navicon {
    position: absolute;
    z-index: 1001;
    top: 20px;
    right: 20px; }
    @media screen and (min-width: 767px) {
      header.nav .navicon {
        top: 60px;
        right: 60px; } }
  header.nav .nav-overlay {
    visibility: hidden;
    opacity: 0;
    transform: translateX(100%);
    z-index: 1000;
    transition: visibility 0.3s, opacity 0.3s, transform 0.15s ease-out; }
  header.nav .nav-overlay.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateX(0%); }

.image-break {
  position: relative;
  z-index: 2;
  max-height: 600px;
  height: 67vw; }
  @media screen and (max-width: 768px) {
    .image-break {
      min-height: 150vw; } }
  .image-break .deco {
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90vh;
    max-height: 90%; }
  .image-break[data-break-ix="1"] .fixed {
    background-size: 25vw auto; }
  @media screen and (min-width: 767px) {
    .image-break[data-break-ix="1"] .fixed {
      background-size: auto 80vh; } }
  .image-break[data-break-ix="2"] .fixed {
    background-size: 280px 280px; }
  .image-break[data-break-ix="3"] .fixed {
    background-size: 90% auto; }
    @media screen and (min-width: 767px) {
      .image-break[data-break-ix="3"] .fixed {
        background-size: 35% auto; } }

.instagram .thumbs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.instagram .thumb {
  visibility: hidden;
  opacity: 0;
  width: calc(25% - ((3 * 15px) / 4));
  padding-top: 25%;
  position: relative;
  margin-right: 15px;
  margin-bottom: 15px;
  transition: .3s ease;
  transition-property: opacity, visibility, transform; }
  .instagram .thumb.is-visible {
    opacity: 1;
    visibility: visible; }
  .instagram .thumb:hover {
    transform: scale(1.05); }
  @media only screen and (min-width: 1030px) {
    .instagram .thumb:nth-child(4n-4) {
      margin-right: 0; } }
  @media only screen and (max-width: 1030px) and (min-width: 769px) {
    .instagram .thumb {
      width: calc(33% - ((2 * 15px) / 3));
      padding-top: 33%; }
      .instagram .thumb:nth-child(3n-3) {
        margin-right: 0; } }
  @media only screen and (max-width: 768px) {
    .instagram .thumb {
      width: calc(50% - (15px / 2));
      padding-top: 50%; }
      .instagram .thumb:nth-child(2n-2) {
        margin-right: 0; } }
  .instagram .thumb img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }

.instagram .instagram-messages {
  position: absolute;
  left: 50%;
  top: 100px;
  transform: translateX(-50%); }

.instagram [data-loading-error] {
  visibility: hidden;
  opacity: 0; }

.instagram [data-loading-indicator] {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%); }

.logo-center {
  display: block;
  margin: 0 auto; }

.main-heading img {
  width: 100%; }

.main-logo {
  font-size: 0;
  color: transparent;
  width: 90vw;
  max-width: 320px; }
  .main-logo img {
    width: 100%; }
  @media screen and (min-width: 767px) {
    .main-logo {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      max-width: 500px; } }

.menu-item {
  color: #e57350; }
  .menu-item > .menu-item-inner {
    width: 280px;
    margin-left: auto; }
  .menu-item .menu-item-image {
    background: #e57350;
    position: relative;
    width: 280px;
    height: 280px;
    margin-bottom: 40px; }
    .menu-item .menu-item-image img {
      height: 280px;
      position: absolute;
      top: 20px; }
  .menu-item .menu-item-title {
    font-size: 32px;
    max-width: 75%;
    margin-bottom: 30px;
    letter-spacing: 0.05em; }
  .menu-item .menu-item-text {
    padding-left: 20px;
    margin-bottom: 2em; }
  @media screen and (min-width: 767px) {
    .menu-item .menu-item-title {
      padding-left: 20px; }
    .menu-item .menu-item-text {
      padding-left: 60px; } }
  .menu-item.left .menu-item-image img {
    right: 20px; }
  .menu-item.right .menu-item-image img {
    left: 20px; }
  .menu-item.right .menu-item-inner {
    margin-left: 0; }
  .menu-item.alt {
    color: #01a0a7; }
    .menu-item.alt .menu-item-image {
      background: #01a0a7; }

.menu-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 10px 0; }
  .menu-selector button {
    margin: 0 30px;
    background: none;
    border: none;
    color: #faf7d3;
    font-family: "Cadiz", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    position: relative; }
    .menu-selector button:before {
      position: absolute;
      display: block;
      content: "";
      top: 13px;
      left: -30px;
      width: 25px;
      height: 2px;
      transition: background-color 0.2s;
      background-color: transparent; }
    .menu-selector button.active:before {
      background: #faf7d3; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10001;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s; }
  .modal.reveal {
    opacity: 1;
    visibility: visible; }
  .modal .modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    opacity: 0.5; }
  .modal .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.nav-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  max-width: 800px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 40px;
  background: #faf7d3;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }
  .nav-overlay .deco {
    width: 7vh;
    height: 9vh; }
  .nav-overlay nav {
    font-size: 4.5vh;
    font-family: "Cadiz", sans-serif;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1.2em;
    min-height: calc(100vh - 240px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding-top: 20px;
    padding-bottom: 20px; }
    .nav-overlay nav a {
      display: block;
      cursor: pointer;
      text-decoration: none;
      color: #e57350;
      text-transform: uppercase; }
  @media screen and (max-width: 768px) {
    .nav-overlay nav {
      padding-top: 20px;
      padding-bottom: 20px; } }
  @media screen and (min-width: 767px) {
    .nav-overlay {
      -ms-flex-pack: distribute;
          justify-content: space-around;
      padding-left: 12vh; }
      .nav-overlay .deco {
        margin-bottom: 5vh;
        width: 9vh;
        height: 11vh; }
      .nav-overlay .socicons {
        margin-top: 40px; }
      .nav-overlay nav {
        font-size: 5vh;
        font-family: "Cadiz", sans-serif;
        min-height: auto;
        line-height: 1.6em; } }

.navicon {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: none;
  border: none;
  color: transparent;
  font-size: 0;
  border-radius: 50%;
  width: 30px;
  height: 30px; }
  .navicon:before, .navicon:after {
    display: block;
    position: absolute;
    content: "";
    background: #faf7d3;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 4px;
    transition: transform 0.3s, background-color 0.2s;
    transform-origin: 50% 50%; }
  .navicon:before {
    transform: translate(-50%, -7px); }
  .navicon:after {
    transform: translate(-50%, 3px); }
  .navicon.is-open {
    background: transparent; }
    .navicon.is-open:before, .navicon.is-open:after {
      background-color: #e57350; }
    .navicon.is-open:before {
      transform: translate(-50%, -2px) rotate(-225deg); }
    .navicon.is-open:after {
      transform: translate(-50%, -2px) rotate(-135deg); }
  .navicon.invert:before, .navicon.invert:after {
    background-color: #e57350; }

.offers-disabled .offers-disabled-img {
  margin: 0 auto; }

.offers-disabled .offers-disabled-text {
  text-align: center;
  max-width: 320px;
  margin: 0 auto; }

.opening-date {
  background: linear-gradient(to bottom, #faf7d3 50%, #cee7e8 50%) #cee7e8; }
  .opening-date .opening {
    width: 110px;
    min-width: 110px;
    margin: 0 auto; }
  @media screen and (min-width: 767px) {
    .opening-date {
      padding: 0 50px; }
      .opening-date .inner {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
      .opening-date .opening {
        margin: 0; }
      .opening-date .main-title {
        height: 45vw; } }
    @media screen and (min-width: 767px) and (min-width: 767px) {
      .opening-date .main-title {
        margin-left: 60px; } }

.pdf-downloads {
  width: 100%;
  margin: 0 auto;
  max-width: 650px;
  text-align: center;
  background: #cee7e8;
  padding: 30px 20px 10px; }
  .pdf-downloads .deco img {
    margin: 0 auto 30px;
    max-width: 100%; }
  .pdf-downloads .pdf-downloads-buttons .button {
    width: 100%;
    margin: 0 20px 10px;
    max-width: 220px; }
  @media screen and (min-width: 767px) {
    .pdf-downloads {
      padding: 60px 60px 40px; }
      .pdf-downloads .deco img {
        margin: 0 auto 50px; }
      .pdf-downloads .pdf-downloads-buttons {
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-pack: justify;
            justify-content: space-between; }
        .pdf-downloads .pdf-downloads-buttons .button {
          width: auto; } }

.promo-block {
  padding: 50px 20px; }
  @media screen and (min-width: 767px) {
    .promo-block {
      padding: 75px 20px; } }
  .promo-block .inner {
    max-width: 600px;
    margin: 0 auto; }
  .promo-block .promo-block-title {
    margin: 0;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: normal; }
    @media screen and (min-width: 767px) {
      .promo-block .promo-block-title {
        font-size: 28px; } }
  .promo-block .promo-block-title + hr {
    background-position: center center; }
  .promo-block .promo-block-image {
    margin: 30px -20px; }
    .promo-block .promo-block-image img {
      width: 100%; }
  .promo-block .promo-block-body {
    font-size: 16px; }
  .promo-block .promo-block-cta {
    text-align: center; }
  .promo-block .promo-block-button {
    margin: 40px auto 20px; }
  .promo-block.blue {
    background-color: #cee7e8; }
  .promo-block.yellow {
    background-color: #faf7d3; }
  .promo-block.orange {
    background-color: #e57350;
    color: #faf7d3; }
    .promo-block.orange .promo-block-button {
      background-color: #faf7d3;
      color: #e57350; }

.section-title {
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 10px; }
  @media screen and (min-width: 767px) {
    .section-title {
      font-size: 48px; } }

.section-title + hr {
  background-position: center center; }

.section-subtitle {
  text-align: center;
  padding: 0 2em;
  font-weight: bold;
  margin-bottom: 40px; }
  @media screen and (min-width: 767px) {
    .section-subtitle {
      font-size: 20px; } }

[data-controller="multi-servd"] {
  overflow: hidden; }
  [data-controller="multi-servd"] .servd {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-pack: center;
        justify-content: center;
    margin: 20px auto;
    transition: transform 0.3s;
    max-width: 800px; }
    [data-controller="multi-servd"] .servd + .servd {
      display: none; }
    [data-controller="multi-servd"] .servd.move-sidebar {
      transform: translateX(-100%); }
    [data-controller="multi-servd"] .servd .deco {
      position: absolute;
      top: 50%;
      right: 0px;
      z-index: 2;
      transform: translate(50%, -50%);
      display: none; }

.servd-sidebar {
  border: 1px solid;
  float: left;
  margin: 0 -1px 0 0;
  padding: 20px 0 0;
  position: relative;
  z-index: 2;
  min-width: 250px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: stretch;
      justify-content: stretch; }
  .servd-sidebar > .sep {
    -ms-flex: 1;
        flex: 1; }
  .servd-sidebar a {
    cursor: pointer;
    display: block;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.2em;
    text-transform: uppercase;
    padding: 0px 10px 10px 0; }
  .servd-sidebar ul {
    display: none;
    padding: 0;
    list-style: none; }
  .servd-sidebar li.active > ul {
    display: block; }
  .servd-sidebar .active > ul {
    display: block; }
  .servd-sidebar .active > .heading {
    margin-bottom: 5px; }
  @media screen and (min-width: 767px) {
    .servd-sidebar .active .list-style-sidebar {
      padding-left: 20px;
      margin: 0; } }
  .servd-sidebar > .active > .heading {
    margin-bottom: 15px; }

.servd-sidebar-section {
  margin: 0 0 -10px;
  padding: 10px 40px;
  cursor: pointer; }
  .servd-sidebar-section:hover {
    opacity: 0.6; }
  .servd-sidebar-section.active > a {
    position: relative; }
    .servd-sidebar-section.active > a:before {
      content: "";
      display: block;
      width: 25px;
      height: 2px;
      top: 9px;
      left: -40px;
      background: #faf7d3;
      position: absolute; }
  .servd-sidebar-section.special {
    text-align: center;
    border-top: 1px solid;
    margin: 20px 0 -1px;
    padding: 25px 40px 13px; }
    .servd-sidebar-section.special a {
      color: #faf7d3;
      transition: color 0.3s; }

.servd-main {
  -ms-flex: 1;
      flex: 1;
  z-index: 0;
  position: relative;
  overflow: hidden;
  border: 1px solid; }
  .servd-main .menus {
    position: relative; }
  .servd-main .items {
    position: absolute;
    top: 0;
    left: 100%; }

.servd-pane {
  display: none;
  padding: 30px 40px; }
  .servd-pane.active {
    display: block; }
  .servd-pane .list-style-menu-pane li {
    padding: 10px 0; }
    .servd-pane .list-style-menu-pane li:first-child {
      padding-top: 0; }
  .servd-pane h3 {
    color: #faf7d3;
    text-transform: uppercase;
    font-size: 18px;
    text-align: left;
    margin: 14px 0 22px;
    font-weight: 400;
    display: none; }

.servd-item {
  background: #faf7d3;
  width: 760px;
  max-width: 760px; }
  .servd-item .image-area {
    position: relative;
    width: 100%;
    height: 480px;
    overflow: hidden;
    background: url("../img/icons/loader.gif") center center no-repeat #eee; }
    .servd-item .image-area .full {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-position: center center; }
    .servd-item .image-area .no-image {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: none !important;
      background: #eee; }
      .servd-item .image-area .no-image img {
        width: 60%;
        margin: 190px 20%; }
  .servd-item .info-area {
    position: relative;
    padding: 50px 65px;
    background: #faf7d3;
    color: #e57350; }
    .servd-item .info-area .name {
      margin: 0 0 8px;
      text-align: left;
      font-weight: normal;
      font-size: 32px; }
    .servd-item .info-area .price {
      margin: 0.5em 0 0;
      color: #e57350; }
    .servd-item .info-area .recc {
      margin: 0;
      line-height: 1.2em; }
    .servd-item .info-area .desc {
      margin: 10px 0;
      line-height: 1.4em;
      color: #e57350; }
    .servd-item .info-area .servd-property {
      background: none;
      border: none;
      font-style: normal;
      text-transform: capitalize; }
    .servd-item .info-area .back {
      position: absolute;
      bottom: 0;
      right: 0;
      cursor: pointer;
      margin: 50px;
      font-size: 36px;
      font-family: "Newzald", sans-serif;
      text-decoration: none;
      color: #e57350; }

.list-style-menu-pane {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #faf7d3; }

.servd-property {
  height: 20px;
  text-align: center;
  display: inline-block;
  margin: 0;
  opacity: 0.5;
  border-radius: 5px; }

.servd-property-icons {
  display: block;
  white-space: normal;
  margin-top: 5px; }

.go-back {
  display: none;
  position: absolute;
  top: 0px;
  width: 40px;
  height: 40px;
  opacity: 0;
  z-index: 3;
  color: #faf7d3;
  font-size: 25px;
  text-align: center;
  text-decoration: none;
  line-height: 44px;
  transition: opacity 0.3s; }
  .go-back:hover {
    color: #faf7d3; }

.move-sidebar .go-back {
  opacity: 1; }

.servd-details .name,
.servd-details .title {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: bold; }

.servd-details .desc {
  font-size: 14px;
  color: #faf7d3;
  max-width: 500px;
  display: block;
  line-height: 1.2em; }

.servd-details .recc {
  font-size: 14px;
  color: #faf7d3;
  font-style: italic;
  font-family: "Cadiz", sans-serif; }

.servd-details .wine {
  display: inline-block;
  font-family: "Cadiz", sans-serif; }

.servd-details.info-area .wine {
  display: block;
  margin-top: 6px; }

.list-style-menu-pane .servd-details {
  cursor: pointer; }
  .list-style-menu-pane .servd-details:hover .title, .list-style-menu-pane .servd-details:hover .desc, .list-style-menu-pane .servd-details:hover .recc {
    opacity: 0.6; }

/*
// Normal mode
@media only screen and (max-width : 960px) {
  .servd {
    width: 600px;
  }

  .servd-item {
    width:  760px;
    max-width: 100%;
    .image-area { height: 390px; }
  }
}
*/
@media screen and (max-width: 768px) {
  .servd {
    width: 100%;
    min-height: 0px; }
  .servd-sidebar {
    width: calc(100% - 1px);
    border-right: 1px solid;
    padding: 15px 0px 0;
    margin-left: 0%;
    text-align: center; }
    .servd-sidebar a {
      padding: 0 0 10px; }
  .servd-main {
    z-index: 2;
    min-width: 100%;
    position: absolute;
    left: 100%;
    padding-left: 0px;
    top: 0; }
  .servd-menu h3 {
    text-align: center;
    display: none; }
  .servd-pane {
    padding-left: 40px; }
  .go-back {
    display: block; }
  .list-style-sidebar li {
    padding-left: 0 !important; }
  .list-style-sidebar li.active > a:before {
    float: none !important;
    padding-right: 1em; }
  .servd-item {
    width: calc(100vw - 70px);
    max-width: 500px; }
    .servd-item .image-area {
      height: 200px; }
    .servd-item .info-area {
      padding: 15px 25px; }
      .servd-item .info-area .name {
        font-size: 22px;
        font-weight: normal; }
      .servd-item .info-area .price {
        margin-top: 1em; } }

/*

// Wide mode when it fits
@media only screen and (min-width : 960px) {
  .servd {
    margin: 0 ( 960px - $page_width ) / -2;
  }
}

*/
.menu-pdf h3 {
  text-transform: capitalize; }

.menu-pdf h3 {
  text-align: left;
  margin-bottom: 0; }

.menu-pdf .recc {
  display: none; }

.menu-pdf .inset {
  margin: 2em auto; }

.menu-pdf .price {
  top: 5px !important; }

.menu-pdf .details {
  text-align: center;
  margin-bottom: 2em;
  font-size: 13px; }
  .menu-pdf .details h2 {
    margin: 20px 0 10px; }
    .menu-pdf .details h2 img {
      width: 100%; }
  .menu-pdf .details p {
    margin: 0;
    line-height: 1.4em; }

.menu-pdf .servd-details .title {
  font-size: 13px; }

.menu-pdf .servd-details .desc {
  font-size: 11px; }

.menu-pdf .servd-details .servd-property {
  font-size: 11px;
  height: 16px;
  margin: 0 0 4px 0; }

.menu-pdf .list-style-menu-pane li {
  cursor: default;
  padding: 5px 0; }
  .menu-pdf .list-style-menu-pane li:hover:after {
    display: none; }
  .menu-pdf .list-style-menu-pane li:hover .price {
    display: block; }

.menu-pdf .print-link {
  text-align: center;
  margin: 2em 0 1em; }
  .menu-pdf .print-link .button {
    text-decoration: none; }

@media print {
  .screen-only {
    display: none !important; }
  .center-when-screen {
    width: 100%;
    max-width: 100%; }
  .menu-pdf .details h2 {
    margin-top: 0; }
    .menu-pdf .details h2 img {
      max-width: 500px !important;
      margin: 0 auto; }
  .menu-pdf .inset {
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    page-break-after: always; }
    .menu-pdf .inset li {
      page-break-inside: avoid; } }

.slideshow {
  position: relative; }
  .slideshow .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.6s, visibility 0.6s;
    z-index: 1;
    transition-delay: 0.3s;
    background-position: center center;
    background-size: cover; }
  .slideshow .slide.is-active {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
    z-index: 2; }

.socicons .socicon + .socicon {
  margin-left: 20px; }

.socicon {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: transparent;
  font-size: 0;
  background: none center center no-repeat;
  background-size: 100% 100%; }
  .socicon:hover {
    opacity: 0.7; }
  .socicon.tw {
    background-image: url("/assets/img/icon/twitter.svg"); }
  .socicon.fb {
    background-image: url("/assets/img/icon/facebook.svg"); }
  .socicon.ig {
    background-image: url("/assets/img/icon/instagram.svg"); }

.socicons.invert .socicon.tw {
  background-image: url("/assets/img/icon/twitter-invert.svg"); }

.socicons.invert .socicon.fb {
  background-image: url("/assets/img/icon/facebook-invert.svg"); }

.socicons.invert .socicon.ig {
  background-image: url("/assets/img/icon/instagram-invert.svg"); }

@media screen and (min-width: 767px) {
  [data-layout="staggered"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    [data-layout="staggered"] > div {
      width: 50%; }
      [data-layout="staggered"] > div:nth-child(2n+1) {
        padding-right: 35px;
        transform: translateY(-25%); }
      [data-layout="staggered"] > div:nth-child(2n) {
        padding-left: 35px;
        transform: translateY(25%); } }

@media screen and (min-width: 767px) {
  [data-layout~="two-up"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start; }
    [data-layout~="two-up"] > * {
      width: 50%;
      -ms-flex: 1;
          flex: 1; } }

[data-view~="global"] .mobile-only {
  display: block; }
  @media screen and (min-width: 767px) {
    [data-view~="global"] .mobile-only {
      display: none; } }

[data-view~="global"] .tablet-only {
  display: none; }
  @media screen and (min-width: 767px) {
    [data-view~="global"] .tablet-only {
      display: block; } }

[data-section] {
  padding: 20px; }
  [data-section] .inner {
    width: 100%;
    margin: 0 auto; }
  [data-section] .deco.center img {
    margin: 0 auto; }
  @media screen and (min-width: 767px) {
    [data-section] {
      padding: 50px; } }
  @media screen and (min-width: 767px) {
    [data-section] {
      padding: 75px; }
      [data-section] .inner {
        max-width: 880px; } }

[data-view~="promo"] .top {
  position: relative;
  padding: 1px 0 30px; }
  [data-view~="promo"] .top .floating-blurb {
    position: relative;
    top: 0px;
    left: 25px; }
  [data-view~="promo"] .top .main-logo {
    position: relative;
    margin: 10vw auto;
    max-width: 80vw;
    z-index: 2; }
  @media screen and (min-width: 767px) {
    [data-view~="promo"] .top {
      padding: 1px;
      height: 280px; }
      [data-view~="promo"] .top .floating-blurb {
        position: absolute;
        z-index: 2;
        top: 50px;
        left: 60px; }
      [data-view~="promo"] .top .main-logo {
        position: absolute;
        margin: 0; }
        [data-view~="promo"] .top .main-logo img {
          height: 220px; } }

[data-section="about"] {
  background: #cee7e8;
  font-size: 16px; }
  [data-section="about"] > .deco {
    margin-bottom: 40px; }
  [data-section="about"] .inner {
    max-width: 700px;
    margin: 0 auto; }
  [data-section="about"] .intro-content {
    display: -ms-flexbox;
    display: flex; }
    [data-section="about"] .intro-content img {
      min-height: 200px;
      margin-left: 15%; }
    [data-section="about"] .intro-content p {
      font-weight: 300; }
  [data-section="about"] .lower-content {
    display: -ms-flexbox;
    display: flex;
    font-size: 26px;
    font-weight: 900;
    font-family: "Cadiz", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em; }
    [data-section="about"] .lower-content hr {
      min-width: 180px;
      margin-left: -20px;
      margin-top: 40px; }
    [data-section="about"] .lower-content > {
      -ms-flex: 1;
          flex: 1; }
  @media screen and (min-width: 767px) {
    [data-section="about"] .lower-content {
      padding-left: 50%;
      -ms-flex-pack: end;
          justify-content: flex-end; }
      [data-section="about"] .lower-content hr {
        margin-left: 0; } }

[data-section="booking"] {
  background: url("/assets/img/bg/booking.jpg") top right no-repeat;
  background-size: cover;
  min-height: 50vh;
  padding: 20px 1px; }
  [data-section="booking"] .logo-center {
    width: 96px;
    margin-top: 40px;
    margin-bottom: 50px; }
    @media screen and (min-width: 767px) {
      [data-section="booking"] .logo-center {
        width: auto; } }
  [data-section="booking"] iframe {
    display: block;
    margin: 0 auto; }
  @media screen and (min-width: 767px) {
    [data-section="booking"] .inner {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
          align-items: flex-start;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      [data-section="booking"] .inner > * {
        margin: 0; }
      [data-section="booking"] .inner .logo-center {
        margin: 60px 40px; }
      [data-section="booking"] .inner iframe {
        width: 50%;
        max-width: 440px; } }

[data-section="contact"] {
  background: #e57350;
  color: #cee7e8; }
  [data-section="contact"] [data-layout] + [data-layout] {
    margin-top: 30px; }
  [data-section="contact"] p {
    margin: 0; }
    [data-section="contact"] p a {
      color: #cee7e8; }
      [data-section="contact"] p a:hover {
        opacity: 0.7; }
  [data-section="contact"] p + p {
    margin-top: 20px; }

[data-section="functions"] {
  background-size: cover;
  color: #faf7d3; }
  [data-section="functions"] [data-layout] {
    background: #cee7e8;
    color: #e57350;
    font-size: 16px;
    -ms-flex-align: unset;
        align-items: unset; }
    [data-section="functions"] [data-layout] .column {
      position: relative; }
    [data-section="functions"] [data-layout] img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      position: absolute;
      background-color: purple; }
  [data-section="functions"] iframe {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 100%; }
  [data-section="functions"] .centered {
    padding: 1px 20px 20px; }
    [data-section="functions"] .centered a {
      color: #e57350; }
  @media screen and (min-width: 767px) {
    [data-section="functions"] .centered {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-item-align: stretch;
          align-self: stretch;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
      [data-section="functions"] .centered .centered-content {
        max-width: 75%;
        padding-top: 35px;
        padding-bottom: 35px; } }

[data-section] {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px; }
  @media screen and (min-width: 767px) {
    [data-section] {
      padding-top: 150px;
      padding-bottom: 150px; } }
  @media screen and (min-width: 767px) {
    [data-section] {
      padding-top: 150px;
      padding-bottom: 150px; } }

.inner {
  width: 100%;
  max-width: 880px;
  margin: 0 auto; }

[data-section="instagram"] {
  background: #cee7e8; }

[data-section="menu"] {
  background: #e57350;
  color: #faf7d3;
  overflow: hidden; }
  [data-section="menu"] .section-title span {
    position: relative; }
    [data-section="menu"] .section-title span:before {
      position: absolute;
      content: "";
      background: url("/assets/img/logo/tglc-oval.svg") center center no-repeat;
      background-size: 100% 100%;
      right: calc(100% + 20px);
      top: 10px;
      width: 55px;
      height: 75px; }

[data-section="offers"] {
  background: #faf7d3;
  color: #01a0a7; }
  [data-section="offers"] .inner {
    max-width: 700px;
    margin: 0 auto; }
  [data-section="offers"] img {
    max-width: calc(100% - 120px);
    margin: 0 auto; }

[data-section="pdfs"] {
  background: #e57350;
  color: #faf7d3;
  overflow: hidden; }
  [data-section="pdfs"] .section-title span {
    position: relative; }
    [data-section="pdfs"] .section-title span:before {
      position: absolute;
      content: "";
      background: url("/assets/img/logo/tglc-oval.svg") center center no-repeat;
      background-size: 100% 100%;
      right: calc(100% + 20px);
      top: 10px;
      width: 55px;
      height: 75px; }
  [data-section="pdfs"] .deco.center {
    margin-top: 40px; }
  [data-section="pdfs"] .pdf-downloads {
    margin-top: 5vw; }

[data-section="reservations"] {
  background: #faf7d3;
  color: #01a0a7; }
  [data-section="reservations"] img {
    width: 100%; }
  [data-section="reservations"] iframe {
    display: block;
    margin: 0 auto;
    max-width: 100%; }
  @media screen and (min-width: 767px) {
    [data-section="reservations"] [data-layout="two-up"] > * {
      padding: 0 50px; } }
  [data-section="reservations"] hr {
    margin: 0; }
  [data-section="reservations"] p:first-child {
    margin-top: 0; }
  [data-section="reservations"] p a {
    color: #01a0a7; }

[data-section="thank-you"] {
  background: #faf7d3;
  color: #01a0a7;
  min-height: 100vh; }
  [data-section="thank-you"] .inner {
    max-width: 700px;
    margin: 0 auto; }
  [data-section="thank-you"] img {
    max-width: calc(100% - 120px);
    margin: 0 auto; }
  [data-section="thank-you"] .main-logo {
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    top: 0;
    margin-bottom: 50px; }

[data-section="top"] {
  position: relative;
  padding: 0 20px;
  min-height: 90vh;
  color: #faf7d3;
  background: black; }
  @media screen and (min-width: 767px) {
    [data-section="top"] {
      min-height: 900px; } }
  @media screen and (max-width: 768px) {
    [data-section="top"] {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: justify;
          justify-content: space-between; } }
  [data-section="top"] .inner {
    position: relative; }
    @media screen and (min-width: 767px) {
      [data-section="top"] .inner {
        height: 900px; } }
    @media screen and (min-width: 767px) {
      [data-section="top"] .inner {
        max-width: 1230px; } }
  [data-section="top"] .floating-blurb {
    z-index: 1; }
  [data-section="top"] .main-logo {
    margin: 0 auto;
    z-index: 1; }
    [data-section="top"] .main-logo img {
      max-height: 50vh; }
    @media screen and (max-width: 768px) {
      [data-section="top"] .main-logo {
        max-width: 80vw;
        margin-top: 20px;
        margin-bottom: 40px; } }
  [data-section="top"] .backdrop {
    opacity: 0.8; }

[data-section="vouchers"] {
  background: #cee7e8; }
  @media screen and (max-width: 768px) {
    [data-section="vouchers"] iframe {
      margin: -20px;
      width: calc(100% + 40px); } }
