

/*---------------------------- normalize ----------------------------*/


article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #f9ff51; color: black; text-shadow: none; }
::selection { background: #f9ff51; color: black; text-shadow: none; }

a { color: #00e; }
a:visited {  }
a:hover { color: #06e; }
a:focus { outline: none; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #feb4fe; margin: 0; padding: 0; }
ins { color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }






/*---------------------------- typography ----------------------------*/

h1, h2, h3, h4, h5, h6				{ position: relative; font-weight: normal;  margin-bottom: 10px; margin-top: 20px; line-height: 125%; }


h1									{ font-size: 36px; }
h2									{ font-size: 36px; }
h3									{ font-size: 32px; }
h4									{ font-size: 18px; }
h5									{ font-size: 15px; }
h6									{ font-size: 13px; }
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
p:first-child						{ margin-top: 0; }

p{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
}

body, textarea, input{
	font-family: 'Montserrat', serif;
	font-size: 18px;
	line-height: 34px;
	color: #4A4A4A;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6{
	color: black;
	font-weight: 500;
	font-family: 'Montserrat', serif;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
}

h1,h2{
	border-top: #feb4fe 1px solid;
	display: inline-block;
	padding-top: 20px;
}
 h4{
	font-weight: 700;
}



a{
	color: #fff;

	cursor: pointer;
	text-decoration: none;
	outline: none;

	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a:hover{
	text-decoration: none;
	color: #feb4fe;
}

blockquote{
	font-style: italic;
	font-size: 20px;
	line-height: 24px;
	color: gray;
	margin-left: 0;
	padding-left: 40px;
	border-left: dotted 2px silver;
}

/*-- Edit  --*/
.edit_link{
	position: fixed;
	top: 150px;
	z-index: 99999;

	background-color: white;
	color: #125a68;

	border: solid 1px black;

	padding: 5px;
	padding-left: 20px;
	padding-right: 15px;

	display: inline-block;
	font-size: 11px;
}

.edit_link span{
	padding-left: 5px;
	margin-right: 5px;
	border-right: dotted 1px #eaede3;
}

.edit_link a{
	color: black;
	background-color: transparent !important;
}

/*---------------------------- helpers ----------------------------*/

.center{
	max-width:1160px;
	margin: 0 auto;
	text-align:left;
	position:relative;
}

header .center{
	max-width: 1160px;
	padding-left: 10px;
	padding-right: 10px;
}


.clear{
	clear:both;
}

.fright{
	float:right;
}

.taright{
	text-align:right;
}

.tacenter{
	text-align: center;
}

.fleft{
	float:left;
}

.fright{
	float:right;
}

.alignright{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.alignleft{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

/*--- Images ---*/

.content_style img,
.wp-caption,
.wp-post-image,
a#logo img,
.colimg_wrap img{
	width: 100%;
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="wp-post-image"],
.wp-post-image,
a#logo img,
.colimg_wrap img{
	height: auto;
}

img.size-full{
	max-width: 100%;
	width: auto;
}
.caption {
	margin: 10px;
	color: white;
	font-size: smaller;
}
/*---------------------------- popup ----------------------------*/
#popmake-244 {
	border-radius: 8px;
}

#popmake-244 .button {
	margin: 10px auto;
}

/*---------------------------- header and body ----------------------------*/

body{
	background-color: white;
}

header{
    position: fixed;
    top: 0px;
    width: 100%;
    background-color: #303030;
    z-index: 1000;
    -webkit-box-shadow: 0px 0px 6px #d8d8d8;
            box-shadow: 0px 0px 6px #d8d8d8;
    
}
#header_wrap {
	position: relative;
	
}
.topbar{
	width: 740px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	position: absolute;
	top: 30px;
	right:15px;
	text-transform: uppercase;
	color: #f9c46d;
	font-weight: 700;
	font-size: 15px;
	z-index: 3;

}
#header_wrap .button {
	font-size: 15px;
    margin: 0;
}
a#logo{
	display: block;
    text-align: center;
    margin-top: 5px;
    float: left;
    width: 230px;
}
#head_cont{
	z-index: 2;
	position: relative;
}

a#logo:hover{
	opacity: 0.8;
}

#main{
	margin-top: 200px;
	margin-bottom: 75px;
}


/* ----- Full Size Nav -----*/


nav{
	position: relative;
    z-index: 600;
    float: right;
    padding-top: 80px;
    font-weight: 700;

}

nav ul{
	line-height:45px;

	z-index:400;

	margin:0;
	padding:0;

	text-align: center;
}

nav ul li{
	list-style:none;
	position:relative;

	margin:0;
	padding:0;

	text-align: left;
	float: left;

	padding-top:0px;
	padding-bottom:0px;
	margin-left: 15px;
	margin-right: 15px;
}

nav ul li a{
	color: white;

	text-decoration:none;

	font-size: 15px;

	display:inline-block;
	line-height:17px;

	text-transform:uppercase;
}

nav ul li.current_page_item a,
.current_page_parent a{
	color:#feb4fe;
}
xmenu-item-object-page a {
	color:#feb4fe;
}


nav ul li a:hover,
nav ul li.sfHover a{
	text-decoration: none;
	color:#feb4fe;
}

nav ul li a:active {
	text-decoration: none;
	color:#feb4fe;
}

nav ul li.sfHover a{

}

nav ul li.current-menu-parent ul a{
	color:#feb4fe;
}

nav ul li.current_page_item ul a,
nav ul li.current_page_parent ul a{
	color:black;
}

/*-- Content --*/

.content_style{

}

.content_style ul{
	margin: 0;
	padding: 0;
}

.content_style,
.content_style p,
.content_style li{
	font-size: 18px;
	line-height: 34px;
	list-style: none;
	font-weight: 300;
}

.content_style li{
	margin-left: 0;
	padding-left: 15px;
}

.content_style li:before{
	content: "\f192";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;

	color: black;
	font-size: 20px;
	margin-left: -14px;
	padding-right: 10px;
}

.content_style ol li:before{
	content: "\f10c";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;

	color: black;
	font-size: 12px;
	margin-left: -14px;
	padding-right: 10px;
}

.content_style ul,
.content_style ol{
	margin-left: 20px;
}


/*-- Content --*/

.fcol{
	margin: auto;
	width: 100%;
}

.scol{
	width: 80%;
	margin: auto;
}

.lcol{
	float: left;
	width: 40%;
}

.rcol{
	float: right;
	width: 55%;
}
.lcol2{
	float: left;
	width: 55%;
}

.rcol2{
	float: right;
	width: 40%;
}

.contact .lcol{
	float: left;
	width: 45%;
}

.contact .rcol{
	float: right;
	width: 45%;
}

.wcol.image{
	margin-bottom: 80px;
}

.lcol ul, .lcol ol {
    margin: 5px 0;
}
/* ----------------------------
   Home FAQs - redesigned
---------------------------- */

.home-faqs {
	background: #fbfaf7;
	padding: 95px 20px;
	margin: 0;
	color: #1d2c34;
}

.home-faqs__inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 90px;
	max-width: 1160px;
	margin: 0 auto;
}

.home-faqs__intro {
	width: 32%;
	min-width: 280px;
}

.home-faqs__eyebrow {
	margin: 0 0 18px;
	color: #feb4fe;
	font-size: 15px;
	line-height: 1.3;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.home-faqs h2 {
	border-top: none;
	display: block;
	padding-top: 0;
	margin: 0 0 28px;
	color: #0d2634;
	font-size: 46px;
	line-height: 1.1;
	font-weight: 500;
	text-transform: none;
	font-family: Georgia, 'Times New Roman', serif;
}

.home-faqs__intro p:not(.home-faqs__eyebrow) {
	max-width: 330px;
	margin: 0 0 34px;
	color: #53626a;
	font-size: 17px;
	line-height: 1.7;
	font-weight: 300;
}

.home-faqs__button {
	width: auto;
	max-width: none;
	display: inline-block;
	height: auto;
	margin: 0;
	padding: 12px 26px;
	border-radius: 7px;
	background: #feb4fe;
	color: #fff;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.home-faqs__button:hover {
	background: #43a6fe;
	color: #fff;
}

.home-faqs__list {
	flex: 1;
	background: transparent;
	border-top: 1px solid rgba(13, 38, 52, 0.12);
}

.home-faqs__item {
	border-bottom: 1px solid rgba(13, 38, 52, 0.12);
	background: transparent;
}

.home-faqs__question {
	position: relative;
	display: block;
	padding: 24px 56px 24px 0;
	color: #1d2c34;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 600;
	cursor: pointer;
	list-style: none;
	transition: color 0.25s ease;
}

.home-faqs__question::-webkit-details-marker {
	display: none;
}

.home-faqs__question::after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	width: 13px;
	height: 13px;
	border-right: 3px solid #feb4fe;
	border-bottom: 3px solid #feb4fe;
	transform: translateY(-65%) rotate(45deg);
	transition: transform 0.25s ease;
}

.home-faqs__item[open] .home-faqs__question::after {
	transform: translateY(-35%) rotate(-135deg);
}

.home-faqs__question:hover {
	color: #feb4fe;
}

.home-faqs__answer {
	max-width: 760px;
	padding: 0 56px 26px 0;
	color: #53626a;
	font-size: 16px;
	line-height: 1.7;
	font-weight: 300;
}

.home-faqs__answer p {
	margin: 0 0 14px;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

.home-faqs__answer p:last-child {
	margin-bottom: 0;
}

/* Responsive */

@media screen and (max-width: 900px) {
	.home-faqs {
		padding: 70px 20px;
	}

	.home-faqs__inner {
		display: block;
	}

	.home-faqs__intro {
		width: 100%;
		min-width: 0;
		margin-bottom: 42px;
	}

	.home-faqs h2 {
		font-size: 38px;
	}

	.home-faqs__intro p:not(.home-faqs__eyebrow) {
		max-width: 520px;
	}
}

@media screen and (max-width: 650px) {
	.home-faqs {
		padding: 55px 15px;
	}

	.home-faqs h2 {
		font-size: 32px;
	}

	.home-faqs__question {
		padding: 20px 42px 20px 0;
		font-size: 16px;
	}

	.home-faqs__answer {
		padding: 0 42px 22px 0;
		font-size: 15px;
	}

	.home-faqs__button {
		font-size: 13px;
		padding: 11px 22px;
	}
}

/*--- Flickity ---*/

.flickity-button {
    background: none !important;
}
.flickity-page-dots .dot {
    background: #fff;
}
.flickity-page-dots {
    z-index: 100;
    bottom: 26px;
}
#slid.carousel-cell {
	height: 765px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

/*---------- Page Style ----------*/

/*--- Home ---*/

#hero {
	Width: 100%;
	height: 760px;
	text-align: center;
	position: relative;
	overflow: hidden;
	margin-top: 120px;

}
video {
    z-index:0;
}
#hero h1{
	color: #fff;
    font-weight: 700;
    text-align: center;
    border: none;
    margin-top: 0px;
    left: 50%;
    top: 50%;
    z-index: 3;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-shadow: 2px 2px grey;
    width: 100%;
}
.imagebox {
	width: 100%;
	height: 500px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.widegallery {
	width: 100%;
/*
    height: 50vh;
    max-height: 390px;
*/
    margin: 100px 0px;
    overflow: hidden;
}
.section {
	margin: 100px 0px;
}
.mainsection {
	text-align: center;
	max-width: 900px;
    margin: 100px auto;
}

.mainsection .button {
	margin: 40px auto;
}
.testimonial{
	text-align: center;
	font-style: italic;
	background-color: #303030;
	padding: 100px;
	color: white;
	padding: 5px;
  margin-bottom: -100px;
}
.testimonial .flickity-page-dots .dot {
    display: none !important;
}
.testimonial h3{
	color: #feb4fe;
	text-transform: uppercase;
	font-style: normal;
}
.testi {
	width:100%;
}

.pad {
	margin-top: 100px;
}
.post-type-archive-acommodation .center {
	text-align: center;
}

/*--- Listing ---*/

.list_item{
	margin-bottom: 30px;
}

.list_item img{
	float: left;
	margin-right: 20px;
}

.list_info{

}

.otherrooms {
	margin-top: 30px;
}
.otherrooms h4 {
	text-align: center;
}

xpage-template-page-things #main {
	margin-top: 260px;
}

/*------------------------- blog header ------------------------*/

#blog_head{
	text-align: right;
	padding-bottom: 70px;
	line-height: 45px;
}

.sres{
	font-style: italic;
}

#searchbox{
	display: inline-block;
	position: relative;
	margin-right:20px;
}

#searchbox form{
	width:100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.is_webkit select {
	/* Tweaks for Safari + Chrome. */
}

select{
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid;
	border: none;
	color: #000;
	outline: 0;
	padding: 6px;
	font-size: 12px;

	/* IE7 */
	*padding-top: 2px;
	*padding-bottom: 1px;
	*height: auto;
}

h2.btitle{
	font-size: 22px;
	text-transform: uppercase;
	width: 45%;
	float: left;
	background-color: white;
	color: #125a68;
	text-align: center;
}


/*---------------------------- blog format ----------------------------*/

.blog_feature{
	margin-bottom: 30px;
}

.blog_contwrap{
	margin-bottom: 30px;
	text-align: center;
}

.blog_contwrap h3{
	font-weight: 700;
	padding-bottom: 20px;
	border-bottom: 1px solid #feb4fe;
	display: inline-block;
	margin-bottom: 20px;
	font-size: 17px;
	
}

article{
	margin:15px;
	width: 30%;
}

article h2{
	word-wrap: break-word;
	overflow:hidden;
}

/*
article h2 a,
article h2 a:visited{
	text-decoration: none;
	color: black;
	opacity: 0.99;
}
*/

/*
article h2 a:hover{
	opacity: 0.6;
}
*/

.date_box p{
	margin: 0;
	padding: 0;
	text-shadow: none;
	position: relative;
	top:2px;
}

.date_box{
	background-color: #E9E9E9;

	padding:10px;
	height:18px;

	margin-bottom:20px;
	margin-top: 10px;
}

.date_box a{

	font-style:italic;
}

.search .date_box .stats{
	font-size: 20px;
}

.date_box .stats{
	float:left;
}

.date_box .date{
	float:right;
	text-align:right;
}

#info_box{
	background-color: #8c1016;
	border-radius:10px;
	margin-bottom:20px;
	padding: 10px;
}

#info_box h2,
#info_box h5{
	color: white;
	text-shadow: none;
	margin: 5px;
}

/*---------------------------- Blog Dets ----------------------------*/

.dets_wrap{
	float: none;
	width: 100%;
	-o-text-overflow:clip;
	   text-overflow:clip;
}

.flexposts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-preferred-size: auto;
	    flex-basis: auto;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.dets{

}

.dets h2{
	text-align: center;
}

.dets ul #perm a{
	background:none;
}

.dets ul a:hover.
.dets .edit_link a:hover{
	text-decoration: underline;
}

.dets ul i{
	font-size: 18px;
}

.dets ul i:hover{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}

.dets ul{
	padding-left: 0;
}

.dets li{

}

.dets li,
.dets .edit_link{
	line-height: 22px;
	list-style: none;
	text-align: center;
}

.dets li.perm a{
	background: none;
}

.dets li a:hover{
	text-decoration: underline;
}

.dets li.perm a:hover{
	background: none;
}

/*---------------------------- paging ----------------------------*/

.navigation {
	display: block;
	text-align: left;
	margin-bottom: 20px;
	font-size:80%;
	padding-top:20px;
	margin-top:20px;
	width: 100%;
}

.nav-previous,
#pn_next{
	float: left;
	text-align: left;
	width: 50%;
}

.nav-next,
#pn_next{
	width: 50%;
	float: right;
	text-align: right;
}

.navigation .nav-previous a,
.navigation .nav-next a,
#pn_next a,
#pn_prev a{
	display: inline-block !important;
	width: auto !important;
}

/*---------------------------- comments ----------------------------*/

div#comments{
	position:relative;
}

#comments textarea{
	width:600px;
}

#comments .author{
	float:left;
	font-weight:bold;
	line-height: 30px;
}

#comments .time{
	color:#a5a5a5;
	float:right;
}

#comments em{
	padding-bottom:15px;
	display:block;
}

#comments #comments_num{
	position:absolute;
	left:-260px;
	top:0;
	margin:0;
}

article #comments #comments_num{
	display:none;
}

#comments .commentlist{
	margin:0;
	padding:0;
}

#comments .comment {
	padding-bottom:5px;
	border-top:solid 1px #cfcfcf;
	list-style:none;
	padding-bottom: 5px;
}

#comments #respond{
	margin-top:20px;
}

#comments input{
	padding:5px;
}

#comments .avatar{
	margin-right: 10px;
	float:left;
}

#comments .children{
	padding-left: 0;

}

#comments .children li{
	margin-left:60px;
}

p.author, p.time{
	margin-bottom: 0;
}

.commentlist li{

}

.commentlist li:before{
	content: ' ';
	padding: 0;
}

/*----- Genral Button Styles -----*/

.button,
.navigation a{

	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 8px;
	color: white;
	background: #feb4fe;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 40px;
	margin-top: 50px;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 200px;
	height: 40px;
	text-align: center;
	font-weight: 700;
	display: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.button:hover,
.navigation a:hover,
.navigation a.current{
	color: white;
	background: #43a6fe;
}

.other_button {
	width: 100%;
	font-size: 18px;
	color: white;
	border-top: 1px solid #feb4fe;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: 700;
	margin-top: 20px;
	padding-left: 15px;
	display: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.other_button:hover {
	color: #8baaec;
	border-top: 1px solid black;
}


.pum-close {
	background-color: #607D8B !important;
	}
#post_nav {
	margin-top: 50px;
}

.post-next, .post-prev {
    padding: 0;
    margin: 0;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    color: black;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 40px;
    width: 100%;
    height: 40px;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: 500;
}

.post-next:hover,
.post-prev:hover,
.post-next:active,
.post-prev:active{
	color: #5E5E5E;
}

/*----- Genral Input Styles -----*/

input:hover,
input:focus,
input:active,
textarea:hover,
textarea:focus,
textarea:active{
	outline: none;
}

#Searchform,
#cat{

	display: inline-block;
	position: relative;

	width:120px;

	padding-left:5px;
	padding-right: 25px;
	padding-top: 3px;
	padding-bottom: 3px;

	background-image:url(images/search.png);
	background-position:125px 5px;
	background-repeat:no-repeat;

	font-size: 12px;
}

#cat{
	padding-top: 6px;
	padding-bottom: 4px;
	background-image: url(images/drop.png);
	background-repeat: no-repeat;
	background-position: right 11px;

	width: 140px;

	font-size: 12px;
}


/*---------------------------- footer ----------------------------*/

ul#social{
	margin: 0;
	padding: 0;
	position: absolute;
    top: 50%;
    right: 50px;
}

ul#social li{
	margin: 0;
	padding: 0;

	list-style: none;
	text-align: left;
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
}

#foot_wrap{
margin-top: 100px;
background-color: #303030;
}
#social.fa {
	font-size: 27px!important;
}

footer{
	padding-top: 40px;
	overflow: hidden;
	padding-bottom: 40px;
	background-color: #303030;
}


footer.center {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}


.footer_left {
	width: 20%;
	margin-top: 110px;
	margin-left: 20px;
}
.footer_center {
	width: 50%;
	text-align: center;
}
.footer_right {
	width: 20%;
}


#footer_copy {
	padding-top: 10px;
	font-size: 12px;
	margin: 0 auto;
}

footer p{
	margin: 0;
	line-height: 26px;
}

footer h2{
	border-bottom: #feb4fe 1px solid;
	display: inline-block;
	padding-bottom: 20px;
	border-top: none;
	color: #feb4fe;
	margin-bottom: 25px;
}

footer li a{
	text-decoration: none;
	color: #feb4fe;
	font-family: nimbus-sans;
}

footer .social a{
	font-weight: bold;
	color: #feb4fe;
}

footer p{
	color: #fff;
}

footer .button{
    margin: 10px auto;
}

#copy{
	width: 45%;
	float: left;
	margin-left: 20px;
}
#copy a{
	color: #feb4fe;
}
#thrive_link{
	width: 45%;
	float: right;
	text-align: right;
	margin-right: 20px;
}

#thrive_link .logo{
	position: relative;
	top: -1px;
	margin-left: 5px;
}

/*------------------ Forms ---------------------*/

span.wpcf7-form-control-wrap{
	width: 100%;
}

.wpcf7 input.wpcf7-submit {
	font-size: 16px;
    line-height: 21px;
    background-color: #feb4fe;
    border: none;
    border-radius: 8px !important;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
    padding: 5px 23px;
}

input,
textarea,
select{
  	-webkit-transition-property: -webkit-box-shadow, background;
  	-webkit-transition-duration: 0.25s;

  	padding: 6px;
  	padding-left: 10px;
  	padding-right: 8px;

	border: none;
	border-radius: 0 !important;

	-webkit-box-sizing: border-box;

	        box-sizing: border-box;
	border: solid 1px black;

	margin-bottom: 10px;

	color: black;
}

input:hover{

}

.wpcf7 input,
.wpcf7 textarea{
	font-size: 15px;
    line-height: 21px;
    background-color: #f9f8f8;
    border: none;
    border-radius: 8px !important;
    padding: 12px;
}

.wpcf7 p{
	font-size: 26px;
	color: #7f7f7f;
}

.wpcf7 .watermark {
	color: #c3c3c3 !important;
}

.wpcf7 textarea,
.wpcf7-text{
	width: 100%;
}

.wpcf7-checkbox label{
	border-radius: 4px;
	border: 1px solid #DBDBDB;

	padding: 10px;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-top: 15px;
}

span.wpcf7-list-item {
	margin: 0 !important;
}

input.checkout-button{
	border-radius: 5px;
}

/*--- Placeholder ---*/

.wpcf7 .watermark {
    color: #646464 !important;
}
::-webkit-input-placeholder {
    color: #646464 !important;
}
:-moz-placeholder {
    color: #646464 !important;
}
::-moz-placeholder {
    color: #646464 !important;
}
:-ms-input-placeholder{
    color: #646464 !important;
}

/*---------------------------- CF7 Notices ----------------------------*/

.wpcf7-form{

}

.wpcf7-form .wpcf7-validation-errors{
   border:none;
   background-color: #125a68;
   margin:0;
   padding:10px;
   padding-top:5px;
   padding-bottom:5px;
   text-shadow: none;
   color:#FFF;
   font-size: 16px;
}
.wpcf7-form .wpcf7-mail-sent-ok{
    border:none;
	background-color: #125a68;
    margin:0;
    padding:10px;
	padding-top:5px;
   	padding-bottom:5px;
    text-shadow: none;
	color:#FFF;
	font-size: 16px;

}
.wpcf7-form .wpcf7-mail-sent-ng{
    border:none;
	background-color: #125a68;
    margin:0;
    padding:10px;
	padding-top:5px;
	padding-bottom:5px;
    text-shadow: none;
    color:#FFF;
	font-size: 16px;

}
.wpcf7-form span.wpcf7-not-valid-tip{
    border:none;
   	background-color: transparent !important;
   	color: #125a68 !important;
   	width: auto !important;
   	right: 15px;
   	left: auto !important;
   	font-size: 24px;
	top: 30% !important;
	position: absolute;
}

.ajax-loader{
	display: none;
}

.wpcf7-form-control-wrap.event{
	margin-right:5px;
}
#menu-btn {
	display: none;
}

/*------------------- Responsive Syling ------------------*/

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

	#main{
		margin-left: 10px;
		margin-right: 10px;
	}
	a#logo{
		width: 150px;
		padding: 10px;
	}
	#hero {
	    height: 500px;
	}
	.pad {
	    margin-top: 70px;
	}
	.rcol,.rcol2,.lcol,.lcol2{
		padding-left: 15px;
		padding-right: 15px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	nav ul li {
	    margin-left: 20px;
	    margin-right: 20px;
	}
}

@media screen and (max-width: 1024px) {
	
	body, .content_style p {
		font-size: 16px;
		line-height: 26px;
	}

	#header_wrap .button {
		line-height: 29px;
	    margin-top: 0px;
	    padding-left: 0px;
	    padding-right: 0px;
	    width: 124px;
	    height: 30px;
	}
	.pad {
	    margin-top: 50px;
	}

	#menu-btn {
		display: block;
	    position: absolute;
	    right: 26px;
	    color: #5d709b;
	    top: 80px;
	    -webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	    font-size: 25px;
		z-index: 100000;
	}
	#full_nav.hide {
	    display: none;
	}
	nav#full_nav {
	    width: 100%;
	    position: absolute;
	    top: 100px;
	    left: 0;
	    background-color: #303030;
	}
	nav {
	    padding-top: 0px;
	}
	nav ul li {
		padding: 0;
		margin: 0;
	    text-align: center;
		width: 100%;
		border-bottom: 1px solid gray;
	}
	#hero {
		margin-top: 100px;
	}
	.topbar {
	    width: 650px;
	  	top: 15px;
	    right: 15px;
	   	font-size: 13px;
	}

}

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


	/*-- Nav --*/
		


	
	/*-- Page Layout --*/

	#main{
		margin-top: 50px;
	}
	
	h1,h2 {
	    font-size: 26px;
	}
	.flexposts {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	article {
	    margin: 15px;
	    width: 100%;
	}

	.lcol,.lcol2{
	  width: 100%;
	  margin-bottom: 20px;
	  margin-top: 30px;
	}

	.rcol,.rcol2{
		width: 100%;
	}

	.scol{
		margin: 0;
		width: 100%
	}
	
	
	.topbar {
	    width: 100%;
	    top: 0px;
	    right: 0px;
	    font-size: 11px;
	    z-index: 10000;
		position: absolute;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	    -webkit-box-sizing: border-box;
	            box-sizing: border-box;
	    padding: 0px;
	    text-align: center;
	    -webkit-box-pack: center;
	        -ms-flex-pack: center;
	            justify-content: center;
	}
	.num,#header_wrap .button {
		display: none;
	}

	.imagebox {
    	height: 250px;
    }
    #menu-btn {
    	top: 30px;
	}
	#hero {
	    height: 370px;
	}
	#foot_wrap {
	    margin-top: 20px;
	}
	#main {
	    margin-bottom: 20px;
	}
	
	.mainsection {
	    text-align: left;
	    margin: 55px auto 35px;
	    padding-left: 15px;
	    padding-right: 15px;
	    -webkit-box-sizing: border-box;
	            box-sizing: border-box;
	}
	.page-template-page-things {
		margin: 150px auto 35px;
	}
	
/* 	footer */
	footer.center {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-pack: justify;
	        -ms-flex-pack: justify;
	            justify-content: space-between;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: column;
	            flex-direction: column;
	}
	.footer_left {
		display: none;
	}
	.footer_center, footer_right {
		width: 100%
	}
	ul#social {
	    margin: 0 auto;
	    padding: 0;
	    position: static; 
	    
	}
/*
	.carousel-cell { 
		height: 300px; 
	}

	.carousel-cell img { 
		height: 300px;
		width: 100%; 
	}
*/


}

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

	/*--Contact--*/

	.contact .lcol{
	float: left;
	width: 100%;
	}

	.contact .rcol{
		float: right;
		width: 100%;
	}

	/*--Blog--*/

	.dets_wrap{
		width: 100%;
		float: none;
		border-bottom: solid 1px #ECECEC;
		margin-bottom: 20px;
	}

	.dets{
		border-right: none;
		padding: 0;
	}

	article .content_wrap{
		width: 100%;
		float: none;
	}

	#blog_head{
		text-align: center;
	}

	/*--- Footer ---*/

	#copy{
		width: 100%;
		float: none;
		margin: 0;
		text-align: center;
	}

	ul#social{
		width: 100%;
		float: none;
		text-align: center;
		margin-top: 20px;
	}
	
	#hero {
	    height: 250px;
	}
	
	.pad {
	    margin-top: 15px;
	}
	
	body, .content_style p {
	    font-size: 14px;
	    line-height: 22px;
	}
	.blog_contwrap {
	    margin-bottom: 10px;
	    text-align: center;
	}


}



@media screen and (max-width: 450px) {
	
	#hero {
		height: 245px;
	}
	a#logo {
	    width: 120px;
	    margin: 0 auto;
	    margin-top: 17px;
	    float: none;
	}
	.topbar {
		top: -13px;
	}
	nav#full_nav {
	    top: 85px;
	}


}

/* ----------------------------
   Home FAQs - final override
   Paste at very bottom of style.css
---------------------------- */

body .home-faqs {
	background: #fbfaf7 !important;
	padding: 90px 20px !important;
	color: #1d2c34 !important;
	text-align: left !important;
	font-style: normal !important;
}

body .home-faqs .home-faqs__inner {
	display: grid !important;
	grid-template-columns: 360px minmax(0, 1fr) !important;
	gap: 90px !important;
	align-items: start !important;
	max-width: 1160px !important;
	margin: 0 auto !important;
	text-align: left !important;
}

body .home-faqs .home-faqs__intro {
	width: auto !important;
	min-width: 0 !important;
}

body .home-faqs .home-faqs__eyebrow {
	margin: 0 0 18px !important;
	color: #feb4fe !important;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 15px !important;
	line-height: 1.3 !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.05em !important;
}

body .home-faqs h2,
body .home-faqs #home-faqs-title {
	display: block !important;
	border-top: none !important;
	border-bottom: none !important;
	padding: 0 !important;
	margin: 0 0 28px !important;
	color: #0d2634 !important;
	font-family: Georgia, 'Times New Roman', serif !important;
	font-size: 46px !important;
	line-height: 1.1 !important;
	font-weight: 500 !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
}

body .home-faqs .home-faqs__intro > p:not(.home-faqs__eyebrow) {
	max-width: 330px !important;
	margin: 0 0 34px !important;
	color: #53626a !important;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 17px !important;
	line-height: 1.7 !important;
	font-weight: 300 !important;
}

body .home-faqs .home-faqs__button.button {
	display: inline-block !important;
	width: auto !important;
	max-width: none !important;
	height: auto !important;
	margin: 0 !important;
	padding: 14px 28px !important;
	border-radius: 8px !important;
	background: #feb4fe !important;
	color: #fff !important;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 14px !important;
	line-height: 1.2 !important;
	font-weight: 700 !important;
	text-align: center !important;
	text-transform: uppercase !important;
	letter-spacing: 0.04em !important;
}

body .home-faqs .home-faqs__button.button:hover {
	background: #43a6fe !important;
	color: #fff !important;
}

body .home-faqs .home-faqs__list {
	width: 100% !important;
	border-top: 1px solid rgba(13, 38, 52, 0.14) !important;
	background: transparent !important;
}

body .home-faqs .home-faqs__item {
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	border-bottom: 1px solid rgba(13, 38, 52, 0.14) !important;
	background: transparent !important;
	overflow: visible !important;
}

body .home-faqs .home-faqs__question {
	position: relative !important;
	display: block !important;
	width: 100% !important;
	box-sizing: border-box !important;
	margin: 0 !important;
	padding: 24px 58px 24px 0 !important;
	background: transparent !important;
	border: none !important;
	color: #1d2c34 !important;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 18px !important;
	line-height: 1.4 !important;
	font-weight: 600 !important;
	text-align: left !important;
	cursor: pointer !important;
	list-style: none !important;
	outline: none !important;
}

/* Hide browser default triangle */
body .home-faqs .home-faqs__question::-webkit-details-marker {
	display: none !important;
}

body .home-faqs .home-faqs__question::marker {
	content: "" !important;
	display: none !important;
	font-size: 0 !important;
}

/* Custom gold chevron */
body .home-faqs .home-faqs__question::after {
	content: "" !important;
	position: absolute !important;
	right: 12px !important;
	top: 50% !important;
	width: 13px !important;
	height: 13px !important;
	border-right: 3px solid #feb4fe !important;
	border-bottom: 3px solid #feb4fe !important;
	transform: translateY(-65%) rotate(45deg) !important;
	transition: transform 0.25s ease !important;
}

body .home-faqs .home-faqs__item[open] .home-faqs__question::after {
	transform: translateY(-35%) rotate(-135deg) !important;
}

body .home-faqs .home-faqs__question:hover {
	color: #feb4fe !important;
}

body .home-faqs .home-faqs__answer {
	box-sizing: border-box !important;
	max-width: 760px !important;
	padding: 0 58px 26px 0 !important;
	color: #53626a !important;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 16px !important;
	line-height: 1.7 !important;
	font-weight: 300 !important;
	text-align: left !important;
}

body .home-faqs .home-faqs__answer p {
	margin: 0 0 14px !important;
	padding: 0 !important;
	color: inherit !important;
	font-size: inherit !important;
	line-height: inherit !important;
	font-weight: inherit !important;
}

body .home-faqs .home-faqs__answer p:last-child {
	margin-bottom: 0 !important;
}

/* Responsive */

@media screen and (max-width: 900px) {
	body .home-faqs {
		padding: 70px 20px !important;
		margin-top: 70px !important;
	}

	body .home-faqs .home-faqs__inner {
		display: block !important;
	}

	body .home-faqs .home-faqs__intro {
		margin-bottom: 42px !important;
	}

	body .home-faqs h2,
	body .home-faqs #home-faqs-title {
		font-size: 38px !important;
	}

	body .home-faqs .home-faqs__intro > p:not(.home-faqs__eyebrow) {
		max-width: 520px !important;
	}
}

@media screen and (max-width: 650px) {
	body .home-faqs {
		padding: 55px 15px !important;
	}

	body .home-faqs h2,
	body .home-faqs #home-faqs-title {
		font-size: 32px !important;
	}

	body .home-faqs .home-faqs__question {
		padding: 20px 42px 20px 0 !important;
		font-size: 16px !important;
	}

	body .home-faqs .home-faqs__answer {
		padding: 0 42px 22px 0 !important;
		font-size: 15px !important;
	}
}
/* ----------------------------
   Hotel Benefits Row
---------------------------- */

.hotel-benefits {
	background: #fff;
	border-top: 1px solid rgba(13, 38, 52, 0.08);
	border-bottom: 1px solid rgba(13, 38, 52, 0.08);
	box-shadow: 0 10px 30px rgba(13, 38, 52, 0.04);
}

.hotel-benefits__inner {
	max-width: 1160px;
	margin: 0 auto;
	padding: 30px 20px;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	align-items: center;
}

.hotel-benefit {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 0 26px;
	border-right: 1px solid rgba(13, 38, 52, 0.1);
}

.hotel-benefit:first-child {
	padding-left: 0;
}

.hotel-benefit:last-child {
	border-right: none;
	padding-right: 0;
}

.hotel-benefit__icon {
	flex: 0 0 auto;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #0d2634;
	font-size: 30px;
	line-height: 1;
}

.hotel-benefit h3 {
	margin: 0 0 4px;
	padding: 0;
	border: none;
	display: block;
	color: #1d2c34;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.hotel-benefit p {
	margin: 0;
	color: #53626a;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 300;
}


/* ----------------------------
   Home Accommodation Section
---------------------------- */

.home-accommodation {
	background: #fbfaf7;
	padding: 110px 20px;
}

.home-accommodation__inner {
	max-width: 1160px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 320px minmax(0, 1fr);
	gap: 70px;
	align-items: start;
}

.home-accommodation__intro {
	padding-top: 60px;
}

.home-accommodation__eyebrow {
	margin: 0 0 22px;
	color: #feb4fe;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 1.3;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.home-accommodation h2,
.home-accommodation #home-accommodation-title {
	display: block;
	margin: 0 0 30px;
	padding: 0;
	border: none;
	color: #0d2634;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 48px;
	line-height: 1.1;
	font-weight: 500;
	text-transform: none;
	letter-spacing: 0;
}

.home-accommodation__intro p:not(.home-accommodation__eyebrow) {
	margin: 0 0 34px;
	color: #53626a;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	line-height: 1.8;
	font-weight: 300;
}

.home-accommodation__button.button {
	display: inline-block;
	width: auto;
	max-width: none;
	height: auto;
	margin: 0;
	padding: 14px 28px;
	border-radius: 8px;
	background: #feb4fe;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.home-accommodation__button.button:hover {
	background: #43a6fe;
	color: #fff;
}

.home-accommodation__cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.home-room-card {
	width: auto;
	margin: 0;
	background: #fff;
	border: 1px solid rgba(13, 38, 52, 0.08);
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 18px 45px rgba(13, 38, 52, 0.06);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.home-room-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 24px 55px rgba(13, 38, 52, 0.1);
}

.home-room-card__image {
	position: relative;
	display: block;
	height: 205px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: inherit;
}

.home-room-card__image:hover {
	color: inherit;
}

.home-room-card__badge {
	position: absolute;
	top: 18px;
	right: 18px;
	display: inline-block;
	padding: 8px 14px;
	border-radius: 999px;
	background: #004863;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	box-shadow: 0 8px 20px rgba(0, 72, 99, 0.25);
}

.home-room-card__content {
	padding: 28px 30px 30px;
}

.home-room-card h3 {
	display: block;
	margin: 0 0 16px;
	padding: 0;
	border: none;
	color: #0d2634;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 26px;
	line-height: 1.2;
	font-weight: 500;
	text-transform: none;
	letter-spacing: 0;
}

.home-room-card h3 a {
	color: #0d2634;
	text-decoration: none;
}

.home-room-card h3 a:hover {
	color: #feb4fe;
}

.home-room-card p {
	margin: 0 0 24px;
	color: #53626a;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 1.7;
	font-weight: 300;
}

.home-room-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
	margin-bottom: 26px;
	color: #53626a;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 400;
}

.home-room-card__meta span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.home-room-card__meta i {
	color: #1d2c34;
	font-size: 17px;
}

.home-room-card__link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #feb4fe;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	text-decoration: none;
}

.home-room-card__link:hover {
	color: #0d2634;
}

.home-room-card__link span {
	font-size: 22px;
	line-height: 1;
	transform: translateY(-1px);
}


/* ----------------------------
   Responsive
---------------------------- */

@media screen and (max-width: 1100px) {
	.hotel-benefits__inner {
		grid-template-columns: repeat(3, 1fr);
		row-gap: 30px;
	}

	.hotel-benefit {
		border-right: none;
		padding: 0;
	}

	.home-accommodation__inner {
		grid-template-columns: 1fr;
		gap: 45px;
	}

	.home-accommodation__intro {
		padding-top: 0;
		max-width: 560px;
	}
}

@media screen and (max-width: 850px) {
	.hotel-benefits__inner {
		grid-template-columns: repeat(2, 1fr);
	}

	.home-accommodation {
		padding: 75px 20px;
	}

	.home-accommodation__cards {
		grid-template-columns: 1fr;
	}

	.home-room-card__image {
		height: 280px;
	}
}

@media screen and (max-width: 600px) {
	.hotel-benefits__inner {
		grid-template-columns: 1fr;
		padding: 28px 20px;
	}

	.hotel-benefit {
		gap: 14px;
	}

	.home-accommodation {
		padding: 60px 15px;
	}

	.home-accommodation h2,
	.home-accommodation #home-accommodation-title {
		font-size: 36px;
	}

	.home-room-card__image {
		height: 230px;
	}

	.home-room-card__content {
		padding: 24px 22px 26px;
	}

	.home-room-card h3 {
		font-size: 24px;
	}
}
/* ----------------------------
   Redesigned Header
---------------------------- */

body header.site-header {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	z-index: 1000 !important;
	background: #062b3a !important;
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18) !important;
}

body .site-header__inner {
	max-width: 1400px !important;
	min-height: 118px !important;
	margin: 0 auto !important;
	padding: 18px 52px !important;
	display: grid !important;
	grid-template-columns: 250px 1fr 170px !important;
	align-items: center !important;
	gap: 36px !important;
	box-sizing: border-box !important;
	text-align: left !important;
}

body .site-header__logo,
body a#logo.site-header__logo {
	display: block !important;
	width: 215px !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	line-height: 0 !important;
	text-align: left !important;
}

body .site-header__logo img,
body a#logo.site-header__logo img {
	display: block !important;
	width: 100% !important;
	height: auto !important;
}

body .site-header__nav,
body nav#full_nav.site-header__nav {
	position: static !important;
	float: none !important;
	width: auto !important;
	padding: 0 !important;
	margin: 0 !important;
	background: transparent !important;
	z-index: auto !important;
	display: block !important;
}

body .site-header__nav.hide {
	display: block !important;
}

body .site-header__menu,
body #menuUl.site-header__menu {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 44px !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1 !important;
	list-style: none !important;
	text-align: center !important;
}

body .site-header__menu li,
body #menuUl.site-header__menu li {
	float: none !important;
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	text-align: center !important;
	list-style: none !important;
}

body .site-header__menu li a,
body #menuUl.site-header__menu li a {
	display: inline-block !important;
	padding: 0 !important;
	color: #fff !important;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 15px !important;
	line-height: 1.2 !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.04em !important;
	text-decoration: none !important;
}

body .site-header__menu li a:hover,
body .site-header__menu li.current-menu-item > a,
body .site-header__menu li.current_page_item > a,
body #menuUl.site-header__menu li a:hover,
body #menuUl.site-header__menu li.current-menu-item > a,
body #menuUl.site-header__menu li.current_page_item > a {
	color: #feb4fe !important;
}

body .site-header__book {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 170px !important;
	height: 58px !important;
	margin: 0 !important;
	padding: 0 24px !important;
	border-radius: 7px !important;
	background: #feb4fe !important;
	color: #fff !important;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 15px !important;
	line-height: 1 !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.04em !important;
	text-align: center !important;
	text-decoration: none !important;
	box-sizing: border-box !important;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.12), 0 8px 20px rgba(0, 0, 0, 0.18) !important;
}

body .site-header__book:hover {
	background: #fff !important;
	color: #062b3a !important;
}

body .site-header__menu-toggle,
body #menu-btn.site-header__menu-toggle {
	display: none !important;
}


/* ----------------------------
   Header Responsive
---------------------------- */

@media screen and (max-width: 1200px) {
	body .site-header__inner {
		grid-template-columns: 200px 1fr 150px !important;
		padding: 18px 30px !important;
		gap: 24px !important;
	}

	body .site-header__logo,
	body a#logo.site-header__logo {
		width: 180px !important;
	}

	body .site-header__menu,
	body #menuUl.site-header__menu {
		gap: 28px !important;
	}

	body .site-header__menu li a,
	body #menuUl.site-header__menu li a {
		font-size: 13px !important;
	}

	body .site-header__book {
		width: 150px !important;
		height: 52px !important;
		font-size: 13px !important;
	}
}

@media screen and (max-width: 950px) {
	body .site-header__inner {
		min-height: 90px !important;
		display: grid !important;
		grid-template-columns: 160px 1fr 48px !important;
		padding: 14px 22px !important;
		gap: 16px !important;
	}

	body .site-header__logo,
	body a#logo.site-header__logo {
		width: 150px !important;
	}

	body .site-header__book {
		justify-self: end !important;
		width: 130px !important;
		height: 46px !important;
		padding: 0 18px !important;
		font-size: 13px !important;
	}

	body .site-header__menu-toggle,
	body #menu-btn.site-header__menu-toggle {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		position: static !important;
		width: 46px !important;
		height: 46px !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 1px solid rgba(255, 255, 255, 0.18) !important;
		border-radius: 6px !important;
		background: transparent !important;
		color: #fff !important;
		font-size: 22px !important;
		line-height: 1 !important;
		cursor: pointer !important;
		transform: none !important;
		z-index: 1001 !important;
	}

	body .site-header__nav,
	body nav#full_nav.site-header__nav {
		position: absolute !important;
		top: 100% !important;
		left: 0 !important;
		width: 100% !important;
		background: #062b3a !important;
		border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
		display: block !important;
	}

	body .site-header__nav.hide,
	body nav#full_nav.site-header__nav.hide {
		display: none !important;
	}

	body .site-header__menu,
	body #menuUl.site-header__menu {
		display: block !important;
		width: 100% !important;
		padding: 10px 0 !important;
	}

	body .site-header__menu li,
	body #menuUl.site-header__menu li {
		width: 100% !important;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
	}

	body .site-header__menu li:last-child,
	body #menuUl.site-header__menu li:last-child {
		border-bottom: none !important;
	}

	body .site-header__menu li a,
	body #menuUl.site-header__menu li a {
		display: block !important;
		padding: 17px 20px !important;
		font-size: 14px !important;
	}
}

@media screen and (max-width: 650px) {
	body .site-header__inner {
		grid-template-columns: 140px 1fr 46px !important;
		min-height: 82px !important;
		padding: 12px 16px !important;
	}

	body .site-header__logo,
	body a#logo.site-header__logo {
		width: 130px !important;
	}

	body .site-header__book {
		display: none !important;
	}
}
/* ----------------------------
   Redesigned Hero
---------------------------- */

.home-hero {
	position: relative !important;
	min-height: 680px !important;
	margin: 118px 0 0 !important;
	padding: 0 !important;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	overflow: hidden !important;
}

.home-hero__overlay {
	position: absolute !important;
	inset: 0 !important;
	z-index: 1 !important;
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0.76) 0%,
		rgba(255, 255, 255, 0.5) 36%,
		rgba(255, 255, 255, 0.08) 70%,
		rgba(255, 255, 255, 0) 100%
	) !important;
	pointer-events: none !important;
}

.home-hero__inner {
	position: relative !important;
	z-index: 2 !important;
	max-width: 1400px !important;
	min-height: 680px !important;
	margin: 0 auto !important;
	padding: 90px 52px 100px !important;
	box-sizing: border-box !important;
	display: flex !important;
	align-items: center !important;
	text-align: left !important;
}

.home-hero__content {
	max-width: 700px !important;
}

.home-hero__eyebrow {
	margin: 0 0 28px !important;
	color: #feb4fe !important;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 18px !important;
	line-height: 1.2 !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.06em !important;
}

.home-hero h1 {
	display: block !important;
	margin: 0 0 34px !important;
	padding: 0 !important;
	border: none !important;
	color: #071d29 !important;
	font-family: Georgia, 'Times New Roman', serif !important;
	font-size: 70px !important;
	line-height: 0.98 !important;
	font-weight: 500 !important;
	text-transform: none !important;
	letter-spacing: -0.03em !important;
	text-align: left !important;
	text-shadow: none !important;
}

.home-hero__text {
	max-width: 480px !important;
	margin: 0 0 42px !important;
	color: #1d2c34 !important;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 18px !important;
	line-height: 1.65 !important;
	font-weight: 500 !important;
}

.home-hero__button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-width: 170px !important;
	height: 56px !important;
	padding: 0 30px !important;
	border-radius: 7px !important;
	background: #feb4fe !important;
	color: #fff !important;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 15px !important;
	line-height: 1 !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.04em !important;
	text-decoration: none !important;
	box-shadow: 0 12px 28px rgba(13, 38, 52, 0.16) !important;
}

.home-hero__button:hover {
	background: #43a6fe !important;
	color: #fff !important;
}

.widegallery {
	display: none !important;
}

body.home #main,
.page-template-page-home #main {
	margin-top: 0 !important;
}

@media screen and (max-width: 1200px) {
	.home-hero {
		margin-top: 108px !important;
		min-height: 620px !important;
	}

	.home-hero__inner {
		min-height: 620px !important;
		padding: 80px 30px 85px !important;
	}

	.home-hero h1 {
		font-size: 58px !important;
	}
}

@media screen and (max-width: 950px) {
	.home-hero {
		margin-top: 90px !important;
		min-height: 590px !important;
	}

	.home-hero__inner {
		min-height: 590px !important;
		padding: 70px 24px !important;
	}

	.home-hero h1 {
		max-width: 560px !important;
		font-size: 48px !important;
	}

	.home-hero__overlay {
		background: linear-gradient(
			90deg,
			rgba(255, 255, 255, 0.84) 0%,
			rgba(255, 255, 255, 0.62) 48%,
			rgba(255, 255, 255, 0.2) 100%
		) !important;
	}
}

@media screen and (max-width: 650px) {
	.home-hero {
		margin-top: 82px !important;
		min-height: 540px !important;
		background-position: center bottom !important;
	}

	.home-hero__inner {
		min-height: 540px !important;
		padding: 60px 18px !important;
	}

	.home-hero__eyebrow {
		margin-bottom: 20px !important;
		font-size: 13px !important;
	}

	.home-hero h1 {
		margin-bottom: 24px !important;
		font-size: 40px !important;
		line-height: 1.05 !important;
	}

	.home-hero__text {
		margin-bottom: 32px !important;
		font-size: 16px !important;
		line-height: 1.6 !important;
	}

	.home-hero__button {
		min-width: 155px !important;
		height: 50px !important;
		font-size: 13px !important;
	}
}
/* ----------------------------
   Home Things To Do Section
---------------------------- */

.home-things {
	position: relative;
	background: #fbfaf7;
	padding: 105px 20px;
	overflow: hidden;
}

.home-things::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 360px;
	height: 360px;
	background: radial-gradient(
		circle at top left,
		rgba(13, 38, 52, 0.05),
		rgba(13, 38, 52, 0) 68%
	);
	pointer-events: none;
}

.home-things__inner {
	position: relative;
	z-index: 2;
	max-width: 1160px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 320px minmax(0, 1fr);
	gap: 70px;
	align-items: start;
}

.home-things__intro {
	padding-top: 38px;
}

.home-things__eyebrow {
	margin: 0 0 22px;
	color: #feb4fe;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 1.3;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.home-things h2,
.home-things #home-things-title {
	display: block;
	margin: 0 0 30px;
	padding: 0;
	border: none;
	color: #0d2634;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 48px;
	line-height: 1.1;
	font-weight: 500;
	text-transform: none;
	letter-spacing: 0;
}

.home-things__intro p:not(.home-things__eyebrow) {
	margin: 0 0 34px;
	color: #53626a;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	line-height: 1.8;
	font-weight: 300;
}

.home-things__button.button {
	display: inline-block;
	width: auto;
	max-width: none;
	height: auto;
	margin: 0;
	padding: 14px 28px;
	border-radius: 8px;
	background: #feb4fe;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.home-things__button.button:hover {
	background: #43a6fe;
	color: #fff;
}

.home-things__cards {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.home-things-card {
	width: auto;
	margin: 0;
	background: #fff;
	border: 1px solid rgba(13, 38, 52, 0.08);
	border-radius: 9px;
	overflow: hidden;
	box-shadow: 0 16px 40px rgba(13, 38, 52, 0.06);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.home-things-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 24px 55px rgba(13, 38, 52, 0.1);
}

.home-things-card__image {
	display: block;
	width: 100%;
	height: 210px;
	overflow: hidden;
	background: #e7e1d6;
}

.home-things-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.home-things-card:hover .home-things-card__image img {
	transform: scale(1.05);
}

.home-things-card__content {
	padding: 22px 24px 26px;
}

.home-things-card h3 {
	display: block;
	margin: 0 0 10px;
	padding: 0;
	border: none;
	color: #0d2634;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	line-height: 1.25;
	font-weight: 700;
	text-transform: none;
	letter-spacing: 0;
}

.home-things-card p {
	margin: 0;
	color: #53626a;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 1.6;
	font-weight: 300;
}


/* ----------------------------
   Responsive
---------------------------- */

@media screen and (max-width: 1150px) {
	.home-things__inner {
		grid-template-columns: 1fr;
		gap: 45px;
	}

	.home-things__intro {
		padding-top: 0;
		max-width: 560px;
	}

	.home-things__cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width: 650px) {
	.home-things {
		padding: 65px 15px;
	}

	.home-things h2,
	.home-things #home-things-title {
		font-size: 36px;
	}

	.home-things__cards {
		grid-template-columns: 1fr;
	}

	.home-things-card__image {
		height: 230px;
	}

	.home-things-card__content {
		padding: 22px;
	}
}
/* ----------------------------
   Homepage layout refinement
   Align sections with hero
---------------------------- */

:root {
	--home-container: 1400px;
	--home-pad-desktop: 52px;
	--home-pad-tablet: 30px;
	--home-pad-mobile: 18px;
}

/* Use a wider homepage container than the old 1160px center */
.home-hero__inner,
.hotel-benefits__inner,
.home-accommodation__inner,
.home-things__inner,
.home-faqs__inner {
	max-width: var(--home-container) !important;
	width: 100% !important;
	margin-left: auto !important;
	margin-right: auto !important;
	box-sizing: border-box !important;
	padding-left: var(--home-pad-desktop) !important;
	padding-right: var(--home-pad-desktop) !important;
}

/* Prevent the old .center class from pulling these sections too narrow */
.home-hero__inner.center,
.hotel-benefits__inner.center,
.home-accommodation__inner.center,
.home-things__inner.center,
.home-faqs__inner.center {
	max-width: var(--home-container) !important;
}


/* ----------------------------
   Hero alignment
---------------------------- */

.home-hero__inner {
	padding-top: 90px !important;
	padding-bottom: 100px !important;
}

.home-hero__content {
	max-width: 720px !important;
}


/* ----------------------------
   Benefits row spacing
---------------------------- */

.hotel-benefits__inner {
	padding-top: 34px !important;
	padding-bottom: 34px !important;
}

.hotel-benefit {
	padding-left: 28px !important;
	padding-right: 28px !important;
	gap: 18px !important;
}

.hotel-benefit:first-child {
	padding-left: 0 !important;
}

.hotel-benefit:last-child {
	padding-right: 0 !important;
}


/* ----------------------------
   Accommodation section
---------------------------- */

.home-accommodation {
	padding-top: 125px !important;
	padding-bottom: 125px !important;
}

.home-accommodation__inner {
	grid-template-columns: 360px minmax(0, 1fr) !important;
	gap: 95px !important;
	align-items: start !important;
}

.home-accommodation__intro {
	padding-top: 55px !important;
}

.home-accommodation__intro p:not(.home-accommodation__eyebrow) {
	max-width: 330px !important;
}

.home-accommodation__cards {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 34px !important;
}

.home-room-card__image {
	height: 235px !important;
}

.home-room-card__content {
	padding: 32px 32px 34px !important;
}

.home-room-card h3 {
	font-size: 27px !important;
	line-height: 1.18 !important;
}

.home-room-card p {
	font-size: 15px !important;
	line-height: 1.75 !important;
}


/* ----------------------------
   Testimonial / Welcome strip
---------------------------- */

.testimonial {
	margin-bottom: 0 !important;
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}

.testimonial .mainsection {
	max-width: var(--home-container) !important;
	padding-left: var(--home-pad-desktop) !important;
	padding-right: var(--home-pad-desktop) !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	box-sizing: border-box !important;
}

/* ----------------------------
   Things To Do section
---------------------------- */

.home-things::before {
	content: "";
	position: absolute;
	top: -70px;
	left: -90px;
	width: 560px;
	height: 560px;
	background-image: url("images/palm-frond-bg.png");
	background-repeat: no-repeat;
	background-position: top left;
	background-size: contain;
	opacity: 0.09;
	pointer-events: none;
	z-index: 1;
}
.home-things {
	position: relative;
	background: #fff4ff;
	padding: 105px 20px;
	overflow: hidden;
}

.home-things__inner {
	position: relative;
	z-index: 2;
}
.home-things {
	padding-top: 125px !important;
	padding-bottom: 125px !important;
}

.home-things__inner {
	grid-template-columns: 360px minmax(0, 1fr) !important;
	gap: 95px !important;
}

.home-things__intro {
	padding-top: 42px !important;
}

.home-things__intro p:not(.home-things__eyebrow) {
	max-width: 340px !important;
}

.home-things__cards {
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 28px !important;
}

.home-things-card__image {
	height: 235px !important;
}

.home-things-card__content {
	padding: 26px 26px 30px !important;
}

.home-things-card h3 {
	font-size: 19px !important;
	line-height: 1.25 !important;
}

.home-things-card p {
	font-size: 15px !important;
	line-height: 1.65 !important;
}


/* ----------------------------
   FAQ section
---------------------------- */

.home-faqs {
	padding-top: 125px !important;
	padding-bottom: 130px !important;
}

.home-faqs__inner {
	grid-template-columns: 360px minmax(0, 1fr) !important;
	gap: 95px !important;
}

.home-faqs__intro p:not(.home-faqs__eyebrow) {
	max-width: 340px !important;
}

.home-faqs__question {
	padding-top: 24px !important;
	padding-bottom: 24px !important;
}

.home-faqs__answer {
	padding-bottom: 28px !important;
}


/* ----------------------------
   Shared heading polish
---------------------------- */

.home-accommodation__eyebrow,
.home-things__eyebrow,
.home-faqs__eyebrow {
	margin-bottom: 22px !important;
}

.home-accommodation h2,
.home-things h2,
.home-faqs h2 {
	margin-bottom: 32px !important;
}


/* ----------------------------
   Responsive
---------------------------- */

@media screen and (max-width: 1200px) {
	.home-hero__inner,
	.hotel-benefits__inner,
	.home-accommodation__inner,
	.home-things__inner,
	.home-faqs__inner,
	.testimonial .mainsection {
		padding-left: var(--home-pad-tablet) !important;
		padding-right: var(--home-pad-tablet) !important;
	}

	.home-accommodation__inner,
	.home-things__inner,
	.home-faqs__inner {
		grid-template-columns: 320px minmax(0, 1fr) !important;
		gap: 60px !important;
	}

	.home-accommodation__cards {
		gap: 24px !important;
	}

	.home-things__cards {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media screen and (max-width: 950px) {
	.home-accommodation,
	.home-things,
	.home-faqs {
		padding-top: 80px !important;
		padding-bottom: 85px !important;
	}

	.home-accommodation__inner,
	.home-things__inner,
	.home-faqs__inner {
		display: block !important;
	}

	.home-accommodation__intro,
	.home-things__intro,
	.home-faqs__intro {
		padding-top: 0 !important;
		max-width: 620px !important;
		margin-bottom: 48px !important;
	}

	.home-accommodation__intro p:not(.home-accommodation__eyebrow),
	.home-things__intro p:not(.home-things__eyebrow),
	.home-faqs__intro p:not(.home-faqs__eyebrow) {
		max-width: 520px !important;
	}

	.home-accommodation__cards {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media screen and (max-width: 650px) {
	.home-hero__inner,
	.hotel-benefits__inner,
	.home-accommodation__inner,
	.home-things__inner,
	.home-faqs__inner,
	.testimonial .mainsection {
		padding-left: var(--home-pad-mobile) !important;
		padding-right: var(--home-pad-mobile) !important;
	}

	.home-accommodation,
	.home-things,
	.home-faqs {
		padding-top: 65px !important;
		padding-bottom: 70px !important;
	}

	.home-accommodation__cards,
	.home-things__cards {
		grid-template-columns: 1fr !important;
		gap: 26px !important;
	}

	.home-room-card__image,
	.home-things-card__image {
		height: 240px !important;
	}

	.home-accommodation h2,
	.home-things h2,
	.home-faqs h2 {
		font-size: 36px !important;
	}
}
/* ----------------------------
   Location Strip
---------------------------- */

.site-location {
	background: #fff;
	border-top: 1px solid rgba(13, 38, 52, 0.08);
	border-bottom: 1px solid rgba(13, 38, 52, 0.08);
	margin: 0;
}

.site-location__grid {
	display: grid;
	grid-template-columns: 1.15fr 0.9fr 0.85fr;
	min-height: 360px;
}

.site-location__map,
.site-location__image {
	position: relative;
	overflow: hidden;
	min-height: 360px;
}

.site-location__map img,
.site-location__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.site-location__map-card {
	position: absolute;
	top: 50%;
	left: 44%;
	transform: translate(-50%, -50%);
	width: 250px;
	padding: 28px 30px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 18px 50px rgba(13, 38, 52, 0.16);
	box-sizing: border-box;
}

.site-location__map-card::before {
	content: "";
	position: absolute;
	left: -58px;
	top: 50%;
	width: 42px;
	height: 42px;
	transform: translateY(-50%);
	border-radius: 50%;
	background: #feb4fe;
	box-shadow: 0 0 0 8px rgba(185, 158, 108, 0.22);
}

.site-location__map-card::after {
	content: "";
	position: absolute;
	left: -43px;
	top: 50%;
	width: 12px;
	height: 12px;
	transform: translateY(-50%);
	border-radius: 50%;
	background: #fff;
}

.site-location__map-card strong {
	display: block;
	margin-bottom: 10px;
	color: #0d2634;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	line-height: 1.3;
	font-weight: 700;
}

.site-location__map-card span {
	display: block;
	color: #53626a;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 1.5;
	font-weight: 300;
}

.site-location__details {
	padding: 72px 80px;
	background: #052b3a;
	box-sizing: border-box;
}

.site-location__eyebrow {
	margin: 0 0 16px;
	color: #feb4fe;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.site-location__details h2 {
	display: block;
	margin: 0 0 24px;
	padding: 0;
	border: none;
	color: #fbfaf7;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 40px;
	line-height: 1.15;
	font-weight: 500;
	text-transform: none;
	letter-spacing: 0;
}

.site-location__details > p:not(.site-location__eyebrow) {
	margin: 0 0 34px;
	color: #fbfaf7;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 1.75;
	font-weight: 300;
}

.site-location__contact {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-location__contact li {
	display: flex;
	align-items: flex-start;
	gap: 18px;
	margin: 0 0 18px;
	padding: 0;
	color: #fbfaf7;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 1.55;
	font-weight: 300;
}

.site-location__contact li::before {
	display: none;
}

.site-location__contact i {
	width: 22px;
	margin-top: 2px;
	color: #fbfaf7;
	font-size: 22px;
	text-align: center;
}

.site-location__contact a {
	color: #fbfaf7;
	text-decoration: none;
}

.site-location__contact a:hover {
	color: #feb4fe;
}


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

#foot_wrap.site-footer-wrap {
	margin-top: 0;
	background: #062b3a;
}

.site-footer {
	background: #062b3a;
	color: #fff;
	margin: 0;
	padding: 0;
	overflow: visible;
}

.site-footer__inner {
	max-width: 1400px;
	margin: 0 auto;
	padding: 82px 52px 72px;
	display: grid;
	grid-template-columns: 300px minmax(0, 1fr) 320px;
	gap: 90px;
	box-sizing: border-box;
}

.site-footer__brand {
	text-align: center;
}

.site-footer__logo {
	display: block;
	width: 220px;
	margin: 0 auto 28px;
	line-height: 0;
}

.site-footer__logo img {
	display: block;
	width: 100%;
	height: auto;
}

.site-footer__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 205px;
	height: 56px;
	margin: 0 0 24px;
	padding: 0 24px;
	border-radius: 6px;
	background: #feb4fe;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	text-decoration: none;
	box-shadow: inset 0 0 0 2px rgba(255,255,255,0.12);
}

.site-footer__button:hover {
	background: #fff;
	color: #062b3a;
}

.site-footer__brand p {
	margin: 0;
	color: rgba(255,255,255,0.88);
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 300;
}

.site-footer__nav {
	padding-top: 12px;
}

.site-footer__nav ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px 54px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer__nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer__nav li::before {
	display: none;
}

.site-footer__nav a {
	color: rgba(255,255,255,0.88);
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 500;
	text-decoration: none;
}

.site-footer__nav a:hover {
	color: #feb4fe;
}

.site-footer__contact {
	padding-top: 10px;
}

.site-footer__contact h3 {
	display: block;
	margin: 0 0 24px;
	padding: 0;
	border: none;
	color: #feb4fe;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.site-footer__contact p {
	margin: 0 0 20px;
	color: rgba(255,255,255,0.84);
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 1.7;
	font-weight: 300;
}

.site-footer__contact a {
	color: rgba(255,255,255,0.84);
	text-decoration: none;
}

.site-footer__contact a:hover {
	color: #feb4fe;
}

.site-footer__social {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 24px;
}

.site-footer__social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: rgba(185, 158, 108, 0.18);
	color: #feb4fe;
	font-size: 18px;
	text-decoration: none;
}

.site-footer__social a:hover {
	background: #feb4fe;
	color: #fff;
}


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

.site-footer-copy,
#footer_copy.site-footer-copy {
	
	margin: 0 auto;
	padding: 22px 52px;
	box-sizing: border-box;
	background: #062b3a;
	border-top: 1px solid rgba(185, 158, 108, 0.24);
}

.site-footer-copy #copy,
#footer_copy.site-footer-copy #copy {
	float: none;
	width: auto;
	margin: 0;
	color: rgba(255,255,255,0.74);
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	line-height: 1.5;
	font-weight: 300;
	text-align: left;
}

.site-footer-copy a,
#footer_copy.site-footer-copy a {
	color: rgba(255,255,255,0.84);
	text-decoration: none;
}

.site-footer-copy a:hover,
#footer_copy.site-footer-copy a:hover {
	color: #feb4fe;
}

hr {
	display: none;
}


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

@media screen and (max-width: 1100px) {
	.site-location__grid {
		grid-template-columns: 1fr 1fr;
	}

	.site-location__image {
		display: none;
	}

	.site-location__details {
		padding: 60px 44px;
	}

	.site-footer__inner {
		grid-template-columns: 240px minmax(0, 1fr);
		gap: 60px;
	}

	.site-footer__contact {
		grid-column: 1 / -1;
	}
}

@media screen and (max-width: 760px) {
	.site-location__grid {
		grid-template-columns: 1fr;
	}

	.site-location__map,
	.site-location__image {
		min-height: 300px;
	}

	.site-location__details {
		padding: 50px 24px;
	}

	.site-location__details h2 {
		font-size: 32px;
	}

	.site-location__map-card {
		left: 50%;
		width: 230px;
	}

	.site-footer__inner {
		padding: 60px 24px 52px;
		grid-template-columns: 1fr;
		gap: 42px;
		text-align: left;
	}

	.site-footer__brand {
		text-align: left;
	}

	.site-footer__logo {
		margin-left: 0;
		margin-right: 0;
	}

	.site-footer__nav ul {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.site-footer-copy,
	#footer_copy.site-footer-copy {
		padding: 22px 24px;
	}
}