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


/* 
Goldenbook Regular
font-family: "goldenbook", serif;
font-weight: 400;

Futura PT Book
font-family: "futura-pt", sans-serif;
font-weight: 400;

Futura PT Medium
font-family: "futura-pt", sans-serif;
font-weight: 500;

Futura PT Demi
font-family: "futura-pt", sans-serif;
font-weight: 600;

Futura PT Bold
font-family: "futura-pt-bold", sans-serif;
font-weight: 700;
*/


body {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #121212;
  line-height: 1.4;
  background: #fff;
}

p {
  line-height: 1.4;
}

a,
a:visited,
a:active {
  color: #6C6C60;
  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: #30332E;
}

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

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

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

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

h2 {
  font-family: "goldenbook", 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: #C4BFA1;
  right: calc(100% + 20px);
  top: 50%;
  transform: translateY(-50%);
}

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

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

h4 {
  font-family: "goldenbook", 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: "goldenbook", 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: #C4BFA1;
  color: #30332E !important;
  border: 0;
  line-height: 1;
  display: inline-block;
  position: relative;
  transition: all 0.35s;
}

.button:hover,
.button:focus {
  color: #C4BFA1 !important;
  text-decoration: none !important;
  background: #30332E;
}

.button-2 {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  padding: 4px;
  background: transparent;
  color: #30332E !important;
  border-bottom: 1px solid #707070;
}

.button-2:after {
  content: '';
  display: inline-block;
  background: url(images/right-arrow.svg) center center no-repeat;
  background-size: contain;
  width: 49.47px;
  height: 10.445px;
  margin-left: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.35s;
}

.button-2:hover,
.button-2:focus {
  background: transparent;
  color: #30332E !important;
  border-bottom: 1px solid #30332E;
}

.button-2:hover:after,
.button-2:focus:after {
  transform: translate(10px, -50%);
}

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

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



._dark_bg * {
  color: #EDEDE0;
}

/* ._dark_bg .button {
  background: #EDEDE0;
  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: #30332E;
  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: #30332E;
  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: #78786B;
  color: #FFFFFF !important;
  text-transform: uppercase;
  padding: 16px 17px !important;
  transition: all 0.35s;
  font-family: 'futura-pt-bold', sans-serif;
  font-size: 16px !important;
  font-weight: 700;
  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: #30332E;
  -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 #C4BFA1;
  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 {}

.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 ._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 img {
  width: 100%;
}

/* 
.content_images_block.image-count-1._no_padding {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.content_images_block.image-count-1._no_padding > .container > .row {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
} */


/* .content_images_block.layout2.image-count-2 ._images:before {
	content: ''; position: absolute; right: -50vw; top: -25vh; width: 100vw; height: 100vh; background: #6F8E83;
}

.content_images_block.layout2.image-count-2 ._images.order-lg-1:before {
	left: -50vw;
} */

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

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

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

.content_images_block.image-count-1.has_bg + .content_images_block.image-count-1.has_bg > div,
.content_images_block.image-count-1.no_bg + .content_images_block.image-count-1.no_bg > div {
  padding-top: 0 !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: 80px 60px;
  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/pattern3.png);
  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;
}


/*

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

.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){
	border: 0;
	position: relative;
	top: -10%;
	bottom: auto;
	left: 50%;
	right: 0;
	margin-bottom: -10%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.content_images_block.layout3 ._images img:nth-of-type(2) {
	position: absolute;
	bottom: 60px;
	left: -45px;
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 300px;
}

.content_images_block.layout3 ._images.order-lg-1 img:nth-of-type(2) {
	left: auto;
	right: -45px;
}
*/

/*
.content_images_block .content_list { margin: 0; padding: 30px 0; list-style: none; }
.content_images_block .content_list li {border-bottom: 1px solid #d2d2d2; font-family: 'futura-pt-bold', sans-serif; font-size: 16px; text-transform: uppercase; padding: 15px 10px; }
.content_images_block .content_list li i {color: #de4a34; transition: all 0.35s;}
.content_images_block .content_list li a:hover,
.content_images_block .content_list li a:focus { color: #de4a34; }
.content_images_block .content_list li a:hover i,
.content_images_block .content_list li a:focus i {
	-moz-transform: translateX(10px);
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}

.content_images_block:not(._nobg) ._content:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 175px;
	background: url(images/background-pattern-2.svg) top center repeat;
	background-size: auto 100px;
}
*/


/* stats_block */
/*
.stats_block { }
.stats_block .each-stat span {
	display: block;
	text-transform: uppercase;
}
.stats_block .each-stat span:first-of-type {
	font-family: 'futura-pt-bold', sans-serif;
	font-size: 46px;
	padding-bottom: 15px;
}
.stats_block .each-stat span:last-of-type {
	font-family: 'futura-pt-bold', sans-serif;
	font-size: 16px;
}
*/


.cta_row_block .button {
  color: #000000;
  border: 1px solid #000000;
  background: transparent;
  margin: 30px;
  font-family: "goldenbook", serif;
  font-weight: 400;
  font-size: 43px;
  text-transform: none;
}

.cta_row_block .button:hover,
.cta_row_block .button:focus {
  background: #30332E;
}

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





.nav_block {}

.nav_block h2:after {
  content: none;
}

.nav_block .nav-block-inner {
  width: 100%;
  border-top: 1px solid #EDEDE0;
  border-bottom: 1px solid #EDEDE0;
  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: #EDEDE0;
  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: #EDEDE0;
}

.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 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}



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

.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: #EDEDE0;
  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: #EDEDE0;
  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: transparent;
  flex-grow: 1;
}


.blocks_block .each-block-content h3 {
  color: #EDEDE0;
  /*	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: 75vh;
  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: 1;
}

/*.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: "goldenbook", 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: 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: #EDEDE0;
}

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

.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: -28px;
}

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

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

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

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



.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 {
  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: 1px solid #707070;
  border-radius: 100%;
  color: #30332E;
  font-size: 16px;
  width: 57px;
  height: 57px;
  margin: 0 15px;
  transform: none;
}

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

.room-article ._slider_arrows .slick-arrow.slick-next {
  margin-right: 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: #EDEDE0;
}

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

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: #30332E;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9;
}

.nav-menu {
  background: #30332E;
  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: #EDEDE0;
  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: #EDEDE0;
  font-family: "goldenbook", serif;
  font-weight: 400;
  font-size: 35px;
  border-bottom: 1px solid transparent;
}

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


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

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

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

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



/* ----------- 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: #78786B;
  color: #EDEDE0;
  padding: 25px 50px;
  min-width: 365px;
  max-width: 100%;
  text-align: center;
  line-height: 1;
  z-index: 2;
}

.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: 100px;
  position: relative;
  padding-left: 30px;
}

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

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

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

#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: #F4F0EA;
  /* color: #30332E; */
  border: 0;
  padding: 15px 20px !important;
  /* transition: background .4s ease 0s;  */
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'futura-pt-bold', 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: #EDEDE0;
	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: #30332E;
	-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: #EDEDE0;
}

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

.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: #EDEDE0;
} */




/* ----------- Footer ----------- */

#main-footer {
  background: #30332E;
  color: #EDEDE0;
}

#main-footer p,
#main-footer a {
  color: #EDEDE0;
  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: #EDEDE0;
}

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

#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: 20px;
  font-family: "futura-pt", 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: #EDEDE0;
  transition: none;
}

.social-icons a i {
  color: #EDEDE0;
  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: #EDEDE0;
}

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

#bottom-footer p,
#bottom-footer a {
  color: #EDEDE0;
  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: #30332e;
  max-width: 100%;
  width: 100%;
  margin: 0 0 0 auto;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 4;
}

.availability-block #check-availability {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  top: -65px;
  background: #6C6C60;
}


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

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

.availability-input-btn .availability-btn:hover,
.availability-input-btn .availability-btn:focus {
  background: #30332E !important;
  color: #C4BFA1 !important;
}

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

.availability-input {
  padding: 5px;
  position: relative;
  /* height: 105px; */
  width: 34%;
  background: #6C6C60;
  color: #EDEDE0;
  z-index: 1;
  /* width: calc(100% - 10px);
  height: calc(100% - 10px); */
  /* top: 5px;
  left: 5px; */
  margin: 14px 0;
  /* top: 15px; */
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  /* height: calc(100% - 30px); */
  cursor: pointer;
  text-align: center;
  border-left: 1px solid #C4BFA1;
}

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

.availability-input label,
.availability-input input {
  width: 100%;
  text-align: center;
  color: #EDEDE0;
  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 #EDEDE0;
  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: #30332E !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 {
    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 {
    position: relative;
    margin: 0;
    width: 100%;
    max-width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }

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

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

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

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

}

@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 {
    height: 70vh;
  }

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

  .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) {

  .availability-input {
    width: 50%;
  }

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

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