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


/*
Interstate Light
font-family: 'interstate', sans-serif;
font-weight: 400;

Interstate Regular
font-family: 'interstate', sans-serif;
font-weight: 500;

Interstate Bold
font-family: 'interstate', sans-serif;
font-weight: 700;

Mrs Eaves OT Roman
font-family: 'mrs-eaves', serif;
font-weight: 400;
*/


body { font-family: 'interstate', sans-serif; font-size: 18px; font-weight: 400; color: #181516; line-height: 1.4; }
p { line-height: 1.4; }
a, a:visited, a:active { color: #4F726B; 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: #18413C; }
button:hover, button:focus { outline: 0; border: 0; }

/*p a {text-decoration: underline; }*/
p a {color: #4F726B; }
p a:hover, p a:focus { text-decoration: underline; }

h1 { font-family: 'mrs-eaves', serif; font-size: 46px; font-weight: 400; color:#3C3C3C; margin: 0 0 20px; padding: 0; line-height: 1.2; }
h2 { font-family: 'mrs-eaves', serif; font-size: 46px; font-weight: 400; color:#3C3C3C; margin: 0 0 20px; padding: 0; line-height: 1.2; }

h3 { font-family: 'mrs-eaves', serif; font-size: 36px; font-weight: 400; color:#3C3C3C; margin: 0 0 20px; padding: 0; line-height: 1.2; }

h4 { font-family: 'interstate', sans-serif; font-size: 18px; font-weight: 700; text-transform: uppercase; color:#3C3C3C; margin: 0 0 25px; padding: 0; line-height: 1.2; }
h5 { font-family: 'interstate', sans-serif; font-size: 18px; font-weight: 500; text-transform: uppercase; color:#3C3C3C; margin: 0 0 20px; padding: 0 0 20px; line-height: 1.2; letter-spacing: -.25px; position: relative;}
h5:after {
	content: ''; width: 50px; height: 2px; background: #707070; position: absolute; left: 0; top: 100%;
}

/*h6 { font-family: serif; font-size: 14px; font-weight: 500; text-transform: uppercase; color:#000; 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: 'interstate', sans-serif; font-weight: 700; font-size: 16px; text-transform: uppercase; text-decoration: none !important; padding: 12px 35px; padding-right: 50px; background: #AC5B1F; color: #FFFFFF !important; border: 0; line-height: 1; display: inline-block; position: relative; transition: all 0.35s; }
.button:hover, .button:focus { color: #FFFFFF !important; text-decoration: none !important; background: #18413C; }
.button:after {content:''; width: 10px; height: 17px; background: url(images/right-arrow.svg) center center no-repeat; background-size: contain; position: absolute; top: 50%; right: 20px; transform: translateY(-50%);}

.button-2 { background: #18413C; color: #E6EAE5 !important; padding-right: 35px; }
.button-2:hover, .button-2:focus { background: #AC5B1F; color: #F3F1ED !important; }
.button-2:after {content: none;}




/* ----------- 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 {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 {
	color: #474647; background: #ebece6; border: 1px solid #bebfbb; display: block; padding: 8px 12px !important; width: 100%; background-image: none; border-radius: 0; box-shadow: none; outline: 0;
	margin: 0 auto 15px; line-height: 1;
}

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

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: #ebe9dd; color: #000000; text-transform: uppercase; padding: 12px 28px; transition: all 0.35s; font-size: 16pt;
}
/*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 {   }


/* Gravity forms styles */
.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;}
.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_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: #333; opacity: 1; }
:-moz-placeholder { color: #333; opacity: 1; }
::-moz-placeholder { color: #333; opacity: 1; opacity: 1; }
:-ms-input-placeholder { color: #333; opacity: 1; }



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


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


/* Background Graphics */
.content_images_block.graphic_shield > .container {
	background-image: url(images/bg/logo-mark.png);
	background-size: 300px auto;
	background-repeat: no-repeat;
}

.content_images_block.graphic_shield.content_left > .container {
	background-position: top right;
}

.content_images_block.graphic_shield.content_right > .container {
	background-position: top left;
}

.content_images_block.graphic_mountains {
	background-image: url(images/bg/mountain.png);
	background-size: auto;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.content_images_block.graphic_mountains.content_left {
	background-position: left bottom;
}

.content_images_block.graphic_mountains.content_right {
	background-position: right bottom;
}

.content_images_block.graphic_plant {
	background-image: url(images/bg/plant.png);
	background-size: auto;
	background-repeat: no-repeat;
}
.content_images_block.graphic_plant.content_left {
	background-position: bottom left;
}

.content_images_block.graphic_plant.content_right {
	background-position: bottom right;
}
.content_images_block.graphic_w {
	background-image: url(images/bg/w.png);
	background-size: auto;
	background-repeat: no-repeat;
}
.content_images_block.graphic_w.content_left {
	background-position: center left;
}

.content_images_block.graphic_w.content_right {
	background-position: center right;
}


.nav_block.graphic_shield {
	background-image: url(images/bg/logo-mark.png);
	background-size: 300px auto;
	background-repeat: no-repeat;
	background-position: top left;
}

.nav_block.graphic_mountains {
	background-image: url(images/bg/mountain.png);
	background-size: auto;
	background-repeat: no-repeat;
	background-position: top left;
}

.nav_block.graphic_plant {
	background-image: url(images/bg/plant.png);
	background-size: auto;
	background-repeat: no-repeat;
	background-position: top left;
}

.nav_block.graphic_w {
	background-image: url(images/bg/w.png);
	background-size: auto;
	background-repeat: no-repeat;
	background-position: top left;
}
/* END BACKGROUND GRAPHICS */

.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.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.layout2 ._images img:nth-of-type(2) {
	position: absolute;
	bottom: 0;
	left: -25%;
	border: 18px solid rgba(255,255,255,.83);
	width: 100%;
	height: auto;
	max-width: 400px;
}

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


.nav_block { }
.nav_block_links {height: 70vh; min-height: 450px;}
.nav_block_links:after {content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.36); }
.nav_block ul { list-style: none; padding: 0; margin: 0; width: 100%; position: relative; z-index: 1;}
.nav_block ul li {display: inline-block; border-left: 1px solid #FEFEFE; padding: 0 18px;  }
.nav_block ul li a { font-family: 'mrs-eaves', serif; font-size: 54px; color: #FEFEFE; }
.nav_block ul li a:hover, .nav_block ul li a:focus { color: #AC5B1F !important; }


/* 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: 'mrs-eaves', serif;
	font-size: 24px;
}
*/


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

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

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

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

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



.quote_image_block {}
.quote_image_block.layout1 { min-height: 65vh; overflow: visible; margin-bottom: 180px; }
/*.quote_image_block.layout1 * { color: #000; }*/
.quote_image_block.layout2 .container {border-top: 1px solid #DDDDDD;}
/*.quote_image_block.layout2 .row { min-height: 60vh; }*/
/*.quote_image_block.layout2 * { color: #fff; }*/
.quote_image_block.layout2 p { line-height: 1.8; font-size: 18px; }
.quote_image_block.layout2 p._quote {font-size: 118px; font-weight: 400; line-height: 1; margin-bottom: -30px; color: #658E82; }
.quote_image_block.layout2 p:last-of-type {margin-bottom: 0;}





/* Map Block */

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

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

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



/*
.slick-track {
	display: flex !important;
}
.slick-slide {
	height: inherit !important;
}
*/
.slick-arrow {
	z-index: 1;
	position: absolute;
	top: 50%;
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	border: 0;
	border-radius: 100%;
	height: 60px;
	width: 60px;
	text-align: center;
	margin: 0;
	padding: 0;
	transition: all 0.35s;
}
.slick-prev{
	left: -30px;
}
.slick-next{
	right: -90px;
}
.slick-arrow svg {display: block; margin: 0 auto;}
.slick-arrow:hover,
.slick-arrow:focus {
/*	background: #cadfdc;*/
/*	border: 1px solid #000;*/
}

.slick-dots { text-align: center; margin: 20px auto 5px; }
.slick-dots li { display: inline-block; vertical-align: middle; margin: 0 5px; }
.slick-dots li button { width: 15px; height: 15px; background: #dfdfdf; border: 0; border-radius: 100%; font-size: 0; }
.slick-dots li.slick-active button { background: transparent; background: #AC5B1F; }



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

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

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

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

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



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

}

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

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

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

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


/* gallery_block */
.gallery_block {}
.gallery_block .gallery-thumbnail {height:375px; }
.gallery_block .half-height .gallery-thumbnail {height:calc( (375px / 2) - 1rem); }
.gallery_block .row {transition: opacity 0.35s, visibility 0.35s;}
.gallery_block .row.hidden {height: 0; width: 0; opacity: 0; visibility: hidden; margin: 0 !important; padding: 0 !important; overflow: hidden; }

.featherlight .featherlight-content {border: 0; padding: 0; max-height: 80%; background: transparent; overflow: visible;}
.featherlight-next, .featherlight-previous {top: 0;}
.featherlight-next {right: -45px; left: 100%;}
.featherlight-previous {left: -45px; right: 100%;}
.featherlight-next:hover,
.featherlight-previous:hover,
.featherlight-next:focus,
.featherlight-previous:focus {background: transparent;}
.featherlight-next span, .featherlight-previous span {font-size: 40px; margin-top: 0; line-height: 1; text-shadow: none; top: 50%; -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); color: rgba(255,255,255,1); display: inline-block;}
.featherlight .featherlight-close-icon {top: -22px; right: 0; background: transparent; color: rgba(255,255,255,1); width: auto; line-height: 1; font-size: 20px; outline: 0 !important; }


/* open table block */
.open_table_block { background: #f6f5ef; }
.open_table_block h3 { letter-spacing: 0.2em; font-size: 16px; color: #000; margin: 0; font-family: 'Lato', sans-serif; font-weight: 700; }
.open_table_block .each-field { line-height: 1; }
.open_table_block .each-field i { position: absolute; left: 15px; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%); z-index: 0; }
.open_table_block select,
.open_table_block input {
	border: 0;
	border-bottom: 1px solid #2c2c2c;
	margin: 0;
	border-radius: 0;
	padding: 8px 0 !important;
	padding-left: 30px !important;
	background-color: transparent;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	color: #000;
	position: relative;
	z-index: 1;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	line-height: 1;
	height: 100%;
}

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

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


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

*/



/* ROOMS */
.room_type_nav {width: 100%; list-style: none; padding: 12px 0; margin: 0; border-top: 1px solid rgba(112, 112, 112, .37); border-bottom: 1px solid rgba(112, 112, 112, .37); margin-bottom: 0 !important;}
.room_type_nav li { margin: 5px 0; padding:0; }
.room_type_nav a {color: #18181A; font-size: 24px; font-family: 'mrs-eaves', serif; font-weight: 400; letter-spacing: -.25px; padding: 10px 25px; }
.room_type_nav a._active {background: #EFEFEF; }

.room-article .feat-img {height: 312px;}
.room-article .entry-title {margin: 20px 0;}
.room-attributes { list-style: none; margin: 0; padding: 0; }
.room-attributes li { margin: 0; padding: 0; margin-right: 45px; font-size: 15px; color: #666; }
.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 */
#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 {opacity: 0; visibility: hidden; transition: all .2s ease-in-out;}
header.active, header.no-hero { background: #fff; }
header.active #header-logo, header.no-hero #header-logo {opacity: 1; visibility: visible;}
header.active #header-logo svg g, header.no-hero #header-logo svg g {fill: #111112; }
header #navigation { display: none; height: 100%; background: #fff; position: fixed; top: 0; left: 0; width: 100%; height: 100vh; z-index: 9; }
.nav {margin: 0; padding: 0 30px; list-style: none; text-align: center; overflow-y: scroll; display: block;}
.nav li {margin: 20px auto; padding: 0; display: block;}
.nav > li {margin: 50px auto;}
.nav li a {color: rgba(0,0,0,0.65); font-family: 'mrs-eaves', serif; font-size: 50px; text-transform: uppercase;}
.nav li a:focus,
.nav li a:hover {color: #000;}
.nav li .sub-menu {margin: 0; padding: 0; list-style: none; max-height: 0; overflow: hidden; transform-origin: top; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); transform: scaleY(0); transition: all 0.35s; }
.nav li .sub-menu li a {font-size: 30px; font-family: 'mrs-eaves', serif; }
.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 {color: #000; border-bottom: 2px solid #cadfdc;}
.nav li > ul li.current_page_item > a,
.nav li > ul li.current-page-ancestor > a {border-bottom: 0; font-weight: bold;}
.nav li:focus-within ul {    transform: none; max-height: initial; }

/*#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; /*height: 45px;*/}
button.toggle-menu:before {content: ''; position: absolute; left: 0; top: 0; height: 100%; width: 0; background: #18413C; 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: 3px; 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: #707070; }
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; left: 15px; top: 4px; padding-top: 4px; padding-bottom: 4px; background: #18413C; color: #fff;  padding-right: 11px; }
button#close-menu:before {background: #18413C; }
button#close-menu > span { background: #18413C; padding-right: 0; margin-right: 20px; }
button#close-menu > span > span { background: #fff; width: 24px; transition: transform 0.35s; }
button#close-menu > span > span:nth-of-type(1) {transform: rotate(45deg); margin-bottom: -3px;}
button#close-menu > span > span:nth-of-type(2) {transform: rotate(-45deg);}
button#close-menu:hover > span > span,
button#close-menu:focus > span > span { transform: rotate(0); }



/* ----------- Page Content ----------- */
.hero-large {height: 100vh; min-height: 650px; background-size:cover !important;}
.hero-regular {height: 70vh; min-height: 550px; }
/*.hero-regular { height: 0; padding-bottom: 41.667%; }*/
.hero-small {height: 50vh; min-height: 350px; }
.hero-overlay {background: rgba(255,255,255,0.68);position: absolute;left: 0;right: 0;top: 0;width: 100%;height: 100%;z-index: 2;}
.hero > .container {position: relative;z-index: 3;top: 50%;-moz-transform: translateY(-50%);-webkit-transform: translateY(-50%);transform: translateY(-50%);height: 100%;}

.hero * {color: #fff;}
.hero h1 {font-size: 38px;}
.hero h5 {padding-bottom: 0; margin-bottom: 15px;}
.hero h5:after {content: none;}

.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 {width: 100%;max-width: 300px;margin-right: 100px;}
.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: 'mrs-eaves', serif; font-size: 54px; color: #d7d7d7; transition: all 0.2s ease; }
.home-menu li:hover a, .home-menu a:focus { color: #ffffff !important; transition: all 0.2s ease;}
.home-menu._stay li a { font-size: 44px; }

.home-menu li:before{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	height: 54px;
	width: 1px;
	color: #d7d7d7;
	background-color: #fff;
	margin-top: -27px;
	transition: all 0.25s ease;
}

.home-menu li:hover:before{
	content: '';
	height: 114px;
	margin-top: -57px;
	transition: all 0.25s ease;
}


#interior-content { }
.page-content { }
.page-content h2 {font-size: 20px; margin: 15px 0;}
.page-content h3 {font-size: 38px; 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 {height: 250px; background-position: center center; background-repeat: no-repeat;}

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




/* 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: #18413C;}
#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 {margin: 0 !important; padding: 0 !important; width: 100% !important; line-height: 1; background: #fff; color: #18413C; border: 1px solid #707070; padding: 15px 20px !important; font-weight: 400; transition: background .4s ease 0s;}
#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"] {padding: 17px 20px !important; cursor: pointer; background: #AC5B1F; color: #FFFFFF; font-size: 16px !important; font-weight: 700; border: 0; transition: all .4s ease 0s; border-radius: 0; box-shadow: none; text-align: center; max-width: 200px; margin: auto !important;}
#gform_wrapper_5 input[type="submit"]:hover {color: #F3F1ED; background: #18413C; -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);}

/* 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; opacity: 1; }
#gform_wrapper_5 input:-ms-input-placeholder { color: #747474; opacity: 1; }

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




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

#main-footer { background: #18413C; color: #ffffff; }
#main-footer p, #main-footer a {color: #ffffff; text-decoration: none;}
#main-footer a:hover, #main-footer a:focus {text-decoration: underline;}
#main-footer p {line-height: 1.6; font-size: 16px;}
#main-footer p:last-of-type {margin-bottom: 0;}
#main-footer h4 {color: #fff;}
#logo-footer {margin-bottom: 45px;}
/*#logo-footer img {max-width: 400px;}*/

.footer-menu {list-style: none; font-size: 18px; margin: 0; padding: 0; margin-bottom: 50px; }
.footer-menu li { padding-bottom: 5px; }
.footer-menu li a {font-size: 18px; text-transform: uppercase;}

.social-icons {}
.social-icons > ul {margin: 0; padding: 0; list-style: none;}
.social-icons > ul li {margin: 0 8px; padding: 0;}
.social-icons a {font-size: 20px; display: block; line-height: 1; width: 32px; height: 32px; border-radius: 100%; background: #F2F2EE; color: #18413C; transition: none;}
.social-icons a i {color: #18413C; line-height: 1; width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; }
.social-icons .fa-tripadvisor {background: url(images/trip-advisor-icon.svg);  }
.social-icons a:hover, .social-icons a:focus {background:#AC5B1F; color: #fff; text-decoration: none !important;}
.social-icons a:hover i, .social-icons a:focus i {color: #fff;}
.social-icons a:hover .fa-tripadvisor, .social-icons a:focus .fa-tripadvisor {background: url(images/trip-advisor-icon-hover.svg);  }


.copyright-menu {list-style: none; font-size: 16px; margin: 0;}
.copyright-menu li { display: inline-block; vertical-align: middle; padding: 0 0px; line-height: 1; }
.copyright-menu li:last-of-type {border: 0;}
#main-footer .copyright-menu li a { color: #FFFFFF; line-height: 26px; font-size: 16px; font-weight: 500; padding: 0 10px 0 5px; position: relative;}
.copyright-menu li:not(:last-child) a::after {content: ""; position: absolute; top: 3px; right: 0px; bottom: 0; background-color: #fff; height: 14px; width: 2px;}

.footer-copyright { font-size: 12px; color: #111111; }

#bottom-footer { position: relative; bottom: 0; left: 0; width: 100%; background: #E6EAE5; color: #18413C; font-size: 16px; z-index: 99; box-shadow: 0 -1px 5px rgba(0, 0, 0, .1); }
#bottom-footer p, #bottom-footer a {color: #18413C; font-weight: 700; text-transform: uppercase;}
#bottom-footer strong {font-size: 20px;}
#bottom-footer a:hover, #bottom-footer a:focus {text-decoration: underline;}

/*body:not(.page-id-2718):not(.page-id-2672):not(.page-id-2511) #bottom-footer {position: fixed;}*/
#bottom-footer {position: fixed;}

.bottom-footer-btns .button + .button {margin-left: 30px;}


.cky-revisit-bottom-left { bottom: 85px !important; }
.cky-consent-container.cky-box-bottom-left { bottom: 100px !important; }
.cky-consent-container .cky-consent-bar { border-radius: 0 !important; }
.cky-notice-btn-wrapper .cky-btn {border: 0 !important;}
.cky-notice-btn-wrapper .cky-btn:hover, .cky-notice-btn-wrapper .cky-btn:focus {
	opacity: 1 !important;
	color: #F3F1ED !important;
	text-decoration: none !important;
	background: #18413C !important;
}



.splw-main-wrapper {max-width: 360px !important;}
.splw-pro-wrapper { padding: 15px; }
.splw-pro-wrapper .splw-pro-header-title {font-size: 18px;}
/*.splw-pro-wrapper .splw-pro-body {display: flex; align-items: center; justify-content: space-around; flex-wrap: wrap;}*/
.splw-pro-wrapper .splw-pro-current-temp img {order: 2; margin-left: 10%;}
.splw-pro-wrapper .splw-pro-current-text {margin-top: 0;}
.splw-pro-wrapper .splw-pro-current-text .splw-other-opt {margin-top: 0;}
.splw-pro-wrapper .splw-adv-forecast-days {display: flex; justify-content: space-between; width: 100%; border-top: 1px solid #fff; padding-top: 23px;}
.splw-pro-wrapper .splw-forecast-header-area {display: none;}
.splw-pro-wrapper .splw-forecast {flex-direction: column;}
.splw-pro-wrapper .splw-forecast>div.splw-forecast-time {order: 3; font-size: 13px; text-transform: uppercase;}
.splw-pro-wrapper .splw-forecast>div.splw-weather-details { font-size: 14px; font-weight: 500;}
.splw-pro-wrapper .splw-forecast>div.splw-forecast-icons {display: none;}


/* Booking widget in hero */
.availability-block {
	background-color: #F6F6F6;
	max-width: 250px;
	width: 100%;
	margin: 0 0 0 auto;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 99;
}


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

.availability-input-btn .availability-btn {
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	background-color:#18413C;
	padding: 12px 5px;
	width: 100%;
	letter-spacing: 1px;
}
.availability-input-btn .availability-btn:hover,
.availability-input-btn .availability-btn:focus {
	background: #AC5B1F;
}

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

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

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

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

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

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

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

.availability-input label .datepicker_day::after {
	top: 50%;
	content: "";
	right: -15px;
	position: absolute;
	transform: translate(50%, 0%);
	border-top:7px solid #D3D8D8;
	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: #AC5B1F !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){

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

	.nav_block_links {height: 50vh;}
	.nav_block ul li a {font-size: 30px;}

}

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



}

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

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

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

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

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

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

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

	.wcs-timetable--monthly-calendar .wcs-calendar__header h3 {font-size: 20px;}
	.wcs-timetable--monthly-calendar .wcs-day__title {font-size: 100%;}
	.wcs-timetable__list .wcs-class {float: none; width: 100%;}

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

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


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

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

}

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


	h1 { font-size: 36px; }
	h2 { font-size: 36px; }
	h3 { font-size: 30px; }

/*
	#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 a {font-size: 35px;}
	.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,
	.nav_block ul li {display: block; text-align: left; border-left: 0; border-bottom: 1px solid #FEFEFE; padding: 18px 18px; text-align: center;  }
	.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 15px; }
	.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; }
	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%; }

}

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

	.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-btns .button {
		display: block;
		width: 100%;
		text-align: center;
	}
	.bottom-footer-btns .button + .button {
		margin-left: 0; margin-top: 10px;
	}

}

@media (max-width: 380px){

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

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

@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) {
	.image-link-individual {padding-left: 15px !important; padding-right: 15px !important;}
	.image-link-individual > a,
	.image-link-individual > div {height: 380px;}
	.image-link-individual h3 { -webkit-transform: translateY(-15px); -moz-transform: translateY(-15px); transform: translateY(-15px); }
	.image-link-individual .button { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); transform: translateY(0); }
	.image-link-individual h3 { opacity: 1 !important; -webkit-transform: translateY(0) scaleY(1) !important; -moz-transform: translateY(0) scaleY(1) !important; transform: translateY(0) scaleY(1) !important; }
	.image-link-individual .hover-content {opacity: 1; -webkit-transform: translateY(0) scaleY(1); -moz-transform: translateY(0) scaleY(1); transform: translateY(0) scaleY(1); }
	.image-link-individual > a:before {opacity: 1 !important;}
}


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

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

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

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

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

.event-article-content {
	position: absolute;
	left: 15px;
	bottom: 15px;
	z-index: 1;
	color: #fff;
	text-align: left;
}

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

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

.event-article-content h4 {
	margin-bottom: 0;
}


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

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

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

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

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

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

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

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


/* AJAX LOADER */
.loader,
.loader:after {
	border-radius: 50%;
	width: 10em;
	height: 10em;
}
.loader {
	margin: 60px auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(24,65,60, 0.2);
	border-right: 1.1em solid rgba(24,65,60, 0.2);
	border-bottom: 1.1em solid rgba(24,65,60, 0.2);
	border-left: 1.1em solid #18413c;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* END AJAX LOADER */

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

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

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

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


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

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

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

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

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

}

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

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

/* Rooms Slider */

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

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

.home .hero{
	position: relative;
}

.home .hero > .image-cover{
	position: absolute;
	z-index: 1;
	object-fit: cover;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity:0;
	background-size:cover !important;
	transition:opacity 0.4s ease;
}

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

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

@keyframes bggrow {
  0% {
    transform:scale(1);
  }
  100% {
    transform:scale(1.1);
  }
}

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

.fadein.active {
    opacity: 1;
}

@keyframes 
	imageAnimation {  
	0% {
		animation-timing-function: ease-in;
		opacity: 0;
	}
	8% {
		animation-timing-function: ease-out;
		opacity: 1;
	}
	17% {
		opacity: 1
	}
	25% {
		opacity: 0
	}
	100% {
		opacity: 0
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-image{
	top: 0;
    left: 0;
	width:100%;
	height:100%;
	object-fit:cover;
	object-position: center center;
	opacity:0;
    position: absolute;
	transition: opacity ease 0.75s, transform ease-in-out 4.0s;
}

.bg-image.active{
	opacity:1;
	transform:scale(1.08);
}

/* Accommodations UX CSS */
.accommodation-card-section{
	    padding-bottom: 80px;
}

.rates{
	background:#F1F1ED;
	padding:80px 0;
}

.accommodation-card-section .beautiful{
	margin-top:100px;
}

.accommodation-card-wrapper{
	max-width:1500px;
	width:100%;
    display: flex;
    justify-content: flex-start;
    column-gap: 15px;
    row-gap: 45px;
	flex-wrap:wrap;
}

.accommodation-card{
	width:calc(33.3% - 15px);
	background: #F2F2ED;
	min-width:400px;
}

.accommodation-card h3{
	position: absolute;
    color: #fff;
    bottom: 8px;
    width:100%;
	text-align:center;
	padding: 0 70px;
	    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 600;
	z-index:2;
}

.accommodation-card .carousel-item::after{
	position:absolute;
	width:100%;
	content:'';
	top:0;
	height:100%;
	z-index:1;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0,0,0,0.8) 100%);
}

.accommodation-card .card-info{
	display:flex;
	flex-direction:column;
	row-gap:22px;
	padding:25px;
}

.attribute-icons{
	display:flex;
	justify-content:space-evenly;
	column-gap: 20px;
	    font-family: 'interstate';
    font-weight: 500;
    font-size: 16px;
}

.attribute-icons > div{
	display:flex;
	max-width:92px;
	width:100%;
	column-gap:20px;
	flex-direction:column;
	align-items:center;
	justify-content:flex-start;
	text-align:center;
	font-size:16px;
	row-gap:25px;
	line-height:22px;
}

.occupancy-icon{
	max-width:32px;
}

.one-bed-icon{
	height:20px;
}

.wheelchair-icon{
	width:26px;
}

.scale-icon{
	width:30px;
}

.attribute-icons .icon-wrapper{
	height:30px;
	width:100%;
	display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
}

.accommodation-card .btn{
	height: 51px;
    background: #AC5B1F;
    color: #fff;
    width: 180px;
    font-weight: 700;
    font-size: 18px;
    border-radius: 0;
    padding: 12px 15px;
    text-transform: uppercase;
    transition: ease all 0.5s;
}

.accommodation-card .btn:hover{
	background:#18413C;
}

.accommodation-card .btn img, .more-details img{
    height: 16px;
    width: 8px;
    margin-left: 10px;
    margin-top: -2px;
}

.accommodation-card .ctas{
	 display: flex;
    justify-content: space-between;
    align-items: center;
}

.accommodation-card .tagline{
	    font-size: 30px;
    font-weight: 800;
    text-align: center;
    color: #565961;
    padding: 15px 0;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
}

.accommodation-card .ctas .more-details{
    color: #668F82;
    font-size: 18px;
    text-decoration: none;
    font-weight: 500;
}

.details-icon{
    width: 15px;
    margin-left: 10px;
    margin-bottom: 3px;
}

@media only screen and (max-width:767px){
	.accommodation-card-section {
    	padding: 70px 15px;
	}
	
	.accommodation-card {
   		width: 100%;
		max-width:400px;
		min-width:250px;
	}
	
	accommodation-card .card-info {
    	row-gap: 15px;
    	padding: 15px;
	}
	
	.accommodation-card h3 {
		font-size:22px;
    	padding: 0 30px;
	}
	
	.card-info .attribute-icons {
    	flex-wrap: wrap;
    	column-gap: 15px;
    	row-gap: 20px;
	}
	
	.attribute-icons > div {
		column-gap: 10px;
		font-size: 15px;
		row-gap: 10px;
		line-height: 19px;
	}
	
	.accommodation-card .tagline {
		font-size: 22px;
		margin: 0;
	}
	
	
}

@media only screen and (Max-width:500px){
	.accommodation-card .ctas {
    	flex-direction: column;
    	row-gap: 20px;
	}
	
	.accommodation-card .ctas .btn{
		width: 100%;
	}
}

#ui-datepicker-div{
	z-index:2 !important;
}

/* Reset style for input range */
.price-field input[type=range] {
  width: 100%;
  height: 3px;
  border: 1px solid #707070;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  -webkit-appearance: none;
}

.price-field input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.price-field input[type=range]:active,
.price-field input[type=range]:focus {
  outline: 0;
}

.price-field input[type=range]::-ms-track {
  width: 188px;
  height: 2px;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 0px;
  background: #707070;
  border-color: #707070;
  color: #707070;
  border-radius: 5px;
}

/* Style toddler input range */
.price-field input[type=range]::-webkit-slider-thumb {
  /* WebKit/Blink */
  position: relative;
  -webkit-appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 0%;
  height: 20px;
  width: 4px;
  margin-top: -10px;
  background-color: #17403D;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

.price-field input[type=range]::-moz-range-thumb {
  /* Firefox */
  position: relative;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-top: -5px;
  background-color: #17403D;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

.price-field input[type=range]::-ms-thumb {
  /* IE */
  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-top: -5px;
  background-color: #17403D;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

/* Style track input range */
.price-field input[type=range]::-webkit-slider-runnable-track {
  /* WebKit/Blink */
  width: 188px;
  height: 2px;
  cursor: pointer;
  background: #707070;
  border-radius: 5px;
}

.price-field input[type=range]::-moz-range-track {
  /* Firefox */
  width: 188px;
  height: 2px;
  cursor: pointer;
  background: #707070;
  border-radius: 5px;
}

.price-field input[type=range]::-ms-track {
  /* IE */
  width: 188px;
  height: 2px;
  cursor: pointer;
  background: #707070;
  border-radius: 5px;
}

/* Style for input value block */
.price-wrap {
  display: flex;
  color: #D9D9D9;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 0px;
  justify-content: center;
}

.price-wrap-1,
.price-wrap-2 {
  display: flex;
  margin-left: 0px;
   background: #D9DEDE;
   border-radius: 8px;
  padding: 6px;
	align-items:center;
}

.price-title {
  margin-right: 5px;
}

.price-wrap_line {
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    margin: 0 10px;
    display: flex;
    align-items: center;
}

.price-wrap #one,
.price-wrap #two {
  width: 40px;
  text-align: center;
  margin: 0;
  padding: 0;
  background: 0;
  border: 0;
  outline: 0;
  color:#2E2E2E;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
transform: translateY(1px);
}

.price-wrap label {
 text-align: right;
    color: #2E2E2E;
    margin-bottom: 0;
    font-weight: 500;
    
		transform:translate(2px, 1px);
}

/* Style for active state inputs */
.price-field input[type=range]:hover::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.5px #242424;
  transition-duration: 0.3s;
}

.price-field input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.5px #242424;
  transition-duration: 0.3s;
}

.loader {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #999;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
  margin: 100px auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.view-rates-form-title{
	color: #2E2E2E;
    text-transform: uppercase;
    font-weight: 800;
	    font-size: 27px;
}

.rates .skipper-be-cta-btn, .view-rates .skipper-be-cta-btn{
	    height: 51px;
    background: #AC5B1F;
    color: #fff;
    width: 200px;
    font-weight: 700;
    text-transform: uppercase;
	transition:ease all 0.5s;
	    max-width: 100%;
	padding: 12px 15px;
}



.rates .skipper-be-cta-btn img, .view-rates .skipper-be-cta-btn img{
	    height: 16px;
    width: 8px;
    margin-left: 10px;
    margin-top: -2px;
}

.beautiful .view-rates{
	padding-right:20px;
	max-width:260px;
}

.rates .skipper-be-cta-btn:hover, .view-rates .skipper-be-cta-btn:hover{
	background:#18413C;
}

.rates input[type="text"], .rates input[type="date"], .rates .form-select, .sort-by select, .view-rates select{
	font-family: 'interstate';
    font-size: 18px;
    line-height: 24px;
    padding: 14px 15px 10px 15px;
    color: #191919;
    background: #fff;
	    height: 51px;
    border: 1px solid #707070;
    border-radius: 0;
}

.rates input[type="text"]::placeholder{
	font-size: 18px;
    line-height: 24px;
	font-family: 'interstate';
}

.form-control:focus, .form-select:focus, .btn:focus {
 	box-shadow: 0 0 0 0.25rem #565961cc;
}

.sort-by{
	margin-bottom:20px;
}

.container.wide-container{
	max-width:1920px;
	    width: 100%;
}

.accommodation-card .carousel-item img{
	aspect-ratio: 1.355;
    object-fit: cover;
}

h4.filter-title{
	 font-size: 27px;
    font-weight: 700;
	    text-transform: none;
	margin-bottom:20px;
}

.view-rates select{
	text-transform:capitalize;
}

.price-field {
    position: relative;
    width: 100%;
    height: 36px;
    box-sizing: border-box;
    padding-top: 15px;
    padding-left: 0;
}

.price-field input[type=range] {
    width: 100%;
    height: 3px;
    border: 1px solid #707070;
    outline: 0;
    box-sizing: border-box;
    border-radius: 5px;
    -webkit-appearance: none;
}

.price-field input[type=range] {
    position: absolute;
}

.price-container {
    display: flex;
    padding: 5px;
}

                        /***** Track Styles *****/
/***** Chrome, Safari, Opera, and Edge Chromium *****/
.price-field input[type="range"]::-webkit-slider-runnable-track {
  background: #707070;
  height:4px;
}

/******** Firefox ********/
.price-field input[type="range"]::-moz-range-track {
  background: #707070aa;
	height:4px;
}

/***** Thumb Styles *****/
/***** Chrome, Safari, Opera, and Edge Chromium *****/
.price-field input[type="range"]::-webkit-slider-thumb {
   -webkit-appearance: none; /* Override default look */
   appearance: none;
   margin-top: -11.5px; /* Centers thumb on the track */
   background-color: #fff;
	border-radius:50%;
	border: 3px solid #17403D;
  width:23px;
	height:23px;
}

.rates-label{
	font-weight:400;
}

.view-rates input[type=range]{
background: #fff;
	    border: none;
}

.view-rates input[type=checkbox]{
	border-radius: 0;
    transform: scale(1.4);
       margin-top: 8px;
    margin-right: 12px;
	margin-left: -1.35em;
}

.view-rates .form-check-input:checked {
    background-color: #afc0c6;
    border-color: #afc0c6;
}
.view-rates .form-check-input:focus {
    border-color: #afc0c6;
    outline: 0;
  box-shadow: 0 0 0 1px #565961cc;
}

.view-rates .form-check label{
	 font-weight: 500;
    font-size: 14px;
}

.view-rates .form-check{
	 margin-bottom: 5px;
	padding-left: 30px;
}

.no-rooms-available{
	text-align: center;
}

.no-rooms-available h4{
	font-weight:600;
}

.view-rates{
	max-width:1200px;
	--bs-gutter-x: 2.5rem;
}

@media only screen and (max-width:1500px){
	.container.wide-container {
    	max-width: 1220px;
	}
}

@media only screen and (max-width:1199px){
	.accommodation-card-section .beautiful {
    margin-top: 50px;
}
	    .container.wide-container {
        max-width: 820px;
    }
	
	.accommodation-card-wrapper{
		justify-content: center;
	}
	
	.view-rates{
		    margin-bottom: 30px;
	}
}

.accommodation-carousel .carousel-item::after{
	content:'';
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:absolute;
	background:#00000077;
}

.accommodation-carousel .carousel-item img{
	object-fit:cover;
}

.accommodation-carousel .carousel-overlay{
	position: absolute;
    width: 80%;
    left: 10%;
    top: 40px;
    height: calc(100% - 80px);
	display: flex;
    flex-direction: column;
	justify-content: space-between;
	max-width: 700px;
}

.accommodation-carousel .carousel-control-next, .accommodation-carousel .carousel-control-prev {
	width:5%;
}

.accommodation-carousel .carousel-overlay a{
	color:#FBFBFB;
	text-decoration:none;
	font-size:18px;
	font-weight:700;
}

.all-rooms img{
	margin-right: 10px;
	min-height: unset !important;
}

.all-rooms span, .reviews-row span, .bottom .span{
	transform:translateY(2px);
	display:inline-block;
}

.accommodation-carousel .reviews-row{
	margin-bottom: 35px;
}

.accommodation-carousel .key-img{
	margin-right:10px;
	min-height: unset !important;
}

.accommodation-carousel .stars-img{
	margin-right:25px;
	min-height: unset !important;
}

.carousel-overlay h1{
	color:#fff;
}

.carousel-overlay p{
	color:#FFFFFF;
	font-size:19px;
	font-weight:600;
	margin-top: 10px;
	line-height:32px;
}

.carousel-overlay .btn{
	color: #ffffff !important;
    padding: 0;
    text-align: center;
    font-family: "interstate",sans-serif;
    font-weight: 700;
    font-size: 16px;
    background: #afc0c6;
    border-radius: 0;
    height: 51px;
    border: none;
    width: 220px;
    margin-top: 5px;
    font-style: normal;
    line-height: 55px;
}

.carousel-overlay .bottom{
	display:flex;
	column-gap:35px;
	flex-wrap:wrap;
	row-gap: 10px;
}

.carousel-overlay .bottom img{
	margin-left:10px;
	min-height: unset !important;
}

@media only screen and (max-width:1299px){
	.accommodation-carousel .carousel-overlay {
    	top: 120px;
		height: calc(100% - 160px);
	}
}

@media only screen and (max-width:991px){
	.carousel-overlay p{
		font-size:16px;
		line-height:24px;
	}
}

@media only screen and (max-width:767px){
	.carousel-overlay .reviews-row{
		display:none;
	}
	
	.carousel-overlay p{
		display:none;
	}
	
	.accommodation-carousel .carousel-overlay {
    	top: 100px;
		height: calc(100% - 120px);
	}
	
	.accommodation-carousel .carousel-overlay a {
    font-size: 16px;
	}
	
	.accommodation-carousel .carousel-control-next, .accommodation-carousel .carousel-control-prev {
    	width: 8%;
	}
}

.single-accommodation-wrapper{
	padding-top:80px;
	padding-bottom:100px;
}

.single-accommodation-inner{
	max-width: 1330px;
	padding: 0 15px;
    margin: auto;
}

input[type="text"]::placeholder{
	overflow: visible;
}

.single-accommodation-stripe{
	background:#F3F0E2;
}

.details-stripe{
	margin-top:100px;
	margin-bottom:70px;
}

.stripe-inner{
	max-width:1630px;
	padding:0 15px;
	margin:auto;
	display:flex;
	column-gap:7%;
	justify-content:space-between;
}

.stripe-content{
	padding:40px 0 40px 0;
	max-width:750px;
	width:65%;
}

.stripe-gallery{
	width: 35%;
}

.stripe-gallery > div{
    height: 100%;
    background-size: cover !important;
    background-position: center center !important;
	position:relative;
}

.stripe-gallery > div a{
	position: absolute;
    right: 30px;
    bottom: 30px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}

.stripe-gallery > div a img{
	 margin-left: 10px;
}

.stripe-content, .stripe-content h1, .stripe-content p{
	color:#575960;
}

.stripe-content p{
	line-height:32px;
	font-weight:600;
	margin-top:15px;
	margin-bottom:40px;
}

.stripe-content .icon-wrapper img{
	height: 100%;
    width: auto;
}

.stripe-content .attribute-icons{
    justify-content: flex-start;
	column-gap:40px;
	row-gap: 30px;
	margin: 40px 0;
    flex-wrap: wrap;
}

.details-bottom a{
	text-decoration:none;
	color:#2E2E2E;
}

.details-bottom span{
	display:inline-block; margin-right:10px;
	transform:translateY(2px);
}

.details-bottom{
	display:flex;
	column-gap:40px;
	align-items:center;
	justify-content: space-between;
	flex-wrap: wrap;
    row-gap: 25px;
}

.details-bottom .btn {
    color: #ffffff !important;
    padding: 0;
    text-align: center;
    font-family: "interstate",sans-serif;
    font-weight: 700;
    font-size: 16px;
    background: #afc0c6;
    border-radius: 0;
    height: 51px;
    border: none;
    width: 220px;
    margin-top: 5px;
    font-style: normal;
    line-height: 55px;
}

.floorplan-outer{
	padding-top:120px;
	padding-bottom:120px;
}

.single-accommodation-inner h1{
	color:#575960;
	margin-bottom:35px;
}

.reviews-outer{
	display:flex;
	flex-wrap:wrap;
	column-gap:40px;
	row-gap:40px;
}

.reviews-outer .review-card{
	width:calc(33.3% - 27px);
	padding:40px;
	background:#F3F0E2;
}

.review-card .review-top{
	display:flex;
	column-gap:5px;
	align-items:center;
}

.review-card .review-top{
	font-size:16px;
	font-weight:600;
	color:#939393;
	margin-bottom:20px;
}

.review-top .name{
	color:#575960;
}

.review-card .review-top img{
	width:55px;
	height:55px;
	object-fit:cover;
	border-radius:50%;
	margin-right:5px;
}

.review-second{
	display:flex;
	column-gap:10px;
	align-items:flex-start;
	margin-bottom:20px;
}

.review-second .stars{
	width: 130px;
	padding-top:5px;
}

.review-second h3{
	font-size:28px;
	color:#575960;
	line-height:34px;
	margin-bottom:0;
	flex:1;
	font-style:italic;
}

.review-content{
	font-size: 17px;
    line-height: 28px;
    font-weight: 600;
    color: #575960;
}

@media only screen and (max-width:1199px){
	.stripe-content{
		width:50%
	}
	
	.striple-inner{
		column-gap:40px;
	}
	
	.stripe-gallery
	{
		width:50%;
	}
}

@media only screen and (max-width:991px){
	.stripe-inner{
		flex-direction:column;
	}
	
	.stripe-content{
		width: 100%;
    	margin: auto;
	}
	
	.stripe-gallery{
		width:100%;
		min-height:400px;
	}
	
	.stripe-gallery > div{
		min-height:400px;
	}
	
	.reviews-outer .review-card{
	width:calc(50% - 20px);
}
}

@media only screen and (max-width:767px){
	.floorplan-outer{
	padding-top:70px;
	padding-bottom:70px;
}
	
.reviews-outer .review-card{
	width:100%;
	padding: 25px 15px;
}
	
	.reviews-outer{
	row-gap:20px;
}
}

#reviews{
	margin-top:80px;
}

#parallax-bg.video-bg{
	aspect-ratio: 16/9;
	 align-items: center;
    display: flex;
}

.ui-datepicker td{
	position: relative;
        min-width: 35px;
}

.ui-datepicker td a{
	padding-bottom:15px !important;
}

.ui-datepicker .price{
	position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    font-size: 9px;
}

.view-rates .skipper-be-cta-btn{
	width:100%;
}

.ui-datepicker .ui-datepicker-current-day .price{
	color:#fff;
}

.ui-state-default, .ui-widget-content .ui-state-default{
	min-height:38px;
}

.ui-datepicker-unselectable .price{
display:none;
}

#ui-datepicker-div{
width: 260px !important;
}

@media only screen and (Max-width:1199px){
	.beautiful .view-rates{
		padding-right:0px;
		max-width:100%;
	}
}

.rooms-hero{
	aspect-ratio: 16 / 9;
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
	position: relative;
		max-height:900px;
	    min-height: 520px;
}

.rooms-hero-overlay{
	position: absolute;
    width: 100%;
	display: flex;
    bottom: 0;
    justify-content: flex-end;
    flex-direction: column;
    padding: 65px 20px;
	height:300px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	text-align:center;
	color:#fff;
}

.rooms-hero h1{
	color:#fff;
	font-size:72px;
	margin-bottom:15px;
}

.rooms-hero h6{
	font-family:interstate;
	color:#fff;
	font-size:20px;
}

.rooms-container{
    padding: 120px 80px 60px 80px;
    max-width: 1700px;
	margin:auto;
	display:flex;
	column-gap:120px;
}

.rooms-left{
	width:calc(100% - 540px);
}

.rooms-right{
	width: 440px;
}

.back-cta .button{
    padding-right: 35px;
    padding-left: 50px;
    height: 60px;
    line-height: 36px;
    margin-top: 50px;
}

.back-cta .button::after{
	left:20px;
	right:unset;
	transform: translateY(-50%) scaleX(-1);
}

.rooms-right h2{
	font-family: 'INTERSTATE';
    color: #000;
    text-align: center;
    font-weight: 500;
    margin-bottom: 40px;
}

.rooms-right .labels{
	display: flex;
    align-items: center;
    font-family: 'INTERSTATE';
    font-weight: 600;
    column-gap: 20px;
    font-size: 22px;
    margin-bottom: 20px;
    color: #18413C;
    justify-content: space-evenly;
}

.rooms-right .availability-input{
    padding: 0 10px;
    position: relative;
    height: 285px;
    width: 50%;
}

.rooms-right .availability-input label {
	margin-top:-15px;
}

.rooms-right .availability-input label .datepicker_month_year {
	font-size:34px;
}

.rooms-right .availability-input label .datepicker_day {
	font-size:70px;
}

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

.rooms-right .availability-input:first-of-type label {
    border-right:none;
}

.rooms-left .description{
	font-size:22px;
	line-height:38px;
}

.rooms-right .availability-input-btn .availability-btn {
	font-size:20px;
	height:80px;
}

.rooms-left .attribute-icons{
	    margin-top: 70px;
    padding-bottom: 40px;
    justify-content: flex-start;
    column-gap: 110px;
	flex-wrap:wrap;
	row-gap:40px;
    border-bottom: 1px solid #A0A0A0;
}

.rooms-left .attribute-icons .icon-wrapper img{
	max-width: 40px;
    object-fit: contain;
    width: 100%;
	max-height: 35px;
}

.rooms-left .one-bed-icon{
	height:auto;
}

.rooms-left .attribute-icons > div {
    max-width: 150px;
    width: 150px;
    font-size: 20px;
    line-height: 24px;
}

@media only screen and (max-width:1199px){
	.rooms-container{
		    padding: 80px 30px 60px 30px;
		    column-gap: 60px;
	}
	
	.rooms-left .description {
    	font-size: 18px;
    	line-height: 30px;
	}
	
	.rooms-left .attribute-icons {
    	margin-top: 40px;
    	padding-bottom: 30px;
    	column-gap: 60px;
    	row-gap: 30px;
	}
	
	.rooms-left .attribute-icons > div {
    	max-width: 100px;
    	width: 100px;
    	font-size: 18px;
    	line-height: 22px;
	}
}

@media only screen and (max-width:991px){
	.rooms-container{
		    flex-direction: column;
    		row-gap: 60px;
	}
	
	.rooms-left, .rooms-right{
		width:100%;
	}
	
	.rooms-right form{
		max-width: 500px;
    	margin: auto;
	}
}

@media only screen and (max-width:767px){
	.rooms-hero h1{
		font-size:40px;
		line-height:48px;
	}

	.rooms-hero h6{
		font-size:16px;
		line-height:20px;
	}
	
	.rooms-hero-overlay{
		 padding: 35px 15px;
	}
	
	.rooms-container{
		padding: 60px 20px 40px 20px;
	}
	
	.rooms-left .description {
    	font-size: 16px;
    	line-height: 22px;
	}
	
	.rooms-left .attribute-icons {
    	margin-top: 30px;
    	padding-bottom: 20px;
    	column-gap: 30px;
    	row-gap: 20px;
	}
	
	.rooms-left .attribute-icons > div {
    	max-width: 90px;
    	width: 90px;
    	font-size: 16px;
    	line-height: 20px;
	}
	
	.rooms-right .availability-input{
		height: 200px;	
	}

	.rooms-right .availability-input label .datepicker_month_year {
		font-size:24px;
	}

	.rooms-right .availability-input label .datepicker_day {
		font-size:40px;
	}
	
	.rooms-right .availability-input-btn .availability-btn{
		font-size:17px;
		height:60px;
	}
}

.rooms-gallery{
	display: flex;
    column-gap: 15px;
}

.rooms-gallery .feature-image{
	width: calc(40% - 15px);
}

.rooms-gallery .feature-image img{
aspect-ratio: 1 / 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rooms-gallery .gallery-images{
	display:flex;
	width:60%;
	column-gap:15px;
	row-gap:15px;
	flex-wrap:wrap;
}

.rooms-gallery .gallery-images a{
	display:block;
	width: calc(33.3% - 10px);
}

.rooms-gallery .gallery-images a img{
	width:100%;
	aspect-ratio:1/1;
	object-fit:cover;
}

.rooms-container.gallery-container, .rooms-container.amenities-container {
	padding-top:0 !important;
	display: block !important;
}

.amenities-outer{
	background:#F1F1ED;
	padding:80px 0;
}

.amenities-container h2{
	text-align: center;
    margin: auto;
    positioN: relative;
    padding-bottom: 15px;
}

.amenities-container h2::after, .other-container h2::after{
	content: '';
    width: 35px;
    height: 2px;
    background: #51706C;
    position: absolute;
    left: calc(50% - 17.5px);
    top: 100%;
}

.amenities-container .attribute-icons{
	margin-top: 80px;
	justify-content: center;
    column-gap: 120px;
	flex-wrap: wrap;
    row-gap: 40px;
}

.amenities-container .icon-wrapper img{
	width: 95px;
    object-fit: contain;
    max-height: 95px;
}

.amenities-container .attribute-icons .icon-wrapper{
	height:auto;
}

.amenities-container .attribute-icons span{
	font-weight: 300;
    font-size: 21px;
}

.amenities-container .attribute-icons > div{
	max-width:180px;
}

.rooms-container.other-container{
	padding-top: 100px !important;
    display: block;
}

.other-container h2{
	text-align: center;
    margin: auto;
    positioN: relative;
    padding-bottom: 15px;
}

.other-rooms-inner .accommodation-card{
	width: 100%;
    max-width: 630px;
}

.other-rooms-inner{
	display: flex;
    justify-content: center;
    column-gap: 120px;
    padding-top: 100px;
    padding-bottom: 50px;
}

.other-rooms-inner .accommodation-card h3{
bottom: 0px;
    font-size: 38px;
    z-index: 5;
    margin-bottom: 0;
    background: #F2F2ED;
    line-height: 45px;
    padding: 25px 25px 0 25px;
    width: 75%;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 400;
    color: #3C3C3C;
}

.other-rooms-inner .description{
	padding: 20px;
    text-align: center;
}

.other-rooms-inner .attribute-icons{
	margin-bottom: 10px;
    padding-bottom: 25px;
    border-bottom: 1px solid #707070;
}

.other-rooms-inner .accommodation-card .ctas .more-details {
    padding-left: 20px;
}

@media only screen and (max-width:991px){
	.other-rooms-inner{
		    flex-direction: column;
		align-items: center;
		row-gap: 50px;
	}
}

@media only screen and (max-width:767px){
	.rooms-gallery{
	display: flex;
	flex-direction:column;
		row-gap:5px;
}

.rooms-gallery .feature-image{
	width: 100%;
}

.rooms-gallery .feature-image img{
aspect-ratio: 1 / 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rooms-gallery .gallery-images{
	display:flex;
	width:100%;
	column-gap:5px;
	row-gap:5px;
	flex-wrap:wrap;
}

.rooms-gallery .gallery-images a{
	display:block;
    width: calc(33.3% - 3.33px);
}
	
	.amenities-container .attribute-icons {
		margin-top: 40px;
		justify-content: center;
		column-gap: 40px;
		flex-wrap: wrap;
		row-gap: 40px;
	}
	
	.amenities-container .icon-wrapper img {
    	width: 65px;
    	max-height: 65px;
	}
	
	.amenities-outer {
    	padding: 50px 0;
	}
	
	.other-rooms-inner .accommodation-card h3 {
    	font-size: 28px;
    	line-height: 30px;
    	padding: 10px 10px 0 10px;
	}
	
	.other-rooms-inner .description {
    	padding: 20px 0;
        font-size: 16px;
	}
	
	.other-rooms-inner{
		padding-top:50px;
	}
	
	.other-rooms-inner .accommodation-card .ctas .more-details {
    	padding-left: 0px;
	}
}