/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

button,
input,
select,
textarea {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  -webkit-appearance: none;
  border-radius: 0;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

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

pre, code {
  font-family: monospace;
}

/*
@font-face {
	font-family: "Domaine Condensed";
  src: url("fonts/test-domaine-display-condensed-regular.woff2") format("woff2"); /* iOS 4.1- *!/
}*/
/*$fontA: 		'Domaine Condensed','Helvetica Neue',Helvetica,Arial,sans-serif;*/
html {
  font-size: 1.3194444444vw;
}

body {
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3636363636em;
}

em, i {
  font-style: italic;
}

strong, b {
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.15;
  text-align: center;
  font-weight: 600;
}

h2 {
  font-size: 3.1944444444vw;
  margin-bottom: 8vh;
}

h3 {
  font-size: 2.9166666667vw;
  margin-bottom: 3rem;
}

a:hover {
  opacity: 0.5;
  cursor: pointer;
}

a.button, span.button a, a.btn {
  position: relative;
  margin-left: 20%;
  margin-top: 15vh;
  border: 1px solid #F4F2E9;
  display: inline-block;
  /*text-transform: uppercase;*/
  line-height: 1;
  font-size: 1.5277777778vw;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 15rem;
}
a.button span, span.button a span, a.btn span {
  flex-grow: 3;
  padding: 0.6rem 1rem 0.6rem 1.5rem;
  height: 100%;
  text-align: center;
}
a.button span:last-child, span.button a span:last-child, a.btn span:last-child {
  flex-grow: 1;
  border-left: 1px solid #F4F2E9;
  margin-left: 1.5rem;
  padding-left: 1rem;
}
a.button span svg, span.button a span svg, a.btn span svg {
  width: 18px;
  display: inline;
}
a.button:before, span.button a:before, a.btn:before {
  display: block;
  content: "";
  height: 15vh;
  width: 1px;
  background: #F4F2E9;
  position: absolute;
  top: -15vh;
  left: -1px;
}
a.button:hover, span.button a:hover, a.btn:hover {
  opacity: 1;
  background: #F4F2E9;
  color: #782402;
  border-color: #782402;
  border-left-color: #F4F2E9;
}
a.button:hover span, span.button a:hover span, a.btn:hover span {
  border-color: #782402;
}
a.button:hover span svg *, span.button a:hover span svg *, a.btn:hover span svg * {
  stroke: #782402;
}

span.button a, a.btn {
  margin: 4rem auto 0;
  padding: 1rem 2.5rem;
  min-width: 15rem;
  font-weight: 600;
}
span.button a:before, a.btn:before {
  display: none;
}

a.btn {
  margin: 0 auto;
}

a {
  color: inherit;
  text-decoration: none;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: "linear";
  -o-transition-timing-function: "linear";
  -webkit-transition-timing-function: "linear";
  transition-timing-function: "linear";
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
nav .grid--wrapper ul li, nav .grid--wrapper ul p, nav .grid--wrapper .holding li, nav .grid--wrapper .holding p,
.uc {
  text-transform: uppercase;
}

.nowrap {
  white-space: nowrap;
}

.noselect,
.section--background-image {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
supported by Chrome and Opera */
}

.section--fill-viewport {
  height: 100vh;
}
.section--fill-viewport .layout,
.section--fill-viewport .grid--wrapper,
.section--fill-viewport .grid--column {
  height: 100% !important;
}

.section--title {
  padding: 0;
  padding-bottom: 1.3636363636em;
}
.section--title .grid--column {
  margin-bottom: 0;
  padding-bottom: 0;
}
.section--title.hanging--title {
  float: left;
  width: 25%;
}

.section--background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.layout {
  position: relative;
  z-index: 1000;
}
.layout.hanging--title {
  float: right;
  width: 75%;
}
.layout:last-child {
  margin-bottom: 0 !important;
}

.grid--wrapper {
  position: relative;
  margin: 0 auto;
  width: 95%;
  height: 100%;
  max-width: 65.4545454545rem;
}
.grid--wrapper:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.grid--row,
.grid--column,
.grid--column-nested {
  position: relative;
  height: 100%;
  min-height: 1px;
}
.grid--row:after,
.grid--column:after,
.grid--column-nested:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.grid--row.wide--wrap {
  padding: 0 2.5%;
}
.grid--row[data-align=center] .grid--column > div > * {
  margin-right: auto;
  margin-left: auto;
}
.grid--row[data-align=right] .grid--column > div > * {
  margin-right: 0;
  margin-left: auto;
}

.grid--column {
  float: left;
  width: 100%;
  padding: 0 0.9090909091rem;
}
.grid--column.half {
  width: 50%;
}
.grid--column.one-third, .grid--column.third {
  width: 33.3333333333%;
}
.grid--column.one-third:nth-child(3n+1), .grid--column.third:nth-child(3n+1) {
  clear: left;
}
.grid--column.two-thirds {
  width: 66.6666666667%;
}
.grid--column.quarter {
  width: 25%;
}
.grid--column.three-quarter {
  width: 75%;
}
.grid--column.fifth {
  width: 20%;
}
.grid--column.first-on-mobile {
  float: right;
}
.grid--column[data-valign=true] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.grid--column[data-valign=true] > div {
  position: relative;
  flex: 1;
  align-self: flex-start;
}
.grid--column[data-vpos=middle] > div {
  align-self: center;
}
.grid--column[data-vpos=bottom] > div {
  align-self: flex-end;
}

@media screen and (min-width: 1920px) {
  .grid--wrapper {
    max-width: 2200px;
  }
  h1, h2, h3, h4, h5, h6, p, ul, ol {
    max-width: 916.6666666667px;
  }
  .grid--row.wide--wrap {
    padding: 0;
  }
  .grid--column {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1200px) {
  .hanging--title.section--title, .hanging--title.layout {
    width: 100%;
    float: none;
  }
  .grid--row[data-align=center] .grid--column > div > * {
    margin-right: auto;
    margin-left: 0;
  }
  .grid--row[data-align=right] .grid--column > div > * {
    margin-right: auto;
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .grid--column {
    padding: 0 10px;
  }
}
@media screen and (max-width: 960px) {
  .grid--column {
    margin-bottom: 1.3636363636em;
  }
  .grid--column.one-third, .grid--column.two-thirds {
    width: 50%;
  }
  .grid--column.quarter {
    width: 50%;
  }
  .grid--column.quarter:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 768px) {
  .grid--wrapper {
    max-width: 560px;
  }
  .grid--column.third, .grid--column.quarter {
    width: 100%;
  }
  .grid--column.fifth {
    display: inline-block;
    float: none;
    width: 25%;
  }
  .layout--columns-five {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .layout {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .grid--column.half, .grid--column.third, .grid--column.one-third, .grid--column.two-thirds, .grid--column.quarter {
    width: 100%;
  }
  .grid--column.fifth {
    width: 40%;
    margin-bottom: 0;
  }
}
::-webkit-input-placeholder {
  color: #F4F2E9;
}

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

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

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

/* Slider */
.slick-slider,
.slick-list,
.slick-track {
  height: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide:focus {
  outline: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

::-moz-selection {
  background: rgba(0, 0, 0, 0.99);
  color: #F4F2E9;
  text-shadow: none;
}

::selection {
  background: rgba(0, 0, 0, 0.99);
  color: #F4F2E9;
  text-shadow: none;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  background: #782402 url("images/langlands_watermark.png") repeat-x center 500px;
  background-size: 90%;
  color: #F4F2E9;
}
body.noscroll {
  overflow: hidden;
}
body.loading #loader {
  display: block;
  z-index: 8000;
}
body #loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(244, 242, 233, 0.95);
  z-index: -8000;
}

hr {
  width: 100%;
  height: 0;
  opacity: 0;
  border: none;
}
hr.keyline {
  height: 1px;
  opacity: 1;
}
hr:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

main {
  min-height: 100%;
}
main:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
main section {
  margin: 6rem 0;
}
main section.two-images-text .full figure {
  width: 60%;
  max-width: 820px;
  margin: 0 auto;
}
main section.two-images-text figure img {
  border-radius: 12px;
}
main section.two-images-text.bottom .half.image {
  transform: translateY(-20vh) !important;
}
main section.two-images-text.top .full.image {
  transform: translateY(-20vh) !important;
}
main section.two-images-text.top .full.image figure {
  float: right;
}
main section.two-images-text .half.text .content {
  padding: 15vh 4vw;
  margin-bottom: 5vh;
  text-align: center;
}
main section.two-images-text .half.text .content p {
  max-width: 100%;
  margin: 0 auto 1rem;
}
main section.two-images-text .half.text .content ul li {
  padding: 2rem 0;
  border-bottom: 1px solid #F4F2E9;
  max-width: 80%;
  margin: 0 auto;
  font-size: 125%;
  line-height: 1.4;
}
main section.two-images-text .half.text .content ul li:last-of-type {
  border-bottom: 0;
}
main section.two-images-text.top .half.text .content {
  padding: 0 4vw;
}
main section.title h2 {
  font-size: 6.1111111111vw;
  line-height: 1.1;
  max-width: 60rem;
  text-transform: uppercase;
  margin: 0 auto;
}
main section.title h2:last-child {
  margin-bottom: 6rem;
}
main section.columns {
  text-align: center;
}
main section.columns .third {
  margin-bottom: 3rem;
  float: none;
  width: 33%;
  display: inline-block;
}
main section.columns .third figure {
  height: 0;
  padding-bottom: 140%;
  position: relative;
  overflow: hidden;
}
main section.columns .third figure img {
  position: absolute;
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  min-width: 100%;
}
main section.columns h4 {
  font-size: 3.4722222222vw;
  line-height: 0.9;
  position: relative;
  z-index: 1000;
  margin-bottom: -1rem;
}
main section.columns img {
  border-radius: 12px;
}
main section.columns .link {
  width: 100%;
  margin: 0 auto;
}
main section.columns .link a {
  margin: 1rem auto 0;
  width: auto;
  /*padding: 1rem 2.5rem 1rem 2.5rem;*/
  text-align: center;
  max-width: 12rem;
  /*span {
  	padding: 1rem 0 0.75rem 1.5rem;
     display: inline;
     margin-left: 1.5rem;
     position: absolute;
     right: 1.5rem;
     top: 0;
  }*/
}
main section.columns .link a:before {
  -webkit-transform: skewX(-40deg);
  -ms-transform: skewX(-40deg);
  transform: skewX(-40deg);
  height: 10vh;
  top: -10vh;
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  /*display: none;*/
}
main section.columns .link a span {
  border-left: 0;
  margin: 0;
}
main section.page-header {
  margin-top: 12rem;
}
main section.page-header h2, main section.page-header h3 {
  position: relative;
  z-index: 1000;
}
main section.page-header h2 {
  font-size: 6.25vw;
  line-height: 0.9;
  /*max-width: 48rem;*/
  margin: 0 auto;
  text-transform: uppercase;
}
main section.page-header h3 {
  font-size: 3.4722222222vw;
  line-height: 1.2;
  max-width: 50rem;
  margin: 5rem auto 0;
}
main section.page-header figure {
  margin-top: 5rem;
  position: relative;
}
main section.page-header figure img {
  min-width: 100%;
}
main section.image-text-box .text {
  background: #782402;
  border: 1px solid #F4F2E9;
  color: #F4F2E9;
  position: relative;
  z-index: 1000;
  text-align: left;
  padding: 4rem;
  margin-top: 20%;
  border-radius: 12px;
}
main section.image-text-box .text h3 {
  text-align: left;
  max-width: none;
  font-size: 3.4722222222vw;
}
main section.image-text-box .text .extra-information {
  margin-top: 5rem;
  border-top: 1px solid #782402;
}
main section.image-text-box .text .extra-information li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #F4F2E9;
}
main section.image-text-box .image {
  margin-left: -25%;
}
main section.image-text-box .image figure {
  height: 0;
  padding-bottom: 65%;
  overflow: hidden;
  position: relative;
  border-radius: 12px;
}
main section.image-text-box .image img {
  position: absolute;
  object-fit: cover;
  object-position: center;
}
main section.image-text-box .image a.button {
  margin-left: 0;
}
main section.image-text-box:nth-of-type(even) .image .link {
  float: right;
}
main section.image-text-box:nth-of-type(odd) .image {
  left: 25%;
}
main section.two-column-text {
  position: relative;
  /*background: url('images/langlands_watermark.png') repeat center ;*/
  /*background-size: 90%;*/
  /*padding: $s-base*5 0;*/
  padding: 0;
}
main section.two-column-text .grid--wrapper {
  display: flex;
  flex-direction: row;
}
main section.two-column-text .half {
  height: auto;
}
main section.two-column-text .half .inner {
  background: #782402;
  border: 1px solid #F4F2E9;
  padding: 3rem;
  max-width: 90%;
  border-radius: 12px;
  height: 100%;
}
main section.two-column-text ul {
  margin-bottom: 0rem;
}
main section.two-column-text ul li {
  /*border-bottom: 1px solid $colorff;*/
  padding: 0 0 1.5rem;
  margin-bottom: 1.5rem;
}
main section.two-column-text p, main section.two-column-text li {
  max-width: 90%;
  line-height: 1.5;
}
main section.newsletter {
  background: rgba(244, 242, 233, 0.8) !important;
  padding: 5rem 0;
  color: #782402;
}
main section.newsletter form {
  border-color: #782402;
  color: #782402;
}
main section.one-image-text {
  text-align: center;
}
main section.one-image-text h2 {
  position: relative;
  z-index: 1000;
  margin-bottom: 2rem;
  font-size: 3.4722222222vw;
}
main section.one-image-text h2.small {
  font-size: 3.4722222222vw;
  line-height: 1.15;
  max-width: 32rem;
}
main section.one-image-text h2.medium {
  font-size: 4.8611111111vw;
  line-height: 1.15;
  max-width: 32rem;
}
main section.one-image-text .half {
  position: relative;
  z-index: 0;
}
main section.one-image-text .half img {
  border-radius: 12px;
}
main section.one-image-text .image-center {
  margin: 0% auto 0 auto;
  float: none;
  display: inline-block;
}
main section.one-image-text .image-left {
  margin-top: 0%;
  float: left;
}
main section.one-image-text .image-left.small {
  margin-top: 0%;
}
main section.one-image-text .image-left.smaller {
  margin-top: 0;
  width: 40%;
}
main section.one-image-text .image-right {
  margin: 0% 0 0;
  float: right;
}
main section.one-image-text .larger-image {
  width: 62%;
}
main section.one-image-text .minified-content {
  width: 38%;
}
main section.one-image-text .link {
  overflow: visible;
}
main section.one-image-text .link a {
  margin-top: 60%;
  overflow: visible;
}
main section.one-image-text .link a:before {
  -webkit-transform: skewX(70deg);
  -ms-transform: skewX(70deg);
  transform: skewX(70deg);
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  left: 0%;
  height: 200%;
  width: 3px;
  top: -200%;
}
main section.one-image-text:has(.minified-content) .link {
  width: 38%;
}
main section.booking-form, main section.full-width-image {
  padding: 0;
  margin-top: -4rem;
}
main section.booking-form figure, main section.full-width-image figure {
  margin-top: 5rem;
  position: relative;
  height: 0;
  position: relative;
  padding-bottom: 35%;
  overflow: hidden;
}
main section.booking-form figure img, main section.full-width-image figure img {
  position: absolute;
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  min-width: 100%;
}
main section.booking-form a.btn, main section.full-width-image a.btn {
  margin: 4rem auto 0;
}
main section.full-width-image {
  margin-top: -3rem;
}
main section.title {
  margin-bottom: -8rem;
}
main section.newsletter {
  margin-top: 10rem;
}
main section.text p, main section.text li, main section.newsletter p, main section.newsletter li {
  max-width: 80%;
  margin: 0 auto 1rem;
}
main section.text blockquote, main section.newsletter blockquote {
  max-width: 80%;
  margin: 0 auto;
}
main section.text blockquote p, main section.newsletter blockquote p {
  /*font-size: vptovw(1440,50);*/
  font-size: 1.8055555556vw;
  font-weight: 600;
  line-height: 1.15;
  max-width: 40rem;
  margin: 0 auto;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  /*text-transform: uppercase;*/
  margin-bottom: 2rem;
}
main section.text blockquote p em, main section.text blockquote p i, main section.newsletter blockquote p em, main section.newsletter blockquote p i {
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-size: 1.8055555556vw;
  font-style: normal;
}
main section.text blockquote:after, main section.newsletter blockquote:after {
  content: "";
  display: block;
  height: 2rem;
  margin: -2rem 0 0;
  border: solid #F4F2E9;
  border-width: 0 0 1px;
}
main section.text .gform_wrapper.gravity-theme, main section.newsletter .gform_wrapper.gravity-theme {
  text-align: left !important;
  display: flex;
}
main section.text .gform_wrapper.gravity-theme div.gform_confirmation_message, main section.newsletter .gform_wrapper.gravity-theme div.gform_confirmation_message {
  font-size: 3.4722222222vw;
  font-weight: 500;
}
main section.text .gform_wrapper.gravity-theme form, main section.newsletter .gform_wrapper.gravity-theme form {
  margin-top: auto;
}
main section.text .gform_wrapper.gravity-theme h2.gform_title, main section.newsletter .gform_wrapper.gravity-theme h2.gform_title {
  text-align: left;
  font-size: 3.4722222222vw;
  line-height: 1;
  margin-bottom: 2rem;
  max-width: 30rem;
}
main section.text .gform_wrapper.gravity-theme .gform_description, main section.newsletter .gform_wrapper.gravity-theme .gform_description {
  max-width: 25rem;
  display: block;
  margin: 0;
  font-size: 1.25vw;
}
main section.text .gform_wrapper.gravity-theme input, main section.text .gform_wrapper.gravity-theme select, main section.text .gform_wrapper.gravity-theme button, main section.newsletter .gform_wrapper.gravity-theme input, main section.newsletter .gform_wrapper.gravity-theme select, main section.newsletter .gform_wrapper.gravity-theme button {
  border: solid #782402 !important;
  border-width: 0 0 1px 0px !important;
  padding: 1rem 0 !important;
  color: #782402;
  font-size: 1.25vw !important;
  margin-bottom: 0;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
main section.text .gform_wrapper.gravity-theme input::-webkit-input-placeholder, main section.text .gform_wrapper.gravity-theme select::-webkit-input-placeholder, main section.text .gform_wrapper.gravity-theme button::-webkit-input-placeholder, main section.newsletter .gform_wrapper.gravity-theme input::-webkit-input-placeholder, main section.newsletter .gform_wrapper.gravity-theme select::-webkit-input-placeholder, main section.newsletter .gform_wrapper.gravity-theme button::-webkit-input-placeholder {
  color: #782402;
}
main section.text .gform_wrapper.gravity-theme input:-moz-placeholder, main section.text .gform_wrapper.gravity-theme select:-moz-placeholder, main section.text .gform_wrapper.gravity-theme button:-moz-placeholder, main section.newsletter .gform_wrapper.gravity-theme input:-moz-placeholder, main section.newsletter .gform_wrapper.gravity-theme select:-moz-placeholder, main section.newsletter .gform_wrapper.gravity-theme button:-moz-placeholder {
  color: #782402;
}
main section.text .gform_wrapper.gravity-theme input::-moz-placeholder, main section.text .gform_wrapper.gravity-theme select::-moz-placeholder, main section.text .gform_wrapper.gravity-theme button::-moz-placeholder, main section.newsletter .gform_wrapper.gravity-theme input::-moz-placeholder, main section.newsletter .gform_wrapper.gravity-theme select::-moz-placeholder, main section.newsletter .gform_wrapper.gravity-theme button::-moz-placeholder {
  color: #782402;
}
main section.text .gform_wrapper.gravity-theme input:-ms-input-placeholder, main section.text .gform_wrapper.gravity-theme select:-ms-input-placeholder, main section.text .gform_wrapper.gravity-theme button:-ms-input-placeholder, main section.newsletter .gform_wrapper.gravity-theme input:-ms-input-placeholder, main section.newsletter .gform_wrapper.gravity-theme select:-ms-input-placeholder, main section.newsletter .gform_wrapper.gravity-theme button:-ms-input-placeholder {
  color: #782402;
}
main section.text .gform_wrapper.gravity-theme .gform_heading, main section.text .gform_wrapper.gravity-theme form, main section.newsletter .gform_wrapper.gravity-theme .gform_heading, main section.newsletter .gform_wrapper.gravity-theme form {
  width: 100%;
}
main section.text .gform_wrapper.gravity-theme .gform_body, main section.text .gform_wrapper.gravity-theme .gform_footer, main section.newsletter .gform_wrapper.gravity-theme .gform_body, main section.newsletter .gform_wrapper.gravity-theme .gform_footer {
  margin: 0 !important;
  padding: 0 !important;
}
main section.text .gform_wrapper.gravity-theme .gform_footer, main section.newsletter .gform_wrapper.gravity-theme .gform_footer {
  float: right !important;
  display: inline-block;
  text-align: right !important;
}
main section.text .gform_wrapper.gravity-theme .gform_footer button, main section.newsletter .gform_wrapper.gravity-theme .gform_footer button {
  padding: 0.75rem 2.5rem 0.75rem 2.5rem !important;
  border-right-width: 1px !important;
  /*text-transform: uppercase;*/
  font-size: 1.5277777778vw;
  border-left-width: 1px !important;
}
main section.full-width-slider .multiple {
  padding-bottom: 200px;
}
main section.full-width-slider .multiple .slides .slick-list {
  /*margin: 0 auto;*/
  width: 100%;
  left: 5%;
  max-width: 65.4545454545rem;
}
main section.full-width-slider .multiple .slides:after {
  content: "";
  width: 95%;
  position: absolute;
  bottom: -21px;
  right: 0;
  border-top: 1px solid #F4F2E9;
}
main section.full-width-slider .layout--slideshow {
  position: relative;
  padding-bottom: 125px;
  background: url("images/langlands_watermark.png") repeat-x center 100%;
  background-size: 90%;
}
main section.full-width-slider .layout--slideshow.single:has(.image-slide) {
  background: none;
  padding-bottom: 0;
}
main section.full-width-slider .layout--slideshow.multiple {
  background: none !important;
}
main section.full-width-slider .layout--slideshow[data-noslides="3"] {
  background: none !important;
}
main section.full-width-slider .layout--slideshow[data-noslides="3"] .slide {
  padding: 0 30px 30px 0;
}
main section.full-width-slider .layout--slideshow[data-noslides="3"] .slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
main section.full-width-slider .layout--slideshow .slide {
  position: relative;
  overflow: hidden;
}
main section.full-width-slider .layout--slideshow .slide figure.image {
  overflow: hidden;
  position: relative;
  height: 0;
  padding-bottom: 50%;
  width: 100%;
}
main section.full-width-slider .layout--slideshow .slide figure.image img {
  min-height: 100%;
  min-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
main section.full-width-slider .layout--slideshow .slide .media__wrapper {
  height: 0;
  padding-bottom: 56.25%;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
main section.full-width-slider .layout--slideshow .slide .media__wrapper figure {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1000;
}
main section.full-width-slider .layout--slideshow .slide .media__wrapper figure:after {
  content: "";
  display: block;
  background: url("images/play.svg") no-repeat center;
  background-size: 100%;
  width: 94px;
  height: 94px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
main section.full-width-slider .layout--slideshow .slide .media__wrapper figure:hover {
  cursor: pointer;
}
main section.full-width-slider .layout--slideshow .slide .media__wrapper figure:hover:after {
  content: "";
  display: block;
  background: url("images/play-hover.svg") no-repeat center;
  background-size: 100%;
  width: 94px;
  height: 94px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
main section.full-width-slider .layout--slideshow .slide .media__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*pointer-events: none;*/
}
main section.full-width-slider .layout--slideshow button.slick-arrow {
  position: absolute;
  bottom: -80px;
  left: calc(5% + 60px);
  z-index: 1000;
  display: block;
  border: 1px solid #F4F2E9;
  text-indent: -99999px;
  background: url("images/icon-next.svg") no-repeat center;
  background-size: 14px;
  width: 60px;
  height: 60px;
  /*&.slick-disabled {
  	background:none;
  }*/
}
main section.full-width-slider .layout--slideshow button.slick-arrow.slick-prev {
  background: url("images/icon-prev.svg") no-repeat center;
  background-size: 14px;
  left: 5%;
  border-right: 0;
}
main section.full-width-slider .layout--slideshow button.slick-arrow:hover {
  cursor: pointer;
}

header,
nav,
section,
article,
aside,
footer {
  position: relative;
  z-index: 0;
}
header:after,
nav:after,
section:after,
article:after,
aside:after,
footer:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.oembed-container {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
}
.oembed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

img,
svg {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}
img.free--width,
svg.free--width {
  width: 100%;
  max-width: 99999999px;
}

.image-wrapper {
  margin-bottom: 1.8181818182rem;
}
.image-wrapper:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.mobile {
  display: none;
}

.hidden--hard {
  display: none !important;
  visibility: hidden !important;
  opacity: 0;
}

.pos--fixed {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 4000;
}

span.tc-icon, .tc-header {
  display: none !important;
}

#tc-widget[data-layout=horizontal] {
  margin: 5rem auto 14rem !important;
  display: block !important;
}
#tc-widget[data-layout=horizontal] .tc-content {
  display: block;
  width: 100%;
  margin-bottom: 3rem !important;
}
#tc-widget[data-layout=horizontal] .tc-content .tc-date, #tc-widget[data-layout=horizontal] .tc-content .tc-time, #tc-widget[data-layout=horizontal] .tc-content .tc-ppl {
  width: 30% !important;
  margin: 0 0.5% !important;
}
#tc-widget[data-layout=horizontal] .tc-content .tc-date .tc-wrap-input, #tc-widget[data-layout=horizontal] .tc-content .tc-time .tc-wrap-input, #tc-widget[data-layout=horizontal] .tc-content .tc-ppl .tc-wrap-input {
  width: 100%;
}
#tc-widget[data-layout=horizontal] .tc-content .tc-date select, #tc-widget[data-layout=horizontal] .tc-content .tc-date input, #tc-widget[data-layout=horizontal] .tc-content .tc-time select, #tc-widget[data-layout=horizontal] .tc-content .tc-time input, #tc-widget[data-layout=horizontal] .tc-content .tc-ppl select, #tc-widget[data-layout=horizontal] .tc-content .tc-ppl input {
  width: 100%;
  border: 0;
  border-radius: 0;
  background: transparent url("images/icon-down.svg") no-repeat 95% center;
  color: #F4F2E9 !important;
  font-size: 1.8055555556vw;
  font-weight: 400 !important;
  line-height: 1;
  height: 60px;
  border-bottom: 1px solid #F4F2E9;
}
#tc-widget[data-layout=horizontal] .tc-content .tc-date select option, #tc-widget[data-layout=horizontal] .tc-content .tc-date input option, #tc-widget[data-layout=horizontal] .tc-content .tc-time select option, #tc-widget[data-layout=horizontal] .tc-content .tc-time input option, #tc-widget[data-layout=horizontal] .tc-content .tc-ppl select option, #tc-widget[data-layout=horizontal] .tc-content .tc-ppl input option {
  font-size: 1.8055555556vw;
  line-height: 1;
}
#tc-widget[data-layout=horizontal] .tc-content .tc-date select::-webkit-input-placeholder, #tc-widget[data-layout=horizontal] .tc-content .tc-date input::-webkit-input-placeholder, #tc-widget[data-layout=horizontal] .tc-content .tc-time select::-webkit-input-placeholder, #tc-widget[data-layout=horizontal] .tc-content .tc-time input::-webkit-input-placeholder, #tc-widget[data-layout=horizontal] .tc-content .tc-ppl select::-webkit-input-placeholder, #tc-widget[data-layout=horizontal] .tc-content .tc-ppl input::-webkit-input-placeholder {
  color: #F4F2E9;
}
#tc-widget[data-layout=horizontal] .tc-content .tc-date select:-moz-placeholder, #tc-widget[data-layout=horizontal] .tc-content .tc-date input:-moz-placeholder, #tc-widget[data-layout=horizontal] .tc-content .tc-time select:-moz-placeholder, #tc-widget[data-layout=horizontal] .tc-content .tc-time input:-moz-placeholder, #tc-widget[data-layout=horizontal] .tc-content .tc-ppl select:-moz-placeholder, #tc-widget[data-layout=horizontal] .tc-content .tc-ppl input:-moz-placeholder {
  color: #F4F2E9;
}
#tc-widget[data-layout=horizontal] .tc-content .tc-date select::-moz-placeholder, #tc-widget[data-layout=horizontal] .tc-content .tc-date input::-moz-placeholder, #tc-widget[data-layout=horizontal] .tc-content .tc-time select::-moz-placeholder, #tc-widget[data-layout=horizontal] .tc-content .tc-time input::-moz-placeholder, #tc-widget[data-layout=horizontal] .tc-content .tc-ppl select::-moz-placeholder, #tc-widget[data-layout=horizontal] .tc-content .tc-ppl input::-moz-placeholder {
  color: #F4F2E9;
}
#tc-widget[data-layout=horizontal] .tc-content .tc-date select:-ms-input-placeholder, #tc-widget[data-layout=horizontal] .tc-content .tc-date input:-ms-input-placeholder, #tc-widget[data-layout=horizontal] .tc-content .tc-time select:-ms-input-placeholder, #tc-widget[data-layout=horizontal] .tc-content .tc-time input:-ms-input-placeholder, #tc-widget[data-layout=horizontal] .tc-content .tc-ppl select:-ms-input-placeholder, #tc-widget[data-layout=horizontal] .tc-content .tc-ppl input:-ms-input-placeholder {
  color: #F4F2E9;
}
#tc-widget[data-layout=horizontal] .tc-wrap-book {
  display: block !important;
  width: 100% !important;
  text-align: center;
  margin: 2rem 0 0 !important;
}
#tc-widget[data-layout=horizontal][data-theme=clear] input.tc-book {
  background-color: transparent !important;
  border: 1px solid #F4F2E9 !important;
  color: #F4F2E9;
  border-radius: 0;
  text-shadow: none !important;
  max-width: 240px;
  display: inline-block;
  margin: 0 auto;
  font-size: 1.8055555556vw !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  padding: 1rem 2rem 2.5rem !important;
}
#tc-widget[data-layout=horizontal][data-theme=clear] input.tc-book:hover {
  background: #F4F2E9 !important;
  color: #782402 !important;
  cursor: pointer;
}

form {
  position: relative;
}

.gform_validation_errors {
  display: none !important;
}

.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
  background: rgba(120, 36, 2, 0.15) !important;
  border: 0 !important;
  color: #782402 !important;
  margin-top: 0 !important;
}

.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border: none !important;
}

.notification-bar {
  background: #C6B7AE;
  color: #782402;
  text-align: center;
  padding: 0.75rem 3rem 0.75rem 1rem;
  position: relative;
  z-index: 2001;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1111111111vw;
  font-style: italic;
}
.notification-bar__content {
  max-width: 65.4545454545rem;
  margin: 0 auto;
}
.notification-bar__content p {
  margin: 0;
  font-size: inherit;
  line-height: 1.4;
}
.notification-bar__content a {
  color: #782402;
  text-decoration: underline;
}
.notification-bar__content a:hover {
  opacity: 0.7;
}
.notification-bar__close {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
  padding: 0;
}
.notification-bar__close span {
  display: block;
  width: 100%;
  height: 2px;
  background: #782402;
  position: absolute;
  top: 50%;
  left: 0;
}
.notification-bar__close span:first-child {
  transform: rotate(45deg);
}
.notification-bar__close span:last-child {
  transform: rotate(-45deg);
}
.notification-bar.hidden {
  display: none;
}

header {
  /*background: $color1;*/
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 1000;
}
header .grid--column {
  overflow: visible;
}
header h1 {
  margin: 1rem auto;
  text-align: center;
}
header h1 svg {
  margin: 2rem 0 -10vh;
  max-width: 200px;
}
header > a {
  position: fixed !important;
  top: 0;
}

body.home header h1 {
  margin: 6rem 0 -3.5rem;
}
body.home header h1 svg {
  width: 45%;
  max-width: 350px;
  margin: 0 auto;
}

header {
  position: relative;
  z-index: 2000;
  /*&.sticky {
    /*border-bottom: 1px solid $colorff;*!/
    position:fixed;
    top:0;
    h1 {
   opacity: 0;
      svg {
        max-width: 146px;
        margin:0 auto;
      }
    }
  }*/
}

.reserve-a-table {
  position: absolute;
  top: 0;
  right: 8rem;
  padding: 4rem 0.5rem 0.5rem 0.5rem;
  text-transform: uppercase;
  border: solid #F4F2E9;
  border-width: 0 1px 1px 1px;
  font-size: 1.1111111111vw;
}
.reserve-a-table:hover {
  opacity: 1;
  background: #F4F2E9;
  color: #782402;
}

.activatemenu {
  position: absolute;
  z-index: 4000;
  right: 2rem;
  top: 2rem;
}
.activatemenu svg {
  width: 42px;
  height: 1.25rem;
  margin: 0 0 0 -0.05rem;
}
.activatemenu span {
  color: #F4F2E9;
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
  display: inline-block;
  position: relative;
  top: -2px;
}
.activatemenu .hamburger {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  display: inline-block;
  margin-right: 0;
  position: relative;
  width: 41px;
  height: 16px;
  top: 0px;
}
.activatemenu .hamburger_bar {
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  display: block;
  width: 100%;
  position: absolute;
  top: 8px;
  left: 0;
  border-bottom: 2px solid #F4F2E9;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.activatemenu .hamburger_bar_one {
  top: 0;
}
.activatemenu .hamburger_bar_two {
  top: 8px;
}
.activatemenu .hamburger_bar_three {
  top: 16px;
}
.activatemenu.active svg {
  opacity: 0;
}
.activatemenu.active .hamburger_bar {
  border-color: #F4F2E9;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.activatemenu.active .hamburger_bar_one {
  -webkit-transform: rotate(45deg) translateX(6px) translateY(9px);
  -ms-transform: rotate(45deg) translateX(6px) translateY(9px);
  transform: rotate(45deg) translateX(6px) translateY(9px);
}
.activatemenu.active .hamburger_bar_three {
  -webkit-transform: rotate(-45deg) translateX(2px) translateY(-5px);
  -ms-transform: rotate(-45deg) translateX(2px) translateY(-5px);
  transform: rotate(-45deg) translateX(2px) translateY(-5px);
}
.activatemenu.active .hamburger_bar_two {
  opacity: 0;
}
.activatemenu.active > span {
  opacity: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

nav {
  position: fixed;
  z-index: 3000;
  width: 50%;
  height: auto;
  max-height: 0;
  overflow: hidden;
  top: 1rem;
  right: 1rem;
  background: #C6B7AE;
  color: #782402;
  -moz-transition-property: max-height;
  -o-transition-property: max-height;
  -webkit-transition-property: max-height;
  transition-property: max-height;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
nav .grid--wrapper {
  opacity: 0;
  color: #000;
  -moz-transition-property: max-height;
  -o-transition-property: max-height;
  -webkit-transition-property: max-height;
  transition-property: max-height;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
nav .grid--wrapper ul, nav .grid--wrapper .holding {
  padding: 20vh 0 10vh 0;
  flex: 1;
  margin-top: auto;
}
nav .grid--wrapper ul li, nav .grid--wrapper ul p, nav .grid--wrapper .holding li, nav .grid--wrapper .holding p {
  font-size: 1.5277777778vw;
  line-height: 1;
  padding: 1rem 0;
  /*padding-bottom:2rem;*/
  color: #782402;
  border-bottom: 2px solid #F4F2E9;
  position: relative;
}
nav .grid--wrapper ul li a, nav .grid--wrapper ul p a, nav .grid--wrapper .holding li a, nav .grid--wrapper .holding p a {
  /*color: $colorff;*/
  text-transform: uppercase;
  font-weight: 500;
  /*border-bottom: 1px solid $colorff;*/
}
nav .grid--wrapper p {
  font-size: 1.1111111111vw;
  line-height: 1.25;
}
nav .grid--wrapper p a {
  /*color: $colorff;*/
  text-transform: none;
  /*border-bottom: 1px solid $colorff;*/
}
nav .grid--wrapper p .btn {
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
nav .grid--wrapper .newsletter .gform_wrapper .gform_fields {
  grid-column-gap: 0;
}
nav .grid--wrapper .newsletter .gform_wrapper input, nav .grid--wrapper .newsletter .gform_wrapper textarea, nav .grid--wrapper .newsletter .gform_wrapper select, nav .grid--wrapper .newsletter .gform_wrapper button {
  width: 100%;
  border-bottom: 2px solid #F4F2E9;
  padding: 0.5rem 0 !important;
  font-size: 1.25vw !important;
  color: #782402 !important;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
nav .grid--wrapper .newsletter .gform_wrapper input::-webkit-input-placeholder, nav .grid--wrapper .newsletter .gform_wrapper textarea::-webkit-input-placeholder, nav .grid--wrapper .newsletter .gform_wrapper select::-webkit-input-placeholder, nav .grid--wrapper .newsletter .gform_wrapper button::-webkit-input-placeholder {
  color: #782402;
  font-weight: 500;
}
nav .grid--wrapper .newsletter .gform_wrapper input:-moz-placeholder, nav .grid--wrapper .newsletter .gform_wrapper textarea:-moz-placeholder, nav .grid--wrapper .newsletter .gform_wrapper select:-moz-placeholder, nav .grid--wrapper .newsletter .gform_wrapper button:-moz-placeholder {
  color: #782402;
  font-weight: 500;
}
nav .grid--wrapper .newsletter .gform_wrapper input::-moz-placeholder, nav .grid--wrapper .newsletter .gform_wrapper textarea::-moz-placeholder, nav .grid--wrapper .newsletter .gform_wrapper select::-moz-placeholder, nav .grid--wrapper .newsletter .gform_wrapper button::-moz-placeholder {
  color: #782402;
  font-weight: 500;
}
nav .grid--wrapper .newsletter .gform_wrapper input:-ms-input-placeholder, nav .grid--wrapper .newsletter .gform_wrapper textarea:-ms-input-placeholder, nav .grid--wrapper .newsletter .gform_wrapper select:-ms-input-placeholder, nav .grid--wrapper .newsletter .gform_wrapper button:-ms-input-placeholder {
  color: #782402;
  font-weight: 500;
}
nav .grid--wrapper .newsletter .gform_wrapper button {
  text-align: right;
  font-weight: 500;
  /*opacity: 0;*/
}
nav .grid--wrapper .extra {
  padding-bottom: 1rem;
  font-size: 1.0416666667vw;
  border-top: 2px solid #F4F2E9;
}
nav .grid--wrapper .extra > div {
  vertical-align: middle;
}
nav .grid--wrapper .extra .address {
  border-right: 2px solid #F4F2E9;
  display: inline-block;
  width: 75%;
  color: #782402;
  line-height: 1.15;
  padding: 0.75rem 0;
}
nav .grid--wrapper .extra .social-links {
  display: inline-block;
  width: 24%;
  padding: 0.75rem 1rem;
  text-align: center;
}
nav .grid--wrapper .extra .social-links div {
  display: inline-block;
  margin-top: 0.5rem;
  margin-right: 0.5rem;
}
nav .grid--wrapper .extra .social-links div svg {
  width: 1.5rem;
}
nav .grid--wrapper .extra .social-links div svg * {
  fill: #782402;
}
nav .grid--wrapper .extra .social-links div:last-child {
  margin-right: 0;
}
nav.active {
  max-height: 95vh;
  min-height: 95vh;
  overflow-y: auto;
}
nav.active .grid--wrapper {
  opacity: 1;
}

body.page-template-template-holding header h1 {
  margin: 10rem auto;
}
body.page-template-template-holding header h1 svg {
  width: 700px;
  margin: 0 auto;
}
body.page-template-template-holding .grid--wrapper.center {
  text-align: center;
}
body.page-template-template-holding .grid--wrapper.center p {
  margin: 0 auto 2rem;
  max-width: 18rem;
  line-height: 1.25;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.0833333333vw;
}
body.page-template-template-holding .grid--wrapper.center p:first-of-type {
  margin: 0 auto 3rem;
}
body.page-template-template-holding .grid--wrapper.center .btn {
  border: 1px solid #F4F2E9;
  padding: 1rem 1rem 1rem 1.5rem;
  display: inline-block;
  width: 16rem;
  margin: 0 auto 0.5rem;
  text-transform: uppercase;
  line-height: 1;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8055555556vw;
}

.social-feed h2 {
  font-size: 3.4722222222vw;
  /*max-width:25rem;*/
  line-height: 1;
  text-align: left;
  margin-bottom: 2rem;
}
.social-feed .images {
  display: flex;
}
.social-feed .images .image {
  width: 25%;
  padding: 0 0.2272727273rem;
  position: relative;
  height: 0;
  padding-bottom: 20%;
}
.social-feed .images .image img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  min-height: 100%;
  min-width: 100%;
}

#cookie-overlay {
  padding: 1.25rem 1.5rem;
  background: #782402;
  color: #F4F2E9;
  font-size: 17px;
  line-height: 22px;
  width: 90%;
  max-width: 475px;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 4000;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#cookie-overlay.inactive {
  opacity: 0;
  pointer-events: none;
}
#cookie-overlay p {
  width: 88%;
  margin-bottom: 0.25rem;
}
#cookie-overlay p a {
  color: #C6B7AE;
}
#cookie-overlay a {
  text-decoration: underline;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#cookie-overlay a:hover {
  cursor: pointer;
  opacity: 0.5;
}
#cookie-overlay span.close {
  position: absolute;
  right: 25px;
  top: 10px;
  width: 24px;
  height: 24px;
  z-index: 1000;
}
#cookie-overlay span.close span {
  border: 1px solid #F4F2E9;
  transform: rotate(45deg);
  position: absolute;
  height: 0;
  width: 24px;
  top: 24px;
}
#cookie-overlay span.close span:last-child {
  transform: rotate(-45deg);
}
#cookie-overlay span.close:hover {
  cursor: pointer;
}

footer {
  padding-bottom: 3rem;
}
footer #scrollTop {
  position: relative;
  margin-top: -1rem;
  margin-right: 1px;
  border: 1px solid #F4F2E9;
  border-top: 0;
  padding: 1rem 2rem 1rem 2.5rem;
  display: inline-block;
  /*text-transform: uppercase;*/
  line-height: 1;
  font-size: 1.3888888889vw;
  float: right;
}
footer #scrollTop:hover {
  background: #F4F2E9;
  color: #782402;
  cursor: pointer;
}
footer .grid--wrapper:before {
  content: "";
  display: block;
  width: 97%;
  margin: 0 auto;
  border-top: 1px solid #F4F2E9;
}
footer .third {
  margin: 1rem 0;
  overflow: visible;
}
footer .full {
  display: flex;
  /*small {*/
  font-size: 0.9722222222vw;
  line-height: 1.25;
  opacity: 0.5;
  /*}*/
}
footer .full a {
  text-decoration: underline;
}
footer .full div {
  margin-right: 1rem;
}
footer .full div:last-child {
  margin-right: 0;
  margin-left: auto;
  align-self: flex-end;
}
footer p, footer li {
  font-size: 1.0416666667vw;
  line-height: 1.95;
}
footer ul {
  border-top: 1px solid #F4F2E9;
  margin-bottom: 0rem;
}
footer ul li {
  border-bottom: 1px solid #F4F2E9;
  padding: 0.525rem 0;
}
footer ul li:first-child {
  border-bottom: 0;
  padding-bottom: 0;
}
footer ul.menu {
  border-top: 0;
}
footer ul.menu li {
  border-bottom: 0;
  padding: 0;
}
footer .social-links {
  border: solid #F4F2E9;
  border-width: 1px 0;
  padding: 1rem 0 0.5rem;
}
footer .social-links div {
  display: inline-block;
  margin-right: 0.5rem;
}
footer .social-links div svg {
  width: 2.05rem;
}
footer .equal {
  margin: 1rem 0;
}
footer .address {
  margin-top: 2rem;
}
footer .address svg {
  display: inline-block;
  width: 7%;
  vertical-align: top;
}
footer .address span {
  display: inline-block;
  margin-left: 3%;
  width: 88%;
}
footer .third li {
  line-height: 1.45;
}
footer .third.last svg {
  width: 80%;
  float: right;
}

@media screen and (max-width: 768px) {
  .notification-bar {
    font-size: 3.4375vw;
    padding: 0.75rem 2.5rem 0.75rem 1rem;
  }
  .notification-bar__close {
    right: 0.75rem;
  }
  .reserve-a-table {
    position: fixed;
    top: auto;
    right: 0;
    padding: 1rem 1.5rem 0.8rem;
    text-transform: uppercase;
    border: solid #F4F2E9;
    border-width: 0;
    font-size: 3.75vw;
    font-weight: 600;
    background: #F4F2E9;
    bottom: 0;
    width: 100%;
    color: #782402;
    text-align: center;
  }
  body.page-template-template-holding header h1 {
    margin: 10rem 0;
  }
  body.page-template-template-holding header h1 svg {
    width: 90%;
  }
  body.page-template-template-holding .grid--wrapper.center p {
    font-size: 3.75vw;
    line-height: 1.25;
    max-width: 80%;
  }
  body.page-template-template-holding .grid--wrapper.center .btn {
    font-size: 3.75vw;
  }
  body.home header h1, body header h1 {
    margin: 2.5rem 0 -10.5rem;
  }
  .activatemenu svg {
    margin: 0 0 0.5rem -0.05rem;
  }
  nav {
    width: 93%;
  }
  nav.active {
    min-height: 0;
  }
  nav .grid--wrapper p, nav .grid--wrapper li {
    font-size: 3.125vw;
  }
  nav .grid--wrapper .holding p, nav .grid--wrapper .holding li, nav .grid--wrapper ul p, nav .grid--wrapper ul li {
    font-size: 4.375vw;
  }
  nav .grid--wrapper .newsletter .gform_wrapper input, nav .grid--wrapper .newsletter .gform_wrapper textarea, nav .grid--wrapper .newsletter .gform_wrapper select {
    font-size: 3.4375vw !important;
  }
  nav .grid--wrapper .extra .address {
    font-size: 3.4375vw;
  }
  nav .grid--wrapper .gform_wrapper.gravity-theme .gfield:not(.gfield--width-full) {
    grid-column: 1/10;
  }
  nav .grid--wrapper div#field_submit {
    grid-column: 10/13;
  }
  nav .grid--wrapper div#field_submit button {
    font-size: 13px !important;
  }
  a.button, span.button a, a.btn {
    font-size: 3.4375vw;
  }
  main section.full-width-slider .layout--slideshow {
    padding-bottom: 50px;
  }
  a.button, span.button a, a.btn {
    margin-top: 6vh;
  }
  a.button:before, span.button a:before, a.btn:before {
    height: 6vh;
    top: -6vh;
  }
  main section.booking-form a.btn, main section.full-width-image a.btn {
    margin: 1rem auto 0;
  }
  html, body {
    font-size: 3.75vw;
  }
  html p, html li, body p, body li {
    font-size: 3.75vw;
  }
  body {
    background-position: 150%;
  }
  main section.page-header figure {
    margin-top: 1rem;
  }
  main {
    margin-top: 7rem;
  }
  main a.button, main span.button a {
    font-size: 3.4375vw;
    line-height: 1;
  }
  main a.button span svg, main span.button a span svg {
    width: 11px;
  }
  main section {
    margin: 2rem 0;
  }
  main section.page-header {
    margin: 10rem auto 0;
  }
  main section.page-header h2 {
    font-size: 11.25vw;
    margin-bottom: 2rem;
  }
  main section.page-header h3 {
    font-size: 5vw;
    margin-bottom: 0rem;
  }
  main section.image-text-box .text {
    margin-top: 0;
    padding: 2.5rem;
  }
  main section.image-text-box .text h3 {
    font-size: 6.5625vw;
  }
  main section.image-text-box .image {
    margin-left: 0;
    width: 100%;
    padding: 0;
  }
  main section.image-text-box:nth-of-type(odd) .image {
    left: 0;
  }
  main section.newsletter {
    padding: 2rem 0;
  }
  main section.newsletter .gform_wrapper.gravity-theme {
    text-align: left;
    display: block;
  }
  main section.newsletter .gform_wrapper.gravity-theme h2.gform_title {
    font-size: 6.5625vw;
  }
  main section.newsletter .gform_wrapper.gravity-theme .gform_description {
    font-size: 3.75vw;
    line-height: 1.5;
  }
  main section.newsletter .gform_wrapper.gravity-theme form {
    margin-top: 2rem;
  }
  main section.newsletter .gform_wrapper.gravity-theme form input, main section.newsletter .gform_wrapper.gravity-theme form button {
    font-size: 3.90625vw !important;
  }
  main section.social-feed h2 {
    font-size: 6.5625vw;
  }
  main section.two-images-text .full figure {
    width: 100%;
  }
  main section.two-images-text .half.text .content {
    margin: 0;
    padding: 2rem 0;
    margin-bottom: 0;
  }
  main section.two-images-text .half.image {
    transform: none !important;
  }
  main section.two-images-text.bottom .half.image, main section.two-images-text.bottom .full.image, main section.two-images-text.top .half.image, main section.two-images-text.top .full.image {
    transform: none !important;
  }
  main section.title h2, main section.one-image-text h2 {
    font-size: 11.25vw;
    margin-bottom: 0rem;
  }
  main section.title h2.small, main section.one-image-text h2.small {
    font-size: 8.75vw;
    margin-bottom: 2rem;
  }
  main section.title .image-left.smaller, main section.one-image-text .image-left.smaller {
    margin-top: 2rem;
    width: 100%;
  }
  main section.title .larger-image, main section.title .minified-content, main section.one-image-text .larger-image, main section.one-image-text .minified-content {
    width: 100%;
  }
  main section.text blockquote p {
    font-size: 5.9375vw;
  }
  main section.text blockquote p em {
    font-size: 4.375vw;
  }
  main section.two-column-text .grid--wrapper {
    display: block;
  }
  main section.two-column-text .grid--wrapper .half {
    padding: 0;
    width: 100%;
  }
  main section.two-column-text .grid--wrapper .half .inner {
    height: auto;
    padding-bottom: 0;
    max-width: 95%;
    margin: 0 auto;
  }
  main section.full-width-slider .layout--slideshow .slick-list {
    padding: 0 !important;
  }
  main section.full-width-slider .layout--slideshow button.slick-arrow {
    background-size: 12px;
    width: 50px;
    height: 50px;
    left: calc(5% + 52px);
    bottom: -70px;
  }
  main section.full-width-slider .layout--slideshow button.slick-arrow.slick-prev {
    background-size: 12px;
  }
  main section.columns .third {
    width: 48%;
  }
  main section.columns .third h4 {
    font-size: 5vw;
    margin-bottom: 2rem;
  }
  main section.columns .third span.button a, main section.columns .third a.button {
    font-size: 3.4375vw;
  }
  h2 {
    font-size: 9.6875vw;
    margin-bottom: 2rem;
  }
  h3 {
    font-size: 8.75vw;
    margin-bottom: 2rem;
  }
  main section.booking-form, main section.full-width-image {
    margin-top: 0;
  }
  footer #scrollTop {
    display: none;
  }
  footer .grid--column.third:nth-child(6) {
    display: none;
  }
  footer .full {
    margin-bottom: 3rem !important;
    font-size: 2.8125vw;
    display: block;
  }
  footer .full small {
    font-size: 2.8125vw;
  }
  footer .full div {
    margin-bottom: 0.5rem;
  }
  #tc-widget[data-layout=horizontal] {
    width: 100%;
  }
  #tc-widget[data-layout=horizontal] .tc-content {
    margin-bottom: 1rem !important;
    display: flex;
  }
  #tc-widget[data-layout=horizontal] .tc-content .tc-date, #tc-widget[data-layout=horizontal] .tc-content .tc-time, #tc-widget[data-layout=horizontal] .tc-content .tc-ppl {
    width: auto !important;
    flex: 1;
    border-bottom: 1px solid #F4F2E9;
  }
  #tc-widget[data-layout=horizontal] .tc-content .tc-date select, #tc-widget[data-layout=horizontal] .tc-content .tc-date input, #tc-widget[data-layout=horizontal] .tc-content .tc-time select, #tc-widget[data-layout=horizontal] .tc-content .tc-time input, #tc-widget[data-layout=horizontal] .tc-content .tc-ppl select, #tc-widget[data-layout=horizontal] .tc-content .tc-ppl input {
    font-size: 4.375vw;
    height: auto;
    padding: 1rem 0;
    border-bottom: 0;
    line-height: 1;
  }
  #tc-widget[data-layout=horizontal] .tc-wrap-book {
    padding: 0 !important;
  }
  #tc-widget[data-layout=horizontal][data-theme=clear] input.tc-book {
    font-size: 5vw !important;
    line-height: 1;
    max-width: none;
    font-weight: 600;
    padding: 1rem !important;
  }
  main section.newsletter {
    margin-top: 4rem;
  }
  main section.columns .link a:before {
    height: 6vh;
    top: -6vh;
  }
  main section.full-width-slider .layout--slideshow .slide figure.image {
    padding-bottom: 100%;
  }
  main section.title {
    margin-bottom: 0rem;
  }
  main section.title h2:last-child {
    margin-bottom: 0;
  }
}
.alignnone, .wp-caption.alignnone, a img.alignnone {
  display: block;
  float: none;
}

.aligncenter, a img.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright, .wp-caption.alignright, a img.alignright {
  float: right;
  margin: 0;
}

.alignleft, .wp-caption.alignleft, a img.alignleft {
  float: left;
  margin: 0;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}