/*
	Theme Name: Orourke Child
	Author: O'rourke Hospitality
	Author URI: https://www.orourkehospitality.com/
	Description: Modern WordPress theme framework
	Version: 0.0.1.4.21
	Template: orourke_parent
	Text Domain: orourkechild
*/

@font-face {
  font-family: 'HomepagebaukastenBook';
  src: url('./fonts/HomepagebaukastenBook.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HomepagebaukastenBold';
  src: url('./fonts/HomepagebaukastenBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Garamond';
  src: url('./fonts/garamond_%5Ballfont.ru%5D.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.page-id-6227 #kouto-embed-root .featured-experience__wrapper-even {
  display: none !important;
}

.page-id-6227 #kouto-embed-root .featured-experience__wrapper-odd {
  display: none !important;
}


body {
  font-family: 'HomepagebaukastenBook', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 26px;
  letter-spacing: 0.09px;
}

p {
  line-height: 1.4;
}

a,
a:visited,
a:active {
  color: #006738;
  text-decoration: none;
  transition: all 0.35s;
}

button {
  transition: all 0.35s;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

a:hover,
a:focus {
  outline: 0;
  text-decoration: none;
  color: #BB8946;
}

button:hover,
button:focus {
  outline: 0;
  border: 0;
}

/*p a {text-decoration: underline; }*/
p a {
  color: #006738;
}

p a:hover,
p a:focus {
  /* text-decoration: underline; */
}

h1 {
  font-family: 'Garamond', serif;
  font-size: 38px;
  font-weight: 400;
  color: #006738;
  margin: 0 0 30px;
  padding: 0;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h2 {
  font-family: 'Garamond', serif;
  font-size: 38px;
  font-weight: 400;
  color: #006738;
  margin: 0 0 30px;
  padding: 0;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h3 {
  font-family: 'Garamond', serif;
  font-size: 34px;
  font-weight: 400;
  color: #006738;
  margin: 0 0 20px;
  padding: 0;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2 {
  position: relative;
  padding-bottom: 10px;
}

h1:after,
h2:after {
  content: '';
  height: 3px;
  background: #BB8946;
  position: absolute;
  left: 0;
  top: 100%;
  max-width: 230px;
  width: 100%;
}

.text-center h1:after,
.text-center h2:after {
  left: 50%;
  transform: translateX(-50%);
}

h1.text-center:after,
h2.text-center:after {
  left: 50%;
  transform: translateX(-50%);
}

/*
 * Heading underline (h1/h2::after) must follow Bootstrap 4 text alignment, including responsive
 * utilities (e.g. text-center + text-sm-left). Base rules above always center when "text-center"
 * appears in the selector; from the matching min-width up, reset or re-center to match the
 * utility that wins at that breakpoint.
 * Breakpoints: sm 576px, md 768px, lg 992px, xl 1200px.
 */
@media (min-width: 576px) {

  /* text-center → left from sm */
  h1.text-center.text-sm-left:after,
  h2.text-center.text-sm-left:after,
  .text-center.text-sm-left h1:after,
  .text-center.text-sm-left h2:after,
  .text-center h1.text-sm-left:after,
  .text-center h2.text-sm-left:after,
  h1.text-right.text-sm-left:after,
  h2.text-right.text-sm-left:after,
  .text-right.text-sm-left h1:after,
  .text-right.text-sm-left h2:after,
  .text-right h1.text-sm-left:after,
  .text-right h2.text-sm-left:after {
    left: 0;
    right: auto;
    transform: none;
  }

  /* text-center → right from sm */
  h1.text-center.text-sm-right:after,
  h2.text-center.text-sm-right:after,
  .text-center.text-sm-right h1:after,
  .text-center.text-sm-right h2:after,
  .text-center h1.text-sm-right:after,
  .text-center h2.text-sm-right:after,
  h1.text-left.text-sm-right:after,
  h2.text-left.text-sm-right:after,
  .text-left.text-sm-right h1:after,
  .text-left.text-sm-right h2:after,
  .text-left h1.text-sm-right:after,
  .text-left h2.text-sm-right:after {
    left: auto;
    right: 0;
    transform: none;
  }

  /* text-left / text-right → center from sm */
  h1.text-left.text-sm-center:after,
  h2.text-left.text-sm-center:after,
  .text-left.text-sm-center h1:after,
  .text-left.text-sm-center h2:after,
  .text-left h1.text-sm-center:after,
  .text-left h2.text-sm-center:after,
  h1.text-right.text-sm-center:after,
  h2.text-right.text-sm-center:after,
  .text-right.text-sm-center h1:after,
  .text-right.text-sm-center h2:after,
  .text-right h1.text-sm-center:after,
  .text-right h2.text-sm-center:after {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 768px) {

  h1.text-center.text-md-left:after,
  h2.text-center.text-md-left:after,
  .text-center.text-md-left h1:after,
  .text-center.text-md-left h2:after,
  .text-center h1.text-md-left:after,
  .text-center h2.text-md-left:after,
  h1.text-right.text-md-left:after,
  h2.text-right.text-md-left:after,
  .text-right.text-md-left h1:after,
  .text-right.text-md-left h2:after,
  .text-right h1.text-md-left:after,
  .text-right h2.text-md-left:after {
    left: 0;
    right: auto;
    transform: none;
  }

  h1.text-center.text-md-right:after,
  h2.text-center.text-md-right:after,
  .text-center.text-md-right h1:after,
  .text-center.text-md-right h2:after,
  .text-center h1.text-md-right:after,
  .text-center h2.text-md-right:after,
  h1.text-left.text-md-right:after,
  h2.text-left.text-md-right:after,
  .text-left.text-md-right h1:after,
  .text-left.text-md-right h2:after,
  .text-left h1.text-md-right:after,
  .text-left h2.text-md-right:after {
    left: auto;
    right: 0;
    transform: none;
  }

  h1.text-left.text-md-center:after,
  h2.text-left.text-md-center:after,
  .text-left.text-md-center h1:after,
  .text-left.text-md-center h2:after,
  .text-left h1.text-md-center:after,
  .text-left h2.text-md-center:after,
  h1.text-right.text-md-center:after,
  h2.text-right.text-md-center:after,
  .text-right.text-md-center h1:after,
  .text-right.text-md-center h2:after,
  .text-right h1.text-md-center:after,
  .text-right h2.text-md-center:after {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 992px) {

  h1.text-center.text-lg-left:after,
  h2.text-center.text-lg-left:after,
  .text-center.text-lg-left h1:after,
  .text-center.text-lg-left h2:after,
  .text-center h1.text-lg-left:after,
  .text-center h2.text-lg-left:after,
  h1.text-right.text-lg-left:after,
  h2.text-right.text-lg-left:after,
  .text-right.text-lg-left h1:after,
  .text-right.text-lg-left h2:after,
  .text-right h1.text-lg-left:after,
  .text-right h2.text-lg-left:after {
    left: 0;
    right: auto;
    transform: none;
  }

  h1.text-center.text-lg-right:after,
  h2.text-center.text-lg-right:after,
  .text-center.text-lg-right h1:after,
  .text-center.text-lg-right h2:after,
  .text-center h1.text-lg-right:after,
  .text-center h2.text-lg-right:after,
  h1.text-left.text-lg-right:after,
  h2.text-left.text-lg-right:after,
  .text-left.text-lg-right h1:after,
  .text-left.text-lg-right h2:after,
  .text-left h1.text-lg-right:after,
  .text-left h2.text-lg-right:after {
    left: auto;
    right: 0;
    transform: none;
  }

  h1.text-left.text-lg-center:after,
  h2.text-left.text-lg-center:after,
  .text-left.text-lg-center h1:after,
  .text-left.text-lg-center h2:after,
  .text-left h1.text-lg-center:after,
  .text-left h2.text-lg-center:after,
  h1.text-right.text-lg-center:after,
  h2.text-right.text-lg-center:after,
  .text-right.text-lg-center h1:after,
  .text-right.text-lg-center h2:after,
  .text-right h1.text-lg-center:after,
  .text-right h2.text-lg-center:after {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 1200px) {

  h1.text-center.text-xl-left:after,
  h2.text-center.text-xl-left:after,
  .text-center.text-xl-left h1:after,
  .text-center.text-xl-left h2:after,
  .text-center h1.text-xl-left:after,
  .text-center h2.text-xl-left:after,
  h1.text-right.text-xl-left:after,
  h2.text-right.text-xl-left:after,
  .text-right.text-xl-left h1:after,
  .text-right.text-xl-left h2:after,
  .text-right h1.text-xl-left:after,
  .text-right h2.text-xl-left:after {
    left: 0;
    right: auto;
    transform: none;
  }

  h1.text-center.text-xl-right:after,
  h2.text-center.text-xl-right:after,
  .text-center.text-xl-right h1:after,
  .text-center.text-xl-right h2:after,
  .text-center h1.text-xl-right:after,
  .text-center h2.text-xl-right:after,
  h1.text-left.text-xl-right:after,
  h2.text-left.text-xl-right:after,
  .text-left.text-xl-right h1:after,
  .text-left.text-xl-right h2:after,
  .text-left h1.text-xl-right:after,
  .text-left h2.text-xl-right:after {
    left: auto;
    right: 0;
    transform: none;
  }

  h1.text-left.text-xl-center:after,
  h2.text-left.text-xl-center:after,
  .text-left.text-xl-center h1:after,
  .text-left.text-xl-center h2:after,
  .text-left h1.text-xl-center:after,
  .text-left h2.text-xl-center:after,
  h1.text-right.text-xl-center:after,
  h2.text-right.text-xl-center:after,
  .text-right.text-xl-center h1:after,
  .text-right.text-xl-center h2:after,
  .text-right h1.text-xl-center:after,
  .text-right h2.text-xl-center:after {
    left: 50%;
    transform: translateX(-50%);
  }
}

h4 {
  font-family: 'Garamond', serif;
  font-size: 25px;
  font-weight: 400;
  color: #006738;
  margin: 0 0 25px;
  padding: 0;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

h5 {
  font-family: 'HomepagebaukastenBold', serif;
  font-size: 20px;
  font-weight: 400;
  color: #006738;
  margin: 0 0 10px;
  padding: 0 0 20px;
  line-height: 26px;
  letter-spacing: 3.3px;
  text-transform: uppercase;
}

h6 {
  font-family: 'Garamond', serif;
  font-size: 16px;
  font-weight: 400;
  color: #006738;
  margin: 0 0 30px;
  padding: 0;
  line-height: 1.2;
  letter-spacing: 1.28px;
  text-transform: uppercase;
}

ul,
ol {
  padding: 0;
  margin: 0 0 5px 18px;
}

ul li,
ol li {
  padding: 0 0 15px;
}

li>ul,
li>ol {
  margin: 0 0 5px 18px;
  padding: 0 0 6px;
}

sup,
sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
  font-size: 0.7em;
}

sub {
  top: 0.4em;
}

hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin: 1.5em auto;
}

.container-fluid {
  position: relative;
  overflow: hidden;
}

img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
  height: auto;
}

.flexible-block {
  position: relative;
}

.background-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
}


/* ----------- Buttons ----------- */
.button {
  font-family: 'Garamond', sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 12px 35px;
  background: transparent;
  color: #006738 !important;
  border: 0;
  line-height: 1;
  display: inline-block;
  position: relative;
  transition: all 0.35s;
  border: 2px solid #006738;
}

.button:hover,
.button:focus {
  transform: translateY(-4px);
  background-color: #006738;
  border-color: #006738;
  color: #fff !important;
}

.button-2 {
  background: #006738;
  color: #fff !important;
  border: 2px solid #006738;
}

.button.button-2:hover {
  background: transparent;
  color: #006738 !important;
}

._dark_bg * {
  color: #fff;
}

._dark_bg h1:after,
._dark_bg h2:after {
  background: #fff;
}

._dark_bg .button {
  background: transparent;
  color: #fff !important;
  border: 2px solid #fff;
}

._dark_bg .button:hover,
._dark_bg .button:focus {
  background: #fff;
  color: #006738 !important;
}

/* Outline variants — use with .button (e.g. class="button button--outline-white") */
.button.button--outline-green {
  background: transparent;
  color: #006738 !important;
  border: 2px solid #006738;
}

.button.button--outline-white {
  background: transparent;
  color: #fff !important;
  border: 2px solid #fff;
}

/* ----------- Forms ----------- */
button {
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  outline: 0;
  -webkit-appearance: none;
  appearance: none;
}

label {
  display: block;
  color: #333;
}

fieldset {
  margin-bottom: 1em;
}

input[type="checkbox"]+label {
  display: inline-block;
}

button[type="submit"] {
  padding: 12px 35px;
  padding-right: 35px;
}

button[type="submit"]:after,
input[type="submit"]:after {
  content: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="color"],
textarea,
select {
  background: #fff;
  color: #006738;
  border: 2px solid #006738;
  display: block;
  padding: 12px 15px !important;
  width: 100%;
  background-image: none;
  border-radius: 0;
  box-shadow: none;
  outline: 0;
  margin: 0 auto 15px;
  line-height: 1;
  /* font-weight: 700; */
  /* text-transform: uppercase; */
  /* font-family: 'HomepagebaukastenBold'; */
  transition: background .4s ease 0s;
}

input[type="text"].error,
input[type="email"].error,
input[type="url"].error,
input[type="password"].error,
input[type="search"].error,
input[type="number"].error,
input[type="tel"].error,
input[type="range"].error,
input[type="date"].error,
input[type="month"].error,
input[type="week"].error,
input[type="time"].error,
input[type="datetime"].error,
input[type="color"].error,
textarea.error,
select.error {
  border: 1px solid #ff3744;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
  /*color: #222;*/
  border-color: #006738;
  outline: 0;
}

input[type="button"],
input[type="submit"] {
  /*button, input[type="button"], input[type="submit"] {*/
  border-radius: 0;
  box-shadow: none;
  outline: 0;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  border: 0;
  background: #006738;
  color: #FFFFFF !important;
  text-transform: uppercase;
  padding: 14px 14px !important;
  transition: all 0.35s;
  font-family: 'Garamond';
  font-size: 16px !important;
  font-weight: 700;
  text-align: center;
  margin: auto !important;
  min-width: 250px;
  border: 2px solid #006738;
}

/*button:hover, input[type="button"]:hover, input[type="submit"]:hover { padding: 15px 45px 15px; }*/
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="button"]:focus,
input[type="submit"]:focus {
  color: #006738 !important;
  background: transparent;
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
  border: 2px solid #006738;
}

/* Gravity forms styles */
.gform_wrapper {
  text-align: left;
}

.gform_wrapper label,
.gform_wrapper legend {
  text-align: left;
  font-weight: 400;
  font-family: 'HomepagebaukastenBook';
  font-size: 18px;
  color: #000;
}

.gform_wrapper label.gfield_label,
.gform_wrapper legend.gfield_label {
  font-weight: inherit !important;
}

.gform_wrapper .top_label .gfield_label,
.gform_wrapper legend.gfield_label {
  display: block !important;
  text-align: left;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  text-align: left;
  text-align-last: left;
  margin-left: 0;
}

.gform_wrapper .gfield_checkbox li input[type=checkbox],
.gform_wrapper .gfield_radio li input[type=radio] {
  margin-right: 5px;
}

.gform_wrapper div.validation_error {
  color: #ff3744 !important;
  border-top: 2px solid #ff3744 !important;
  border-bottom: 2px solid #ff3744 !important;
}

.gform_wrapper .validation_message {
  color: #ff3744 !important;
}

.gform_submission_error:after {
  content: none;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: transparent !important;
}

.gform_wrapper .gform_validation_errors>h2 .gform-icon {
  position: relative !important;
  display: inline-block !important;
  vertical-align: middle;
  margin-right: 15px;
  left: 0 !important;
}

/* .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header select {
	padding: 0 22px 0 0 !important;
} */

/* .gfield_time_ampm select {
	min-width: 75px !important;
}

.ginput_quantity_label {
	margin-left: 30px;
	padding-right: 5px;
}

.ginput_quantity {
	display: inline-block !important;
}

.ginput_product_price_wrapper {
	min-width: 105px;
}

.ginput_stripe_creditcard {
	border: 1px solid #000;
	padding: 15px;
	max-width: 700px;
} */



/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #747474;
  opacity: 1;
}

:-moz-placeholder {
  color: #747474;
  opacity: 1;
}

::-moz-placeholder {
  color: #747474;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #747474;
  opacity: 1;
}



/* ----------- Blocks ----------- */



/* content_block */
.content_block {}

.content_block .content-container p {
  max-width: 775px;
}

.content_block .text-center .content-container p {
  margin-left: auto;
  margin-right: auto;
}

.content_sidebar {
  background: #fff;
}


.content_slider_block ._quote {
  font-size: 250px;
  font-family: 'HomepagebaukastenBook', sans-serif;
  color: #006738;
}

.content_slider_block p {
  font-size: 18px;
  font-family: 'Golos Text', sans-serif;
  color: #000;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.blocks_slider_block-slider {
  max-width: 1220px;
  margin: 0 auto;
}



/* content_images_block */
.content_images_block {}

.content_images_block .img-credit-wrap {
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.content_images_block .img-credit-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  flex: 1 1 auto;
  min-height: 0;
  aspect-ratio: auto;
  object-fit: cover;
}

.content_images_block .img-credit-wrap .img-credit {
  flex: 0 0 auto;
}

.content_images_block .img-credit {
  display: block;
  font-family: 'HomepagebaukastenBook', sans-serif;
  font-size: 12px;
  color: #666;
  letter-spacing: 0.3px;
  line-height: 1.4;
  margin-top: 6px;
  font-style: italic;
}

.content_images_block._dark_bg .img-credit {
  color: rgba(255,255,255,0.65);
}

/* Grunge texture tinted by background color (see mix-blend-mode) */
.content_images_block--bg-grudge {
  position: relative;
  isolation: isolate;
}

.content_images_block--bg-grudge::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url("images/grudge-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  mix-blend-mode: color;
}

/* Stack main column above texture; leave decorative accent at z-index 0 so it stays behind copy */
.content_images_block--bg-grudge > .container,
.content_images_block--bg-grudge > .container-fluid {
  position: relative;
  z-index: 1;
}

.content_images_block ul li {
  font-family: 'HomepagebaukastenBook', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.09px;
}

.content_images_block._has_decorative_accent {
  position: relative;
  overflow: visible;
}

.content_images_block._has_decorative_accent .container-fluid {
overflow: visible;
}

.content_images_block__accent {
  position: absolute;
  bottom: 43%;
  left: 0;
  z-index: 0;
  pointer-events: none;
  max-width: min(42vw, 255px);
  line-height: 0;
  transform: translateY(50%);
}

@media (min-width: 1200px) {
  .content_images_block__accent {
    bottom: 46%;
    max-width: min(42vw, 300px);
  }
}

@media (min-width: 1500px) {
  .content_images_block__accent {
    bottom: 48%;
    max-width: min(42vw, 353px);
  }
}

.content_images_block__accent img {
  width: 100%;
  height: auto;
  display: block;
}

/* Green tree / green horse: single-image layout (large watermark behind copy, overlapping photo edge) */
.content_images_block--accent-one-image ._content {
  z-index: 2;
}

.content_images_block--accent-one-image ._images {
  position: relative;
  z-index: 1;
}

.content_images_block__accent--one-image {
  top: unset;
  bottom: -45px;
  left: calc(50% - 150px);
  transform: translateX(-50%);
  max-width: min(92vw, 460px);
  width: min(58vw, 420px);
  z-index: 0;
}

.content_images_block.content_right .content_images_block__accent--one-image {
  left: auto;
  right: 0;
}

.content_images_block__accent--one-image img {
  opacity: 0.34;
}

.content_images_block__accent--green-tree.content_images_block__accent--one-image img {
  opacity: 0.1;
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.content_images_block.content_right .content_images_block__accent--green-horse-carrier.content_images_block__accent--one-image {
  display: flex;
  align-items: flex-end;
  left: 59%;
}

.content_images_block__accent.content_images_block__accent--green-tree.content_images_block__accent--one-image {
  bottom: 0;
  top: 0;
}

.bg-overlay {
  height: 95%;
  width: 80%;
  position: absolute;
  left: 50%;
  bottom: 0px;
  z-index: -1;
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}



.content_images_block ._content {
  position: relative;
  z-index: 1
}

.content_images_block ._content.text-lg-right p {
  margin-left: auto;
}

.content_images_block:not(.image-count-1) ._content p {
  max-width: 360px;
}

.content_images_block.image-count-2 ._content {
  padding: 0 0 0 50px;
}

.content_images_block.image-count-2 ._content p {
  max-width: unset;
}


.content_images_block ._content p:last-of-type {
  margin-bottom: 0;
}

.content_images_block.image-count-1.px-0 ._content p {
  max-width: 480px;
}

.content_images_block ._content img {
  position: relative;
  z-index: 1;
}


.content_images_block img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.content_images_block.image-count-1.px-0 img {
  aspect-ratio: 824/700;
}

.content_images_block img.img-first-image {
  aspect-ratio: 649/424;
  object-fit: cover;
}

.content_images_block img.img-second-image {
  aspect-ratio: 650/357;
  object-fit: cover;
}

.content_images_block img.img-third-image {
  aspect-ratio: 456/471;
  object-fit: cover;
}

.content_images_block.image-count-2 img.img-first-image {
  aspect-ratio: 551/640;
  object-fit: cover;
}

.content_images_block.image-count-2 img.img-second-image {
  aspect-ratio: 552/429;
  object-fit: cover;
}

.content_images_block.image-count-1 ._images img {
  aspect-ratio: 704/437;
  object-fit: cover;
}

.content_images_block.image-count-1.content_images_block--bg-grudge ._images img {
  aspect-ratio: 720/574;
  object-fit: cover;
}



.content_images_block .content_images_block__accent--green-horse-carrier.content_images_block__accent--one-image img {
  opacity: 0.1;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 489/200;
}

@media (max-width: 767px) {
  .content_images_block.image-count-2 ._content {
    padding: 0;
  }
}



.nav_block {}

.nav_block h2:after {
  content: none;
}

.nav_block .nav-block-inner {
  width: 100%;
  border-top: 3px solid #BB8946;
  border-bottom: 3px solid #BB8946;
}

.nav_block .nav-block-inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
  z-index: 1;
}

.nav_block .nav-block-inner ul li {
  padding: 0;
  margin: 0 0 30px;
  display: block;
}

.nav_block .nav-block-inner ul li button {
  font-family: 'Garamond';
  font-size: 34px;
  color: #006738;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 2px solid transparent;
}

.nav_block .nav-block-inner ul li button:hover,
.nav_block .nav-block-inner ul li button:focus,
.nav_block .nav-block-inner ul li button[aria-selected="true"] {
  border-color: #BB8946;
}

.nav_block .nav-block-img {
  aspect-ratio: 583 / 572;
}

.nav_block .nav-block-img .each-img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease-in-out;
}

.nav_block .nav-block-img .each-img[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
}

.nav_block .nav-block-img .each-img,
.nav_block .nav-block-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.nav_block .nav-block-img .each-img .slick-list,
.nav_block .nav-block-img .each-img .slick-track {
  height: 100%;
}

.nav_block .nav-block-img .each-img .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}



.tab_slider_nav {
  padding: 0;
  margin: 0 0 45px;
  list-style: none;
}

.tab_slider_nav li {
  margin: 0;
  padding: 0;
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid #fff;
}

.tab_slider_nav li:last-of-type {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}

.tab_slider_nav li button {
  font-family: 'HomepagebaukastenBold', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 2px solid transparent;
}

.tab_slider_nav li button._active {
  border-bottom: 2px solid #C9E8DF;
}

.tab_slider_block .tab_slider_block_top_headline {
  margin-bottom: 2.5rem;
}

.tab_slider_block .tab_slider_block_heading {
  color: #fff;
  font-family: Garamond, "EB Garamond", "Times New Roman", serif;
  font-weight: 400;
  text-transform: uppercase;
}

.tab_slider_block ._tab_slider_counter {
  color: #fff;
  font-family: Garamond, "EB Garamond", "Times New Roman", serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.tab_slider_block ._slider_arrows {
  position: relative;
}

.tab_slider_block .col-xl-4 ._slider_arrows {
  display: flex;
  gap: 35px;
}

.tab_slider_block .col-xl-4 ._slider_arrows button {
  margin: 0;
}

.tab_slider_block ._slider_arrows button {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  border: 2px solid #fff;
  border-radius: 100%;
  color: #fff;
  font-size: 16px;
  width: 57px;
  height: 57px;
  margin: 0 25px;
  transform: none;
}

.tab_slider_block ._slider_arrows button:hover {
  background: #006738;
}

/* ── tab_slider_block background layer system ─────────────────────────── */

.tab_slider_block {
  position: relative;
  overflow: hidden;
}

/* Layer 1 — per-slide photo, right-side ~65% width */
.tab_slider_block ._tab_bg_img {
  position: absolute;
  top: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.tab_slider_block.layout1 .slick-content p {
  max-width: 464px;
  margin: auto;
}

.tab_slider_block .slick-img img {
  aspect-ratio: 640 / 443;
  object-fit: cover;
}

/* Layer 2 — gradient: solid green left → transparent right, masks the photo edge */
.tab_slider_block ._tab_bg_gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: linear-gradient(to right, #004827 38%, rgba(0, 72, 39, 0) 100%);
  z-index: 1;
  pointer-events: none;
}

/* Layer 3 — full-width dark-green colour wash at 90% opacity */
.tab_slider_block ._tab_bg_overlay {
  position: absolute;
  inset: 0;
  background: #01522D;
  opacity: 0.9;
  z-index: 2;
  pointer-events: none;
}

/* Layer 4 — grunge / aged-paper texture at 30% opacity, flipped 180° */
.tab_slider_block ._tab_bg_grunge {
  position: absolute;
  inset: 0;
  background-image: url('images/grudge-bg.png');
  background-size: cover;
  background-position: center;
  opacity: 0.3;
  transform: rotate(180deg);
  z-index: 3;
  pointer-events: none;
}

/* Content sits above all background layers */
.tab_slider_block>.container {
  position: relative;
  z-index: 4;
}

.blocks_block {}

.blocks_block .each-block {
  max-width: 500px;
  margin: 0 auto;
}

.blocks_block .each-block-image {
  display: block;
  position: relative;
}

.blocks_block .each-block-image img {
  aspect-ratio: 300/187;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.blocks_block .each-block-content {
  background: #E5E0D9;
  flex-grow: 1;
}

.article-content {
  background: #E5E0D9;
  flex-grow: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.blocks_block .each-block-content h3 {
  /*	font-family: 'mrs-eaves', serif;*/
  /*	position: absolute;*/
  /*	background: rgba(235, 233, 221, .84);*/
  /*	top: 50%;*/
  /*	left: 50%;*/
  /*	-moz-transform: translate(-50%, -50%);*/
  /*	-webkit-transform: translate(-50%, -50%);*/
  /*	transform: translate(-50%, -50%);*/
  padding: 30px 0;
  /*	width: calc(100% - 60px);*/
  /*	text-align: center;*/
  margin-bottom: 0;
}

/*
.blocks_block .each-block-image > span {
	font-family: 'mrs-eaves', serif;
	text-transform: uppercase;
	color: #D33A22;
	position: absolute;
	top: 105%;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.blocks_block .each-block-image > span span {
	display: inline-block;
	vertical-align: middle;
}
.blocks_block .each-block-image > span img {
	display: inline-block;
	vertical-align: middle;
	width: 36px;
	height: 15px;
}
*/

/*
.blocks_block ._img_container {
	overflow: hidden;
	position: relative;
}

.blocks_block ._img_container img {
	transition: all 0.35s;
	width: 100%;
}
*/

/*
.blocks_block .each-block-image:focus ._img_container img,
.blocks_block .each-block-image:hover ._img_container img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
*/



.quote_image_block {}

.quote_image_block.layout1 {
  min-height: 65vh;
  overflow: visible;
  margin-bottom: 180px;
}

/*.quote_image_block.layout1 * { color: #000; }*/
.quote_image_block.layout2 .container {
  border-top: 1px solid #DDDDDD;
}

/*.quote_image_block.layout2 .row { min-height: 60vh; }*/
/*.quote_image_block.layout2 * { color: #fff; }*/
.quote_image_block.layout2 p {
  line-height: 1.8;
  font-size: 18px;
}

.quote_image_block.layout2 p._quote {
  font-size: 118px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: -30px;
  color: #658E82;
}

.quote_image_block.layout2 p:last-of-type {
  margin-bottom: 0;
}





/* Map Block */

.mapboxgl-map {
  font: inherit !important;
}

.mapboxgl-ctrl-bottom-left {
  display: none !important;
}

/*.mapboxgl-ctrl-bottom-right {display: none !important;}*/
.mapboxgl-marker {
  cursor: pointer;
  border-radius: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

/*.mapboxgl-marker:after { content: ''; position: absolute; top: 100%; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); transform: translateX(-50%); width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 10px solid #de4a34; }*/
.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
  display: none !important;
}

.map_popup {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 10vw;
  transform: translateY(-50%);
  background: rgba(24, 57, 53, .85);
  color: #E6EAE5;
  padding: 40px 85px;
  outline: 1px solid #F8F7F4;
  outline-offset: -15px;
}

/* End MAP BLOCK */



/*
.slick-track {
	display: flex !important;
}
.slick-slide {
	height: inherit !important;
}
*/
.slick-arrow {
  z-index: 1;
  position: absolute;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 0;
  border-radius: 100%;
  height: 60px;
  width: 60px;
  text-align: center;
  margin: 0;
  padding: 0;
  transition: all 0.35s;
}

.slick-prev {
  left: -30px;
}

.slick-next {
  right: -90px;
}

.slick-arrow svg {
  display: block;
  margin: 0 auto;
}

.slick-arrow:hover,
.slick-arrow:focus {
  /*	background: #cadfdc;*/
  /*	border: 1px solid #000;*/
}

.slick-dots {
  text-align: center;
  margin: 20px auto 5px;
}

.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.slick-dots li button {
  width: 15px;
  height: 15px;
  background: transparent;
  border: 2px solid #BB8946;
  border-radius: 100%;
  font-size: 0 !important;
}

.slick-dots li.slick-active button {
  background: #BB8946;
}


.tab_slider_block .slick-dots li button {
  border: 2px solid #fff;
}

.tab_slider_block .slick-dots li.slick-active button {
  background: #fff;
}


.cta-link {
  font-family: 'mrs-eaves', serif;
  font-size: 14px;
  color: #2c2c2c;
  background-color: #fff;
  text-transform: uppercase;
  position: relative;
  line-height: 1;
  letter-spacing: 0.2em;
}

.cta-link span {
  display: inline-block;
  vertical-align: middle;
}

.cta-link:after {
  content: "";
  background: url('images/right-arrow.svg') center center no-repeat;
  background-size: contain;
  position: relative;
  width: 45px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  transition: all 0.35s;
}

.cta-link:hover,
.cta-link:focus {
  color: #000000;
}

.cta-link:hover:after,
.cta-link:focus:after {
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  transform: translateX(4px);
}



/* logos-block */
/*
.logos-block {

}

.logos_block-slider .slick-list {
	margin: 0 -10px;
}

.logos_block-slider .slick-slide {
	margin: 0 10px;
}

.logos_block-slider .slick-slide img {
	margin-left: auto;
	margin-right: auto;
	-moz-transform: scale(.8);
	-webkit-transform: scale(.8);
	transform: scale(.8);
	transition: transform 0.35s;
}

.logos_block-slider .slick-slide.slick-center img {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
*/


/* gallery_block */
.gallery_block {}

.gallery_block .gallery-thumbnail {
  height: 375px;
}

.gallery_block .half-height .gallery-thumbnail {
  height: calc((375px / 2) - 1rem);
}

.gallery_block .row {
  transition: opacity 0.35s, visibility 0.35s;
}

.gallery_block .row.hidden {
  height: 0;
  width: 0;
  opacity: 0;
  visibility: hidden;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}

.gallery_block .gallery-thumbnail {
  position: relative;
  overflow: hidden;
}

/* hover overlay */
.gallery_block .gallery-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.35s ease;
  padding: 20px;
}

.gallery_block .gallery-thumbnail:hover .gallery-overlay,
.gallery_block .gallery-thumbnail:focus .gallery-overlay {
  opacity: 1;
}

.gallery_block .gallery-overlay__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}

.gallery_block .gallery-overlay__title {
  font-family: 'Garamond', serif;
  font-size: 18px;
  letter-spacing: 1.5px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.3;
}

.gallery_block .gallery-overlay__sep {
  display: block;
  width: 50%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  margin: 10px auto;
}

.gallery_block .gallery-overlay__desc {
  font-family: 'HomepagebaukastenBook', sans-serif;
  font-size: 13px;
  letter-spacing: 0.3px;
  color: #fff;
  line-height: 1.5;
}

.featherlight .featherlight-content {
  border: 0;
  padding: 0;
  max-height: 80%;
  background: transparent;
  overflow: visible;
}

.featherlight-next,
.featherlight-previous {
  top: 0;
}

.featherlight-next {
  right: -45px;
  left: 100%;
}

.featherlight-previous {
  left: -45px;
  right: 100%;
}

.featherlight-next:hover,
.featherlight-previous:hover,
.featherlight-next:focus,
.featherlight-previous:focus {
  background: transparent;
}

.featherlight-next span,
.featherlight-previous span {
  font-size: 40px;
  margin-top: 0;
  line-height: 1;
  text-shadow: none;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 1);
  display: inline-block;
}

.featherlight .featherlight-close-icon {
  top: -22px;
  right: 0;
  background: transparent;
  color: rgba(255, 255, 255, 1);
  width: auto;
  line-height: 1;
  font-size: 20px;
  outline: 0 !important;
}


/* open table block */
.open_table_block {
  background: #f6f5ef;
}

.open_table_block h3 {
  letter-spacing: 0.2em;
  font-size: 16px;
  color: #000;
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}

.open_table_block .each-field {
  line-height: 1;
}

.open_table_block .each-field i {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
}

.open_table_block select,
.open_table_block input {
  border: 0;
  border-bottom: 1px solid #2c2c2c;
  margin: 0;
  border-radius: 0;
  padding: 8px 0 !important;
  padding-left: 30px !important;
  background-color: transparent;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  color: #000;
  position: relative;
  z-index: 1;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  line-height: 1;
  height: 100%;
}

.open_table_block .each-field select+i,
.open_table_block .each-field input+i {
  left: auto;
  right: 15px;
}

.open_table_block input[type="submit"] {
  border: 0;
  background-color: #cadfdc;
  font-weight: 600;
  font-family: 'mrs-eaves', serif;
  font-size: 15px;
  color: #2c2c2c;
  padding: 9px 15px !important;
  width: 100%;
}

.open_table_block input[type="submit"]:hover,
.open_table_block input[type="submit"]:focus {
  color: #fff;
  background: #de4a34;
}


/* Background pattern block */
/*
.background_pattern_block {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 400px;
	background: url(images/background-pattern-2-color.svg) top center repeat;
	background-size: auto 100px;
	margin-top: -175px;
}

*/



/* ROOMS */
.room_type_nav {
  width: 100%;
  list-style: none;
  padding: 12px 0;
  margin: 0;
  border-top: 1px solid rgba(112, 112, 112, .37);
  border-bottom: 1px solid rgba(112, 112, 112, .37);
  margin-bottom: 0 !important;
}

.room_type_nav li {
  margin: 5px 0;
  padding: 0;
}

.room_type_nav a {
  color: #18181A;
  font-size: 24px;
  font-family: 'mrs-eaves', serif;
  font-weight: 400;
  letter-spacing: -.25px;
  padding: 10px 25px;
}

.room_type_nav a._active {
  background: #EFEFEF;
}

.room-parent .slick-track {
  display: flex;
}

.room-parent .slick-list,
.room-parent .slick-track {
  height: 100%;
}

.room-article {
  height: auto;
}

.room-article.slick-slide {
  height: auto;
}

.room-article .feat-img {
  width: 100%;
  aspect-ratio: 552/383;
}

.room-article .entry-title {
  margin: 20px 0;
}

.room-article ._slider_arrows {
  /* position: absolute; */
  /* right: 0; */
  /* top: 30px; */
  flex: 1 0 auto;
  text-align: right;
}

.room-article ._slider_arrows .slick-arrow {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  border: 2px solid #006738;
  border-radius: 100%;
  color: #006738;
  font-size: 16px;
  width: 50px;
  height: 50px;
  margin: 0 15px;
  transform: none;
}

.room-article ._slider_arrows .slick-arrow.slick-prev {
  margin-left: 0;
}

.room-article ._slider_arrows .slick-arrow:hover {
  background: #006738;
  color: #fff;
}

.room-attributes {
  list-style: none;
  margin: 0;
  padding: 0;
}

.room-attributes li {
  margin: 0;
  padding: 0;
  margin-right: 45px;
  font-size: 15px;
  color: #636363;
}

.room-attributes li img {
  margin-right: 12px;
}

/* .room-article .button {
	padding-right: 35px;
} */

/* .nav li */

.room-article .button:after {
  content: none;
}



/* Instagram Feed */
#sb_instagram {
/*   width: calc(100% + 60px) !important; */
/*   margin-left: -30px; */
/*   margin-right: -30px; */
}


/* ----------- Header ----------- */
header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  transition: all .2s ease-in-out;
}

#header-logo {
  transition: all .2s ease-in-out;
  max-width: 400px;
}

._front #header-logo {
  opacity: 0;
  visibility: hidden;
}

header.active,
header.no-hero {
  background: #006738;
}

header.active #header-logo,
header.no-hero #header-logo {
  opacity: 1;
  visibility: visible;
  max-width: 250px;
}

header.active #header-logo svg g,
header.no-hero #header-logo svg g {
  fill: #111112;
}

#header-book-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

#header-book-container .button {
  display: none;
  border: 2px solid #fff;
  padding: 8px 14px;
  font-size: 15px;
}
#header-book-container .button:not(.button--outline-white) {
  background: #fff;
}

#header-book-container .button:hover,
#header-book-container .button:focus {
  background: #006738;
  color: #fff !important;
}

header.active #header-book-container .button {
  display: inline-block;
}

/* Reserve a Table button */
#header-book-container .button--reserve {
  background: #BB8946;
  color: #fff !important;
  border-color: #BB8946;
}

#header-book-container .button--reserve:hover,
#header-book-container .button--reserve:focus {
  background: transparent;
  color: #BB8946 !important;
}

header #navigation {
  display: none;
  height: 100%;
  background: #006738;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9;
}

.nav-logo {
  background-color: #006738;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /* mix-blend-mode: luminosity; */
  min-height: 200px;
}

.nav-logo img {
  z-index: 1;
  min-width: 55%;
}

.nav-logo:after {
  content: '';
  POSITION: ABSOLUTE;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #116738;
  opacity: .65;
  z-index: 0;
}

.nav-menu {
  background: #006738;
  overflow: auto;
  height: 100%;
}

.nav::-webkit-scrollbar {
  width: 10px;
}

.nav::-webkit-scrollbar-track {
  /* border-radius: 5px; */
  background: rgba(255, 255, 255, .2);
  /* box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
}

.nav::-webkit-scrollbar-thumb {
  /* border-radius: 5px; */
  background: #004628;
  outline: 0;
}

.nav {
  margin: 0;
  padding: 0 60px;
  list-style: none;
  text-align: left;
  display: flex;
  flex-direction: column;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}

/* Flex spacers: push items to center when content fits, shrink away when overflow so scroll to top works */
.nav::before,
.nav::after {
  content: '';
  flex: 1 1 0;
}

.nav li {
  margin: 20px 10px;
  padding: 0;
  display: block;
}

.nav>li {
  margin: 20px 10px;
}

.nav>li:last-child {
  padding-bottom: 40px;
}

.nav li a {
  color: #fff;
  font-family: 'Garamond', serif;
  font-size: 32px;
  border-bottom: 1px solid transparent;
	text-transform: uppercase;
}

.nav li a:focus,
.nav li a:hover {
  border-bottom: 1px solid #F4F2ED;
  color: #F4F2ED;
}

.nav li .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 0;
  overflow: hidden;
  transform-origin: top;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  transform: scaleY(0);
  transition: all 0.35s;
}

.nav li .sub-menu li a {
  font-family: 'HomepagebaukastenBook';
  font-size: 20px;
	text-transform: unset;
}

.nav li .sub-menu.active {
  max-height: 1000px;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  transform: scaleY(1);
}

.nav li.current_page_item>a,
.nav li.current-page-ancestor>a {
  border-bottom: 1px solid #F4F2ED;
  color: #F4F2ED;
}

.nav li>ul li.current_page_item>a,
.nav li>ul li.current-page-ancestor>a {
  border-bottom: 1px solid transparent;
  font-weight: bold;
}

.nav li:focus-within ul {
  transform: none;
  max-height: initial;
}


.nav .booknow-btnwrap a {
  border: 2px solid #fff;
  font-family: 'HomepagebaukastenBold', sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  line-height: 1;
  padding: 12px 35px;
  margin: 0;
  display: inline-block;
}

.nav .booknow-btnwrap a:hover,
.nav .booknow-btnwrap a:focus {
  border: 2px solid #F4F2ED;
  color: #F4F2ED;
}

.nav li.nav-button a {
  border: 2px solid #fff;
  font-family: 'HomepagebaukastenBold', sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  line-height: 1;
  padding: 12px 35px;
  margin: 0;
  display: inline-block;
}

/*#header-logo img, #header-logo svg { max-width: 320px; }*/

.header-right {
  color: #18413C;
  font-size: 16px;
  opacity: 0;
  visibility: hidden;
  /*transition: all .2s ease-in-out;*/
}

.header-right p,
.header-right a {
  color: #18413C;
  font-weight: 700;
  text-transform: uppercase;
}

.header-right a:hover,
.header-right a:focus {
  text-decoration: underline;
}

.header-right .button {
  margin-left: 35px;
  padding-right: 35px;
}

.header-right .button:after {
  content: none;
}

header.active .header-right,
header.no-hero .header-right {
  opacity: 1;
  visibility: visible;
}

/* Menut Toggle Buttons */
button.toggle-menu {
  color: #F6F4F5;
  font-size: 16px;
  text-transform: uppercase;
  transition: background 0.35s;
  position: relative;
  padding-right: 11px;
  /*height: 45px;*/
}

button.toggle-menu:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #006738;
  z-index: -1;
  transition: width 0.35s;
}

button.toggle-menu>span {
  display: block;
  padding: 15px 11px;
}

button.toggle-menu>span>span {
  background: #F6F4F5;
  height: 3px;
  width: 27px;
  margin-bottom: 5px;
  display: block;
  transition: all 0.35s;
}

button.toggle-menu:hover,
button.toggle-menu:focus {
  outline: 0;
}

button.toggle-menu:hover:before,
button.toggle-menu:focus:before {
  width: 100%;
}

header.active button.toggle-menu,
header.no-hero button.toggle-menu {
  color: #fff;
}

header.active button.toggle-menu>span>span,
header.no-hero button.toggle-menu>span>span {
  background: #fff;
}

header.active button.toggle-menu:hover>span>span,
header.no-hero button.toggle-menu:hover>span>span,
header.active button.toggle-menu:focus>span>span,
header.no-hero button.toggle-menu:focus>span>span {
  background: #fff;
}

/* Open Menu */
/*button#open-menu > span > span:nth-of-type(1) { width: 20px; }*/
/*button#open-menu > span > span:nth-of-type(2) { width: 24px; }*/
button#open-menu>span>span:nth-of-type(3) {
  /*width: 12px;*/
  margin-bottom: 0;
}

/*
button#open-menu:hover > span > span,
button#open-menu:focus > span > span { width: 24px !important; }
*/

/* Close Menu */
button#close-menu {
  position: absolute;
  z-index: 1;
  left: 15px;
  top: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  background: transparent;
  color: #fff;
  padding-right: 11px;
}

button#close-menu:before {
  background: #006738;
}

button#close-menu>span {
  background: transparent;
  padding-right: 0;
  margin-right: 20px;
}

button#close-menu>span>span {
  background: #fff;
  width: 24px;
  transition: transform 0.35s;
}

button#close-menu>span>span:nth-of-type(1) {
  transform: rotate(45deg);
  margin-bottom: -3px;
}

button#close-menu>span>span:nth-of-type(2) {
  transform: rotate(-45deg);
}

button#close-menu:hover>span>span,
button#close-menu:focus>span>span {
  transform: rotate(0);
}


/* ----------- Page Content ----------- */
.hero-large {
  aspect-ratio: 1440 / 900;
  min-height: 100vh;
}

.hero-regular {
  height: 100vh;
  min-height: 550px;
}

/*.hero-regular { height: 0; padding-bottom: 41.667%; }*/
.hero-small {
  aspect-ratio: 1442 / 723;
}

.hero-overlay {
  background: rgba(255, 255, 255, 0.68);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.hero>.container {
  position: relative;
  z-index: 3;
  top: 53%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100%;
}

.hero * {
  color: #fff;
}

.hero h1 {
  font-size: 60px;
  letter-spacing: 3px;
}

.hero h1:after {
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  max-width: 150px;
}

.hero-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-slider * {
  height: 100%;
}

.hero .slick-dots {
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 0 7px;
  z-index: 2;
}

.hero .slick-arrow {
  height: 60px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hero .slick-prev {
  left: 45px;
}

.hero .slick-next {
  right: 0;
}

.hero .slick-next {
  right: 45px;
}

.hero video {
  position: absolute;
  top: 0;
  width: auto;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  object-fit: cover;
}

@media screen and (max-aspect-ratio: 1920/1080) {
  .hero video {
    height: 100%;
  }
}

@media screen and (min-aspect-ratio: 1920/1080) {
  .hero video {
    width: auto;
    height: 100%;
  }
}

@media screen and (min-width: 1150px) and (min-aspect-ratio: 1920/1080) {
  .hero video {
    width: 100%;
    height: 100%;
  }
}


.home-hero-logo-container {
  margin-right: 100px;
  position: relative;
  padding-left: 30px;
}

.home-hero-logo {
  max-width: 360px;
  width: 270px;
}

.home-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
  z-index: 1;
}

.home-menu li {
  display: inline-block;
  position: relative;
  padding: 0 18px;
  flex: 1 1 100%;
  width: 100%;
  text-align: center;
  line-height: 1;
}

.home-menu li a {
  color: #FFF;
  font-family: 'Garamond';
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.2s ease;
}

.home-menu li:hover a,
.home-menu a:focus {
  color: #006738 !important;
  transition: all 0.2s ease;
}


.home-hero-logo-container:before,
.home-menu li:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  height: 87px;
  width: 1px;
  color: #d7d7d7;
  background-color: #fff;
  transform: translateY(-50%);
  transition: all 0.25s ease;
}

.brand-link {
  position: absolute;
  z-index: 3;
  bottom: 30px;
  left: 30px;
  max-width: 94px;
  max-height: 99px;
}

.brand-link.brand-link-right {
  left: unset;
  right: 30px;
}


#interior-content {}

.page-content {}

.page-content h2 {
  font-size: 20px;
  margin: 15px 0;
}

.page-content h3 {
  margin-bottom: 15px;
}

.page-content h4 {
  margin-bottom: 5px;
}

.page-content ul {
  margin-bottom: 1rem;
}

.page-content p+ul {
  margin-top: -5px;
}

/*.page-content p a, .page-content li a {border-bottom: 1px solid;}*/


.feat-img {
  min-height: 250px;
  aspect-ratio: 784/545;
  background-position: center center;
  background-repeat: no-repeat;
}

/* article.post-article > div,
article.room-article > div {
	background: #E5E0D9;
	height: 100%;
}

article.post-article > a:hover,
article.post-article > a:focus {
	color: #000;
}

article.post-article > a:hover .button,
article.post-article > a:focus .button {
	color: #2c2c2c;
	text-decoration: none !important;
	background: #cadfdc;
} */

/* .article-content {

} */



/* New Newsletter */
/* #gform_wrapper_5 input[type="checkbox"] {
	-webkit-appearance: none;
	appearance: none;
	padding: 10px !important;
	background: transparent;
	outline: 0;
	cursor: pointer;
	width: auto !important;
	margin-right: 5px !important;
}

#gform_wrapper_5 input[type="checkbox"]:checked {
	background: #006738;
}

#gform_wrapper_5 ul.gfield_checkbox li label,
#gform_wrapper_5 ul.gfield_radio li label {
	font-weight: 400 !important;
	margin-left: 10px;
} */

#gform_wrapper_5 {
  width: 100%;
  /* max-width: 650px; */
  margin: 16px auto 40px;
  font-size: 16px;
  color: #2D2926;
}

#gform_wrapper_5 .gform_body {
  width: 100%;
  float: left;
  margin: 0 0 20px 0;
  padding: 0;
}

#gform_wrapper_5 ul.gform_fields li.gfield {
  margin: 0;
  padding: 0;
}

body #gform_wrapper_5 .top_label div.ginput_container {
  margin: 0;
  padding: 0;
  text-align: center;
}

#gform_wrapper_5 input:not([type="submit"]) {
  margin: 0 !important;
  line-height: 1;
  /* width: 100% !important; */
  background: #fff;
  /* color: #006738; */
  border: 0;
  padding: 15px 20px !important;
  /* transition: background .4s ease 0s;  */
  font-weight: 100;
  text-transform: uppercase;
  font-family: 'HomepagebaukastenBook';
}

/* #gform_wrapper_5 input:focus {
	outline: 0;
}

#gform_wrapper_5 input[type="text"]:focus {
	border-color: #18413C;
} */

#gform_wrapper_5 .gform_footer {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  clear: none;
}

#gform_wrapper_5 input[type="submit"] {
  min-width: unset;
}

/* #gform_wrapper_5 input[type="submit"] {
	padding: 16px 17px !important;
	cursor: pointer;
	background: #006738;
	color: #FFFFFF !important;
	font-family: 'HomepagebaukastenBold';
	font-size: 16px !important;
	font-weight: 700;
	border: 0;
	transition: all .4s ease 0s;
	border-radius: 0;
	box-shadow: none;
	text-align: center;
	margin: auto !important;
}

#gform_wrapper_5 input[type="submit"]:hover {
	color: #FFFFFF !important;
	background: #006738;
	-moz-transform: none;
	-webkit-transform: none;
	transform: none;
}

#gform_wrapper_5 input[type="submit"]:after {
	content: none;
} */

#gform_wrapper_5 #field_1_3 {
  width: calc(100% + 100px);
}

#gform_wrapper_5.gform_wrapper.gravity-theme .gfield {
  grid-column: span 7;
}

#gform_wrapper_5.gform_wrapper.gravity-theme .gfield.gfield--type-submit {
  grid-column: span 5;
}

/* Placeholder text color -- selectors need to be separate to work. */
/* #gform_wrapper_5 input::-webkit-input-placeholder {
	color: #747474;
	opacity: 1;
}

#gform_wrapper_5 input:-moz-placeholder {
	color: #747474;
	opacity: 1;
}

#gform_wrapper_5 input::-moz-placeholder {
	color: #747474;
	opacity: 1;
}

#gform_wrapper_5 input:-ms-input-placeholder {
	color: #747474;
	opacity: 1;
} */

/*.gform_button {padding-right: 20px;}*/
/*.gform_button:after {content: none;}*/

.newsletter-wrap {
  background: #F4F2ED;
}


.sbi_caption {
  font-size: 20px;
}

.sbi_hover_top {
  top: 50%;
  transform: translateY(-50%);
  padding: 30px !important;
}

.sbi-owl-nav .sbi-owl-prev,
.sbi-owl-nav .sbi-owl-next {
  position: relative !important;
  top: 0 !important;
  margin: 0 25px;
  border: 1px solid #006738;
  border-radius: 100%;
  color: #006738;
  font-size: 16px;
  width: 57px;
  height: 57px;
  transform: none;
  padding: 0;
  background: transparent;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sbi_carousel:hover .sbi-owl-nav>div {
  transform: none !important;
  box-shadow: none !important;
  background: transparent;
}

.sbi_carousel:hover .sbi-owl-nav>div:hover {
  background: #006738;
  color: #fff;
}

.sbi-owl-nav .sbi-owl-prev:hover,
.sbi-owl-nav .sbi-owl-next:hover {
  background: #006738;
  transform: none !important;
}


/* ----------- Footer ----------- */
.instagram-link {
  color: #BB8946;
}

.instagram-link:hover {
  color: #006738;
}

.site-footer {
  position: relative;
  overflow: hidden;
}

.footer-tree-right {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  line-height: 0;
  height: calc(100% - 40px);
  opacity: .3;
}

.footer-tree-right img {
  display: block;
  height: 100%;
  object-fit: contain;
  object-position: right bottom;
  width: auto;
}

#main-footer > .container {
  position: relative;
  z-index: 2;
}

#main-footer {
  position: relative;
  background-color: #006738;
  background-image: url('images/grudge-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  color: #ffffff;
  background-blend-mode: color;
}

#main-footer p,
#main-footer a {
  color: #FFF;
  font-family: 'Garamond';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#main-footer a {
  border-bottom: 1px solid transparent;
}

#main-footer a:hover,
#main-footer a:focus {
  border-bottom: 1px solid #F4F2ED;
  color: #F4F2ED;
}

#main-footer p {}

#main-footer .footer-content-text p {
  color: #FFF;
  font-family: 'Garamond';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  line-height: 2;
}

#main-footer p:last-of-type {
  margin-bottom: 0;
}

#main-footer h6 {
  color: #fff;
}

#logo-footer {
  margin-bottom: 45px;
}

/*#logo-footer img {max-width: 400px;}*/
.footer-content i {
  font-size: 14px;
  margin: 0 10px 0 0;
}

.footer-brand-logos {
  margin-bottom: 70px;
  flex-wrap: wrap;
}

#main-footer .footer-brand-logos a:hover {
  border-bottom-color: transparent;
}

.footer-brand-logos a img {
  margin-right: 25px;
  max-width: 80px;
}

.footer-brand-logos a:last-of-type img {
  margin-right: 0;
}

#main-footer .footer-menus ul {
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
}

#main-footer .footer-menus ul li {}

#main-footer .footer-menus ul li a {
  font-family: 'HomepagebaukastenBook';
  padding: 0;
  position: relative;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


.social-icons {}

.social-icons>ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-icons>ul li {
  margin: 0 15px;
  padding: 0;
}

.social-icons>ul li:first-of-type {
  margin-left: 0;
}

.social-icons a {
  font-size: 20px !important;
  border: 0 !important;
  display: block;
  line-height: 1;
  color: #fff;
  transition: none;
}

.social-icons a i {
  color: #fff;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-icons a:hover,
.social-icons a:focus {
  color: #F4F2ED;
  text-decoration: none !important;
}

.social-icons a:hover i,
.social-icons a:focus i {
  color: #F4F2ED;
}

.footer-copyright {
  font-size: 16px;
  color: #fff;
}

#bottom-footer {
  color: #fff;
  font-size: 16px;
  border-top: 3px solid #fff;
}

#bottom-footer p,
#bottom-footer a {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'HomepagebaukastenBook', sans-serif;
  letter-spacing: .28px;
}

.cky-revisit-bottom-left {
  bottom: 85px !important;
}

.cky-consent-container.cky-box-bottom-left {
  bottom: 100px !important;
}

.cky-consent-container .cky-consent-bar {
  border-radius: 0 !important;
}

.cky-notice-btn-wrapper .cky-btn {
  border: 0 !important;
}

.cky-notice-btn-wrapper .cky-btn:hover,
.cky-notice-btn-wrapper .cky-btn:focus {
  opacity: 1 !important;
  color: #F3F1ED !important;
  text-decoration: none !important;
  background: #18413C !important;
}



/* Booking widget stack in hero */
.availability-stack {
  position: absolute;
  top: 15px;
  right: 15px;
  max-width: 250px;
  width: 100%;
  z-index: 99;
}

.availability-block {
  background-color: #F6F6F6;
  width: 100%;
  margin: 0;
  position: static;
}

/* Reserve a Table dining block */
.reserve-table-block {
  background-color: #F6F6F6;
  border-top: 3px solid #BB8946;
  margin-top: 4px;
  padding: 10px 0;
  gap: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.reserve-table-btn {
  font-family: 'Garamond', serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff !important;
  background-color: #BB8946;
  padding: 12px 16px;
  text-decoration: none !important;
  display: inline-block;
  transition: background-color 0.3s;
  white-space: nowrap;
  line-height: 1;
}

.reserve-table-btn:hover,
.reserve-table-btn:focus {
  background-color: #9a6e35;
  color: #fff !important;
}


.availability-input-btn {
  width: 100%;
}

.availability-input-btn .availability-btn {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background-color: #006738;
  padding: 12px 5px;
  width: 100%;
  letter-spacing: 1px;
}

.availability-input-btn .availability-btn:hover,
.availability-input-btn .availability-btn:focus {
  background: #BB8947;
  border: 2px solid #BB8947;
  color: #fff !important;
}

.availability-input input {
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 8px !important;
}

.availability-input {
  padding: 5px;
  position: relative;
  height: 105px;
  width: 50%;
}

.availability-input label {
  position: absolute;
  background: #F6F6F6;
  z-index: 1;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  top: 5px;
  left: 5px;
  margin: 0;
  top: 15px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: calc(100% - 30px);
  cursor: pointer;
}

.availability-input label>span {
  display: block;
  text-align: center;
}

.availability-input:first-of-type label {
  border-right: 1px solid #707070;
}

.availability-input label .datepicker_month_year {
  color: #000;
  font-size: 16px;
  line-height: 1.4;
  font-family: 'mrs-eaves', serif;
}

.availability-input label .datepicker_day {
  color: #000;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
  margin: 0 15px 0 0;
}

.availability-input label .datepicker_day::after {
  top: 30%;
  content: "";
  right: -15px;
  position: absolute;
  transform: translate(50%, 0%);
  border-top: 7px solid #006738;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.availability-input label>span:empty {
  display: none;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover:active {
  background-color: #006738 !important;
}




/* ----------- Media Queries ----------- */
@media (min-width: 1500px) {
  .container {
    width: 1350px;
    max-width: 1350px;
  }
}

/* ----------- Bootstrap Media Queries ----------- */
/* xl */
@media (min-width: 1200px) {}

/* lg, xl */
@media (min-width: 991px) {}

/* md, lg, xl */
@media (min-width: 768px) {}

/* sm, md, lg, xl */
@media (min-width: 576px) {}


/* @media screen and (max-width: 1280px) {

	.slick-prev {
		left: -15px;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
		background: rgba(255, 255, 255, .7);
	}

	.slick-next {
		right: -15px;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
		background: rgba(255, 255, 255, .7);
	}

} */

/* xs, sm, md, lg */
@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1199px) {

  .nav li a {
    font-size: 35px;
  }

  .home-hero-logo {
    margin: 0 auto 0;
    max-height: 200px;
  }

  .home-hero-logo-container {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
  }

  .home-hero-logo-container:before {
    content: none;
  }

  .nav_block_links {
    height: 50vh;
  }

  .nav_block ul li a {
    font-size: 30px;
  }

  .brand-link {
    width: 70px;
  }

  .footer-brand-logos img {
    margin-right: 20px;
    max-width: 70px;
  }

}

@media screen and (max-width: 1100px) {}

/* xs, sm, md */
@media (max-width: 991px) {

  .container {
    width: 100%;
    max-width: 100%;
  }

  .availability-stack {
    position: relative;
    margin: 0;
    width: 100%;
    max-width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }

  .reserve-table-block {
    margin-top: 2px;
  }

  .content_images_block.layout2 ._content {
    padding-bottom: 0 !important;
  }

  .content_images_block.layout2:not(._nobg) ._content {
    padding-bottom: 1rem !important;
    margin-bottom: 30px;
  }

  .content_images_block.layout2 ._images img:nth-of-type(2) {
    left: 15%;
  }

  .content_images_block.layout2 ._images.order-lg-1 img:nth-of-type(2) {
    right: 15%;
  }

  .content_images_block:not(._nobg) ._content:after {
    content: none;
  }

  .content_images_block.image-count-2 img,
  .content_images_block.image-count-3 img {
    max-width: 600px;
  }

  .gallery_block .half-height .gallery-thumbnail {
    height: calc((375px / 2) - .5rem);
  }

  .blocks_block .each-block-image>span {
    position: relative;
    transform: none;
    top: 0;
    left: 0;
    padding: 10px;
    display: block;
    text-align: center;
  }

  .wcs-timetable--monthly-calendar .wcs-calendar__header h3 {
    font-size: 20px;
  }

  .wcs-timetable--monthly-calendar .wcs-day__title {
    font-size: 100%;
  }

  .wcs-timetable__list .wcs-class {
    float: none;
    width: 100%;
  }

  .gap-20 strong {
    border-right: 0;
    margin: 0;
    padding: 0 10px;
  }

  .gap-20 .address-line span {
    border-right: 0;
    margin: 0;
    padding: 0 10px;
  }

  .social-icons a {
    margin-right: 30px;
  }

  .social-icons a:last-of-type {
    margin-right: 0;
  }


  .map_popup {
    padding-left: 45px;
    padding-right: 45px;
  }

  .map_popup>img {
    max-width: 300px;
  }

  .nav-block-img {
    height: 0;
    padding-bottom: 100%;
  }

  .room-article .entry-title {
    order: 2;
  }

  .room-article ._slider_arrows {
    order: 1;
    width: 100%;
    text-align: left;
  }

}

/* xs, sm */
@media (max-width: 767px) {


  h1 {
    font-size: 36px;
  }

  .hero h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 30px;
  }

  /* Scroll lives on #navigation itself — most reliable on iOS fixed containers */
  header #navigation {
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }

  header #navigation .container-fluid,
  header #navigation .row {
    height: auto !important;
    overflow: visible;
  }

  /* nav-logo hidden on mobile — header logo visible; saves vertical space */
  header #navigation .nav-logo {
    display: none;
  }

  .nav-menu {
    height: auto !important;
    overflow: visible !important;
  }

  .nav {
    padding: 60px 30px 45px;
  }

  .nav::before,
  .nav::after {
    display: none;
  }
	.nav li {
		margin: 12px 7px;
	}
  .nav li a {
    font-size: 30px;
  }

  .content_slider_block p {
    font-size: 20px;
  }

  .nav-logo {
    padding-top: 80px;
  }

  #menubtn {
    position: relative;
    z-index: 2;
  }

  header #header-book-container .button {
    text-align: center;
    height: 100%;
    border: 0;
    align-items: center;
    justify-content: center;
  }

  header.active #header-top {
    padding: 0 !important;
  }

  header.active #menubtn {
    order: 2;
  }

  header.active #menubtn #open-menu {
    background: #006738;
    text-align: center;
    width: 100%;
    justify-content: center;
  }

  header.active #header-logo-container {
    order: 1;
    padding: 15px !important;
  }

  header #header-logo {
    max-width: 250px;
  }

  header.active #header-book-container {
    order: 3;
  }

  header.active #header-book-container .button {
    display: flex;
  }

  header #header-book-container .button--reserve {
    border: 2px solid #BB8946;
    background: #BB8946;
    color: #fff !important;
  }

  header.active #header-book-container .button--reserve {
    display: flex;
  }

  /*
	#menubtn {position: absolute; top: 1rem; z-index: 1;}
	#menubtn > button {font-size: 0; margin: 0; padding: 0;}
	#menubtn > button > span {padding: 12px 10px; margin: 0;}
*/

  /*	#header-logo img, #header-logo svg {width: 55%;}*/

  .blocks_slider_block.layout2 .slick-content h3 {
    font-size: 20px;
  }

  .home-menu li a {
    font-size: 40px;
  }

  .home-menu._stay li a {
    font-size: 40px;
  }

  .nav li .sub-menu li a {
    font-size: 25px;
  }

  .background-image {
    background-attachment: scroll !important;
  }

  .gallery_block .gallery-thumbnail {
    height: 0;
    padding-bottom: 75%;
  }

  .blocks_slider_block.layout2 .slick-content {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
  }

  .home-menu li {
    display: block;
    text-align: center;
    border-left: 0;
    border-bottom: 1px solid #FEFEFE;
    padding: 18px 18px;
    max-width: 400px;
  }

  .home-hero-logo-container:before,
  .home-menu li:before {
    content: none;
  }

  .home-menu li:last-of-type {
    border-bottom: 0;
  }

  .nav_block ul li:last-of-type {
    border-bottom: 0;
  }


  #map {
    height: 60vh !important;
  }

  .map_popup {
    position: relative;
    top: 0;
    transform: none;
    left: 0;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .map_popup>img {
    max-width: 100%;
  }

  /* nav_block: no gold horizontal rules on small screens, tighter list rhythm */
  .nav_block .nav-block-inner {
    border-top: 0;
    border-bottom: 0;
    padding-bottom: 1.5rem;
  }

  .nav_block .nav-block-inner ul li {
    margin-bottom: 16px;
  }

  /* tab_slider: stack tab labels so they are not clipped in a horizontal row */
  .tab_slider_nav {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start !important;
    margin-bottom: 1.5rem;
  }

  .tab_slider_nav.justify-content-center {
    align-items: center;
  }

  .tab_slider_nav.justify-content-end {
    align-items: flex-end;
  }

  .tab_slider_nav li {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
    margin-bottom: 0.75rem;
    text-align: inherit;
  }

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

  .tab_slider_nav li button {
    width: auto;
    max-width: 100%;
  }

}

@media (max-width: 700px) {

  .address-line {
    display: none;
  }

}

@media (max-width: 640px) {
  #sb_instagram {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0 !important;
  }

  #sb_instagram #sbi_images {
    padding: 15px 0 !important;
  }

  .above_footer_bar img {
    padding: 0 15px;
  }

  .content_images_block.layout2._nobg ._images img:nth-of-type(2),
  .content_images_block.layout2._nobg ._images.order-lg-1 img:nth-of-type(2) {
    top: 0;
    margin: 15px auto 0;
  }

  .button {
    font-size: 14px;
    padding: 10px 20px;
  }

  .button:after {
    content: none;
  }


  #gform_wrapper_5.gform_wrapper .gform_body {
    width: 100%;
  }

  #gform_wrapper_5 #field_5_3 {
    width: 100%;
  }

  #gform_wrapper_5 input[type="submit"] {
    padding: 12px !important;
  }

  #gform_wrapper_5.gform_wrapper .gform_footer {
    width: 100%;
  }

}

/* xs */
@media (max-width: 575px) {

  h1 {
    font-size: 30px;
  }

  .hero h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 25px;
  }

  h4 {
    font-size: 16px;
  }

  h5 {
    font-size: 16px;
  }

  .hero .slick-arrow,
  .slick-arrow {
    width: 40px;
    height: 40px;
  }

  .hero .slick-arrow svg,
  .slick-arrow svg {
    width: 16px;
    height: 16px;
  }

  .blocks_slider_block.layout2 .slick-content h3 {
    font-size: 18px;
  }

  .content_images_block.layout2 ._images img:nth-of-type(2) {
    position: relative;
    left: 0;
    right: 0;
    border: 0;
    margin-top: 1rem;
  }

  .content_images_block.layout2 ._images.order-lg-1 img:nth-of-type(2) {
    right: 0;
  }

  .room_type_nav li {
    display: block;
    width: 100%;
    text-align: center;
  }

  /* footer {
		padding-bottom: 40px;
	} */

  #bottom-footer>div>div {
    width: 100%;
  }

  .brand-link {
    width: 50px;
  }

  .nav_block .nav-block-inner ul li button {
    font-size: 25px;
  }

  .quote_img {
    width: 50px;
  }

}

/* ----------- Additional Media Queries ----------- */
@media (max-width: 500px) {

  /*	.hero > .container {position: relative; left: 0; right: 0; -webkit-transform: none; -moz-transform: none; transform: none;}*/
  .hero-large {
    aspect-ratio: unset;
    height: 70vh;
  }

  /* .hero-regular {
		height: 0;
		min-height: 200px;
		padding-bottom: 50%;
	} */

  .hero-small {
    aspect-ratio: unset;
    height: auto;
    min-height: 65vh;
  }

  .home-menu li a,
  .home-menu._stay li a,
  .nav_block ul li a {
    font-size: 30px;
  }

  .nav li a {
    font-size: 25px;
  }

  .nav li .sub-menu li a {
    font-size: 20px;
  }

  .nav .booknow-btnwrap a {
    width: 100%;
    text-align: center;
  }

  .copyright-menu li {
    display: block;
  }

  .copyright-menu li:not(:last-child) a:after {
    content: none;
  }

  #main-footer .copyright-menu li a {
    padding: 5px;
  }

}

@media (max-width: 420px) {

  /*
	h1 { font-size: 25px; }
	h2 { font-size: 25px; }
*/

  /* footer {
		padding-bottom: 80px;
	} */

  #bottom-footer p,
  #bottom-footer a {
    font-size: 14px;
  }

  .bottom-footer-btns .button {
    display: block;
    width: 100%;
    text-align: center;
  }

  .bottom-footer-btns .button+.button {
    margin-left: 0;
    margin-top: 10px;
  }

  #gform_wrapper_5.gform_wrapper.gravity-theme .gfield,
  #gform_wrapper_5.gform_wrapper.gravity-theme .gfield.gfield--type-submit {
    grid-column: span 12;
  }

  .tab_slider_block .slick-img img {
    margin-left: 15px;
    margin-top: 15px;
  }

}

@media (max-width: 380px) {

  /*
	h1 { font-size: 20px; }
	h2 { font-size: 20px; }
*/

  #bottom-footer {
    font-size: 16px;
  }

  .nav_block .nav-block-inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .nav_block .nav-block-inner ul li button {
    font-size: 20px;
  }
}

@media (max-width: 320px) {}

/* =====================================================
   MOBILE PUNCH LIST — rows 49–53
   ===================================================== */

/* Row 49 — Sticky header: give CTAs a full-width row so they're not cramped */
@media (max-width: 767px) {
  header.active #header-top {
    box-shadow: 0 3px 12px rgba(0,0,0,.18);
  }
  header.active #header-logo-container {
    flex: 0 0 60%;
    max-width: 60%;
    padding: 10px 20px !important;
  }
  /* left-align the inner logo div so it sits away from the edge */
  header.active #header-logo {
    justify-content: flex-start !important;
  }
  header.active #menubtn {
    order: 2;
    flex: 0 0 40%;
    max-width: 40%;
    padding: 10px 20px;
  }
  header.active #header-book-container {
    order: 3;
    flex: 0 0 100%;
    max-width: 100%;
    display: flex !important;
    justify-content: center;
    gap: 8px;
    padding: 8px 20px 14px;
    text-align: center;
  }
  /* Book Now: white outline on dark green header */
  header.active #header-book-container .button:not(.button--outline-white):not(.button--reserve) {
    flex: 1;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    padding: 8px 12px;
    letter-spacing: 1px;
    height: auto;
    border: 2px solid #fff;
    color: #fff !important;
    background: transparent;
  }
  /* Reserve a Table: gold fill */
  header.active #header-book-container .button--reserve,
  header.active #header-book-container .button--outline-white {
    flex: 1;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    padding: 8px 12px;
    letter-spacing: 1px;
    height: auto;
    border: 2px solid #BB8946;
    background: #BB8946;
    color: #fff !important;
  }
}

/* Row 49 — Homepage: hide carriage accent (awkward between stacked images on mobile) */
/* @media (max-width: 767px) {
  .home .content_images_block__accent {
    display: none;
  }
} */

/* Row 50 — Explore (nav_block): left-align copy on mobile so it sits flush */
@media (max-width: 767px) {
  .nav_block .nav-block-inner {
    text-align: left;
    align-items: flex-start;
  }
}

/* Row 51 — Footer: quick links in two columns on mobile */
@media (max-width: 767px) {
  #main-footer .footer-menus ul {
    columns: 2;
    column-gap: 1.5rem;
    margin-bottom: 30px;
  }
  #main-footer .footer-menus ul li {
    break-inside: avoid;
  }
}

/* Mobile: accent flows between ._content and ._images, pinned to left */
@media (max-width: 767px) {
  .content_images_block__accent {
    position: static;
    max-width: min(50vw, 200px);
    margin-right: auto;
    margin-bottom: 0.75rem;
    transform: none;
    margin-left: -30px;
  }
}

/* Row 53 — Rooms: arrows sit next to room name on mobile (same as desktop) */
@media (max-width: 991px) {
  .room-article .article-content > .d-flex {
    flex-wrap: nowrap;
  }
  .room-article .entry-title {
    order: 0;
  }
  .room-article ._slider_arrows {
    order: 0;
    width: auto;
    text-align: right;
    flex-shrink: 0;
  }
  .room-article ._slider_arrows .slick-arrow {
    width: 36px;
    height: 36px;
    margin: 0 5px;
    font-size: 13px;
  }
  .room-article ._slider_arrows .slick-arrow svg {
    width: 13px;
    height: 13px;
  }
  .room-article ._slider_arrows .slick-arrow.slick-prev {
    margin-left: 0;
  }
}

/* ------- iOS only ------- */

@supports (-webkit-overflow-scrolling: touch) {
  .hero {
    background-attachment: scroll !important;
  }

  .background-image {
    background-attachment: scroll !important;
  }
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {}

/* Portrait */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {}

/* Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {}

/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {}

/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {}

/* ----------- IE 10 and 11 ----------- */
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {}





.image-link-individual>a,
.image-link-individual>div {
  background-position: center center;
  background-size: cover;
  height: 400px;
  text-align: center;
  vertical-align: middle;
  display: table;
  width: 100%;
  margin: auto;
  position: relative;
  border-bottom: 0 !important;
  text-decoration: none !important;
}

.image-link-individual h3 {
  display: block;
  width: 100%;
  text-align: center;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  z-index: 1;
  transform: translateY(50px);
  margin: 0;
}

.image-link-individual .button {
  z-index: 1;
}

.image-link-individual p {
  color: #fff;
}

.image-link-individual h3 {
  color: #fff;
}

.image-link-individual>a {
  position: relative;
}

.image-link-individual>a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.36);
}

.image-link-individual:hover h3 {
  transform: translateY(-15px);
}

.image-link-individual .hover-content {
  opacity: 0;
  position: relative;
  transform: translateY(1000%) scaleY(0);
  transition: all .4s ease-in-out;
}

.image-link-individual:hover .hover-content {
  opacity: 1;
  transform: translateY(0) scaleY(1);
}

.image-link-individual .button {
  opacity: 0;
  position: relative;
  transform: translateY(1000%);
  transition: all .4s ease-in-out;
}

.image-link-individual:hover .button {
  opacity: 1;
  transform: translateY(0);
}

.image-link-individual .callout-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}


/* Full Width Blocks */
.image-link-individual {
  padding-left: 8px;
  padding-right: 8px;
}

.image-link-individual:first-of-type {
  padding-left: 0;
}

.image-link-individual:last-of-type {
  padding-right: 0;
}

.image-link-individual>a,
.image-link-individual>div {
  height: 580px;
}


@media screen and (max-width: 991px) {

  .image-link-individual>a {
    height: 300px;
  }

  .image-link-individual:first-of-type {
    padding-left: 8px;
  }

  .image-link-individual:last-of-type {
    padding-right: 8px;
  }

}


@media screen and (max-width: 767px) {
  .image-link-individual {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .image-link-individual>a,
  .image-link-individual>div {
    height: 380px;
  }

  .image-link-individual h3 {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  .image-link-individual .button {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  .image-link-individual h3 {
    opacity: 1 !important;
    -webkit-transform: translateY(0) scaleY(1) !important;
    -moz-transform: translateY(0) scaleY(1) !important;
    transform: translateY(0) scaleY(1) !important;
  }

  .image-link-individual .hover-content {
    opacity: 1;
    -webkit-transform: translateY(0) scaleY(1);
    -moz-transform: translateY(0) scaleY(1);
    transform: translateY(0) scaleY(1);
  }

  .image-link-individual>a:before {
    opacity: 1 !important;
  }
}


.event-article>a,
.event-article>div {
  height: 300px;
  text-align: center;
  vertical-align: middle;
  display: table;
  width: 100%;
  margin: auto;
  position: relative;
  border-bottom: 0 !important;
  text-decoration: none !important;
  overflow: hidden;
}

.event-article .feat-img {
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.event-article>a:hover .feat-img,
.event-article>a:focus .feat-img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.event-article>a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.36);
}

.event_date {
  position: absolute;
  left: 0;
  top: 15px;
  z-index: 1;
  background: #006738;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.event-article-content {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  z-index: 1;
  color: #fff;
  text-align: left;
  background: rgba(38, 64, 96, .69);
  padding: 15px;
  text-align: center;
}

.event-article-content span {
  font-size: 14px;
}

.event-article-content * {
  color: #fff;
}

.event-article-content h4 {
  margin-bottom: 0;
  line-height: 1;
  font-size: 22px;
  font-family: 'HomepagebaukastenBold';
  letter-spacing: 3.3px;
}


#filter-container {
  background: #18413c;
  color: #fff;
}

#filter-container h3 {
  color: #fff;
}

#filter-container label {
  color: #fff;
  position: absolute;
  left: 30px;
  top: 15px;
  user-select: none;
  pointer-events: none;
  font-size: 14px;
  text-transform: uppercase;
}

#filter-container select {
  margin-bottom: 0;
  min-width: 250px;
  color: #fff;
  background: #18413c;
  border: 0;
  padding: 50px 15px 15px !important;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

#filter-container .each-filter {
  border-right: 1px solid #DDDDDD;
  padding: 0 15px;
}

#filter-container .each-filter:after {
  content: '';
  background: url(images/right-arrow.svg) center center no-repeat;
  width: 9.24px;
  height: 16.024px;
  transform: rotate(90deg);
  position: absolute;
  right: 30px;
  bottom: 15px;
}

#filter-container .each-filter.bl {
  border-left: 1px solid #DDDDDD;
}

#reset-filters {
  color: #fff;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: none;
}


/* AJAX LOADER */
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(24, 65, 60, 0.2);
  border-right: 1.1em solid rgba(24, 65, 60, 0.2);
  border-bottom: 1.1em solid rgba(24, 65, 60, 0.2);
  border-left: 1.1em solid #18413c;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* END AJAX LOADER */

@media screen and (max-width: 992px) {

  #filter-container h3 {
    font-size: 22px;
  }

  #filter-container label {
    left: 15px;
  }

  #filter-container select {
    min-width: 200px;
    padding: 50px 0 15px !important;
  }
}


@media screen and (max-width: 768px) {

  #filter-container {
    padding-top: 20px;
    padding-bottom: 20px
  }

  #filter-container .each-filter {
    border-right: 0;
    margin-bottom: 10px;
  }

  #filter-container .each-filter.bl {
    border-left: 0;
  }

  #filter-container select {
    padding: 40px 0 0 !important;
  }

}

.hide-for-screenreader {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

#splw-location-weather-pro-3536 .splw-pro-wrapper {
  background: #4F726B;
}

/* Rooms Slider */

/* .home .hero > .container{
	width: 100%;
	max-width: 1600px;
} */

.home .hero>.container li {
  text-align: left;
  padding-left: 33px;
}

.home .hero {
  position: relative;
}

.home .hero>.image-cover {
  position: absolute;
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.home .hero>.image-cover img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home .hero>.image-cover img.active {}

@media(max-width: 767px) {
  .home .hero>.container li {
    padding-left: 18px;
    text-align: center;
  }
}

.hero .image-cover {
  animation: imageAnimation .3s;
}

.dynamic-hero {
  transition: background-image .3s linear;
}

.fadein {
  opacity: 0;
  transition: opacity 1s ease-in;
}

.fadein.active {
  opacity: 1;
}

@keyframes imageAnimation {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
  }

  8% {
    animation-timing-function: ease-out;
    opacity: 1;
  }

  17% {
    opacity: 1
  }

  25% {
    opacity: 0
  }

  100% {
    opacity: 0
  }
}

/* Slick Arrows */
.slick-hero .slick-arrow {
  fill: #fff;
  background-color: #00000021;
}

.slick-hero .slick-arrow:hover {
  background-color: #00000059;
}

.slick-hero .slick-prev {
  left: 53px;
}

.slick-hero .slick-next {
  right: -6px;
}

@media(max-width: 1280px) {
  .slick-hero .slick-prev {
    left: 23px;
  }

  .slick-hero .slick-next {
    right: 33px;
  }
}

.grid-post {
  padding: 0 10px;
}

.grid-post .content-wrap {
  height: 420px;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
  background-size: 232% !important;
  background-position: center center !important;
  transition: all 0.25s ease;
}

.grid-post .content-wrap:hover {
  background-size: 245% !important;
  transition: all 0.25s ease;
}

.grid-post .content-wrap .overlay {
  height: 100%;
  background-color: rgb(0 0 0 / 20%);
  transition: all 0.25s ease;
}

.grid-post .content-wrap:hover .overlay {
  background-color: rgb(0 0 0 / 40%);
  transition: all 0.25s ease;
}

.grid-post .content-wrap .content {
  position: absolute;
  bottom: 0;
  text-align: center;
  font-size: 34px;
  width: 100%;
  padding-bottom: 16px;
  padding: 16px;
}

.grid-post .content-wrap .content h3 {
  color: #fff;
  margin-bottom: 0;
  line-height: 1.2;
  font-family: inherit;
  font-size: 34px;
  font-family: 'mrs-eaves', serif;
}

.grid-post .content-wrap .content a {
  background: initial;
  font-size: 15px;
  margin-top: 0px !important;
  line-height: 1;
  font-weight: 300;
}

.grid-post.col-lg-6 .content-wrap .content a {
  padding-left: 0;
}

.grid-post .content-wrap .content a:after {
  height: 15px;
  width: 7px;
  right: 29px;
}

.grid-post.col-lg-6 .content {
  text-align: left;
}

.full-width-image {
  height: 520px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 40px;
}

.full-width-image .row {
  margin-top: 9%;
  text-align: left;
  align-items: flex-end;
  justify-content: flex-end;
}

.full-width-image.align-left .row {
  justify-content: flex-start;
}

.full-width-image .col-md-4 {
  background-color: #ffff;
  position: relative;
  right: 7%;
  padding: 20px;
  max-width: 504px;
}

.full-width-image.align-left .col-md-4 {
  right: initial;
  left: 7%;
}

.full-width-image .text {
  font-size: 45px;
  padding-left: 20px;
  font-family: 'mrs-eaves', serif;
  margin-bottom: -26px;
  line-height: 1.2em;
}

.full-width-image .button {
  position: relative;
  bottom: -40px;
  left: 20px;
  font-size: 15px;
  padding: 12px 26px;
  padding-right: 44px;
}

.full-width-image .button:after {
  height: 15px;
  width: 8px;
}

@media(max-width: 767px) {
  .full-width-image .col-md-4 {
    right: initial !important;
    left: initial !important;
    margin: 0 20px;
  }
}

#filter-container .reset-column {
  margin-top: -25px;
  font-size: 12px;
}

#filter-container .reset-column button {
  font-size: 12px;
}

.press-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.press-item h3 {
  margin-bottom: 0;
}

.press-item a {
  color: #006738;
  font-weight: 600;
  margin-top: 10px;
  display: inline-block;
}





.mapimage-area-outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.mapimage-area-outer .container,
.mapimage-area-outer .row {
  height: 100%;
}

.mapimage-area-outer .map-content {
  padding: 60px 25px;
  width: 45%;
  max-width: 45%;
}

.mapimage-area-outer p {
  max-width: 400px;
}

.mapimage-area-outer .map-content .subtitle {
  color: #707070;
  font-weight: 400;
  letter-spacing: 0;
}

@media (max-width: 991px) {

  .mapimage-area-outer {
      position: relative;
      height: auto;
      width: auto;
  }

  .mapimage-area-outer .container,
  .mapimage-area-outer .row {
      height: auto;
  }

  .mapimage-area-outer .map-content {
      padding: 40px 15px;
      width: 100%;
      max-width: 100%;
      text-align: center;
  }
}

@media (max-width: 767px) {
  .mapimage-area-outer .map-content {
      padding: 40px 15px;
      width: 100%;
      max-width: 100%;
      text-align: center;
  }
}



button.cky-btn.cky-btn-accept {
  background-color: #006738 !important;
  font-family: 'Garamond', sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
}

button.cky-btn.cky-btn-accept:hover {
  background-color: #006738 !important;
  transform: translateY(-4px) !important;
}

.cky-consent-container .cky-consent-bar {
  background: #fff !important;
}

a.cky-policy {
  color: #006738 !important;
}