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

@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

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

@font-face {
  font-family: 'Adelon-Regular';
  src: url('fonts/adelon-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.font-adelon-regular {
  font-family: 'Adelon-Regular', serif;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #121212;
  line-height: 1.8;
  background: #edede0;
}

p {
  line-height: 1.8;
}

a,
a:visited,
a:active {
  color: #1E2611;
  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: #1E2611;
}

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

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

h1 {
  font-family: "Adelon-Light", serif;
  font-weight: 400;
  font-size: 56px;
  color: #2C2C2C;
  margin: 0 0 30px;
  padding: 0;
  line-height: 1.2;
}

h2 {
  font-family: "Adelon-Light", serif;
  font-weight: 400;
  font-size: 46px;
  color: #2C2C2C;
  margin: 0 0 30px;
  padding: 0;
  line-height: 1.2;
}

h2.heading_lines {
  display: inline-block;
  position: relative;
}

h2.heading_lines:before,
h2.heading_lines:after {
  content: '';
  position: absolute;
  width: 174px;
  height: 2px;
  background: #799A3D;
  right: calc(100% + 20px);
  top: 50%;
  transform: translateY(-50%);
}

h2.heading_lines:after {
  right: unset;
  left: calc(100% + 20px);
}

.heading-underline {
  position: relative;
  margin-bottom: 80px;
}

.heading-underline:after {
  content: '';
  position: absolute;
  bottom: -45px;
  left: 0;
  width: 120px;
  height: 8px;
  background: #799A3D;
}

.text-center .heading-underline:after {
  left: 50%;
  transform: translateX(-50%);
}

h3 {
  font-family: "Adelon-Light", serif;
  font-weight: 400;
  font-size: 36px;
  color: #2C2C2C;
  margin: 0 0 20px;
  padding: 0;
  line-height: 1.2;
}

h4 {
  font-family: "Adelon-Light", serif;
  font-weight: 400;
  font-size: 30px;
  color: #2C2C2C;
  margin: 0 0 25px;
  padding: 0;
  line-height: 1.2;
}

h5 {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  color: #2C2C2C;
  margin: 0 0 20px;
  padding: 0;
  line-height: 1.2;
}

h6 {
  font-family: "Adelon-Light", serif;
  font-weight: 400;
  font-size: 18px;
  color: #2C2C2C;
  margin: 0 0 30px;
  padding: 0;
  line-height: 1.2;
}

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

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

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: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 15px 50px;
  background: #799A3D;
  color: #FAFAFA !important;
  border: 0;
  line-height: 1;
  display: inline-block;
  position: relative;
  transition: all 0.35s;
}

.button:hover,
.button:focus {
  color: #799A3D !important;
  text-decoration: none !important;
  background: #1E2611;
}

.button-2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  padding: 0 0 0 20px;
  background: transparent;
  color: #799A3D !important;
  border: 1px solid #799A3D;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: fit-content;
}

.button-2:after {
  content: '';
  display: inline-block;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="42" height="42" viewBox="0 0 42 42"><defs><clipPath id="a"><path data-name="Rectangle 604" fill="%23fafafa" d="M0 0h11.834v23.666H0z"/></clipPath></defs><g data-name="Group 179"><path data-name="Path 335" d="M0 0h42v42H0Z" fill="%23799a3d"/><g data-name="Group 169"><g data-name="Group 161" clip-path="url(%23a)" transform="translate(15 9)"><path data-name="Path 249" d="M11.557 12.553 1.875 23.31a1.077 1.077 0 1 1-1.6-1.441l9.037-10.036L.276 1.795A1.076 1.076 0 1 1 1.875.356l9.682 10.7a1.15 1.15 0 0 1 0 1.5" fill="%23fafafa"/></g></g></g></svg>') center center no-repeat;
  background-size: contain;
  height: calc(100% + 2px);
  aspect-ratio: 1;
  position: static;
  width: 38px;
}

.button-2:hover {
  background: unset;
  transform: translate(2px, 2px);
}

.button-3 {
  background: transparent;
  color: #FAFAFA !important;
  border: 1px solid #EAEADC;
}

.button-3:hover,
.button-3:focus {
  background: #FAFAFA;
  color: #1E2611 !important;
  border-bottom: 1px solid #1E2611;
}



._dark_bg * {
  color: #FAFAFA;
}

/* ._dark_bg .button {
  background: #FAFAFA;
  color: #ffff !important;
  border: 1px solid #484848;
}

._dark_bg .button:hover,
._dark_bg .button:focus {
  background: #84313A;
  color: #ffff !important;
} */


/* ----------- 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: transparent;
  color: #1E2611;
  border: 1px solid #bbb;
  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: 'futura-pt-bold', sans-serif; */
  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: #1E2611;
  outline: 0;
}

input[type="button"],
input[type="submit"] {
  border-radius: 0;
  box-shadow: none;
  outline: 0;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  border: 0;
  background: #799A3D;
  color: #FFFFFF !important;
  text-transform: uppercase;
  padding: 16px 17px !important;
  transition: all 0.35s;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px !important;
  font-weight: 500;
  text-align: center;
  margin: auto !important;
  min-width: 250px;
}

/*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: #FFFFFF !important;
  background: #799A3D;
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
}

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

.gform_wrapper label,
.gform_wrapper legend {
  text-align: left;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'futura-pt-bold', sans-serif;
  font-size: 18px;
  color: #696969;
}

.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 ----------- */


._card {
  outline: 1px solid #799A3D;
  outline-offset: -13px;
  background: #fff;
  padding: 40px;
}

._card h2,
._card h3 {
  color: #2C2C2C;
}

._card p {
  color: #121212;
}


/* 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 .slick-slide {
  opacity: 0;
  visibility: hidden;
  transition: .4s ease-in-out;
  position: relative;
}

.content_slider_block .slick-slide.slick-current,
.content_slider_block .slick-slide.slick-current+.slick-slide {
  opacity: 1;
  visibility: visible;
}


.content_slider_block .slick-slide img {
  /* max-width: ; */
  /* transform-origin: right; */
  transform: scale(.9);
  max-width: 90%;
  margin-left: 0;
  margin-right: auto;
}

.content_slider_block .slick-slide.slick-current img {
  transform: none;
  margin-left: auto;
  margin-right: 0;
}

.content_slider_block .slick-slide .slick-content {
  padding: 70px;
  text-align: center;
  width: 40%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: .4s ease-in-out;
}

.content_slider_block .slick-slide.slick-current .slick-content {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width:767px) {
  .content_slider_block .slick-slide {
    display: flex;
    flex-direction: column;
  }

  .content_slider_block .slick-slide.slick-current img {
    width: 100%;
    max-width: 100%;
  }

  .content_slider_block .slick-slide.slick-current .slick-content {
    position: relative;
    transform: none;
    top: 0;
    width: 100%;
    padding: 20px;
  }

  .content_slider_block .slick-list {
    height: auto !important;
  }
}


/* content_images_block */
.content_images_block {
  overflow: visible;
}

.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);
}


.posts_slider_block.bg_graphic_left:before,
.posts_slider_block.bg_graphic_right:before,
.content_images_block.bg_graphic_left:before,
.content_images_block.bg_graphic_right:before {
  content: '';
  position: absolute;
  top: 0;
  width: 384px;
  height: 100%;
  opacity: .19;
  background-image: url(images/pattern2.svg);
  background-position: center center;
  background-repeat: repeat;
  background-size: auto 100%;
}

.posts_slider_block.bg_graphic_left:before,
.content_images_block.bg_graphic_left:before {
  left: 9vw;
}

.posts_slider_block.bg_graphic_right:before,
.content_images_block.bg_graphic_right:before {
  right: 9vw;
}

.content_images_block.bg_graphic_center:before {
  content: '';
  position: absolute;
  top: 1%;
  width: 100%;
  height: 150%;
  opacity: 0.8;
  background-image: url(images/background-lines.svg);
  background-position: center center;
  background-repeat: repeat;
  background-size: auto 100%;
  left: 0;
  z-index: 1;
}

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

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

.content_images_block ._content p {
  max-width: 600px;
}

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

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

.content_images_block .images img {
  width: 100%;
}

.content_images_block.image-count-2 ._images img:nth-of-type(1) {
  width: 85%;
  height: auto;
}

.content_images_block.image-count-2 ._images img:nth-of-type(2) {
  position: absolute;
  top: 65%;
  right: 55%;
  width: 50%;
  height: auto;
  max-width: 400px;
}

.content_images_block.image-count-1>div.container {
  padding-top: 130px !important;
  padding-bottom: 130px !important;
}

.content_images_block.image-count-1 ._images {
  transform-origin: right;
  transform: scale(1.3);
}

.content_images_block.image-count-1 ._images.order-lg-1 {
  transform-origin: left;
}

.content_images_block.image-count-1 ._content {
  padding: 60px 50px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .16);
}



.content_images_block.image-count-2._dark_bg:before {
  content: '';
  position: absolute;
  top: 0;
  width: 60%;
  height: 100%;
  background-image: url(images/pattern2.svg);
  background-position: center center;
  background-repeat: repeat;
  background-size: auto 100%;
}

.content_images_block.image-count-2._dark_bg.content_left:before {
  right: 0;
}

.content_images_block.image-count-2._dark_bg.content_right:before {
  left: 0;
}

.nav_block {}

.nav_block h2:after {
  content: none;
}

.nav_block .nav-block-inner {
  width: 100%;
  border-top: 1px solid #FAFAFA;
  border-bottom: 1px solid #FAFAFA;
  padding-top: 6vw;
  padding-bottom: 6vw;
}

.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 25px;
  display: block;
}

.nav_block .nav-block-inner ul li button {
  font-family: 'futura-pt', serif;
  font-weight: 400;
  font-size: 30px;
  color: #FAFAFA;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  padding: 0 20px;
}

.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: #FAFAFA;
}

.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;
}



.content_images_block ._images img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 960/655;
}



/* blocks_slider_block */
/*
.blocks_slider_block {}

.blocks_slider_block .slick-track {
	display:-ms-flexbox;
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
}

.blocks_slider_block .slick-slide {
	height: auto;
}

.blocks_slider_block .slick-img {
	width: 100%;
	height: 0;
}

.blocks_slider_block.layout1 .slick-img {
	padding-bottom: 90.41095890410959%;
}

.blocks_slider_block.layout2 .slick-img {
	padding-bottom: 71.83770883054893%;
}

.blocks_slider_block p {
	font-size: 14px;
}
.blocks_slider_block .button {
	font-size: 12px;
	padding: 12px 30px;
	color: #000;
	border-bottom: 1px solid #000;
}

.blocks_slider_block.layout2 .slick-slide {
	position: relative;
}

.blocks_slider_block.layout2 .slick-content {
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: calc(100% - 20px);
	max-width: 700px;
	background: rgba(255,255,255,.84);
	text-align: left;
}

.blocks_slider_block.layout2 .slick-content h3 {
	font-family: 'futura-pt-bold', sans-serif;
	font-size: 24px;
}
*/




.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 {
  text-transform: uppercase;
  color: #fff;
  border-bottom: 2px solid transparent;
}

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

.tab_slider_block ._slider_arrows {
  position: relative;
}

.tab_slider_block ._slider_arrows button {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  border: 1px 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: #FAFAFA;
}

.tab_slider_block .slick-img:before {
  content: '';
  position: absolute;
  width: 90%;
  height: 90%;
  border: 2px solid #fff;
  top: 0;
  left: 15px;
  z-index: -1;
}

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


.blocks_block {}

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

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

.blocks_block .each-block-image h3 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #171916;
  color: #FAFAFA;
  text-align: center;
  width: 90%;
  padding: 10px;
  opacity: 1;
  visibility: visible;
  transition: .4s ease-in-out;
}

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

.blocks_block .each-block-content {
  color: #FAFAFA;
  background: rgba(23, 25, 22, .78);
  flex-grow: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: .4s ease-in-out;
}


.blocks_block .each-block:hover .each-block-content,
.blocks_block .each-block:focus .each-block-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.blocks_block .each-block:hover .each-block-image h3,
.blocks_block .each-block:focus .each-block-image h3 {
  opacity: 0;
  visibility: hidden;
}

.article-content {
  background: #fff;
  flex-grow: 1;
}

.article-content p {
  font-size: 18px;
  color: #696969;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}


.blocks_block .each-block-content h3 {
  color: #FAFAFA;
  /*	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 {
	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+div.flexible-block {
  padding-top: 100px;
}

.quote_image_block.layout1 ._card {
  margin-bottom: -100px;
  position: relative;
  z-index: 2;
}

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

.quote_image_block.layout2:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .05;
  background-image: url(images/pattern1.svg);
  background-position: center center;
  background-repeat: repeat;
  background-size: 390.8px;
}

.quote_image_block.layout2 h2 {
  text-transform: uppercase;
}

.quote_image_block.layout2 h2:after {
  content: '';
  width: 275px;
  height: 1px;
  background: #707070;
  margin: 60px auto;
  display: block;
}

/*.quote_image_block.layout2 .row { min-height: 60vh; }*/
/*.quote_image_block.layout2 * { color: #fff; }*/
.quote_image_block.layout2 p {
  font-family: "Baskervville", serif;
  font-weight: 400;
  font-size: 25px;
  color: #696969;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.quote_image_block.layout2 h5 {
  color: #707070;
}

.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: 48%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 0;
  border-radius: 100%;
  height: 57px;
  width: 57px;
  text-align: center;
  margin: 0;
  padding: 0;
  transition: all 0.35s;
  background: #FAFAFA;
}

.slick-prev {
  left: 30px;
}

.slick-next {
  right: 30px;
}

.slick-arrow svg {
  display: block;
  margin: 0 auto;
  fill: #799A3D;
}

.slick-arrow:hover,
.slick-arrow:focus {
  background: #799A3D;
}

.slick-arrow:hover svg,
.slick-arrow:focus svg {
  fill: #FAFAFA;
}

.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 #EAEADC;
  border-radius: 100%;
  font-size: 0 !important;
}

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


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

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


.cta-link {
  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);
}



/* Posts Slider Block Happenings */
.posts_slider_block-happenings {
  height: 100%;
}

.posts_slider_block-happenings-left .slick-prev {
  left: -20px;
}

.posts_slider_block-happenings-left .slick-next {
  right: -20px;
}

.posts_slider_block-happenings>div {
  height: 100%;
}

.posts_slider_block-happenings .slick-list {
  height: 100%;
}

.posts_slider_block-happenings .slick-track {
  height: 100%;
}

.posts_slider_block-happenings.carousel-module .carousel-item {
  height: auto;
  min-height: 60vh;
}

.posts_slider_block-happenings .slick-slider {
  overflow: visible;
}

.posts_slider_block-happenings .slick-slide {
  min-height: 500px;
  position: relative;
  aspect-ratio: 760/600;
}

.posts_slider_block-happenings .slick-slide .slick-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.posts_slider_block-happenings .slick-slide .slick-image:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.posts_slider_block-happenings .slick-slide .slick-content {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  padding: 30px;
  z-index: 1;
  transform: translateX(-50%);
  color: #FAFAFA;
  background: rgb(0, 0, 0, .5);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.posts_slider_block-happenings .slick-slide .slick-content h3 {
  color: #FAFAFA;
}

.posts_slider_block-happenings .each_block h3 {
  font-size: 32px;
}

.posts_slider_block-happenings .each_block p {
  font-size: 16px;
  margin-bottom: 15px;
}

.posts_slider_block-happenings .each_block ._image {
  height: 0;
  padding-bottom: 50%;
}

.posts_slider_block-happenings .each_block.col-md-6 ._image {
  padding-bottom: calc((283/320)*100%);
}

.posts_slider_block-happenings .posts_slider_block-happenings-right {
  aspect-ratio: 562/595;
}

@media only screen and (max-width: 767px) {
  .posts_slider_block-happenings .posts_slider_block-happenings-right {
    aspect-ratio: unset;
  }
}

.posts_slider_block-slider .slick-slide img {
  margin: 0 auto;
  transform: scale(.9);
  transform-origin: bottom;
  transition: .4s ease-in-out;
}

.posts_slider_block-slider .slick-slide.slick-current img {
  transform: none;
}

.posts_slider_block-slider .slick-slide .slick-content {
  width: 85%;
  margin: -50px auto 0;
  position: relative;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: .4s ease-in-out;
}

.posts_slider_block-slider .slick-slide.slick-current .slick-content {
  opacity: 1;
  visibility: visible;
}

.posts_slider_block-slider .slick-slide .slick-content h3 {
  color: #484848;
}

.posts_slider_block-slider .slick-slide .slick-content p {
  color: #696969;
}


.posts_slider_block .progress {
  display: block;
  width: 50%;
  max-width: 730px;
  height: 1px;
  margin: 10px auto 40px;
  background-color: #707070;
  position: relative;
  overflow: visible;
}

.posts_slider_block .progress .slider_progress {
  background: #C4BFA1;
  height: 7px;
  position: absolute;
  left: 0;
  top: -3px;
  transition: .3s ease-in-out;
}

@media only screen and (max-width:767px) {
  .posts_slider_block-slider .slick-slide .slick-content {
    width: 85vw;
    left: -60%;
  }

  .slick-prev {
    left: 10px;
  }

  .slick-next {
    right: 10px;
  }


}


/* 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;
}

.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: 'futura-pt', 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: 'futura-pt', 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: 'futura-pt-bold', sans-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: 'futura-pt-bold', sans-serif;
  font-weight: 400;
  letter-spacing: -.25px;
  padding: 10px 25px;
}

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

.room-article .feat-img {
  width: 100%;
  min-height: 250px;
  aspect-ratio: 784/545;
}

.room-article .entry-title {
  font-size: 30px;
  margin: 12px 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 #799A3D;
  border-radius: 100%;
  color: #799A3D;
  font-size: 16px;
  width: 45px;
  height: 45px;
  margin: 0 15px;
  transform: none;
  box-shadow: 0 6px 10px #0000001f;
}

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

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

.room-article ._slider_arrows .slick-arrow:hover {
  /* background: #A23D48; */
  /* 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;
} */

.room-article .button+.button {
  margin-left: 20px;
}

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



/* Instagram Feed */
#insta_block {
  background: transparent;
}

#insta_block:before {
  content: '';
  display: block;
  width: 100%;
  height: 70%;
  background: #DDDDCD;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#insta_block a {
  color: #2C2C2C;
}

#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: #1E2611;
}

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 #navigation {
  display: none;
  height: 100%;
  background: #1E2611;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9;
}

.nav-menu {
  background: #1E2611;
  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: #FAFAFA;
  outline: 0;
}

.nav {
  margin: 0;
  padding: 0 60px;
  list-style: none;
  text-align: left;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  column-gap: 5%;
}

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

.nav>li {
  margin: 40px 0 0;
  width: 30%;
  overflow: hidden;
}

.nav>li>a {
  position: relative;
  z-index: 1;
}

.nav>li>a:after {
  content: '';
  width: 900%;
  max-width: 100vw;
  height: 1px;
  background: #FAFAFA;
  position: absolute;
  top: 26px;
  left: calc(100% + 17px);
}

.nav li a {
  color: #FAFAFA;
  font-family: "Baskervville", serif;
  font-weight: 400;
  font-size: 35px;
  border-bottom: 1px solid transparent;
}

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


.nav li .sub-menu {
  padding-left: 0;
  margin-left: 0;
  /* 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: "futura-pt", sans-serif;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
}

.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 #799A3D;
  color: #799A3D;
}

.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: 'futura-pt-bold', 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 #D4CBBB;
  color: #D4CBBB;
}

/*#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: 18px;
  text-transform: uppercase;
  transition: background 0.35s;
  position: relative;
  padding-right: 11px;
  font-family: 'futura-pt', sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2px;
}

button.toggle-menu:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #1E2611;
  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: #1E2611;
}

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);
}

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

.nav-logo,
.nav-logo a,
.nav-logo p {
  color: #FAFAFA;
}

.nav-logo a:hover,
.nav-logo a:focus {
  color: #799A3D;
}



/* ----------- Page Content ----------- */
.hero-large {
  height: 100vh;
  min-height: 650px;
}

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

/*.hero-regular { height: 0; padding-bottom: 41.667%; }*/
.hero-small {
  height: 50vh;
  min-height: 350px;
}

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

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

.hero * {
  color: #fff;
}

.hero h1 {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin: 0;
  transform: translateX(-50%);
  background: #1e2611ba;
  color: #FAFAFA;
  padding: 25px 50px;
  min-width: 365px;
  max-width: 100%;
  text-align: center;
  line-height: 1;
  z-index: 2;
  font-size: 54px;
}

.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%);
}

@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: auto;
  }
}


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

.home-hero-logo {
  width: 390px;
}

.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 {
  font-family: "Baskervville", serif;
  font-weight: 400;
  font-size: 60px;
  color: #ffffff;
  transition: all 0.2s ease;
}

.home-menu li:hover a,
.home-menu a:focus {
  color: #FAFAFA !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;
}



#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: #FAFAFA;
}

#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;
  background: #F4F0EA;
  border: 0;
  padding: 15px 20px !important;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

/* #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: #FAFAFA;
	color: #FFFFFF !important;
	font-family: 'futura-pt-bold', sans-serif;
	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: #1E2611;
	-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: #D4CBBB;
}


.sbi_caption {
  font-size: 20px;
}

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

.sbi-owl-nav {
  position: absolute;
  bottom: 100%;
  right: 6vw;
}

.sbi-owl-nav .sbi-owl-prev,
.sbi-owl-nav .sbi-owl-next {
  position: relative !important;
  top: 0 !important;
  margin: 0 25px;
  border: 1px solid #707070;
  border-radius: 100%;
  color: #000000;
  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: #78786B;
  color: #FAFAFA;
}

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


/* 
.slick-arrow {
  z-index: 1;
  position: absolute;
  top: 40%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 0;
  border-radius: 100%;
  height: 57px;
  width: 57px;
  text-align: center;
  margin: 0;
  padding: 0;
  transition: all 0.35s;
  background: #FAFAFA;
}

.slick-prev {
  left: 30px;
}

.slick-next {
  right: 30px;
}

.slick-arrow svg {
  display: block;
  margin: 0 auto;
  fill: #78786B;
}

.slick-arrow:hover,
.slick-arrow:focus {
  background: #78786B;
}

.slick-arrow:hover svg,
.slick-arrow:focus svg {
  fill: #FAFAFA;
} */




/* ----------- Footer ----------- */
footer {
  position: relative;
  margin-top: 330px;
}

footer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1957.16" height="131.329" viewBox="0 0 1957.16 131.329"><defs><clipPath id="a"><path data-name="Rectangle 608" fill="none" d="M0 0h1957.16v131.329H0z"/></clipPath></defs><g data-name="Group 166"><g data-name="Group 165" clip-path="url(%23a)"><path data-name="Path 252" d="M1957.16 131.329H0v-32.1l9.524-7.006 6 .882c1.106-2.035 1.967-3.614 2.978-5.475 2.532 1.368 4.308 2.325 6.9 3.722 5.331-3.919 10.124-7.44 15.352-11.281l8.515 6.241 13.906-8.246L68.749 84c5.2-3.4 9.332-6.1 13.463-8.806l1.509 1.064 9.673-1.431c1.626 1.058 3.387 2.2 5.208 3.385l6.06-2.4c2.9 2.8 5.451 5.259 9.444 9.114 19.248-10.424 37.444-19.692 67-19.951l5.259 1.808 12.435-2.027c10.77 6.5 23.07 12.02 39.859 12.9 3.662-1.156 6.451-2.5 9.744-2.994 11.611-1.756 23.541-2.993 35.083-4.848 22.767-3.657 45.285-7.709 68.048-11.373 13.3-2.14 26.88-3.828 40.317-5.754 6.74-.965 13.851-1.575 20.08-3.092 18.33-4.461 35.815-9.888 54.568-13.8 15.015-3.131 31.516-4.412 47.145-6.856 12.808-2 24.742-1.829 36.672 1.477 3.967 1.1 9.218 2.131 13.383 1.764 22.887-2.019 45.519-4.8 68.46-6.619a103 103 0 0 1 25.674 1.222c17.256 3.241 33.783 7.468 50.281 11.218a125.86 125.86 0 0 1 56.7 5.777c8.146-1.869 14.969-3.392 21.715-5 6.92-1.645 13.754-3.387 20.649-5.059 5.428-1.317 10.71-3.412 16.378-3.739 18.016-1.035 36.341-1.058 51.453-6.329 13.426 2.57 25.651 5.335 38.376 7.253 22.544 3.4 45.327 6.4 68.148 9.3a164 164 0 0 0 23 1.432c23.984-.383 45.027-5.49 65.367-11.326 11.748-3.371 23.853-5.4 37.287-3.509a91.2 91.2 0 0 0 46.362-4.932 74.6 74.6 0 0 1 42.363-3.822c24.567 4.96 44.621.534 63.215-7.308 3.942-1.662 7.329-4.257 11.819-4.885A1014 1014 0 0 1 1322.1.023c3.224-.285 7.409 2.112 11.116 3.3 10.347 3.309 20.288 7.006 31.107 9.863 15.827 4.182 32.759 6.944 44.984 14.456 9.364 5.754 23.427 8.468 38.759 9.62 16.481 1.238 32.756 3.369 48.892 5.542 28.349 3.819 56.526 7.968 80.768 11.409l27.254-3.427 30.184 5.032c2.855-1.176 8.086-2.774 11.893-4.99q23.873-13.9 46.982-28.128c9.018-5.546 13.786-6.31 25.545-2.012 10.764 3.933 20.6 8.513 30.933 12.847l12.937-2.161 38.959 25.594c11.33-1.258 18.213 1.976 25.6 5.726a331 331 0 0 0 32.5 14.028c14.78 5.582 33.459 9.339 44.844 16.231 19.554 11.833 34.763 25.486 51.8 38.375" fill="%231a1818"/></g></g></svg>');
  transform: translateY(-100%);
}

#main-footer {
  background: #1a1818;
  color: #fff;
}

#main-footer p,
#main-footer a {
  color: #fff;
  text-decoration: none;
}

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

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

#main-footer p {}

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

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

#logo-footer {
  padding-bottom: 45px;
  margin-bottom: 45px;
  border-bottom: 1px solid #FFFFFF;
}

#logo-footer a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

#logo-footer img {
  max-width: 340px;
}

.footer-content i {
  font-size: 30px;
  margin: 0;
}

/* 
.footer-brand-logos {
  margin-bottom: 80px;
  column-gap: 20px;
  row-gap: 40px;
} */

.footer-brand-logos img {
  max-width: 150px;
  margin-bottom: 50px;
  margin-top: 50px;
  width: 100%;
}

#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 {
  line-height: 34px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  ;
  padding: 0;
  position: relative;
}


.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: #FAFAFA;
  transition: none;
}

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

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

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

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

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

#bottom-footer p,
#bottom-footer a {
  color: #FAFAFA;
  font-size: 16px;
  text-transform: uppercase;
}

.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: #fff !important;
  text-decoration: none !important;
  background: #78786B !important;
}



/* Booking widget in hero */
.availability-block {
  background-color: #1E2611;
  max-width: 100%;
  width: 100%;
  margin: 0 0 0 auto;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 4;
  height: 0;
}

.availability-block #check-availability {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  top: -65px;
  background: #1E2611;
  border: 2px solid #fff
}


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

.availability-input-btn .availability-btn {
  font-size: 20px !important;
  font-weight: 700;
  color: #FAFAFA !important;
  background-color: #799A3D !important;
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

.availability-input-btn .availability-btn:hover,
.availability-input-btn .availability-btn:focus {
  background: #1E2611 !important;
  color: #799A3D !important;
}

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

.availability-input {
  padding: 5px;
  position: relative;
  width: 25%;
  background: #1E2611;
  color: #FAFAFA;
  z-index: 1;
  margin: 14px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  border-left: 1px solid #799A3D;
}

.availability-input:first-of-type {
  border-left: 0;
}

.availability-input label,
.availability-input input {
  width: 100%;
  text-align: center;
  color: #FAFAFA;
  font-size: 18px;
}

.availability-input label {
  /* position: absolute; */
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}

.availability-input input {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  padding: 0 !important;

}

/* .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: 'futura-pt-bold', sans-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 #FAFAFA;
  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: #1E2611 !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 {
    width: 47%;
  }

  .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: 30px;
    max-width: 70px;
  }

}

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

  .content_images_block.image-count-1>div.container {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

}

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


  .nav {
    column-gap: 0;
  }

  .nav>li {
    width: 100%;
  }

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

  .availability-block {
    max-width: 90%;
    height: auto;
    margin: auto;
    margin-top: -100px;
  }

  .availability-block #check-availability {
    top: 0;
  }

  .content_images_block.image-count-1 ._images {
    transform-origin: center !important;
    transform: none;
  }

  .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;
  }

  .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%;
  }

  #main-footer .footer-menus ul {
    text-align: center;
  }

}

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


  h1 {
    font-size: 36px;
  }

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

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 30px;
  }

  header #navigation .row {
    overflow: auto;
  }

  .nav {
    padding: 45px 30px;
  }

  .nav-menu {
    height: auto;
    overflow: unset;
  }

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

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

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

  /*
	#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: 55px;
  }

  .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%;
  }

}

@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;
  }

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

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


  #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;
  }

  .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 {
    height: 85vh;
  }

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

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

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

  .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;
  }

  .content_images_block.image-count-1 ._content {
    padding: 45px;
  }

}

@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) {}

/* ------- 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) {

  .home-hero-logo {
    width: 215px;
    max-width: 90%;
  }

  .availability-input {
    width: 100%;
  }

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

  .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;
  }
}


/* 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: 20px;
}

.home-hero-logo{
	max-width: 100%;
}

.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;
    border-bottom: unset;
  }
}

.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;
}

.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;
}

.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: #FAFAFA;
  font-weight: 600;
  margin-top: 10px;
  display: inline-block;
}

.blocks_block .each-block-image h3 {
  position: relative;
  left: 5%;
  top: 0;
  margin-top: -90px;
  margin-bottom: 0;
  transform: none;
}

.each-block-image ._img_container {
  position: relative;
}

.blocks_block .each-block:hover .each-block-image ._img_container h3,
.blocks_block .each-block:focus .each-block-image ._img_container h3 {
  opacity: 1;
  visibility: visible;
  background: transparent;
  position: relative;
  left: 0;
  top: 0;
  font-size: 32px;
  line-height: 36px;
  margin-top: 0;
}

@media only screen and (max-width:767px) {
  .sbi-owl-nav {
    display: none;
  }
}

@media only screen and (max-width:991px) {
  .autograph-logo {
    margin-left: auto;
    margin-right: auto;
  }
}


.homepage-popup {
  background: #fff;
  padding: 20px 30px 30px;
  z-index: 5;
  position: fixed;
  width: 100%;
  max-width: 400px;
  left: 20px;
  bottom: 20px;
  flex-direction: column;
  display: flex;
  transition: .3s;
}

.homepage-popup h3 {
  margin: 20px 0 10px;
  color: #707070;
  -webkit-text-stroke: 1px #000;
  font-size: 34px;
}

.popup-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  font-size: 26px;
  line-height: 0;
  color: #5f5f5f;
  border: 0;
  width: 30px;
  height: 40px;
}

@media screen and (max-width: 991px) {
  .availability-block+.two_images_content_block {
    margin-top: -250px;
    padding-top: 230px;
  }
}


.top-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  transform: translateY(-50%);
  z-index: 1;
}

.top-divider img {
  width: 100%;
  height: 150px;
  object-fit: contain;
}

.bottom-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  transform: translateY(50%);
  z-index: 1;
}

.bottom-divider img {
  width: 100%;
  height: 150px;
  object-fit: contain;
}

@media screen and (max-width: 991px) {
  .top-divider,
  .bottom-divider,
  .top-divider img,
  .bottom-divider img {
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .top-divider,
  .bottom-divider,
  .top-divider img,
  .bottom-divider img {
    height: 50px;
    padding: 0px;
  }
}

.tribe-events header {
	z-index: 1;
}

.tribe-events-calendar-list__event-header{
position: relative;
    background: transparent !important;
	text-align: left;
}

.home #menubtn a.button{
	display:none !important;
}

.home header.active #menubtn a.button{
	display:block ;
}






/* Equal height columns for room blocks */
.equal-height-row {
  display: flex;
  flex-wrap: wrap;
}

.equal-height-col {
  display: flex;
  flex-direction: column;
}

.equal-height-col .room-article {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.equal-height-col .room-article .article-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.equal-height-col .room-article .article-content .excerpt {
  flex: 1;
}

.content_images_block ._card p a {
    color: #799A3D;
}