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



@font-face {
  font-family: 'Cottonhouse Slab';
  src: url('fonts/CottonhouseSlab-Medium.woff2') format('woff2'),
    url('fonts/CottonhouseSlab-Medium.woff') format('woff');
  font-weight: 500;
}

@font-face {
  font-family: 'Storica';
  src: url('fonts/Storica-Bold.woff2') format('woff2'),
    url('fonts/Storica-Bold.woff') format('woff');
  font-weight: bold;
}


body {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: normal;
  font-size: 24px;
  color: #103B5C;
  line-height: 1.4;
  background: #fff;
}

p {
  line-height: 1.4;
}

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

a,
a:visited,
a:active {
  color: #976C3B;
  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: #103B5C;
}

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

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

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

h1, ._h1 {
  font-family: 'Cottonhouse Slab', serif;
  font-weight: 500;
  font-size: 90px;
  color: #103B5C;
  margin: 0 0 30px;
  padding: 0;
  line-height: 1.2;
}

h2, ._h2 {
  font-family: 'Cottonhouse Slab', serif;
  font-weight: 500;
  font-size: 43px;
  color: #103B5C;
  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: #B58247;
  right: calc(100% + 20px);
  top: 50%;
  transform: translateY(-50%);
}

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

h3, ._h3 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 34px;
  color: #103B5C;
  text-transform: uppercase;
  margin: 0 0 20px;
  padding: 0;
  line-height: 1.2;
}

h4, ._h4 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  color: #103B5C;
  margin: 0 0 25px;
  padding: 0;
  line-height: 1.2;
}

h5, ._h5 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
  color: #103B5C;
  margin: 0 0 20px;
  padding: 0;
  line-height: 1.2;
  letter-spacing: 2px;
}

h6, ._h6 {
  font-family: 'Cottonhouse Slab', serif;
  font-weight: 500;
  font-size: 22px;
  text-transform: uppercase;
  color: #103B5C;
  margin: 0 0 20px;
  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;
}

main {
  overflow: hidden;
}

.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: "brandon-grotesque", sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1.6px;
  text-decoration: none !important;
  padding: 20px 30px;
  min-width: 220px;
  background: #976C3B;
  color: #fff !important;
  border: 0;
  line-height: 1;
  display: inline-block;
  position: relative;
  transition: all 0.35s;
}

.button:hover,
.button:focus {
  text-decoration: none !important;
  color: #fff !important;
  background: #8C6436;
}

.button-2 {
  background: #103B5C;
}

.button-2:hover,
.button-2:focus {
  background: #0b304c;
}



._dark_bg * {
  color: #fff;
}

/* ._dark_bg .button {
  background: #fff;
  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: #fff;
  color: #103B5C;
  border: 2px solid #103B5C;
  display: block;
  width: 100%;
  background-image: none;
  border-radius: 0;
  box-shadow: none;
  outline: 0;
  margin: 0 auto 15px;
  line-height: 1;
  font-size: 20px !important;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  padding: 15px !important;
  letter-spacing: 1.6px;
  /* font-weight: 700; */
  /* text-transform: uppercase; */
  /* font-family: "brandon-grotesque", sans-serif; */
  transition: background .4s ease 0s;
}

select option {
  background: #fff;
  color: #103B5C;
}

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: 2px 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: #103B5C; */
  background: #f1f1f1;
  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: #976C3B;
  color: #fff !important;
  text-transform: uppercase;
  padding: 20px 35px !important;
  transition: all 0.35s;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 500;
  font-size: 20px !important;
  text-align: center;
  letter-spacing: 1.6px;
  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: #fff !important;
  background: #8C6436;
  -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: "brandon-grotesque", sans-serif;
  font-size: 18px;
  color: #103B5C;
}

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

.ginput_container_select {
  position: relative;
}

.gfield_select {
  appearance: none;
}

.ginput_container_select:after {
  content: '';
  width: 13.5px;
  height: 9px;
  background: url('images/arrow-input.svg') center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
}

.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: #103B5C;
  opacity: 1;
}

:-moz-placeholder {
  color: #103B5C;
  opacity: 1;
}

::-moz-placeholder {
  color: #103B5C;
  opacity: 1;
}

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



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


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

._card h2,
._card h3 {
  color: #103B5C;
}

._card p {
  color: #103B5C;
}


/* content_block */
.content_block {}

.content_block._intro .content-container p {
  font-family: 'Cottonhouse Slab', serif;
  font-weight: 500;
}

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


/* 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;
  bottom: -10%;
  left: -8%;
  width: 40%;
  height: auto;
  max-width: 492px;
}

.content_images_block.image-count-2 ._images.col-xl-6 img:nth-of-type(2) {
  bottom: unset;
  top: 25%;
  /* left: -8%; */
  width: 32%;
  max-width: 310px;
}

.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 ._images {
  /* transform-origin: left; */
  /* transform: scale(1.2); */
}

.content_images_block ._images.order-lg-1 {
  /* transform-origin: right; */
}

.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: "brandon-grotesque", 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: "brandon-grotesque", sans-serif;
	font-size: 46px;
	padding-bottom: 15px;
}
.stats_block .each-stat span:last-of-type {
	font-family: "brandon-grotesque", sans-serif;
	font-size: 16px;
}
*/


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

.cta_row_block .button:hover,
.cta_row_block .button:focus {
  background: #103B5C;
}

.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 #fff;
  border-bottom: 1px solid #fff;
  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;
  counter-reset: item;
}

.nav_block .nav-block-inner ul li {
  padding: 0;
  margin: 0 0 25px;
  display: block;
  list-style: none;
}

.nav_block .nav-block-inner ul li ._content {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.nav_block .nav-block-inner ul li button[aria-selected="true"] + ._content {
  transition: .5s ease-in-out;
  max-height: 250px;
  opacity: 1;
  visibility: visible;
}

.nav_block .nav-block-inner ul li button:before { 
  content: counter(item, decimal-leading-zero) " "; 
  counter-increment: item;
  margin-right: 28px;
  color: #80889A;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 500;
  font-size: 25px;
  position: absolute;
  top: 6px;
  left: -58px;
}

.nav_block .nav-block-inner ul li button {
  font-family: 'Cottonhouse Slab', serif;
  font-weight: 500;
  font-size: 43px;
  color: #80889A;
  position: relative;
  text-align: left;
  /* 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"] {
  color: #103B5C;
}
.nav_block .nav-block-inner ul li button[aria-selected="true"]:before {
  color: #103B5C;
}

.nav_block .nav-block-img .each-img {
  /* transform-origin: left; */
  /* transform: scale(1.2); */
}

.nav_block .nav-block-img.order-lg-1 .each-img {
  /* transform-origin: right; */
}

.nav_block .nav-block-img {
  aspect-ratio: 1086 / 869;
}

.nav_block .nav-block-img .each-img {
  position: absolute;
  left: 15px;
  width: calc(100% - 30px) !important;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: .5s 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: "brandon-grotesque", sans-serif;
	font-size: 24px;
}
*/




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

.tab_slider_nav li {
  margin: 0;
  padding: 0;
  padding-right: 25px;
  margin-right: 25px;
  border-right: 2px solid #103B5C;
}

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

.tab_slider_nav li button {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #80889A;
}

.tab_slider_nav li button._active {
  color: #103B5C;
}

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

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


.tab_slider_block .slick-slider,
.tab_slider_block .slick-list,
.tab_slider_block .slick-track,
.tab_slider_block .slick-slide {
  overflow: visible !important;
}

.tab_slider_block .slick-img {
  /* transform-origin: left; */
  /* transform: scale(1.2); */
}

.tab_slider_block .slick-img.order-lg-1 {
  /* transform-origin: right; */
}


.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: #fff;
  text-align: center;
  width: 90%;
  padding: 10px;
  opacity: 1;
  visibility: visible;
  transition: .4s ease-in-out;
}

.blocks_block .col-lg-4 .feat-img > div {
  aspect-ratio: 504/673;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.blocks_block .each-block-content {
  color: #fff;
  background: rgba(16, 59, 92, .7);
  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;
}


.blocks_block .each-block-content h3 {
  color: #fff;
  /*	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: "Cottonhouse Slab", serif;
  font-weight: 400;
  font-size: 25px;
  color: #103B5C;
  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;
}
*/
.featherlight-previous > span,
.featherlight-next > span {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.featherlight-previous > span {
  right: 10px;
  left: unset;
}

.featherlight-next > span {
  left: 10px;
}

.featherlight-previous > span,
.featherlight-next > span,
.slick-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 2px solid #FFFFFF;
  border-radius: 100%;
  height: 51px !important;
  width: 51px;
  text-align: center;
  margin: 0;
  padding: 0;
  transition: all 0.35s;
  background: rgba(255, 255, 255, .24);
}

#gallery-slider-activity .slick-arrow {
  top: 30.48%
}

.slick-prev {
  left: 30px;
}

.slick-next {
  right: 30px;
}

.featherlight-previous > span svg,
.featherlight-next > span svg,
.slick-arrow svg {
  display: block;
  margin: 0 auto;
  stroke: #fff;
}

.slick-arrow:hover,
.slick-arrow:focus {
  border: 2px solid #FFFFFF;
  background: #B58247;
}

.slick-arrow:hover svg,
.slick-arrow:focus svg {
  stroke: #fff;
}

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

._dark_bg .slick-arrow:not(:hover) {
  background: transparent;
}

._light_bg .slick-arrow{
  background: #103B5C;
}

._light_bg .slick-arrow:hover,
._light_bg .slick-arrow:focus {
  border: 2px solid #FFFFFF;
  background: #B58247;
}



.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: #103B5C;
  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: #fff;
  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: #fff;
}

.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-arrow {
  top: 40%;
}

.posts_slider_block-slider .slick-prev {
  left: 25%;
}

.posts_slider_block-slider .slick-next {
  right: 25%;
}

.posts_slider_block-slider .slick-list {
  margin: 0 -22px;
}

.posts_slider_block-slider .slick-slide {
  margin: 0 22px;
}

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

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

.posts_slider_block-slider .slick-slide.slick-current + .slick-slide img {
  transform-origin: center left;
}

.posts_slider_block-slider .slick-slide .slick-content {
  /* width: 85%; */
  margin: 22px auto 0;
  position: relative;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: .4s ease-in-out;
  transform: translateY(100%);
}

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

.posts_slider_block-slider .slick-slide .slick-content h3 {
  margin: 0;
  /* color: #484848; */
}

/* .posts_slider_block-slider .slick-slide .slick-content p {
  color: #103B5C;
} */



.posts_slider_block {
  background-image: url('images/bg_pattern1.png');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: overlay;
}

.posts_slider_block .content-container {
  font-family: 'Cottonhouse Slab', serif;
  font-weight: 500;
}

/* .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: #B58247;
  height: 7px;
  position: absolute;
  left: 0;
  top: -3px;
  transition: .3s ease-in-out;
} */


/* logos_block */

.logos_block {
  
}

.amenity-mobile-slider .slick-prev {
  left: 0;
}

.amenity-mobile-slider .slick-next {
  right: 0;
}

.logos_block .slick-prev {
  left: -60px;
}

.logos_block .slick-next {
  right: -60px;
}

.logos_block-slider .slick-list,
.amenity-mobile-slider .slick-list {
  margin: 0 -10px;
}
.logos_block-slider .slick-track,
.amenity-mobile-slider .slick-track {
  display: flex;
  align-items: center;
}

.posts_icon_block .logos_block-slider .slick-track,
.amenity-mobile-slider .slick-track {
  align-items: unset;
}

.logos_block-slider .slick-slide,
.amenity-mobile-slider .slick-slide {
	margin: 0 10px;
  height: auto;
}

.logos_block-slider .slick-slide img,
.amenity-mobile-slider .slick-slide img {
	margin-left: auto;
	margin-right: auto;
	-moz-transform: scale(.85);
	-webkit-transform: scale(.85);
	transform: scale(.85);
	/* transition: transform 0.35s; */
}

.posts_icon_block .logos_block-slider .slick-slide img,
.amenity-mobile-slider .slick-slide img {
  -moz-transform: none;
	-webkit-transform: none;
	transform: none;
  width: 100%;
  max-width: 200px;
  /* max-height: 180px; */
  height: 180px;
  margin-bottom: 0;
}

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



/* gallery_block */
.gallery_block {}

.gallery-thumbnail {
  /* min-height: 375px; */
  aspect-ratio: 606/509;
}

.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: "brandon-grotesque", 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 #103B5C;
  margin: 0;
  border-radius: 0;
  padding: 8px 0 !important;
  padding-left: 30px !important;
  background-color: transparent;
  font-family: "brandon-grotesque", 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: "brandon-grotesque", sans-serif;
  font-size: 15px;
  color: #103B5C;
  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: "brandon-grotesque", sans-serif;
  font-weight: 400;
  letter-spacing: -.25px;
  padding: 10px 25px;
}

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

.room-article .feat-img > div {
  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: #103B5C;
  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-article {overflow: hidden;}

.room-article:hover .feat-img > div{
  transform: scale(1.03);
}
.room-aritcle:focus-within .feat-img > div {
  transform: scale(1.03);
}
.room-article:hover .button{
  background: #9b6d37;
}
.room-aritcle:focus-within .button {
  background: #9b6d37;
}


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

.cover-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



.room-article .article-content .excerpt {
  font-family: 'Cottonhouse Slab', serif;
  font-weight: 500;
  font-size: 25px;
}

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

.room-content-icon {
  position: absolute;
  right: -15px;
  bottom: 8px;
  max-width: 200px;
  max-height: 200px;
}

.activity-content-icon {
  /* position: absolute; */
  /* right: 0; */
  /* bottom: 95%; */
  max-width: 200px;
  max-height: 200px;
  margin-left: auto;
}

#adventures-icon {
  max-width: 181px;
  max-height: 190px;
}

.room-amenity-image {
  max-width: 120px;
  max-height: 120px;
  width: 120px;
  height: 120px;
}

.activity-amenity-image {

}


.object-fit-figure {
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 550px;
}

.object-fit-figure > img {
  max-width: unset;
  height: unset;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}


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

#insta_block a {
  color: #103B5C;
}

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


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

.single-cpt-activity header {
  position: sticky;
}

header .booking_link {
  font-family: 'Storica', sans-serif;
  font-weight: bold;
  font-size: 25px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}

header .booking_link:hover,
header .booking_link:focus {
  color: #B58247;
}

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


/* header.active,
header.no-hero {
  background: #103B5C;
} */

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

.nav-menu {
  background: #103B5C;
  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: #fff;
  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: #fff;
  font-family: "Cottonhouse Slab", serif;
  font-weight: 400;
  font-size: 35px;
  border-bottom: 1px solid transparent;
}

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

.nav > li > a {
  border-bottom: 0 !important;
}


.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: "brandon-grotesque", 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 #B58247;
  color: #B58247;
}

.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: "brandon-grotesque", 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 #fff;
  color: #fff;
}

/*#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 {
  margin-left: auto;
  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: #103B5C;
  z-index: -1;
  transition: width 0.35s;
}

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

button.toggle-menu > span > span {
  background: #fff;
  height: 2px;
  width: 40px;
  margin-bottom: 10px;
  display: block;
  transition: all 0.35s;
}

button.toggle-menu:hover > span > span,
button.toggle-menu:focus > span > span {
  background: #B58247;
}

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;
  right: 35px;
  top: 35px;
  padding-top: 4px;
  padding-bottom: 4px;
  background: transparent;
  color: #fff;
  padding-right: 11px;
}

button#close-menu:before {
  background: #103B5C;
}

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

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

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

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

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

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



/* ----------- 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(10, 9, 9, 0.13);
  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: #B58247; */
  color: #fff;
  /* 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-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: "Cottonhouse Slab", serif;
  font-weight: 400;
  font-size: 60px;
  color: #ffffff;
  transition: all 0.2s ease;
}

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


/* .single-cpt-activity #interior-content ._content {
  padding-top: 200px;
} */

.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 {
  position: relative;
  overflow: hidden;
}
.feat-img > div {
  min-height: 250px;
  aspect-ratio: 784/545;
  background-position: center center;
  background-repeat: no-repeat;
  transition: transform .5s ease-in-out;
}

/* 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: #103B5C;
	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: #fff;
}

#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: #103B5C; */
  /* border: 0; */
  padding: 24px 28px !important;
  /* transition: background .4s ease 0s;  */
  /* font-weight: 700; */
  /* text-transform: uppercase; */
  /* font-family: "brandon-grotesque", 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.gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 0;
}

#gform_wrapper_5 .ginput_container,
#gform_wrapper_5 .ginput_container > * {
  height: 100%;
}

#gform_wrapper_5 input,
#gform_wrapper_5 select {
  border-right: 0;
}

#gform_wrapper_5 input[type="submit"] {
  min-width: unset;
  margin: 0 !important;
  height: 100%;
}

/* #gform_wrapper_5 input[type="submit"] {
	padding: 16px 17px !important;
	cursor: pointer;
	background: #fff;
	color: #FFFFFF !important;
	font-family: "brandon-grotesque", 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: #103B5C;
	-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: #fff;
}


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

.sbi-owl-nav .sbi-owl-prev:hover,
.sbi-owl-nav .sbi-owl-next:hover {
  background: #B58247;
  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: #fff;
}

.slick-prev {
  left: 30px;
}

.slick-next {
  right: 30px;
}

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

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

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




.icon-restaurant-glassware ._content:before {
  content: '';
  position: absolute;
  right: 60px;
  bottom: 75%;
  width: 175px;
  height: 194px;
  background: url(images/icon-glassware.svg) center center no-repeat;
  background-size: contain;
  display: block;
}


.icon-restaurant-glassware ._content > div h2 {
  width: 60%;
} 


.icon-relais-seal:after {
  content: '';
  position: absolute;
  right: 5vw;
  top: 20%;
  width: 175px;
  height: 175px;
  background: url(images/icon-relais-seal.svg) center center no-repeat;
  background-size: contain;
  display: block;
  z-index: -1;
}


.icon-dining-glassware .nav-block-inner:before {
  content: '';
  position: absolute;
  right: 60px;
  bottom: 100%;
  width: 175px;
  height: 194px;
  background: url(images/icon-glassware.svg) center center no-repeat;
  background-size: contain;
  display: block;
}

.icon-spa-seal ._content:after {
  content: '';
  position: absolute;
  right: -45px;
  bottom: 95%;
  width: 175px;
  height: 175px;
  background: url(images/icon-spa-seal.svg) center center no-repeat;
  background-size: contain;
  display: block;
}

.icon-retreat-seal ._content:after {
  content: '';
  /* position: absolute; */
  /* right: 15px; */
  /* top: 90%; */
  width: 175px;
  height: 175px;
  background: url(images/icon-retreat-seal.svg) center center no-repeat;
  background-size: contain;
  display: block;
  margin-left: auto;
}


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

#main-footer {
  background: #103B5C;
  color: #fff;
}

#main-footer p,
#main-footer a {
  color: #fff;
  text-decoration: none;
  line-height: 30px;
  font-size: 18px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 500;
}

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

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

#main-footer p {}

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

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

#logo-footer {}

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

/*#logo-footer img {max-width: 400px;}*/
.footer-content i {
  font-size: 28px;
  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 {
  padding: 0;
  margin: 0;
}

#main-footer .footer-menus ul li a {
  line-height: 50px;
  font-size: 18px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  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 > ul a {
  font-size: 18px !important;
  border: 0 !important;
  display: block;
  line-height: 1;
  color: #fff;
}

.social-icons > ul a i {
  color: #fff;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s;
}

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

.social-icons > ul a:hover i,
.social-icons > ul a:focus i {
  color: #B58247;
}

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

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

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

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

.cky-consent-container.cky-box-bottom-left {
  bottom: 15px !important;
  left: 15px !important;
  max-width: calc(100% - 30px);
}

.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: #B58247 !important;
}



/* Booking widget in hero */
.availability-block {
  /* max-width: 100%;
  width: 100%;
  margin: 0 0 0 auto;
  position: relative;
  top: 0;
  right: 0;
  left: 0; */
  z-index: 999;
}

.availability-block #check-availability {
  /* max-width: 1200px; */
  /* margin: 0 auto; */
  position: relative;
}


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

.availability-input-btn .availability-btn {
  font-size: 18px !important;
  font-weight: 500;
  color: #fff !important;
  background-color: #103B5C !important;
  padding: 28px 10px !important;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  min-width: unset;
}

.availability-input-btn .availability-btn:hover,
.availability-input-btn .availability-btn:focus {
  background: #0b304c !important;
}

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

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

.availability-input label,
.availability-input input,
.availability-input select {
  width: 100%;
  text-align: left;
  color: #103B5C;
  font-size: 20px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.availability-input label {
  /* position: absolute; */
  margin-bottom: 0;
}

.availability-input input,
.availability-input select {
  background: #fff;
  padding: 24px 28px !important;
  margin: 0;
  border: 0;
  appearance: none;
}

.availability-input > svg,
.availability-input > img {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

/* .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: "brandon-grotesque", 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 #fff;
  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: #103B5C !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);
	}

} */

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

  .room-amenity-image {
    max-width: 100px;
    max-height: 100px;
    width: 100px;
    height: 100px;
  }

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

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

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

  .availability-input {
    width: calc(100% / 3);
    border-left: 0;
    border-right: 2px solid #103B5C;
  }

  .availability-input:first-of-type {
    border-left: 2px solid #103B5C;
  }

  .availability-input-btn {
    width: 300px;
    margin: 20px auto 0;
  }

  .room-content-icon {
    opacity: .2;
    /* top: -30px; */
  }

  .activity-content-icon {
    opacity: .2;
    margin-top: -20px;
    margin-bottom: 20px;
    max-width: 180px;
    max-height: 180px;
  }

  .content_images_block.image-count-2 ._images.col-xl-6 img:nth-of-type(2) {
    bottom: -10%;
    top: unset;
  }

}

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

  h1, ._h1 {
    font-size: 70px;
  }
  
  h2, ._h2,
  .nav_block .nav-block-inner ul li button {
    font-size: 40px;
  }

  .button {
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav {
    column-gap: 0;
  }

  .nav > li {
    width: 100%;
  }

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

  .hero-large {
    height: 50vh;
    min-height: 100vw;
    aspect-ratio: 16 / 9;
  }

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

  .availability-input {
    width: 100%;
    /* width: 48%; */
    margin: 1%;
    border-left: 2px solid #103B5C;
    border-right: 2px solid #103B5C;
  }

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

  /* .availability-input:nth-of-type(1) {
    order: 1;
  }

  .availability-input:nth-of-type(2) {
    order: 3;
  }

  .availability-input:nth-of-type(3) {
    order: 4;
  }

  .availability-input:nth-of-type(4) {
    order: 2;
  }

  .availability-input-btn {
    order: 5;
  } */

  .icon-relais-seal:after {
    /* opacity: .2; */
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto 30px;
  }

  .icon-dining-glassware .nav-block-inner:before {
    /* opacity: .2; */
    position: relative;
    bottom: 30px;
    right: unset;
  }

  .icon-restaurant-glassware {
    padding-top: 45px !important;
  }

  .icon-restaurant-glassware ._content:before {
    opacity: .2;
  }

  .icon-spa-seal ._content:after {
    position: relative;
    margin-left: auto;
    margin-top: -40px;
    right: unset;
    bottom: unset;
  }

  .icon-retreat-seal ._content:after {
    margin-top: -40px;
  }

  .nav_block .nav-block-inner ul li button:before {
    left: 0;
    position: relative;
  }

  .nav_block .nav-block-inner ul li ._content {
    padding-left: 58px;
  }

  .room-article .article-content .excerpt {
    font-size: 20px;
  }

  .room-content-icon {
    top: unset;
    bottom: 80%;
  }

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

  .content_images_block.image-count-2 ._images img:nth-of-type(2) {
    left: 15%;
    min-width: 280px;
  }

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

  input[type="button"], 
  input[type="submit"] {
    padding: 20px 15px !important;
  }


  .tab_slider_block .slick-dots {
    position: absolute;
    width: 100%;
    bottom: 0;
  }

  .object-fit-figure {
    width: 100%;
    height: auto;
    min-height: unset;
  }

  .object-fit-figure > img {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    height: auto;
    min-height: unset;
  }

  .posts_slider_block-slider .slick-prev {
    left: 10%;
  }

  .posts_slider_block-slider .slick-next {
    right: 10%;
  }

}

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

  h1, ._h1 {
    font-size: 50px;
  }

  h2, ._h2,
  .nav_block .nav-block-inner ul li button {
    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;
  }

  .header-logo-container {
    order: -1;
    margin-bottom: 25px;
  }

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

  header .booking_link {
    font-size: 20px;
  }

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

  button.toggle-menu > span > span {
    margin-bottom: 8px;
  }

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

  .nav_block .nav-block-img .each-img {
    left: 0;
    width: 100% !important;
  }

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


  .featherlight-previous {
    right: 80%;
  }

  .featherlight-next {
    left: 80%;
  }

}

@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: 18px;
    padding: 15px 20px;
  }

  .button:after {
    content: none;
  }


  #gform_wrapper_5 {
    margin-bottom: 0;
  }

  #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%;
  }
  
  #gform_wrapper_5 input:not([type="submit"]), 
  #gform_wrapper_5 select {
    border: 2px solid #103B5C;
    padding: 15px !important;
  }

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

  .content_images_block.image-count-2 ._images img:nth-of-type(2),
  .content_images_block.image-count-2 ._images.col-xl-6 img:nth-of-type(2) {
    position: relative;
    top: 15px;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: unset;
  }

}

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

  body {
    font-size: 20px;
  }

  h1, ._h1 {
    font-size: 40px;
  }
  
  h2, ._h2,
  .nav_block .nav-block-inner ul li button {
    font-size: 30px;
  }

  h3 {
    font-size: 25px;
  }

  h4 {
    font-size: 16px;
  }

  h5 {
    font-size: 16px;
  }

  .button {
    display: block;
    width: 100%;
    padding: 15px;
  }

  .gallery_block .button {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

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

  .featherlight-previous > span, 
  .featherlight-next > span, 
  .slick-arrow {
    width: 40px !important;
    height: 40px !important;
  }

  .availability-input {
    width: 100%;
  }

  .availability-input input, 
  .availability-input select {
    padding: 20px 15px !important;
  }

  .availability-input-btn .availability-btn {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

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

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

  .icon-restaurant-glassware ._content:before {
    right: 0;
  }

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

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

  .icon-retreat-seal ._content:after {
    margin-top: 15px;
    margin-left: 0;
  }

  .icon-spa-seal ._content:after {
    margin-top: 15px;
    margin-left: 0;
  }

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

  .posts_slider_block-slider .slick-next {
    right: 30px;
  }

}

/* ----------- 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: 50vh;
    min-height: 100vw;
  } */

  /* .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, ._h1 {
    font-size: 30px;
  }
  
  h2, ._h2,
  .nav_block .nav-block-inner ul li button {
    font-size: 28px;
  }

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

  .activity-content-icon {
    max-width: 150px;
    max-height: 150px;
  }

}

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

  .tab_slider_nav li {
    padding-right: 15px;
    margin-right: 15px;
  }
  .tab_slider_nav li:last-of-type {
    padding-right: 0;
    margin-right: 0;
  }
  .tab_slider_nav li button {
    font-size: 20px;
    letter-spacing: 1px;
  }
}

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



.hero_popup {
  position: fixed;
  right: 15px;
  bottom: 15px;
  background: #fff;
  max-width: 320px;
  z-index: 2;
  box-shadow: 0 0 5px #bbb;
  transition: all .5s ease-in-out;
  transform: translateX(120%);
}

.hero_popup._slideIn {
  transform: translateX(0);
}

.hero_popup._hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.hero_popup > img {
  max-height: 22vh;
  object-fit: cover;
  min-width: 100%;
  object-position: top;
}

.hero_popup * {
  color: #103B5C;
}

.hero_popup .content-container {
  padding: 15px;
  font-size: 20px;
}

.hero_popup .content-container h4 {
  margin-bottom: 15px;
}

.hero_popup .content-container .button  {
  display: block;
  width: 100%;
  padding: 15px;
  font-size: 18px;
}

#close_hero_popup {
  position: absolute;
  top: -12px;
  right: -12px;
  background: #976C3B;
  color: white;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  padding: 8px;
  line-height: 1;
  text-align: center;
  font-size: 22px;
  font-family: sans-serif;
  cursor: pointer;
  box-shadow: 0 0 5px #103B5C;
}

@media screen and (max-width: 575px) {
  .hero_popup > img {
    display: none;
  }
}