/*
Theme Name: Creatomatic WordPress Framework
Theme URI: https://www.creatomatic.co.uk/our-framework-for-wordpress/
Description: Client website theme
Author: Creatomatic Ltd
Author URI: https://www.creatomatic.co.uk
License URI: https://www.creatomatic.co.uk/terms-and-conditions/
Update URI: disabled
Version: 1.0.0

Colours being used:

*/

pre {
	text-align: left;
}


:root {
	--spacer-unit: 1vw;
}

@media (max-aspect-ratio: 1/1) {
	:root {
		--spacer-unit: 1vh;
	}
}

a:where(:not(.wp-element-button)) {
	text-decoration: none !important;
}

html, body {
	margin: 0;
	padding: 0;
	font-family: "Wix Madefor Display", 'Arial', sans-serif;
	color: #474747;
	font-weight: 400;
	font-size: clamp(14px, 0.94vw, 18px);
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: auto;
	font-smooth: always;
	background: #F3F2EE;
}

h1, h2, h3, h4,
.has-cormorant-garamond-font-family {
	font-family: "Cormorant Garamond", 'Arial', serif;
	font-weight: 400;
	margin: 0;
	color: #0B285A;
	line-height: 1.1;
}

p {
	margin-block-start: 1.2em;
	margin-block-end: 1.2em;
}

img.responsive{
	border: 0;
	max-width: 100%;
	height: auto;
}

figure.is-resized img{
	max-width: 100%;
}

iframe{
	max-width: 100%;
}

iframe img{
	max-width: inherit;
}

#google-map img{
	max-width: inherit;
}

.clearer, .creatomatic-clearer {
	clear: both;
	height: 0;
}

*:focus {  
	outline: none;
}

a {
	color: #876D36;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

::selection, ::-moz-selection  {
	background: #69bdd2;
	color: #fff;
}

.centred {
	margin: 0 auto;
	text-align: center;
	max-width: 88vw;
}



a.button-link,
.button-link,
a.wp-block-button__link,
.is-style-outline a.wp-block-button__link,
.contact-row button,
.wp-block-button__link:visited,
form.post-password-form input[type="submit"],
.sc-overlay-submit {
	display: inline-block;
	text-transform: uppercase;
	border: 1px solid #876D36;
	background: transparent;
	color: #876D36;
	padding: 18px 30px;
	text-align: center;
	cursor: pointer;
	margin: 10px 0;
	font-weight: 700;
	letter-spacing: 10%;
	font-size: clamp(12px, 0.78vw, 14px);
	border-radius: 0px;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	-webkit-appearance:none;
}

.wp-block-cover a.button-link,
.wp-block-cover .button-link,
.wp-block-cover a.wp-block-button__link,
.wp-block-cover .is-style-outline a.wp-block-button__link,
.wp-block-cover .contact-row button,
.wp-block-cover .wp-block-button__link:visited,
.wp-block-cover form.post-password-form input[type="submit"],
.content-menu-outer .button-link {
	border: 1px solid #fff;
	color: #fff;
	background: rgba(14, 18, 17, 0.75);
}

@-moz-document url-prefix() {
  a.button-link,
  .button-link,
  a.wp-block-button__link,
  .is-style-outline a.wp-block-button__link,
  .contact-row button,
  .wp-block-button__link:visited,
  form.post-password-form input[type="submit"]{
	font-weight: 300;
  }
}

.is-style-outline a.wp-block-button__link{
	background: none;
	color: #000;
}

@-moz-document url-prefix() {
  .is-style-outline a.wp-block-button__link{
	  font-weight: 300;
  }
}

a.button-link:hover,
.button-link:hover,
a.wp-block-button__link:hover,
.contact-row button:hover,
form.post-password-form input[type="submit"]:hover{
	background: #876D36 !important;
	color: #fff !important;
	cursor: pointer;
}

.is-style-outline a.wp-block-button__link:hover{
	color: #ccc;
}

a.social-icon{
	display: inline-block;
	min-width: 20px;
	height: 20px;
	padding: 5px;
	border: 2px solid #000;
	color: #000;
	border-radius: 50%;
	margin: 5px 5px 5px 5px;
	font-size: 20px;
	line-height: normal;
	text-align: center;
}

a.social-icon svg{
	width: 25px;
	height: auto;
}

a.social-icon svg path, a.social-icon svg circle{
	fill: #000;
}




/* ----- WORDPRESS OVERRIDES ----- */

.full-width .wp-block-cover__inner-container{
	width: 1260px;
	max-width: 100%;
}

.wp-block-media-text.xxx-bg{
	background: #ccc;
}

.wp-block-media-text.xxx-bg:before{
	content: none;
}

.wp-block-embed .wp-block-embed__wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%;
}
.wp-block-embed .wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.wp-block-image.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.wp-block-media-text .wp-block-media-text__content {
	padding: 0 0 0 15%;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	padding: 0 15% 0 0;
}

.wp-block-columns {
	gap: 5vw
}
	

/* ----- WORDPRESS OVERRIDES ----- */




/* Heading */

.menu-overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1999;
	display: none;
	background: rgba(14, 18, 17, 0.75);

}

.top-bar{
	width: 100%;
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
	position: absolute;
	top: 20px;
	width: 100%;
	left: 0;
	z-index: 2000;
}

.top-bar.top-bar-none {
	display: none;
}

.top-bar .centred {
	max-width: 94vw;
}

.top-bar .top-bar-inner {
	text-align: left;
}

.top-bar .top-bar-top {
	display: flex;
	align-items: center;
	gap: 30px;
}

.top-bar .top-bar-top .top-bar-top-left,
.top-bar .top-bar-top .top-bar-top-right {
	flex: 0 0 calc(50% - 130px);
}

.top-bar .top-bar-top .top-bar-top-right {
	display: flex;
	justify-content: flex-end;
	gap: 20px;
	align-items: center;
}

.top-bar .top-bar-top .top-bar-top-left {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: flex-start;
}

.top-bar .top-bar-top .top-bar-icon,
.top-bar-fixed-right .top-bar-icon,
.mobile-nav a.mobile-bar-icon{
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
	-o-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	position: relative;
}

.top-bar-fixed-right .top-bar-icon,
.top-bar.sub-menu-open .top-bar-icon,
.mobile-nav a.mobile-bar-icon {
	color: #0B285A;
}

.top-bar .top-bar-top .top-bar-icon span,
.top-bar-fixed-right .top-bar-icon span,
.mobile-nav a.mobile-bar-icon span {
	font-size: clamp(8px, 0.62vw, 12px);
	letter-spacing: 10%;
	font-weight: 500;
	text-transform: uppercase;
}

.mobile-nav a.mobile-bar-icon span {
	font-size: 10px;
	font-family: "Wix Madefor Display", 'Arial', sans-serif;
}

.top-bar .top-bar-top .top-bar-icon i,
.top-bar-fixed-right .top-bar-icon i {
	font-size: clamp(16px, 1.1vw, 21px);
	font-weight: 300;
}

.mobile-nav a.mobile-bar-icon i {
	font-size: 20px;
	font-weight: 300;
}

.mobile-nav-icons {
	display: none;
	justify-content: center;
	gap: 40px;
	flex-wrap: wrap;
	margin-top: 50px;
}

.top-bar .top-bar-top .top-bar-icon::after,
.top-bar-fixed-right .top-bar-icon::after {
	position: absolute;
	content: '';
	bottom: -2px;
	height: 2px;
	width: 0;
	background: #876D36;
	-o-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	left: 0;
}

.top-bar .top-bar-top .top-bar-icon:hover::after,
.top-bar-fixed-right .top-bar-icon:hover::after {
	width: 100%;
}

.top-bar-bottom {
	margin-top: 30px;
	display: flex;
	justify-content: center;
	width: auto;
	max-width: 100%;
}

a.header-logo{
	width: 200px;
	max-width: 100%;
	text-align: center;
}

a.header-logo svg {
	width: clamp(120px, 10.43vw, 200px);
}

a.header-logo svg g g path,
a.header-logo svg g g g path {
	-o-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.top-bar.sub-menu-open a.header-logo svg g g path {
	stroke: #0B285A
}

.top-bar.sub-menu-open a.header-logo svg g g g path {
	fill: #0B285A;
}

.top-bar-fixed {
	position: fixed;
	top: 0;
	left: 0;
	height: clamp(90px, 5.78vw, 110px);
	width: 100%;
	background: #fff;
	z-index: 99991;
	display: flex;
	align-items: center;
	-o-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.top-bar-fixed.top-bar-fixed-hidden {
	top: -110px;
}

.top-bar-fixed-on-scroll {
	top: -110px;
}

.top-bar-fixed .centred {
	width: 100%;
}

.top-bar-fixed a.top-bar-fixed-header-logo {
	width: clamp(100px, 7.9vw, 150px);
	display: flex;
}

.top-bar-fixed a.top-bar-fixed-header-logo img {
	width: clamp(100px, 7.9vw, 150px);
}

.top-bar-fixed-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	padding: 0 20px;
}

.top-bar-fixed-right {
	display: flex;
	align-items: center;
	gap: 15px;
	padding-left: 30px;
	border-left: 1px solid rgba(0,0,0,0.2);
}




/* Navigation */

.nav,
.top-bar-fixed-nav {
	display: inline-block;
	width: auto;
	margin: auto;
}

.nav ul,
.top-bar-fixed-nav ul {
	margin: 0;
	padding: 0;
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
}

.nav ul {
	gap: 60px;
}

.nav ul li,
.top-bar-fixed-nav ul li {
	display: inline;
	text-decoration: none;
}

/*.nav ul li.menu-item-has-children a{
	background: url(images/nav-dropdown.jpg) right center no-repeat;
	padding-right: 20px;
}

.nav ul li.menu-item-has-children ul li a,
.nav ul li ul li.menu-item-has-children ul li a{
	background: none;
	padding-right: 10px;
}

.nav ul li ul li.menu-item-has-children a{
	background: url(images/nav-dropdown-right.jpg) right center no-repeat;
	padding-right: 20px;
	background-position: 98% center;
}*/

.nav a,
.top-bar-fixed-nav ul li a {
	position: relative;
	padding: 10px 0px 10px 0px;
	display: inline-block;
	text-decoration: none;
	font-size: clamp(12px, 0.80vw, 14px);
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 10%;
	-o-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.top-bar.sub-menu-open .nav > div > ul > li a {
	color: #0B285A
}

.nav a::before {
	position: absolute;
	bottom: 0;
	height: 2px;
	width: 60px;
	max-width: 100%;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	background: rgba(255,255,255,0.3);
	-o-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.top-bar.sub-menu-open .nav > div > ul > li a::before {
	background: rgba(11, 40, 90, 0.2);
}

.nav a::after {
	position: absolute;
	bottom: 0;
	max-width: 100%;
	height: 2px;
	width: 0;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	background: rgba(135, 109, 54, 1);
	-o-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.top-bar-fixed-nav ul li a {
	color: #0B285A
}

.nav a:hover::after, .nav > div > ul > li.menu-item-active > a::after {
	width: 60px;
}

@-moz-document url-prefix() {
  .nav a {
	  font-weight: 300;
  }
}

.nav ul li ul a:link, .nav ul li ul a:visited {
	display: block;
	text-decoration: none;
} 

.nav ul li ul {
	position: absolute;
	background: rgba(243, 242, 238, 1);
	text-align: left;
	z-index: -1;
	margin: 0; 
	padding: 0; 
	width: 100%;
	left: 0;
	top: -20px;
	padding-top: 200px;
	padding-bottom: 40px;
	display: grid;
	grid-template-columns: 59% 36%;
	gap: 5%;
	align-items: flex-start;
	box-sizing: border-box;
	--widthA: calc(100vw - 1100px);
	--widthB: calc(var(--widthA) / 2);
	--widthC: calc(var(--widthB) / 2);
	padding-left: var(--widthB);
	padding-right: 7vw;
	-webkit-clip-path: inset(0 0 100% 0);
	clip-path: inset(0 0 100% 0);
	transition: all .5s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all .5s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all .5s cubic-bezier(0.77, 0, 0.175, 1), all .5s cubic-bezier(0.77, 0, 0.175, 1);
	overflow: clip;
} 


.top-bar-fixed-nav.nav > div > ul > li > ul.sub-menu {
	top: 100%;
	padding-top: 40px !important;
}


.nav ul li ul.sub-menu-active {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
}

.nav ul li ul li.link-image {
	order: 2;
}

.nav ul li ul li.link-image a {
	padding: 0;
	max-width: 100%;
}

.nav ul li ul li.link-image a .menu-item-image {
	aspect-ratio: 16/10;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	-o-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.nav ul li ul li.link-image a .menu-item-title {
	margin-top: 25px;
	color: #876D36;
	letter-spacing: 10%;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	position: relative;
	width: fit-content;
	padding-bottom: 5px;
	-o-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.nav ul li ul li.link-image a::after {
	content: unset;
}

.nav ul li ul li.link-image a .menu-item-title::before {
	position: absolute;
	content: '';
	height: 2px;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #876D36;
	-o-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.nav ul li ul li.link-image a:hover .menu-item-title {
	color: #0B285A;
}

.nav ul li ul li.link-image a:hover .menu-item-title::before {
	background: #0B285A;
}

.nav ul li ul .sub-menu-left {
	margin-top: 50px;
	position: relative;
	width: 50%;
}

.nav ul li ul.no-third-level .sub-menu-left {
	width: 100%;
	display: grid;
	grid-template-columns: calc(50% - 15px) calc(50% - 15px);
	gap: 0 30px;
}

.nav ul li ul.no-third-level .sub-menu-left a {
	color: #474747;
	font-weight: 600;
	max-width: unset;
}

.nav ul li ul.no-third-level .sub-menu-left a::after {
	content: unset;
}

.nav ul li ul li {
	display: inline;
	float: none;
	padding: 0px;
	margin: 0px;
}



.nav ul li ul li a{
	color: #0B285A;
	text-transform: unset;
	letter-spacing: 0;
	font-weight: 700;
	font-size: clamp(14px, 0.90vw, 18px);
	width: 100%;
	max-width: 210px;
}

.nav ul li ul li a:hover {
	color: #876D36 !important;
}

.nav ul li ul li a::before {
	content: unset;
}

.nav ul li ul li a::after {
	content: '\f054';
	font-family: "Font Awesome 7 Pro";
	position: absolute;
	bottom: unset;
	left: unset;
	transform: unset;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: unset;
	width: unset;
	font-size: 14px;
	color: #0B285A;
	background: unset
}

.nav ul li ul li a:hover::after {
	width: unset;
	color: #876D36;
}

.nav ul li ul li ul{
	top: 0;
	padding: 0 !important;
	margin-left: 0;
	display: block;
	left: 100%;
}

.nav ul li ul li ul li a {
	color: #474747 !important;
	font-weight: 600;
	padding: 7px 0;
	max-width: unset;
}

.nav ul li ul li ul li a::after {
	content: unset;
}

.nav ul li ul li ul li:first-child a {
	text-transform: uppercase;
	letter-spacing: 10%;
	font-weight: 600;
	text-decoration: underline !important;
	text-underline-offset: 4px;
	color: #876D36 !important;
	text-decoration-thickness: 1px !important;
	font-size: 12px;
	margin-bottom: 10px;
}

.nav ul li ul li ul li:first-child a:hover {
	color: #0B285A !important;
}






/* Mobile Navigation */


.mobile-nav-header {
	display: none;
	flex-direction: column;
	align-items: center;
	gap: 5px;
	-o-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	position: relative;
	color: #0B285A;
	z-index: 50001;
	position: relative;
}

.mobile-nav-header:hover{
	cursor: pointer;
	color: #876D36;
}

.mobile-nav-header i{
	font-size: clamp(16px, 1.1vw, 21px);
	font-weight: 300;
}

.mobile-nav-header span {
	font-size: clamp(8px, 0.62vw, 12px);
	letter-spacing: 10%;
	font-weight: 500;
	text-transform: uppercase;
}

.mobile-nav {
	width: 100%;
	max-width: 100%;
	padding: 50px 20px 100px;
	position: fixed;
	top: clamp(90px, 5.78vw, 110px);
	left: 0;
	height: calc(100dvh - clamp(90px, 5.78vw, 110px));
	z-index: 5000;
	overflow: scroll;
	background: #F3F2EE;
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
	box-sizing: border-box;
	clip-path: inset(0 100% 0 0);
	-webkit-clip-path: inset(0 100% 0 0);
	transition: all .5s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all .5s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all .5s cubic-bezier(0.77, 0, 0.175, 1), all .5s cubic-bezier(0.77, 0, 0.175, 1);
}

.mobile-nav.mobile-nav-active {
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0);
}

.mobile-nav::-webkit-scrollbar {
	display: none;
}

.mobile-nav .menu-main-container{
	position: relative;
	width: 100%;
	max-width: 600px;
	margin: auto;
	
}

.mobile-nav ul {
	list-style: none;
	padding:0;
	margin:0;
}

.mobile-nav ul li {
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: space-between;
}

.mobile-nav a {
	display: inline-block;
	margin: 0;
	font-size: clamp(30px, 3.1vw, 40px);
	text-align: left;
	padding: 10px 0;
	color: #0B285A;
	font-weight: 400;
	font-family: "Cormorant Garamond", 'Arial', serif;
	font-weight: 400;
}

@-moz-document url-prefix() {
  .mobile-nav a {
	  font-weight: 300;
  }
}

.mobile-nav a:hover, .mobile-nav .current_page_ancestor > a, .mobile-nav .current_page_item > a {
	color: #876D36;
}

.mobile-nav li i {
	padding: 0;
	color: #876D36;
	width: clamp(30px, 3.1vw, 40px);
	height: clamp(30px, 3.1vw, 40px);
	border: 1px solid #876D36;
	font-size: 16px;
	position: relative;
	border-radius: 50%;
	cursor: pointer;
}

.mobile-nav li i::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.mobile-nav ul li ul li.mobile-nav-back i{
	font-size: 16px;
	padding: 0;
}

.mobile-nav ul li ul li.mobile-nav-back{
	width: 100%;
	justify-content: flex-start;
	gap: 10px;
}

.mobile-nav ul li ul li.mobile-nav-back a{
	padding-left: 0;
}

.mobile-nav ul li ul{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height: calc(100dvh - 160px);
	z-index: 200;
	width: 100%;
	overflow: scroll;
	background: #F3F2EE;
	order: 3;
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

.mobile-nav ul li ul::-webkit-scrollbar {
	display: none;
}

/*
.mobile-nav ul li ul li.link-image {
	display: none;
}
*/

.mobile-nav ul li ul li {
	display: block;
}

.mobile-nav ul li ul li i {
	display: none;
}

.mobile-nav ul li ul li.mobile-nav-back {
	display: flex;
	margin-bottom: 20px;
}

.mobile-nav ul li ul li.mobile-nav-back a {
	margin-bottom: 0;
}

.mobile-nav ul li ul li.mobile-nav-back i {
	display: block;
	border: 0;
	border-radius: 0;
	color: #0B285A;
}

.mobile-nav ul li ul li ul{
	z-index: 300;
}

.mobile-nav ul li ul li a {
	font-family: "Wix Madefor Display", 'Arial', sans-serif;
	font-size: clamp(16px, 1.05vw, 18px);
	padding: 7px 0;
	margin-bottom: 15px;
	font-weight: 700;
}

.mobile-nav ul li ul li ul {
	position: relative;
	display: block;
	height: unset;
	background: unset;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(11, 40, 90, 0.2);
	margin-bottom: 20px;
}

.mobile-nav ul li ul li ul li.mobile-nav-back {
	display: none;
}

.mobile-nav ul li ul li ul li:nth-child(2) {
	display: none;
}

.mobile-nav ul li ul li ul li a {
	color: #474747;
	font-weight: 400;
	margin-bottom: 0;
}




/* ----- CUSTOM CLASSES ----- */

.short-content, .medium-content, .large-content{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.medium-content{
	width: 900px;
}

.large-content{
	width: 1100px;
}

.has-text-align-left.short-content, .has-text-align-left.medium-content, .has-text-align-left.large-content{
	margin-left: 0;
}

.remove-margin {
	margin-top: 0;
	margin-bottom: 0;
}

.full-width{
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

.light-blue-bg-full,
.beige-bg-full{
	position: relative;
	z-index: 1;
}


.light-blue-bg-full:before,
.beige-bg-full::before {
	background: rgba(193, 216, 219, 0.3);
	position: absolute;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	width: 100vw;
	height: 100%;
	z-index: -1;
	content: '';
	top: 0;
}

.beige-bg-full::before {
	background: rgba(226, 197, 175, 0.3);
}

.full-width-media-text.wp-block-media-text figure.wp-block-media-text__media {
	width: calc(100% + calc(6vw + 20px));
	position: relative;
	left: calc((6vw + 20px) * -1);
}

.full-width-media-text.wp-block-media-text.has-media-on-the-right figure.wp-block-media-text__media {
	width: calc(100% + calc(6vw + 20px));
	left: unset;
}

.beige-bg-media-text.wp-block-media-text,
.light-blue-bg-media-text.wp-block-media-text {
	position: relative;
	z-index: 1;
}

.beige-bg-media-text.wp-block-media-text .wp-block-media-text__content,
.light-blue-bg-media-text.wp-block-media-text .wp-block-media-text__content {
	padding: 6vw 0 6vw 15%;
}

.beige-bg-media-text.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content,
.light-blue-bg-media-text.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	padding: 6vw 15% 6vw 0;
}

.beige-bg-media-text.wp-block-media-text::before,
.light-blue-bg-media-text.wp-block-media-text::before {
	background: rgba(226, 197, 175, 0.3);
	position: absolute;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	width: 100vw;
	height: 100%;
	z-index: -1;
	content: '';
	top: 0;
}

.light-blue-bg-media-text.wp-block-media-text::before {
	background: rgba(193, 216, 219, 0.3);
}

.reduced-width-columns {
	max-width: 84%;
	margin: auto;
}

.contact-content-link a {
	color: #474747;
	padding-bottom: 5px;
	border-bottom: 1px solid #474747;
	font-weifght: 400;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.contact-content-link a:hover {
	color: #876D36;
}

.testimonial-media-text {
	grid-template-columns: 50% 50% !important;
}

.wp-block-cover.expand-cover-block {
	-webkit-clip-path: inset(calc(8 * var(--spacer-unit)) calc(6vw + 20px) calc(8 * var(--spacer-unit)) calc(6vw + 20px));
	clip-path: inset(calc(8 * var(--spacer-unit)) calc(6vw + 20px) calc(8 * var(--spacer-unit)) calc(6vw + 20px));
	padding: calc(8 * var(--spacer-unit)) 20px;
}

/* ----- CUSTOM CLASSES ENDS ----- */



/* ----- CUSTOM SHORTCODES ----- */


/* Testimonials Block */

.testimonial-outer {
	position: relative;
}

.testimonial-content {
	font-weight: 500;
	color: #0B285A;
	font-size: clamp(16px, 1.2vw, 24px)
}

.testimonial-author {
	font-size: clamp(16px, 1.05vw, 20px);
	margin-top: 80px;
	color: #474747;
}

.testimonial-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 80px;
}

.testimonial-header-title {
	font-weight: 700;
	color: #876D36;
	letter-spacing: 10%;
	font-size: clamp(14px, 0.84vw, 16px);
	text-transform: uppercase;
}

.testimonial-slider.slider {
	margin-bottom: 0 !important;
	padding-bottom: 50px;
}

.testimonial-arrows {
	display: flex;
	align-items: center;
	gap: 20px;
}

.testimonial-arrows i {
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	border: 1px solid #0B285A;
	position: relative;
	border-radius: 50%;
	-o-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.testimonial-arrows i::before {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	font-size: 14px;
}

.testimonial-arrows i:hover {
	cursor: pointer;
	background: #0B285A;
	color: #fff;
}


/* Testimonials Block Ends */

/* Breadcrumbs */

.custom-breadcrumbs {
	font-size: clamp(12px, 0.8vw, 14px);
	color: rgba(71, 71, 71, 0.5);
	padding: 20px 0;
}

.custom-breadcrumbs a {
	color: rgba(71, 71, 71, 0.5);
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.custom-breadcrumbs a:hover {
	color: #876D36
}

/* Breadcrumbs Ends */

/* Content Menu */

.content-menu-inner {
	display: grid;
	grid-template-columns: 45% 45%;
	gap: 10%;
	position: relative;
	z-index: 2;
	align-items: flex-start;
}

.content-menu-outer {
	padding: 10vw 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	-o-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	box-sizing: border-box;
	min-height: 100vh;
	display: flex;
	align-items: center;
}

.content-menu-outer h2,
.content-menu-outer h3 {
	color: #fff;
}

.content-menu-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(14, 18, 17, 0.55);
}

.content-menu-right {
	display: grid;
	grid-template-columns: 100%;
	gap: 40px;
}

.content-menu-right .button-link {
	display: none;
}

.content-menu-link {
	width: fit-content;
}

.content-menu-link h3 {
	-o-transition: color .5s ease-in-out;
	-ms-transition: color .5s ease-in-out;
	-moz-transition: color .5s ease-in-out;
	-webkit-transition: color .5s ease-in-out;
	transition: color .5s ease-in-out;
	position: relative;
	font-style: normal
}

.content-menu-link h3::after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 1px;
	background: #AA9361;
	left: 0;
	width: 0;
	-o-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.content-menu-link.content-menu-link-active h3,
.content-menu-link:hover h3 {
	color: #AA9361;
	font-style: italic;
}

.content-menu-link.content-menu-link-active h3::after,
.content-menu-link:hover h3::after {
	width: 100%;
}

/* Content Menu Ends */


/* Contact Map */ 

#contact-map {
	aspect-ratio: 16/7;
	min-height: 500px;
}


/* Contact Map Ends */

/* ----- CUSTOM SHORTCODES ENDS ----- */



/* Things to see and do */

.attraction-listings-outer {
	display: flex;
	flex-direction: column;
}

.button-link.attraction-load-more {
	width: fit-content;
	margin: 10px auto;
}

.attraction-block-listings-section-outer {
	margin-bottom: 30px;
}

.attraction-block-listings-section {
	display: grid;
	grid-template-columns: calc(33.34% - 20px) calc(33.33% - 20px) calc(33.33% - 20px);
	gap: 30px;
}

.attraction-block-listings-section-outer.attraction-block-listings-section-outer-hidden {
	display: none;
}

.attraction-listing-outer {
	position: relative;
	background: #fff;
}

.attraction-listing-links {
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 40;
}

.attraction-listing-links a {
	width: 40px;
	height: 40px;
	font-size: 20px;
	background: #876D36;
	text-align: center;
	display: block;
	color: #fff;
	-o-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	position: relative;
}

.attraction-listing-links a:hover {
	background: #0B285A;
}

.attraction-listing-links a i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.attraction-listing {
	color: #474747;
}

.attraction-listing-image-outer {
	aspect-ratio: 16/11;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.attraction-listing-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: scale(1);
	-o-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

a.attraction-listing:hover .attraction-listing-image{
	transform: scale(1.05);
}

.attraction-listing-text {
	padding: 30px 20px;
}

a.attraction-listing .attraction-listing-text {
	padding: 30px 20px 80px;
	position: relative;
}

a.attraction-listing::after {
	content: '\f054';
	font-family: "Font Awesome 7 Pro";
	position: absolute;
	bottom: 30px;
	right: 20px;
	width: 40px;
	height: 40px;
	border: 1px solid #0B285A;
	color: #0B285A;
	line-height: 40px;
	border-radius: 50%;
	font-size: 14px;
	text-align: center;
	-o-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

a.attraction-listing:hover::after {
	background: #0B285A;
	color: #fff;
}

.attraction-listing-text h3 {
	font-size: clamp(26px, 1.90vw, 40px);
}

#attraction-map {
	width: 100%;
	height: 80vh;
	min-height: 500px;
}

.attraction-loading-gif {
	display: none;
	margin: auto;
	width: 200px;
	max-width: 100%;
}

.sc-loading-gif {
	margin: auto;
	width: 200px;
	max-width: 100%;
}

.sc-loading-gif img {
	width: 200px;
	max-width: 100%;
}

.attraction-loading-gif img {
	width: 200px;
	max-width: 100%;
}

.attraction-map-loading-gif {
	display: none;
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 200px;
	max-width: 100%;
}

.attraction-map-loading-gif img {
	width: 200px;
	max-width: 100%;
}

.attractions-map-container.map-container-hidden {
	display: none;
	margin-bottom: 30px;
}

.attraction-filters-outer {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px 20px;
	margin: 40px 0 60px;
}

.child-category-selector-outer {
	border: 1px solid #0B285A;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0 15px;
	box-sizing: border-box;
	width: 350px;
	max-width: 100%;
	font-size: 16px;
	color: #474747;
	gap: 5px;
}

.child-category-selector-outer select {
	-webkit-appearance: none;
	background-color: transparent;
	color: #474747;
	font-family: "Wix Madefor Display", 'Arial', sans-serif;
	padding: 0 20px 0 0;
	background-image: url('images/select-dropdown.svg');
	background-size: 12px;
	background-position: top 50% right 0;
	background-repeat: no-repeat;
	border: 0px solid #fff;
	flex-grow: 1;
	font-size: 16px;
	font-weight: 400;
	max-width: 250px;
}

.things-to-do-map-outer.things-to-do-map-outer-with-key {
	display: grid;
	grid-template-columns: calc(60% - 25px) calc(40% - 25px);
	gap: 50px;
	align-items: flex-start;
	margin-top: 60px;
}

.things-to-do-map-outer.things-to-do-map-outer-with-key #attraction-map {
	width: 100%;
	aspect-ratio: 16/11;
	min-height: 600px;
	height: unset;
}

.attractions-map-container {
	position: relative;
	overflow: hidden;
}

#sc-single-property-map-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	cursor: pointer;
}

.single-map-overlay-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('images/curated-map-placeholder.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	filter: blur(10px);
	z-index: 5;
}

#sc-single-property-map-overlay::before {
	position: absolute;
	content: 'Load Map';
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-transform: uppercase;
	border: 1px solid #fff;
	color: #fff;
	background: rgba(14, 18, 17, 0.75);
	padding: 18px 30px;
	text-align: center;
	cursor: pointer;
	font-weight: 700;
	letter-spacing: 10%;
	font-size: clamp(12px, 0.78vw, 14px);
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	z-index: 10;
}

#sc-single-property-map-overlay:hover::before {
	background: #fff;
	color: #474747;
}

.map-category-key-container {
	border-top: 1px solid rgba(0,0,0,0.2);
	width: 100%;
}

.map-category-key-container:last-child {
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

.map-category-key-tab {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.map-category-key-category {
	flex-grow: 1;
	cursor: pointer;
}

.map-category-key-tab .map-category-key-category {
	padding: 20px 0;
	-o-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

.map-category-key-tab .map-category-key-category:hover,
.map-category-key-tab .map-category-key-category.map-category-key-category-active {
	color: #876D36;
}

.map-category-key-tab i {
	color: #0B285A;
	font-size: clamp(24px, 1.77vw, 34px);
	-o-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.map-category-key-tab i:hover {
	color: #876D36;
}

.map-category-key-tab i.active {
	transform: rotate(45deg);
}

.map-category-key-panel {
	display: none;
}

.map-category-key-panel .map-category-key-category {
	font-size: clamp(14px, 1.05vw, 18px);
	color: #0B285A;
	font-weight: 400;
	margin-bottom: 10px;
	-o-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.map-category-key-panel .map-category-key-category:hover {
	color: #876D36;
}

.map-category-key-panel .map-category-key-category.map-category-key-category-active {
	font-weight: 700;
}

.single-property-key {
	font-size: 14px;
	letter-spacing: 10%;
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: 10px;
	text-transform: uppercase;
	color: #0B285A;
	margin-bottom: 40px;
	-o-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

.single-property-key:hover {
	color: #876D36;
}

.single-property-key i {
	font-weight: 900;
}

/* Things to see and do ends */



/* ----- CUSTOM ANIMATION ----- */

.fade-right, .fade-left, .fade-down, .fade-up {
	opacity: 0;
	transition-property: opacity,-webkit-transform;
	transition-property: opacity,transform;
	transition-property: opacity,transform,-webkit-transform;
	-webkit-transform: translate3d(-100px,0,0);
	transform: translate3d(-100px,0,0);
	transition-timing-function: ease;
	transition-duration: 1s;
}

.fade-left {
	-webkit-transform: translate3d(100px,0,0);
	transform: translate3d(100px,0,0);
}

.fade-down {
	transform: translate3d(0, -100px, 0);
}

.fade-up {
	transform: translate3d(0, 100px, 0);
}

.fade-right.creato-animate-active, .fade-left.creato-animate-active, .fade-down.creato-animate-active, .fade-up.creato-animate-active {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.wp-block-media-text.creato-animate-media-text-from-left figure,
.wp-block-media-text.creato-animate-media-text-from-right figure,
.wp-block-media-text.creato-animate-media-text-from-bottom figure,
.wp-block-media-text.creato-animate-media-text-from-top figure,
.creato-animate-image-from-left figure,
.creato-animate-image-from-right figure,
.creato-animate-image-from-bottom figure,
.creato-animate-image-from-top figure,
figure.creato-animate-image-from-left,
figure.creato-animate-image-from-right,
figure.creato-animate-image-from-bottom,
figure.creato-animate-image-from-top,
.wp-block-cover.creato-animate-image-from-left img,
.wp-block-cover.creato-animate-image-from-right img,
.wp-block-cover.creato-animate-image-from-bottom img,
.wp-block-cover.creato-animate-image-from-top img {
	position: relative;
	overflow: hidden;
	-webkit-clip-path: inset(0px 100% 0px 0px);
	clip-path: inset(0px 100% 0px 0px);
	will-change: clip-path;
	transition: -webkit-clip-path 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: clip-path 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: clip-path 1s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-clip-path 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.wp-block-cover.creato-animate-image-from-left img,
.wp-block-cover.creato-animate-image-from-right img,
.wp-block-cover.creato-animate-image-from-bottom img,
.wp-block-cover.creato-animate-image-from-top img {
	position: absolute;
}

.wp-block-media-text.creato-animate-media-text-from-right figure,
.creato-animate-image-from-right figure,
figure.creato-animate-image-from-right,
.wp-block-cover.creato-animate-image-from-right img {
	-webkit-clip-path: inset(0px 0px 0px 100%);
	clip-path: inset(0px 0px 0px 100%);
}

.wp-block-media-text.creato-animate-media-text-from-bottom figure,
.creato-animate-image-from-bottom figure,
figure.creato-animate-image-from-bottom,
.wp-block-cover.creato-animate-image-from-bottom img {
	-webkit-clip-path: inset(100% 0px 0px 0px);
	clip-path: inset(100% 0px 0px 0px);
}

.wp-block-media-text.creato-animate-media-text-from-top figure,
.creato-animate-image-from-top figure,
figure.creato-animate-image-from-top,
.wp-block-cover.creato-animate-image-from-top img {
	-webkit-clip-path: inset(0px 0px 100% 0px);
	clip-path: inset(0px 0px 100% 0px);
}

.wp-block-media-text.creato-animate-media-text-from-left.creato-animate-active figure,
.wp-block-media-text.creato-animate-media-text-from-right.creato-animate-active figure,
.wp-block-media-text.creato-animate-media-text-from-bottom.creato-animate-active figure,
.wp-block-media-text.creato-animate-media-text-from-top.creato-animate-active figure,
.creato-animate-image-from-left.creato-animate-active figure,
.creato-animate-image-from-right.creato-animate-active figure,
.creato-animate-image-from-bottom.creato-animate-active figure,
.creato-animate-image-from-top.creato-animate-active figure,
figure.creato-animate-image-from-right.creato-animate-active,
figure.creato-animate-image-from-left.creato-animate-active,
figure.creato-animate-image-from-top.creato-animate-active,
figure.creato-animate-image-from-bottom.creato-animate-active,
.wp-block-cover.creato-animate-image-from-left.creato-animate-active img,
.wp-block-cover.creato-animate-image-from-top.creato-animate-active img,
.wp-block-cover.creato-animate-image-from-right.creato-animate-active img,
.wp-block-cover.creato-animate-image-from-bottom.creato-animate-active img {
	-webkit-clip-path: inset(0px 0px 0px 0px);
	clip-path: inset(0px 0px 0px 0px);
}

.wp-block-media-text.creato-animate-media-text-from-left .wp-block-media-text__content,
.wp-block-media-text.creato-animate-media-text-from-right .wp-block-media-text__content,
.wp-block-media-text.creato-animate-media-text-from-bottom .wp-block-media-text__content,
.wp-block-media-text.creato-animate-media-text-from-top .wp-block-media-text__content {
	opacity: 0;
	position: relative;
	top: 50px;
	-ms-transition: all 1s ease-out; 
	transition: all 1s ease-out; 
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	visibility:hidden;
}

.wp-block-media-text.creato-animate-media-text-from-left.creato-animate-active .wp-block-media-text__content,
.wp-block-media-text.creato-animate-media-text-from-right.creato-animate-active .wp-block-media-text__content,
.wp-block-media-text.creato-animate-media-text-from-bottom.creato-animate-active .wp-block-media-text__content,
.wp-block-media-text.creato-animate-media-text-from-top.creato-animate-active .wp-block-media-text__content {
	opacity: 1;
	position: relative;
	top: 0px;
	visibility:visible;
}


/* ----- CUSTOM ANIMATION ENDS ----- */


/* Search */

.ui-autocomplete {
	padding: 0;
	top: 45px;
	width: 200px;
	background: #262626;
	color: #fff;
	z-index: 400;
	box-shadow: none;
	border: none !important;
	font-size: 16px;
	margin: 0;
	left: 0;
	list-style: none outside none;
	z-index: 9999
}

.ui-menu-item {
	padding: 5px 5%;
}

.ui-menu-item:hover {
	color: #fff;
	background: #16348E;
	cursor: pointer;
	margin: 0;
}

.creato_search_loading {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 8px;
	left: 82%;
}

.creato_search_loading.active {
	background: url('images/loading.gif') no-repeat right center;
}





/* V2 Search */

.creato_search form {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 600px;
	margin: 0 auto 60px;
	gap: 20px;
}

.creato_search form input.autocomplete {
	flex-grow: 1;
	flex-grow: 1;
	background: transparent;
	border: 0px solid #fff;
	border-bottom: 1px solid rgba(135, 109, 54, 0.2);
	border-radius: 0;
	height: 50px;
	padding: 0;
	color: #474747;
	font-family: "Cormorant Garamond", 'Arial', serif;
	font-weight: 400;
	font-size: 20px;
}

.v2-search-results-switches {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px 50px;
	margin: 40px 0 60px;
	padding: 0;
}

.v2-search-results-switches li {
	list-style: none;
	display: inline-block;
	cursor: pointer;
}

.v2-search-results-switches li span {
	display: flex;
	align-items: center;
	gap: 5px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 10%;
	color: #0B285A;
	position: relative;
	
}

.v2-search-results-switches li span::before {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	height: 2px;
	background: #0B285A;
	width: 0;
	-o-transition: .8s;
	-ms-transition: .8s;
	-moz-transition: .8s;
	-webkit-transition: .8s;
	transition: .8s;
} 

.v2-search-results-switches li.active span::before,
.v2-search-results-switches li:hover span::before {
	width: 100%;
}

.v2-search-results-tab.props .smart-search-page-results-section-inner {
	display: grid;
	grid-template-columns: calc(33.34% - 20px) calc(33.33% - 20px) calc(33.33% - 20px);
	gap: 30px 30px;
	margin-bottom: 0;
}

.v2-search-results-tab.posts .smart-search-page-results-section-inner {
	grid-template-columns: calc(33.34% - 20px) calc(33.33% - 20px) calc(33.33% - 20px);
	display: grid;
	gap: 30px;
}

.v2-search-results-tab.pages .smart-search-page-results-section-inner {
	grid-template-columns: calc(33.34% - 20px) calc(33.33% - 20px) calc(33.33% - 20px);
	display: grid;
	gap: 30px;
}

.v2-search-results-tab.post_tsad .smart-search-page-results-section-inner {
	grid-template-columns: calc(33.34% - 20px) calc(33.33% - 20px) calc(33.33% - 20px);
	display: grid;
	gap: 30px;
}

.v2-search-results-empty {
	text-align: center;
	font-size: 20px;
	margin: 30px 0;
	font-weight: 500;
}

.v2-search-results-tab {
	display: none;
}

.v2-search-results-tab.active {
	display: block;
}



/* Body */

.page-wrapper{
	width: 100%;
	overflow: clip;
}

.page-wrapper-fixed {
	margin-top: clamp(90px, 5.78vw, 110px);
}

.page-content{
	width: calc(100% - 40px);
	margin: 0px 20px;
	text-align: left;
}

.page-content.search-results {
	padding-top: 60px;
	padding-bottom: 100px;
}

.creato_block-container{
	display: inline-block;
	width: 100%;
}

.creato_block-container-header{
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin-bottom: 50px;
}

.creato_block-container-header .creato_block-container-header-left h2 {
	text-align: center;
	width: fit-content;
}

.creato_block-type-post .creato_block-container-header {
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
}

.creato_block-container-header .creato_block-sub-header {
	font-size: clamp(14px, 0.84vw, 16px);
	text-transform: uppercase;
	letter-spacing: 10%;
	color: #0B285A;
	font-weight: 700;
}

.creato_block-container-header-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
	flex-wrap: wrap;
}

.creato_block-container-arrows {
	display: flex;
	align-items: center;
	gap: 20px;
}

.creato_block-container-arrows i {
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	border: 1px solid #0B285A;
	position: relative;
	border-radius: 50%;
	-o-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.creato_block-container-arrows i:hover {
	cursor: pointer;
	background: #0B285A;
	color: #fff;
}

.creato_block-container-arrows i::before {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	font-size: 14px;
}

.creato_block-container-listings{
	display: inline-block;
	width: 100%;
}


/* creato_block grid */

.creato_block-container .grid {
	display: grid;
	gap: 50px 30px;
	grid-template-columns: 100%;
}

.creato_block-type-post .creato_block-container .grid {
	gap: 50px;
}

.creato_block-container .grid .creato_block-listing{
	width: 100%;
	margin: 0;
}

.creato_block-type-post .creato_block-container .grid .creato_block-listing {
	padding-bottom: 30px;
	position: relative;
}

.creato_block-type-post .creato_block-container .grid .creato_block-listing::before {
	content: '';
	position: absolute;
	bottom: 0;
	height: 1px;
	width: 100%;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
	z-index: -2;
}

.creato_block-type-post .creato_block-container .grid .creato_block-listing::after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 1px;
	width: 0;
	right: 0;
	background: #876D36;
	z-index: -1;
	-o-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.creato_block-type-post .creato_block-container .grid .creato_block-listing:hover::after {
	right: unset;
	left: 0;
	width: 100%;
}

.creato_block-container.creato_block-container-1-columns .grid {
	grid-template-columns: calc(33.34% - 20px) calc(33.33% - 20px) calc(33.33% - 20px);
}

.creato_block-container.creato_block-container-2-columns .grid {
	grid-template-columns: calc(50% - 15px) calc(50% - 15px);
}

.creato_block-container.creato_block-container-3-columns .grid {
	grid-template-columns: calc(33.34% - 20px) calc(33.33% - 20px) calc(33.33% - 20px);
}

.creato_block-container.creato_block-container-4-columns .grid {
	grid-template-columns: calc(25% - 23px) calc(25% - 22px) calc(25% - 22px) calc(25% - 23px);
}

.creato_block-container.creato_block-container-5-columns .grid {
	grid-template-columns: calc(20% - 24px) calc(20% - 24px) calc(20% - 24px) calc(20% - 24px) calc(20% - 24px);
}

.creato_block-type-post .creato_block-container.creato_block-container-1-columns .grid {
	grid-template-columns: calc(33.34% - 34px) calc(33.33% - 33px) calc(33.33% - 33px);
}

.creato_block-type-post .creato_block-container.creato_block-container-2-columns .grid {
	grid-template-columns: calc(50% - 25px) calc(50% - 25px);
}

.creato_block-type-post .creato_block-container.creato_block-container-3-columns .grid {
	grid-template-columns: calc(33.34% - 34px) calc(33.33% - 33px) calc(33.33% - 33px);
}

.creato_block-type-post .creato_block-container.creato_block-container-4-columns .grid {
	gap: 30px;
}

.creato_block-type-post .creato_block-container.creato_block-container-5-columns .grid {
	gap: 30px;
}

.creato_block-listing-image{
	width: 100%;
	aspect-ratio: 1/1;
	overflow: hidden;
	position: relative;
}

.creato_block-listing-image-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transform: scale(1);
	-o-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.creato_block-listing:hover .creato_block-listing-image-inner {
	transform: scale(1.07);
}

.creato_block-listing.creato-block-image-background-true {
	aspect-ratio: 3/4;
	overflow: hidden;
	position: relative;
}

.creato_block-listing.creato-block-image-background-true .creato_block-listing-background-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* end creato_block grid */




/* creato_block slider */

.creato_block-container .slider .creato_block-listing{
	margin-right: 20px;
}

/* end creato_block slider */


.creato_block-listing{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}


/* Custom creato block */

.creato_block-type-page .creato_block-listing-image {
	aspect-ratio: 16/10;
}

.creato_block-type-page .slider .creato_block-listing-image {
	aspect-ratio: 5/6;
}

.creato_block-type-page .creato_block-listing-text {
	margin-top: 10px;
}

.creato_block-listing-text {
	margin-top: 30px;
}

.creato_block-listing-category {
	font-size: 14px;
	color: #876D36;
	text-transform: uppercase;
	letter-spacing: 10%;
	margin-bottom: 15px;
	font-weight: 700;
}

.creato_block-type-page .creato_block-listing-text .button-link {
	padding: 10px 30px 10px 0;
	margin: 0;
	border: 0px solid #000;
	color: #0B285A;
	font-weight: 600;
	font-size: clamp(14px, 1.05vw, 20px);
	position: relative;
	text-align: left;
}

.creato_block-type-page .creato_block-listing-text .button-link:before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 2px;
	background: #876D36;
	-o-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.creato_block-type-page .creato_block-listing-text .button-link:after {
	content: '\f054';
	font-family: "Font Awesome 7 Pro";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	font-size: 18px;
	opacity: 0;
	-o-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	font-weight: 600;
}

.creato_block-type-page .creato_block-listing:hover .creato_block-listing-text .button-link:after {
	opacity: 1;
}

.creato_block-type-page .creato_block-listing:hover .creato_block-listing-text .button-link:before {
	left: 0;
	width: 100%;
}

.creato_block-type-page .creato_block-listing-text .button-link:hover {
	background: none !important;
	color: #0B285A !important;
}

.creato_block-container .slider {
	width: calc(100% + (6vw + 20px));
}

.creato_block-container .slider .slick-list {
	padding: 0 10% 0 0;
}

.creato_block-container.slider-center .slider {
	width: calc(100% + (12vw + 40px));
	left: calc((6vw + 20px) * -1);
}

.creato_block-container.slider-center .slider .slick-list {
	padding: 0 10% 0 10%;
}

.other-articles.creato_block-container {
	position: relative;
}

.other-articles.creato_block-container .creato_block-container-header-right {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 20;
	width: 46%;
	justify-content: space-between;
	flex-wrap: unset;
}

.other-articles.creato_block-container .creato_block-container-header-right .creato_block-container-link {
	order: 2;
	padding: 18px 20px;
}

.other-articles .creato_block-container-header {
	margin-bottom: 0;
}

.other-articles .creato_block-container-arrows {
	gap: 65px;
}

.other-articles.creato_block-container .slider {
	width: 100% !important;
}

.other-articles.creato_block-container .slider .slick-list {
	padding: 0;
	overflow: unset;
}

.other-articles.creato_block-container .slider .creato_block-listing {
	margin-right: 0;
}

.other-articles.creato_block-container .slider .creato_block-listing .creato_block-listing-overlay {
	display: grid;
	grid-template-columns: 46% 46%;
	gap: 30px 8%;
	align-items: center;
}

.other-articles.creato_block-container .slider .creato_block-listing .creato_block-listing-overlay .creato_block-listing-image {
	width: calc(100% + (6vw + 20px));
	left: calc((6vw + 20px) * -1);
	aspect-ratio: 16/11;
}

.other-articles.creato_block-container .slider .creato_block-listing h3.has-medium-large-font-size {
	font-size: clamp(36px, 2.86vw, 55px) !important;
	margin-bottom: 30px;
}

.other-articles .creato_block-listing-text {
	padding: 100px 0;
	margin: 0;
}


.other-articles .slick-dots,
.testimonial-outer .slick-dots {
	text-align: left;
	color: #0B285A;
	font-size: 16px;
	font-weight: 700;
	width: 80px;
	z-index: 0;
	top: 30px;
	bottom: unset;
	left: calc(54% + 63px);
	line-height: 1;
}

.testimonial-outer .slick-dots {
	top: unset;
	bottom: 0;
	left: 0;
}

.other-articles .slick-dots li,
.testimonial-outer .slick-dots li {
	display: none;
	position: relative;
}

.other-articles .slick-dots li a,
.testimonial-outer .slick-dots li a {
	color: #0B285A;
}

.other-articles .slick-dots li a:hover,
.testimonial-outer .slick-dots li a:hover {
	color: #0B285A;
}


.other-articles .slick-dots li:last-child,
.other-articles .slick-dots li.slick-active,
.testimonial-outer .slick-dots li:last-child,
.testimonial-outer .slick-dots li.slick-active {
	display: inline-block;
	width: auto !important;
	min-width: 10px;
	margin: 0 4px 0 0px;
}


.other-articles .slick-dots li:last-child,
.testimonial-outer .slick-dots li:last-child {
	padding-left: 10px;
	margin-left: 0;
}


.other-articles .slick-dots li:last-child:after,
.other-articles .slick-dots li.slick-active:last-child span:after,
.testimonial-outer .slick-dots li:last-child:after,
.testimonial-outer .slick-dots li.slick-active:last-child span:after {
	content: '/';
	color: #0B285A;
	font-size: 16px;
	font-weight: 500;
	position: absolute;
	left: -1px;
	top: 0;
}


.other-articles .slick-dots li.slick-active:last-child span:after,
.testimonial-outer .slick-dots li.slick-active:last-child span:after  {
	left: 15px;
}


.other-articles .slick-dots li span,
.testimonial-outer .slick-dots li span {
	display: none;
}


.other-articles .slick-dots li.slick-active:last-child span, 
.testimonial-outer .slick-dots li.slick-active:last-child span {
	display: inline-block;
	padding-right: 13px;
	min-width: 13px;
	margin-left: 0;
}


.other-articles .slick-dots li.slick-active:last-child,
.testimonial-outer .slick-dots li.slick-active:last-child {
	padding-left: 0;
}


.other-articles .slick-dots li.slick-active:last-child:after,
.testimonial-outer .slick-dots li.slick-active:last-child:after  {
	display: none;
}

.other-articles-sub-caption {
	margin-bottom: 30px;
	color: #0B285A;
	text-transform: uppercase;
	letter-spacing: 10%;
	font-weight: 700;
	font-size: clamp(14px, 0.84vw, 16px);
}

/* Video Shortcode */

.video-outer {
	width: 100vw;
	position: relative;
	overflow: hidden;
	max-height: 100vh;
	z-index: 1000;
	aspect-ratio: 16/9;
}

.video-overlay {
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	background: -moz-linear-gradient(bottom, rgba(14, 18, 17, 0) 40%, rgba(14, 18, 17, 0.75) 100%);
	background: -webkit-linear-gradient(bottom, rgba(14, 18, 17, 0) 40%, rgba(14, 18, 17, 0.75) 100%);
	background: linear-gradient(to top, rgba(14, 18, 17, 0) 40%, rgba(14, 18, 17, 0.75) 100%);
}

.no-overlay .video-overlay {
	background: none;
}

.vimeo-video {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	min-height: 100%;
	min-width: 100%;
}

.video-image {
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	background-position: center;
}

.video {
	margin: auto;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
}

.video-outer .video-content,
.video-image .video-content {
	max-width: calc(100% - 40px);
	width: 800px;
	text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	right: 0;
	margin: 0 auto;
	text-align: center;
}

.video-outer .video-content h3,
.video-image .video-content h3 {
	color: #fff;
	font-family: 'Helvetica', 'Arial', serif;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	margin-bottom: 12px;
}

.video-outer .video-content h1,
.video-image .video-content h1 {
	color: #fff;
	font-weight: 400;
	margin-bottom: 12px;
}

.video-outer .video-content .button-link,
.video-image .video-content .button-link {
	background: none;
	border: 1px solid #fff;
	color: #fff;
	padding: 13px 26px 13px;
	text-shadow: none;
	margin-top: 20px;
}

.video-outer .video-content .button-link:after,
.video-image .video-content .button-link:after {
	display: none;
}

.video-outer .video-content .button-link:hover,
.video-image .video-content .button-link:hover {
	background: #fff;
	border: 1px solid #69bdd2;
	color: #69bdd2;
}

.vimeo-video iframe {
	z-index: -1;
	overflow: hidden;
}
/*
.video-outer .sc-main-search-outer {
	position: static;
}
*/




.schema-faq-section,
.wp-block-accordion-item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	max-width: 1100px;
	margin: auto;
	-webkit-transform: translateZ(0);
	  transform: translateZ(0);
}

.schema-faq-section:first-child {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.wp-block-accordion-heading {
	font-family: "Cormorant Garamond", 'Arial', serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.1;
	font-size: clamp(24px, 1.77vw, 34px);
	color: #0B285A;
}

.wp-block-accordion-heading__toggle {
	padding: 25px 0 25px 0;
}

.wp-block-accordion-heading__toggle-icon {
	display: none;
}

.wp-block-accordion-heading__toggle-title {
	position: relative;
	padding: 0 50px 0 0;
}

.wp-block-accordion-heading__toggle-title::after {
	content: '\2b';
	font-family: "Font Awesome 7 Pro";
	border-radius: 0;
	background: transparent;
	font-weight: 300;
	color: #0B285A;
	width: 26px;
	height: 26px;
	font-size: 26px;
	line-height: 26px;
	text-align: center;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	letter-spacing: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.wp-block-accordion-item.is-open .wp-block-accordion-heading__toggle-title::after {
	transform: translateY(-50%) rotate(45deg);
}

.wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title {
	text-decoration: none;
}

.schema-faq-question{
	font-family: "Cormorant Garamond", 'Arial', serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.1;
	font-size: clamp(24px, 1.77vw, 34px);
	padding: 25px 50px 25px 0;
	display: inline-block;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	color: #0B285A;
	cursor: pointer;
}

.schema-faq-question:after{
	content: '\2b';
	font-family: "Font Awesome 7 Pro";
	border-radius: 0;
	background: transparent;
	font-weight: 300;
	color: #0B285A;
	width: 26px;
	height: 26px;
	font-size: 26px;
	line-height: 26px;
	text-align: center;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	letter-spacing: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.schema-faq-answer-open:after{
	transform: translateY(-50%) rotate(45deg);
}

.schema-faq-answer{
	display: none;
	-webkit-transform: translateZ(0);
	  transform: translateZ(0);
}


/* Property Search */

.ui-datepicker {
	border: 1px solid #D0D0D0;
	border-radius: 8px;
	z-index: 9999 !important;
	box-shadow: 0 2px 2px #D0D0D0;
	background: #fff;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
	display: none;	
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	top: 1px;
	background: none !important;
	right: 1px;
	cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev {
	left: 1px;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
	background: none !important;
}

.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
	content: '\f053';
	font-family: "Font Awesome 7 Pro";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 14px;
	color: #0B285A;
	opacity: 1;
	font-weight: 600;
	width: 24px;
	height: 22px;
	border: none;
	background: #fff;
	border-radius: 0;
	text-align: center;
	padding-top: 2px;
}

.ui-datepicker .ui-datepicker-next:before {
	content: '\f054';
}

.ui-datepicker .ui-datepicker-prev-hover:before,
.ui-datepicker .ui-datepicker-next-hover:before {
	color: #9BB3C0;
}

.ui-datepicker.ui-datepicker-multi {
	padding: 20px 10px 10px;
	clip-path: polygon(0 0px, 100% 0px, 100% 100%, 0% 100%);
}

.ui-widget {
	font-family: "Wix Madefor Display", 'Arial', sans-serif;
	font-weight: 500;
	font-style: normal;
	box-shadow: none;
}

.ui-datepicker th, .ui-datepicker-title {
	color: #393939 !important;
	font-family: "Wix Madefor Display", 'Arial', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 10%;
}

.ui-datepicker-title {
	color: #0B285A !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: none;
	border: none;
	border-radius: 5px;
	text-align: center;
}

.ui-state-default {
	color: #000000 !important;
}

.ui-state-active, .arrival-highlight {
	border: none !important;
	background: #0B285A !important;
	color: #fff !important;
	border-radius: 5px !important;
}

.ui-state-hover {
	border: none !important;
	background: #0B285A !important;
	color: #fff !important;
	border-radius: 5px !important;
}

.ui-widget-header {
	border: none;
	background: none;
}


.video-outer .sc-main-search-outer {
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 40px);
	max-width: 1200px;
	z-index: 1100;
}

.video-outer .sc-main-search-outer .sc-main-search-item {
	flex: 0 0 calc(18% - 32px);
}

.video-outer .sc-main-search-outer .sc-main-search-item.submit {
	flex: 0 0 160px;
}

.video-outer .sc-main-search-item.regionname {
	flex: 0 0 calc(28% - 32px);
}

.video-outer .sc-main-search .filter-overlay {
	display: none;
}

.mobile-search-trigger,
.mobile-availability-trigger {
	display: none;
}

.sc-main-search-outer {
	margin-bottom: calc(4 * var(--spacer-unit));
}

.video-outer .sc-main-search-outer {
	margin-bottom: 0;
}

.sc-main-search-outer .sc-main-search {
	display: flex;
	align-items: center;
	gap: 10px 0;
	flex-wrap: wrap;
	justify-content: center;
}

.sc-main-search-item {
	width: unset;
	margin: 0;
	height: 64px;
	background: #fff;
	flex: 0 0 calc(25% - 93px);
}

.sc-main-search-item.arrival input[type="text"] {
	border-left: 0px solid #fff;
}

.sc-main-search-item.regionname {
	flex: 0 0 calc(28% - 74px);
}

.sc-main-search-item select,
.sc-main-search-item input[type="text"] {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	background-color: #fff;
	color: #474747;
	font-family: "Wix Madefor Display", 'Arial', sans-serif;
	font-size: 16px;
	font-weight: 400;
	border: 0px solid #fff;
	border-left: 1px solid rgba(0,0,0,0.2);
	padding: 12px 15px;
}

.sc-main-search-item.arrival {
	background-color: #fff;
	background-image: url('images/search-calendar.svg');
	background-position: top 50% left 15px;
	background-size: 12px;
	background-repeat: no-repeat;
}

.sc-main-search-item input[type="text"][name="arrival"] {
	padding: 12px 15px 12px 40px;
	background-color: transparent;
}

.sc-main-search-item input[type="text"]::placeholder {
	color: #474747;
	font-family: "Wix Madefor Display", 'Arial', sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.sc-main-search-item > label {
	display: none;
}

.sc-main-search-outer .sc-main-search .sc-main-search-item.regionname select {
	border-left: 0px solid #fff;
}

.sc-main-search-item select {
	background-image: url('images/select-dropdown.svg');
	background-size: 12px;
	background-position: top 50% right 15px;
	background-repeat: no-repeat;
}

.sc-main-search .filter-overlay {
	box-sizing: border-box;
	border: 2px solid #876D36;
	color: #474747;
	width: 190px;
	margin: 0 0 0 20px;
	padding: 0px 10px;
	padding: unset;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sc-main-search-item.submit {
	flex: 0 0 160px;
}

.sc-main-search-item.submit input {
	height: 100%;
	width: 100%;
	background: #876D36;
	color: #fff;
	font-family: "Wix Madefor Display", 'Arial', sans-serif;
	font-weight: 700;
	letter-spacing: 10%;
	text-transform: uppercase;
	border: 0px solid #fff;
	-o-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	margin: 0;
}

.sc-main-search-item.submit input:hover {
	background: #0B285A;
}

.variable-overlay {
	width: 100%;
	background-color: #fff;
	position: absolute;
	top: calc(100% + 20px);
	z-index: 1000;
	left: 0;
	border-top: 1px solid rgba(0,0,0,0.2);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
	display: block !important;
	-webkit-clip-path: inset(0 0 100% 0);
	clip-path: inset(0 0 100% 0);
	transition: all .5s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all .5s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all .5s cubic-bezier(0.77, 0, 0.175, 1), all .5s cubic-bezier(0.77, 0, 0.175, 1);
}

.variable-overlay.active {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
}

.variable-overlay .variable-overlay-inner .clearer {
	display: none;
}

.sc-overlay-clear.sc-overlay-clear-top,
.sc-overlay-clear.sc-overlay-clear-button.sc-overlay-clear-button-top,
.sc-overlay-submit.sc-overlay-submit-top,
.overlay-main-search-item.type,
a.sc-overlay-clear.sc-overlay-clear-bottom {
	display: none;
}

.variable-overlay .variable-overlay-inner {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

.variable-overlay .variable-overlay-inner::-webkit-scrollbar {
	display: none;
}

.overlay-section.overlay-rooms-beds h2,
.overlay-section.overlay-variables h2 {
	display: none;
}

.variable-overlay .variable-overlay-inner {
	display: grid;
	grid-template-columns: 250px calc(100% - 250px);
	width: 100%;
	box-sizing: border-box;
	padding: 30px 5%;
}

.overlay-section.overlay-rooms-beds {
	display: grid;
	grid-template-columns: 100%;
	gap: 30px;
	width: calc(100% - 30px);
}

.overlay-section {
	padding: 30px 0;
	border-bottom: 0px solid #fff;
}

.overlay-option {
	float: unset;
	width: 100%;
	padding-bottom: 0;
}

.overlay-option label {
	float: unset;
	padding: 0 0 15px;
	font-size: clamp(16px, 1.05vw, 18px);
	display: block;
}

.sc-overlay-amounts {
	padding: 0;
	float: unset;
	display: flex;
	align-items: center;
	gap: 10px;
}

.sc-overlay-amounts span.item_qty_span {
	color: #000;
	font-weight: 400;
	text-align: center;
	font-size: 16px;
	float: left;
	width: unset;
	border: 1px solid #95989A;
	border-radius: 4px;
	height: unset;
	margin: 0;
	padding: 2px 10px;
	line-height: 1.5;
	box-sizing: border-box;
	width: 50px;
}

.sc-overlay-amounts button {
	float: unset;
	background: #0B285A;
	border-radius: 50%;
	color: transparent;
	font-size: 15px;
	border: none;
	font-weight: bold;
	cursor: pointer;
	padding: 0;
	height: 30px;
	width: 30px;
	border: 1px solid #0B285A;
	position: relative;
	-o-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.sc-overlay-amounts button:hover {
	background: #876D36;
	border: 1px solid #876D36;
}

.sc-overlay-amounts button::before {
	content: '\f068';
	font-family: "Font Awesome 7 Pro";
	position: absolute;
	color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 20px;
}

.sc-overlay-amounts button.change-plus::before {
	content: '\2b';
}

.overlay-section.overlay-variables {
	padding-left: 8%;
	border-left: 1px solid rgba(0,0,0,0.2);
	padding-bottom: 75px;
}

.overlay-varibale-columns .overlay-variable-item {
	display: block;
}

.overlay-varibale-columns {
	display: grid;
	grid-template-columns: calc(20% - 16px) calc(20% - 16px) calc(20% - 16px) calc(20% - 16px) calc(20% - 16px);
	gap: 20px;
}

.variable-overlay .variable-overlay-inner .overlay-varibale-columns .overlay-variable-item {
	margin: 0 !important;
	padding: 8px 10px;
	font-size: clamp(14px, 1.05vw, 18px);
	color: #000;
	font-weight: 400;
	text-align: center;
	background: #fff;
	border: 1px solid #C0C0C0;
	position: relative;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.variable-overlay .variable-overlay-inner .overlay-varibale-columns .overlay-variable-item label {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.variable-overlay .variable-overlay-inner .overlay-varibale-columns .overlay-variable-item input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	opacity: 0;
	margin: 0;
	text-align: center;
	cursor: pointer;
}

.variable-overlay .variable-overlay-inner .overlay-varibale-columns .overlay-variable-item:hover {
	background: rgba(135, 109, 54, 0.1);
}

.variable-overlay .variable-overlay-inner .overlay-varibale-columns .overlay-variable-item.checked {
	background: rgba(135, 109, 54, 0.2);

}

.sc-overlay-submit.sc-overlay-submit-bottom {
	position: absolute;
	bottom: 30px;
	margin: 0;
	right: 20px;
	color: #0B285A;
	border: 1px solid #0B285A;
}

.sc-overlay-submit.sc-overlay-submit-bottom:hover {
	background: #0B285A;
	color: #fff;
}

.sc-overlay-clear.sc-overlay-clear-button.sc-overlay-clear-button-bottom {
	position: absolute;
	bottom: 30px;
	right: 250px;
	font-weight: 700;
	letter-spacing: 10%;
	font-size: clamp(12px, 0.78vw, 14px);
	text-transform: uppercase;
	padding: 18px 0px;
	line-height: normal;
	color: #0B285A;
	text-decoration: underline;
	text-underline-offset: 5px;
	text-decoration-thickness: 2px;
	-o-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.sc-overlay-clear.sc-overlay-clear-button.sc-overlay-clear-button-bottom:hover {
	color: #876D36;
}

.property-archive-top {
	margin-bottom: 40px;
}

.property-archive-top-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.property-archive-results-count {
	font-size: clamp(24px, 1.77vw, 34px);
	font-family: "Cormorant Garamond", 'Arial', serif;
	font-weight: 400;
	margin: 0;
	color: #0B285A;
	line-height: 1.1;
	display: none;
}

.property-archive-top-right {
	display: flex;
	align-items: center;
	gap: 10px 20px;
	flex-wrap: wrap;
}

.map-onoffswitch {
	padding: 18px 30px;
	font-size: clamp(12px, 0.78vw, 14px);
	margin: 0;
	width: auto;
	color: #474747;
	background: transparent;
	position: relative;
	text-align: left;
	font-weight: 600;
	z-index: 1;
	cursor: pointer;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	line-height: 1;
	border: 2px solid #876D36;
	border-radius: 0px;
	min-width: 170px;
	box-sizing: border-box;
	text-align: center;
	font-weight: 600;
	flex-grow: 1;
}

.map-onoffswitch:hover {
	background: #876D36;
	color: #fff;
}

.map-onoffswitch div.label {
	width: 100%;
}

.hide-map-text {
	display: none;
}

.onoffswitch input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	opacity: 0;
	margin: 0;
	text-align: center;
	cursor: pointer;
}

.sc-sort-by {
	padding: 6px 10px;
	border: 2px solid #876D36;
	font-weight: 600;
	font-size: clamp(12px, 0.78vw, 14px);
	color: #474747;
	flex-grow: 1;
	display: flex;
	align-items: center;
	gap: 10px;
}

.sc-sort-by select {
	-webkit-appearance: none;
	border: 0px solid #fff;
	background-color: transparent;
	font-size: clamp(12px, 0.78vw, 14px);
	color: #474747;
	font-family: "Wix Madefor Display", 'Arial', sans-serif;
	font-weight: 600;
	padding: 12px 20px 12px 0;
	line-height: 1;
	background-image: url('images/select-dropdown.svg');
	background-size: 10px;
	background-position: top 50% right 0;
	background-repeat: no-repeat;
	flex-grow: 1;
}

.map-bubble .single-property-standard .slick-prev,
.map-bubble .single-property-standard .slick-next {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: transparent;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.map-bubble .single-property-standard .slick-prev::before,
.map-bubble .single-property-standard .slick-next::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: rgba(255,255,255,0.5);
	content: '\f054';
	font-family: "Font Awesome 7 Pro";
	font-weight: 400;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.map-bubble .single-property-standard .slick-prev:hover,
.map-bubble .single-property-standard .slick-next:hover {
	background: transparent;
}

.map-bubble .single-property-standard .slick-prev:hover::before,
.map-bubble .single-property-standard .slick-next:hover::before {
	color: rgba(255,255,255,1);
}

.map-bubble .single-property-standard .slick-prev::before {
	content: '\f053';
}

.map-bubble .sc-single-property {
	width: 100%;
}

.map-bubble {
	max-width: 350px;
}

.gm-style-iw-d {
	padding: 0;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.gm-style-iw-d::-webkit-scrollbar {
  display: none;
}

.gm-ui-hover-effect {
	position: absolute !important;
	top: 10px;
	right: 10px;
	width: 30px !important;
	height: 30px !important;
	background: #fff !important;
	color: #2F3C5B;
	border-radius: 50%;
	z-index: 10;
}

.gm-ui-hover-effect:before {
	content: '\f00d';
	font-family: "Font Awesome 7 Pro";
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 18px;
	color: #2F3C5B;
	transform: translate(-50%, -50%);
}

.gm-ui-hover-effect span {
	display: none !important;
}

.gm-style-iw-ch,
.gm-style-iw.gm-style-iw-c {
	padding: 0;
}

.flexible-arrival-outer {
	margin-bottom: 40px;
}

.flexible-arrival-outer .property-archive-nearby-message {
	display: none;
}

.property-archive-tabs {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0;
}

.property-archive-tabs .property-archive-tab {
	flex-grow: 1;
	padding: 10px;
	background: rgba(11, 40, 90, 0.1);
	font-weight: 600;
	font-size: 16px;
	-o-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

.property-archive-tabs .property-archive-tab.active,
.property-archive-tabs .property-archive-tab:hover {
	background: rgba(11, 40, 90, 1);
	color: #fff;
}

.property-archive-tabs .property-archive-tab .property-archive-tab-count {
	font-size: 12px;
}

/* Property Search Ends */


/* -------- PROPERTY ARCHIVE -------- */ 

.favourites-share-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
	margin-bottom: 20px;
}

.single-property-standard .grid-favourites-outer {
	position: absolute;
	right: 20px;
	top: 20px;
}

.single-property-standard .grid-favourites-outer .add_to_favourites {
	display: inline;
}

.single-property-standard .grid-favourites-outer .add_to_favourites:hover {
	color: #394A20;
}

.single-property-standard .grid-favourites-outer .add_to_favourites.favourited {
	display: none;
}

.remove_from_favourites_archive .fa-times::before {
	content: "\f004";
	color: #0B285A;
	font-weight: 600;
}

.grid-unfavourite a i, .grid-favourites a i {
	font-weight: 300;
	font-size: 26px;
	color: #B7B7B7;
}

.grid-favourites a:hover i {
	opacity: 1;
	color: #0B285A;
}

.grid-favourites a.remove_from_favourites_archive:hover i {
	opacity: 0.5;
}

.sc-property-panel.sc-grid-view {
	display: none;
}

.sc-property-panel.sc-grid-view.active {
	display: block;
}

.sc-grid-view-3 .property-archive-page,
.featured-wrapper.grid {
	display: grid;
	grid-template-columns: calc(33.34% - 30px) calc(33.33% - 30px) calc(33.33% - 30px);
	gap: 40px 45px;
}

.single-property-standard {
	position: relative;
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	margin: 0;
}

.single-property-standard .clearer {
	display: none;
}

.loadthumbs .slick-initialized .slick-slide, .sc-archive-image a, .attraction-archive-image, .sc-archive-image .loadthumbs {
	height: unset;
	width: 100%;
	aspect-ratio: 16/11;
}

.sc-archive-image .slick-arrows .slick-next,
.sc-archive-image .slick-arrows .slick-prev {
	width: 36px;
	height: 36px;
}

.sc-archive-image .slick-arrows .slick-next::before,
.sc-archive-image .slick-arrows .slick-prev::before {
	content: '\f054';
	font-family: "Font Awesome 7 Pro";
	font-size: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #FFFFFFBF;
}

.sc-archive-image .slick-arrows .slick-prev::before {
	content: '\f053';
}

.single-archive-content {
	padding: 20px 25px;
	box-sizing: border-box;
	width: 100%;
	display: block;
	text-decoration: none;
}

.sc-archive-meta.sc-archive-location > span {
	display: none;
}

.sc-archive-beds-bathrooms-guests {
	display: flex;
	align-items: center; 
	gap: 0;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 10px 0;
	color: #969696;
}

.sc-archive-beds-bathrooms-guests .alm-data {
	width: unset;
	margin: 0 10px 0 0;
	border-right: 1px solid #969696;
	padding: 0 10px 0 0;
	float: unset;
	text-align: left;
	font-size: clamp(14px, 0.84vw, 16px);
	color: #969696;
	line-height: 1;
}

.sc-archive-beds-bathrooms-guests .alm-data:last-child {
	padding: 0;
	margin: 0;
	border: 0px solid #000;
}

.sc-archive-beds-bathrooms-guests .alm-data .single-value {
	display: flex;
	align-items: center;
	gap: 3px;
}

.sc-archive-beds-bathrooms-guests .alm-data i {
	display: none;
}

.sc-archive-beds-bathrooms-guests.sc-archive-variables .alm-data i {
	display: inline-block;
	
}

.sc-archive-beds-bathrooms-guests.sc-archive-variables {
	gap: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	margin-bottom: 20px;
	margin-top: 25px;
}

.sc-archive-beds-bathrooms-guests.sc-archive-variables .alm-data {
	margin: 0;
	padding: 8px 5px;
	background: rgba(243, 242, 238, 0.8);
	border: 0px solid #000;
	border-radius: 3px;
	display: flex;
	align-items: center;
	gap: 3px;
	font-size: clamp(12px, 0.73vw, 14px);
	color: #474747;
}

.sc-archive-beds-bathrooms-guests.sc-archive-variables .alm-data.alm-data-extra {
	padding: 8px 10px;
}

.grid-favourites-outer {
	position: absolute;
	top: 15px;
	right: 15px;
}

.grid-favourites-outer .add_to_favourites i {
	font-size: 26px;
	color: #fff;
}

.sc-archive-meta {
	padding: 0;
}

.sc-archive-meta.sc-arrival-date,
.datevar-matched-date {
	font-size: 12px;
	font-weight: 500;
	color: #474747;
}

.price_for_duration {
	font-size: clamp(16px, 1.05vw, 20px);
	color: #0B285A;
	font-weight: 600;
}

.sc-archive-meta.sc-archive-location {
	color: #0B285A;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 10%;
	margin-bottom: 10px;
}

.single-archive-content .property-list-title {
	font-size: clamp(24px, 1.77vw, 34px);
	margin-bottom: 20px;
	text-align: left;
}

.sc-archive-meta.price_per_week {
	font-size: clamp(16px, 1.05vw, 20px);
	color: #474747;
}

.sc-archive-meta.price_per_week .first-price span {
	font-weight: 700;
}


/* -------- PROPERTY ARCHIVE ENDS -------- */ 


/* -------- SINGLE PROPERTY -------- */ 

.single-property-breadcrumbs a,
.single-property-breadcrumbs span {
	color: #474747;
	text-decoration: none;
	font-size: 14px;
	opacity: 0.5;
}

.single-property-slider {
	max-height: calc(100vh - clamp(90px, 5.78vw, 110px));
	aspect-ratio: 16 / 9;
	width: 100%;
	position: relative;
	margin: 0;
}

.single-property-slider, .single-property-slider .slide {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	aspect-ratio: 2 / 1;
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 9;
}

.single-property-slider img.slide {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  display: block;
  overflow: hidden;
	height: 100%;

}
.single-property-slider .slick-slider {
	height: 100%;
}

.single-property-slider .slick-slider .slick-list,
.single-property-slider .slick-slider .slick-track {
	height: 100%;
}

@supports not (aspect-ratio: 16 / 6) {

	.single-property-slider {
		height: calc(100vh - 100px);
	}

}

.single-property-slider .slick-prev, .single-property-slider .slick-next,
.single-property-slider .slick-prev:focus, .single-property-slider .slick-next:focus,
.single-property-page-gallery.slick-slider .slick-next:focus, .single-property-page-gallery.slick-slider .slick-prev:focus,
.single-property-page-gallery.slick-slider .slick-next, .single-property-page-gallery.slick-slider .slick-prev {
	height: 50px;
	width:50px;
	opacity: 0;
	border: none;
	background: #0000004D;
	color: #f4f4f4;
	-o-transition: .8s;
	-ms-transition: .8s;
	-moz-transition: .8s;
	-webkit-transition: .8s;
	transition: .8s;
	border: 1px solid #fff;
	border-radius: 50%;
}

.single-property-slider:hover .slick-prev, .single-property-slider:hover .slick-next,
.single-property-slider:hover .slick-prev:focus, .single-property-slider:hover .slick-next:focus,
.single-property-page-gallery.slick-slider:hover .slick-next:focus, .single-property-page-gallery.slick-slider:hover .slick-prev:focus,
.single-property-page-gallery.slick-slider:hover .slick-next, .single-property-page-gallery.slick-slider:hover .slick-prev {
	opacity: 1;	
}

.single-property-slider .slick-prev:hover, .single-property-slider .slick-next:hover,
.single-property-page-gallery.slick-slider .slick-next:hover, .single-property-page-gallery.slick-slider .slick-prev:hover {
	background: #876D35;
}

.single-property-slider .slick-prev:hover:before, .single-property-slider .slick-next:hover:before,
.single-property-page-gallery.slick-slider .slick-next:hover:before, .single-property-page-gallery.slick-slider .slick-prev:hover:before {
	color: #EBF0F2;
}

.single-property-slider .slick-prev:before, .single-property-slider .slick-next:before,
.single-property-slider .slick-prev:focus:before, .single-property-slider .slick-next:focus:before,
.single-property-page-gallery.slick-slider .slick-next::before, .single-property-page-gallery.slick-slider .slick-prev::before,
.single-property-page-gallery.slick-slider .slick-next:focus::before, .single-property-page-gallery.slick-slider .slick-prev:focus::before {
	content: '\f054';
	font-family: "Font Awesome 7 Pro";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 17px;
	font-weight: 700;
	color: #ffffff;
	opacity: 1;
	-o-transition: .8s;
	-ms-transition: .8s;
	-moz-transition: .8s;
	-webkit-transition: .8s;
	transition: .8s;
}

a.add_to_favourites.favourited i {
	color: #0B285A;
	font-weight: 900;
	margin-right: 5px;
}

.single-property-slider .slick-prev {
	left: 4vw;
}

.single-property-slider .slick-next {
	right: 4vw;
}

.single-property-slider .slick-prev:before,
.single-property-slider .slick-prev:focus:before,
.single-property-page-gallery.slick-slider .slick-prev:focus:before,
.single-property-page-gallery.slick-slider .slick-prev:before {
	content: '\f053';
}

.creato-slick-next i,
.creato-slick-prev i,
.creato-lightbox-close i{
	font-weight: 300;
}

.single-property-content {
	margin: 30px 20px 0;
}

.single-property-top-gallery {
	aspect-ratio: 16 / 9;
	width: 100%;
	max-height: 100vh;
	position: relative;
}

.single-property-top-gallery img.single-property-top-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.single-property-top-image-gallery-button {
	position: absolute;
	bottom: 25px;
	right: 25px;
	background: #0E121180;
	color: #fff;
	padding: 17px 30px;
	border: 1px solid white;
	font-size: clamp(12px, 0.78vw, 14px);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 10%;
	-o-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

.single-property-top-image-gallery-button:hover {
	background: #876D36;
}

.single-property-full-gallery-outer {
	display: none;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #FDFBF7;
	z-index: 9999999999;
	overflow: scroll;
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

.single-property-full-gallery-outer::-webkit-scrollbar {
	display: none;
}

.single-property-full-gallery-inner-group {
	display: none;
	position: fixed;
	z-index: 99999999991;
	width: 100%;
	top: 0;
	height: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: none;
	overflow: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
	padding: 0 0 50px;
	margin: 0 auto;
	text-align: center;
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
	max-width: 100%;
	margin: 0 auto;
}

.single-property-full-gallery-inner-group::-webkit-scrollbar {
	display: none;
}

.single-property-full-gallery {
	display: flex;
	flex-wrap: wrap;
	padding: 30px 0 50px;
	max-width: 1400px;
	margin: 0 auto;
}

.single-property-full-gallery-close {
	margin: 10px 12px 15px auto;
	display: flex;
	align-items: center;
	gap: 5px;
	width: fit-content;
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1.1px;
	cursor: pointer;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	position: sticky;
	top: 50px;
	right: 0;
	z-index: 100;
	margin-top: 30px;
	overflow: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
	border-radius: 0;
	padding: 5px 7px;
	background: #FDFBF7;
	color: #3F3A39;
	border: none;
	font-weight: 400;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.single-property-full-gallery-close i {
	font-weight: 500;
	font-size: 17px;
	vertical-align: bottom;
}

.single-property-full-gallery-inner {
	display: inline-block;
	width: 100%;
}

.single-property-gallery-row {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.single-property-full-gallery-item {
	box-sizing: border-box;
	padding: 5px;
	margin: 12px 15px;
	display: inline-block;
	width: calc(66% - 30px);
	padding-top: 38%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.single-property-gallery-row .single-property-full-gallery-item:first-child {
	width: calc(66% - 30px);
	padding-top: 38%;
}

.single-property-gallery-row .single-property-full-gallery-item:nth-child(2n) {
	width: calc(34% - 30px);
	padding-top: 38%;
}

.single-property-gallery-row .single-property-full-gallery-item:nth-child(3n), .single-property-gallery-row .single-property-full-gallery-item:nth-child(4n) {
	width: calc(50% - 30px);
	padding-top: 30%;
}

.single-property-gallery-row .single-property-full-gallery-item:nth-child(5n) {
	width: calc(100% - 30px);
	padding-top: 55%;
}

.creato-lightbox-overlay {
	background: rgba(253, 251, 247, 0.9);
	z-index: 9999999999;
}

.creato-lightbox-close,
.creato-slick-prev, .creato-slick-next {
	color: #365C8C;	
}

.creato-lightbox-content .slick-dots {
	display: none !important;	
}

.single-property-nav {
	padding: 20px 0;
	border-bottom: 1px solid #00000033;
	z-index: 1000;
	will-change: transform;
	-webkit-transform: translateZ(0); /* iOS fix */
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	background: #F3F2EE;
	position: sticky;
	top: 0;
	-o-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.single-property-nav.single-property-nav-menu-showing {
	top: clamp(90px, 5.78vw, 110px);;
}


.single-property-nav-inner {
	display: flex;
	align-items: center;
	gap: 4vw;
	justify-content: center;
}

.single-property-nav-item {
	font-size: clamp(12px, 0.80vw, 14px);
	color: #0B285A;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 10%;
	position: relative;
	cursor: pointer;
}

.single-property-nav-item::after {
	position: absolute;
	content: '';
	bottom: -5px;
	left: 0;
	width: 0;
	height: 2px;
	background: #876D36;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.single-property-nav-item:hover::after {
	width: 100%;
}

.single-property-container {
	display: grid;
	grid-template-columns: calc(100% - (9vw + clamp(385px, 23.5vw, 450px))) clamp(385px, 23.5vw, 450px);
	gap: 9vw;
	margin-top: 80px;
}

.single-property-top {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #00000033;
}

.single-property-top-details {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
	text-transform: uppercase;
	color: #0B285A;
	font-size: 16px;
	font-weight: 400;
}

.single-property-top-detail {
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #000;
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: clamp(12px, 0.84vw, 16px);
}

.single-property-top-detail:last-child {
	padding-right: 0px;
	margin-right: 0px;
	border-right: 0px solid #000;
}

.single-property-town {
	margin-bottom: 20px;
	font-weight: 600;
	text-transform: uppercase;
	color: #0B285A;
	font-weight: 700;
	font-size: clamp(14px, 0.84vw, 16px);
	letter-spacing: 10%;
}

.single-property-subcaption {
	margin-bottom: 20px;
	color: #0B285A;
	font-weight: 600;
	line-height: 40px;
	font-size: clamp(18px, 1.36vw, 26px)
}

.single-property-subcaption-preface {
	font-style: italic;
	font-family: "Cormorant Garamond", 'Arial', serif;
	font-weight: 500;
	color: #0B285A;
	line-height: 1;
	margin-top: 40px;
	font-size: clamp(18px, 1.66vw, 30px);
}

.single-property-links-outer {
	padding: 20px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 50px;
	border-top: 1px solid #00000033;
	border-bottom: 1px solid #00000033;
	margin: 50px 0;
	text-transform: uppercase;
	color: #0B285A;
	font-size: clamp(12px, 0.84vw, 16px);
	letter-spacing: 10%;
	font-weight: 600;
}


.single-property-link.single-favourite a {
	text-decoration: none;
	color: #0B285A;
	display: flex;
	align-items: center;
}

.single-property-link,
.single-property-video-link {
	cursor: pointer;
}

.add_to_favourites i {
	font-size: 16px;
	font-weight: 400;
}

.add_to_favourites span {
	order: 2;
}

.single-property-share-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	backdrop-filter: blur(8px);
	z-index: 6000;
	background-color: rgba(0, 0, 0, 0.4);
	display: none;
}

.single-property-share-outer {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 60001;
	width: calc(100% - 40px);
	max-width: 600px;
	padding: 40px;
	background: #fff;
	box-sizing: border-box;
	max-height: calc(100% - 80px);
	overflow: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
	display: none;
}

.property-share-icons {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
	margin: 20px 0 50px;
}

.property-share-icons a {
	display: inline-block;
	width: 50px;
	height: 50px;
	border: 2px solid #957D4E;
	border-radius: 50%;
	color: #957D4E;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	position: relative;
}

.property-share-icons a:hover {
	background: #957D4E;
	color: #fff;
}


.property-share-icons a i::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 24px;
}

.copy-link-inner {
	border: 1px solid #CECECE;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	margin-top: 20px;
}

.copy-link-left {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 12px;
	gap: 10px;
	flex: 0 0 calc(100% - 100px);
	overflow: scroll;
	-ms-overflow-style: none;  /* IE and Edge */
	  scrollbar-width: none;  /* Firefox */
}

.copy-link-left::-webkit-scrollbar {
  display: none;
}

.copy-link-left span {
	white-space: nowrap;
}

.copy-link-left i {
	font-size: 18px;
}

.copy-link-right {
	padding: 10px;
	flex: 0 0 90px;
	box-sizing: border-box;
	line-height: 1;
	text-align: center;
	font-family: "Wix Madefor Display", 'Arial', sans-serif;
	font-weight: 500;
	font-size: 14px;
	background: #0C285A;
	color: #fff;
	border-radius: 50px;
	cursor: pointer;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.copy-link-right.active {
	background: #102641;
}

.single-property-share-closer {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	font-size: 20px;
	
}

.single-property-popup-overlay{
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	background: rgba(16, 38, 65, 0.75);
	z-index: 9998;
	
	display: none;
}

.single-property-popup{
	position: fixed;
	top: 10vh;
	max-height: 80vh;
	left: 0;
	right: 0;
	margin: auto;
	width: 1200px;
	max-width: calc(100vw - 100px);
	z-index: 9999;
	text-align: center;
	display: none;
}

.single-property-popup video{
	max-width: 100%;
	max-height: inherit;
}

.spp-matterport iframe{
	max-width: 100%;
	max-height: inherit;
	width: 100%;
	aspect-ratio: 16/9;
}

.close-popup{
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	margin: 20px 20px 0 0;
	color: #fff;
	text-decoration: underline;
}

.close-popup:hover{
	cursor: pointer;
}

.single-property-dropdown {
	border-bottom: 1px solid #00000033;
}

.single-property-dropdown:last-child {
	border-bottom: 0px solid #00000033;
}

.single-property-dropdown-title-outer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: clamp(15px, 1.6vw, 30px) 0;
	cursor: pointer;
}

.single-property-dropdown-title-outer h3 {
	font-weight: 400;
	line-height: 40px;
}

.single-property-dropdown-title-outer i {
	color: #0B285A;
	font-size: 26px;
	font-weight: 300;
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.single-property-dropdown-title-outer:hover i {
	color: #876D36;
}

.single-property-dropdown-active i {
	transform: rotate(45deg);
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.single-property-dropdown-panel {
	margin: 20px 0 50px 0;
	display: none;
	text-align: left;
	width: 100%;
}

.single-property-discounts {
	display: grid;
	gap: 20px;
}

.single-property-facilities-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px 50px;
}

.single-property-facilities-single span {
	font-size: clamp(16px, 1.05vw, 20px);
	color: #474747;
	margin-left: 20px;
}

.single-property-facilities-single i {
	color: #0B285A;
	font-size: 20px;
}

h1.single-property-top-title {
	font-size: clamp(50px, 4.70vw, 90px);
	font-weight: 400;
	margin-bottom: 30px;
}

.ymal-title {
	font-size: clamp(40px, 3.67vw, 70px);
	font-weight: 400;
	line-height: 75px;
	font-style: italic;
	font-family: "Cormorant Garamond", 'Arial', serif;
}

.you-may-also-container-outer {
	padding: calc(8 * var(--spacer-unit)) 20px calc(8 * var(--spacer-unit)) 20px;
}

.you-may-also-container {
	display: grid;
	grid-template-columns: calc(33.34% - 30px) calc(33.33% - 30px) calc(33.33% - 30px);
	gap: 40px 45px;
	margin-top: 50px;
}

.you-may-also-container .single-archive-content .property-list-title {
	text-align: left;
}

.single-archive-content .first-price {
	font-size: clamp(16px, 1.05vw, 20px);
	color: #474747;
}

.sc-archive-image {
	aspect-ratio: 16 / 11;
}

.sc-calendar-v2-non-popup-container .sc-calendar-section-titles,
.sc-calendar-v2-non-popup-container .sc-calendar-section-key,
.sc-calendar-v2-non-popup-container .sc-calendar-section-guests {
	display: none;
}

.sc-calendar-v2 .sc-calendar-checkout, 
.sc-calendar-v2 .sc-calendar-check-in,
.sc-calendar-v2-wide .sc-calendar-v2-non-popup-container .sc-calendar-checkout {
	border: none;
}

.sc-calendar-v2 .sc-calendar-checkout, 
.sc-calendar-v2 .sc-calendar-check-in {
	float: unset;
	width: 100% !important;
	padding: 0 !important;
}

.sc-calendar-v2 .sc-calendar-v2-non-popup-container .sc-calendar-option-value {
	color: #A5A5A5;
}

.sc-calendar-section.sc-calendar-section-dates {
	display: flex;
	justify-content: space-between;
	padding: 0 5%;
	gap: 50px;
}

.sc-calendar-v2 {
	background: #fff;
	border-radius: 0;
	padding-top: 40px;
	float: unset;
}

.sc-calendar-v2 .sc-calendar-v2-non-popup-container .sc-calendar-option-label {
	text-transform: capitalize;
	font-size: 18px;
	color: #000;
	font-weight: 400;
}

.single-property-page-gallery{
	height: unset;
	overflow: unset;
}

.single-property-page-gallery.slick-slider {
	width: calc(100% + (12vw + 40px));
	left: calc((6vw + 20px) * -1);
}

.single-property-page-gallery.slick-slider a,
.single-property-page-gallery.slick-slider a:nth-child(4n+1) {
	height: unset;
	aspect-ratio: 16/10;
	margin: 0 20px;
}

.single-property-page-gallery.slick-slider .slick-list {
	padding: 0 27vw !important;
}

.single-property-page-gallery.single-property-page-gallery-all{
	height: inherit;
}

.single-property-gallery-slider-buttons-new {
	display: flex;
	justify-content: center;
	gap: 10px;
}

.single-property-gallery-slider-buttons-new i {
	font-weight: 400;
	font-size: 14px;	
	border: 1px solid #474747;
	border-radius: 50%;
	height: 52px;
	width: 52px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	-o-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.single-property-gallery-slider-buttons-new i:hover {
	background: #876D36;
	color: #fff;
	border: 1px solid #876D36;
}

.single-property-gallery {
	display: flex;
	flex-direction: column;
	margin-top: calc(8 * var(--spacer-unit));
}

.single-property-gallery-bottom {
	order: 2;
	margin: 20px 0 calc(8 * var(--spacer-unit)) 0;
}

.single-property-section.single-property-map-outer {
	margin-bottom: calc(8 * var(--spacer-unit));
}



/* -------- SINGLE PROPERTY ENDS -------- */ 


/* -------- SINGLE PROPERTY CALENDAR -------- */ 

.special-offers-trigger {
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	background: #0B285A;
	color: #fff;
	letter-spacing: 10%;
	text-align: center;
	text-transform: uppercase;
	font-size: clamp(12px, 0.80vw, 14px);
	font-weight: 700;
	cursor: pointer;
	-o-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.special-offers-trigger:hover {
	background: #876D36;
}

.sc-calendar-v2 .sc-calendar-section-calendar-container {
	height: clamp(330px, 21.65vw, 415px);
}

.sc-calendar-v1.sc_custom_calendar td.sc-calendar-day, td.sc-calendar-day-np, .sc-calendar-v1.sc_custom_calendar td.calendar-day, td.calendar-day-np, .sc-calendar-v2 .sc_custom_calendar .sc-calendar-day {
	width: clamp(45px, 2.87vw, 55px);
	height: clamp(45px, 2.87vw, 55px);
	padding: 0;
}

table.sc_custom_calendar {
	margin: auto;
	border-spacing: 3px !important;
}

.sc-calendar-v2 .sc_custom_calendar .sc-calendar-day.calendar-unbookable, .sc-calendar-key-unavailable:before {
	background: #F5F5F5;
}

.sc-calendar-v2 .sc_custom_calendar .sc-calendar-day {
	color: #1E1E1E;
	background: #F5F5F5;
}

.sc-calendar-v2 .sc_custom_calendar .sc-calendar-day.sc_calendar-arrive, .sc-calendar-key-arrival:before {
	background: rgba(135, 109, 54, 0.3);
}

.sc-calendar-v2 .sc_custom_calendar td.sc-calendar-day.sc_calendar-selected, .sc-calendar-v2 .sc_custom_calendar td.sc-calendar-day.sc_calendar-selected-arrive, .sc-calendar-v2 .sc_custom_calendar td.sc-calendar-day.sc_calendar-selected-depart, .sc-calendar-v2 .sc_custom_calendar .sc-calendar-day.sc_calendar-depart:hover, .sc-calendar-v2 .sc_custom_calendar .sc-calendar-day.sc_calendar-arrive:hover, .sc-calendar-key-selected:before {
	background: #876D36;
	color: #fff;
}

.sc-calendar-v2 .sc_custom_calendar .sc-calendar-day.sc_calendar-depart, .sc-calendar-key-departure:before {
	background: #0B285A;
	color: #fff;
}

.sc_custom_calendar-title {
	display: none;
}

.sc-calendar-v2 .sc-calendar-month-select-outer select.sc-calendar-month-select {
	font-size: 16px;
	background-color: #fff;
	color: #000000;
	background-image: url('images/select-dropdown.svg');
	background-size: 12px;
	background-position: top 50% right 10px;
	background-repeat: no-repeat;
	padding: 8px 25px 8px 10px;
}

.sc-calendar-v2 .sc-calendar-selects {
	clear: both;
	margin: 20px 0 30px;
	position: relative;
}

.sc-calendar-v2 .sc-calendar-section-footer-right {
	display: flex;
	align-items: center;
	gap: 20px;
	float: unset;
	justify-content: space-between;
}

.sc-calendar-v2 .sc-calendar-section-footer-right .sc-view-summary {
	float: unset;
	margin: 0;
	order: 2;
	color: #0B285A;
	border: 1px solid #0B285A;
}

.sc-calendar-v2 .sc-calendar-section-footer-right .sc-view-summary:hover {
	background: #0B285A;
	color: #fff;
}

.sc-calendar-v2 .sc-calendar-section-footer-right .sc-calendar-instructions-clear {
	float: unset;
	color: #474747;
}

.sc-calendar-v2 .sc-calendar-section-summary-title {
	font-weight: 400;
	font-family: "Cormorant Garamond", 'Arial', serif;
	color: #0B285A;
	font-size: clamp(24px, 1.77vw, 34px);
}

.sc-calendar-v2-wide .sc-calendar-from-date, .sc-calendar-v2-wide .sc-calendar-to-date, .sc-calendar-v2-wide .sc-calendar-for-count {
	float: unset;
	width: 100%;
	margin-right: 0;
	margin-bottom: 15px;
}

.sc-calendar-v2 .sc-calendar-nights-count {
	font-size: 18px;
	color: #0B285A;
	font-weight: 600;
	margin-top: 15px;
}

.sc-calendar-v2 .sc-calendar-section-summary .sc-calendar-from-date span, .sc-calendar-v2 .sc-calendar-section-summary .sc-calendar-to-date span, .sc-calendar-v2 .sc-calendar-section-summary .sc-calendar-for-count span {
	font-weight: 500;
	color: #0B285A;
}

.sc-calendar-v2 .sc-calendar-section-summary small {
	font-weight: 400;
}

.sc-calendar-check-availability, a.sc_book_link.button-link {
	padding: 18px 30px;
	box-sizing: border-box;
}

.sc-calendar-v2 .sc-calendar-change-dates-link {
	float: unset;
}

.sc-calendar-v2 .sc-calendar-section-footer {
	border-top: 0px solid #fff;
}

/* -------- SINGLE PROPERTY CALENDAR ENDS -------- */ 


/* Index */

#sidebar ul{
	margin: 0;
	padding: 0;
}

#sidebar ul li{
	list-style: none;
}

#sidebar select {
	appearance: none;
	-webkit-appearance: none;
	background: transparent;
	border: 1px solid #0B285A;
	padding: 12px 38px 12px 20px;
	border-radius: 0;
	width: 390px;
	max-width: 100%;
	background-repeat: no-repeat !important;
	background-position: top 50% right 20px;
	background-size: 12px !important;
	cursor: pointer;
	font-size: 16px;
	background-image: url(images/select-dropdown.svg);
	font-family: "Wix Madefor Display", 'Arial', sans-serif;
	font-weight: 400;
	color: #474747;
}

#sidebar label {
	display: none;
}


.pagination{
	display: flex;
	align-items: center;
	gap: 0;
	justify-content: center;
	flex-wrap: wrap;
	margin: 20px 0 100px;
}

.pagination a.page-numbers, .pagination span.current{
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #000;
}

.pagination span.current, .pagination a.page-numbers:hover, .pagination a.prev:hover, .pagination a.next:hover{
	color: #0B285A;
	background: rgba(193, 216, 219, 0.5);
}

.pagination a.prev, .pagination a.next{
	width: auto;
	padding: 0px;
	height: auto;
	line-height: 1.5;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 10%;
	border-bottom: 2px solid #0B285A;
	color: #0B285A;
}

.pagination a.prev {
	margin-right: 20px;
}

.pagination a.next {
	margin-left: 20px;
}

.pagination a.prev:hover, .pagination a.next:hover {
	background: transparent;
}





/* News */

.archive-news-outer {
	display: flex;
	flex-wrap: wrap;
	gap: 50px 51px;
	margin: 40px 0;
}

.archive-news-feature {
	flex: 0 0 100%;
	display: grid;
	grid-template-columns: 56% 38%;
	gap: 20px 6%;
	align-items: center;
	padding-bottom: 70px;
	position: relative;
	z-index: 1;
}

.archive-news-image-outer {
	aspect-ratio: 16/11;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.archive-news-feature .archive-news-image,
.archive-news .archive-news-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transform: scale(1);
	-o-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.archive-news-feature:hover .archive-news-image,
.archive-news:hover .archive-news-image {
	transform: scale(1.05);
}

.archive-news .archive-news-image {
	aspect-ratio: 1/1;
}

.archive-news {
	display: inline-block;
	margin: 0;
	flex: 0 0 calc(33.33% - 34px);
	padding-bottom: 50px;
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
}

.archive-news::before,
.archive-news-feature::before {
	content: '';
	position: absolute;
	bottom: 0;
	height: 1px;
	width: 100%;
	left: 0;
	background: rgba(0,0,0,0.2);
	z-index: -2;
}

.archive-news::after,
.archive-news-feature::after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 1px;
	width: 0;
	right: 0;
	background: #876D36;
	z-index: -1;
	-o-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.archive-news:hover::after,
.archive-news-feature:hover::after {
	right: unset;
	left: 0;
	width: 100%;
}

.blog-filters {
	flex: 0 0 100%;
	justify-content: flex-end;
	display: flex;
}

.archive-news .archive-news-text {
	padding-top: 20px;
}

.single-post-category {
	color: #876D36;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 10%;
	font-weight: 700;
	margin: 0 0 15px;
}

.single-content-header h1,
.single-explore-top h1 {
	text-align: center;
	margin-top: calc(6 * var(--spacer-unit));
}

.blog-category,
.single-explore-category {
	text-align: center;
	font-weight: 700;
	color: #876D36;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 30px;
	letter-spacing: 2px;
}

.single-content-image {
	margin-top: calc(4.5 * var(--spacer-unit));
}

.single-blog-inner {
	margin-top: 100px;
}

.single-blog-other-posts {
	padding: 8vw 0;
	margin-top: 8vw;
}

.single-explore-outer {
	margin: 50px 0 8vw;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 40px 8%;
	flex-wrap: wrap;
}

.single-explore-left {
	background: rgba(226, 197, 175, 0.3);
	flex: 0 0 clamp(300px, 23.5vw, 450px);
	box-sizing: border-box;
	padding: 30px;
}

.single-explore-right {
	flex: 0 0 calc(92% - clamp(300px, 23.5vw, 450px));
}

.single-explore-item {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: clamp(16px, 1.05vw, 20px);
	margin-bottom: 20px;
	color: #0B285A;
}

.single-explore-item.single-explore-address {
	align-items: flex-start;
}

.single-explore-item.single-explore-address i {
	margin-top: 4px;
}

.single-explore-item a {
	color: #0B285A;
	-o-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.single-explore-item a:hover {
	color: #876D36;
}

.single-explore-item i {
	color: #876D36;
}

/* Error Page */

.error-page .custom-breadcrumbs {
	display: none;
}



/* Map */

.map-container, #google-map{
	width: 100%;
}

#google-map{
	height: 500px;
}





/* Contact Form */

.creato_cf_main {
	width: 100%;
	text-align: left;
	max-width: 900px;
	margin: auto;
}

.creato_cf_main h2 {
	margin-bottom: 30px;
}

.creato_cf_main form {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.contact-row {
	flex: 0 0 100%;
	display: inline-block;
	margin-bottom: 0px;
}

.contact-row.contact-row-contact_email,
.contact-row.contact-row-contact_number {
	flex: 0 0 calc(50% - 15px);
}

.contact-row label {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-bottom: 10px;
	font-size: 14px;
	letter-spacing: 10%;
	text-transform: uppercase;
	color: #0B285A;
	font-weight: 700;
}

.contact-row input[type="text"], .contact-row textarea, .contact-row select {
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 20px;
	width: 100%;
	max-width: 100%;
	font-size: 16px;
	-webkit-appearance:none;
	font-family: "Wix Madefor Display", 'Arial', sans-serif;
	box-sizing: border-box;
	background: #fff;
	color: #474747;
}

.contact-row select {
	background-image: url('images/dropdown-arrow.svg');
	background-size: 14px;
	background-position: top 50% right 10px;
	background-repeat: no-repeat;
}

.contact-row-contact_terms label{
	font-size: 12px;
	display: inline-block;
}

.contact-row-contact_terms label.contact-terms {
	font-weight: 400;
	letter-spacing: unset;
	text-transform: unset;
	color: #474747;
}

.message {
	color: #545454;
	display: inline-block;
	width: 94%;
    padding: 15px 2%;
    margin: 20px 1%;
    border: 1px solid #545454;
    font-size:16px;
}

.contact-content-link.remove-margin {
	margin-bottom: 10px;
}


/* Password Protected Pages */

form.post-password-form {
	padding: 30px 20px;
	width: calc(100% - 40px);
	background: #eeeeee;
	margin: 30px auto;
}

form.post-password-form input[name="post_password"] {
	border: none;
	background: #fff;
	padding: 10px;
	margin: 0 10px;
	font-size: 16px;
	color: #000;
	border-radius: 3px;
}







/* Footer */

.footer {
	width: 100%;
	background: #0B285A;
	color: #fff;
}

.footer-inner {
	width: 100%;
	box-sizing: border-box;
	padding: 20px 20px 40px;
	text-align: left;
}

.footer-top {
	display: grid;
	grid-template-columns: 50% 50%;
}

.footer-top-left {
	padding: 100px 16% 100px 0;
	display: flex;
	flex-direction: column;
	border-right: 1px solid rgba(255,255,255,0.2);
}

.footer-top-right {
	padding: 100px 0 100px 16%;
	display: grid;
	grid-template-columns: calc(50% - 20px) calc(50% - 20px);
	gap: 80px 40px;
}

.footer-newsletter-text {
	font-family: "Cormorant Garamond", 'Arial', serif;
	font-size: clamp(30px, 2.35vw, 45px);
	max-width: 520px;
	line-height: 1.1;	
}

.footer-title {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 10%;
	font-weight: 600;
	color: rgba(243, 242, 238, 0.5);
	margin-bottom: 35px;
}

.footer-newsletter {
	margin-bottom: 40px;
}

.footer-newsletter label {
	display: none;
}

.footer-newsletter form,
.mc-field-group-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	width: 100%;
	max-width: 600px;
	margin-top: 50px;
}

.mc-field-group-flex {
	margin-top: 0;
}

#mc_embed_signup_scroll {
	width: 100%;
}

.mc-field-group {
	width: 100%;
}

.footer-newsletter form input[type="text"],
.footer-newsletter form input[type="email"]{
	flex-grow: 1;
	-webkit-appearance: none;
	padding: 22px 15px;
	background: rgba(255,255,255,0.1);
	border: 0px solid #fff;
	border-radius: 0;
	color: #fff;
	font-size: 16px;
	font-family: "Wix Madefor Display", 'Arial', sans-serif;
	line-height: 1;
	font-weight: 400;
}

.footer-newsletter form input[type="email"] {
	width: calc(100% - 30px);
}

.footer-newsletter form input[type="text"]::placeholder,
.footer-newsletter form input[type="email"]::placeholder{
	font-size: 16px;
	font-family: "Wix Madefor Display", 'Arial', sans-serif;
	line-height: 1;
	font-weight: 400;
	color: #fff;
	margin: 0;
}

.footer-newsletter form input.button-link {
	font-size: 14px;
	line-height: 1;
	background: #876D36;
	color: #fff;
	padding: 24px 30px;
}

.footer-newsletter form input.button-link:hover {
	background: #fff;
	color: #876D36;
}

.footer-accreditations {
	margin-top: auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.footer-accreditations.mobile-accreditations {
	display: none;
}

.footer-accreditations img {
	height: clamp(40px, 3.13vw, 60px);
	width: auto;
}


a.footer-logo {
	width: 150px;
	max-width: 100%;
}

a.footer-logo svg {
	width: 100%;
}

.footer-menu ul {
	padding: 0;
	margin: 0;
}

.footer-menu ul li {
	list-style: none;
	display: block;
}

.footer-menu ul li a,
.footer-contact a {
	display: block;
	width: fit-content;
	font-size: clamp(14px, 0.94vw, 18px);
	color: #fff;
	margin-bottom: 14px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.footer a{
	color: #fff;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.footer a:hover,
.footer-social a.social-icon:hover{
	color: #876D36;
}

.footer-social.social-icons-container {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 15px;
	flex-wrap: wrap;
}

.footer-social a.social-icon{
	display: block;
	min-width: unset;
	width: fit-content;
	height: unset;
	padding: 0;
	border: 0px solid #000;
	color: #fff;
	border-radius: 0;
	margin: 0;
	font-size: clamp(20px, 1.4vw, 26px);
	line-height: 1.5;
	text-align: left;
}

.footer-left ul,
.credit-link ul {
	margin: 0;
	padding: 0;
}

.footer-left ul li,
.credit-link ul li {
	list-style: none outside none;
	display: inline;
}

.credit{
	display: flex;
	width: 100%;
	font-size: 12px;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	gap: 20px 30px;
	position: relative;
	padding-top: 30px;
	text-transform: uppercase;
	letter-spacing: 10%;
	color: rgba(243, 242, 238, 0.5);
}

.credit::before {
	position: absolute;
	top: 0;
	width: calc(100% + (12vw + 40px));
	left: calc((6vw + 20px) * -1);
	height: 1px;
	background: rgba(255,255,255,0.2);
	content: '';
}

.credit .separator {
	padding: 0 10px;
}

.credit-company-info {
	margin-top: 10px;
}


.credit-link, .credit-left span {
	display: inline-block;
}

.credit-left a {
	color: rgba(243, 242, 238, 0.5);
}

.credit-right a {
	font-weight: 700;
	color: rgba(243, 242, 238, 0.5);
}




@media (min-width: 1920px) {
	.centred {
		max-width: 1690px;
	}
	
	.credit::before,
	.creato_block-container.slider-center .slider,
	.single-property-page-gallery.slick-slider {
		--widthA: calc(100vw - 1650px);
		--widthB: calc(var(--widthA) / 2);
		width: calc(100% + var(--widthA));
		left: calc(var(--widthB) * -1);
	}
	
	.other-articles.creato_block-container .slider .creato_block-listing .creato_block-listing-overlay .creato_block-listing-image {
		--widthA: calc(100vw - 1650px);
		--widthB: calc(var(--widthA) / 2);
		width: calc(100% + var(--widthB));
		left: calc(var(--widthB) * -1);
	}
	
	.creato_block-container .slider {
		--widthA: calc(100vw - 1650px);
		--widthB: calc(var(--widthA) / 2);
		width: calc(100% + var(--widthB));
	}
	
	.full-width-media-text.wp-block-media-text figure.wp-block-media-text__media {
		--widthA: calc(100vw - 1650px);
		--widthB: calc(var(--widthA) / 2);
		width: calc(100% + var(--widthB));
		left: calc(var(--widthB) * -1);
	}
	
	.full-width-media-text.wp-block-media-text.has-media-on-the-right figure.wp-block-media-text__media {
		--widthA: calc(100vw - 1650px);
		--widthB: calc(var(--widthA) / 2);
		width: calc(100% + var(--widthB));
		left: unset
	}

}


@media (max-width: 1500px) {
	.top-bar-fixed-right .top-bar-icon span {
		display: none;
	}
	
	.top-bar-fixed-right .top-bar-icon::after {
		content: unset;
	}
	
	.top-bar-fixed-right .top-bar-icon:hover {
		color: #876D36;
	}
	
	.variable-overlay .variable-overlay-inner {
		padding: 20px 20px;
		grid-template-columns: 200px calc(100% - 200px);
	}
	
	.overlay-section.overlay-variables {
		padding-left: 20px;
	}
}

@media (max-width: 1350px) {
	.top-bar-fixed-nav ul {
		gap: 30px;
	}
}



@media (max-width: 1300px) {
	.full-width-media-text.wp-block-media-text figure.wp-block-media-text__media {
		width: calc(100% + 20px);
		left: calc(-20px);
	}
	
	.full-width-media-text.wp-block-media-text.has-media-on-the-right figure.wp-block-media-text__media {
		width: calc(100% + 20px);
	}
	
	.single-property-page-gallery.slick-slider .slick-list {
		padding: 0 25% 0 25% !important;
	}
	
	.top-bar-fixed-nav {
		display: none;
	}
	
	.top-bar-fixed-right {
		padding-left: 0;
		border-left: 0px solid #fff;
	}
	
	.top-bar-fixed-right .top-bar-icon span {
		display: block;
	}
	
	.top-bar-fixed .mobile-nav-header {
		display: flex;
	}
	
	.centred {
		max-width: 1300px;
	}
	
	.top-bar .centred {
		max-width: 1300px;
	}
	
	.top-bar .top-bar-inner {
		padding: 0 20px;
	}
	
	.creato_block-container.slider-center .slider {
		width: calc(100% + 40px);
		left: -20px
	}
	
	.credit::before {
		width: calc(100% + 40px);
		left: -20px
	}
	
	.nav ul li ul {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.other-articles.creato_block-container .slider .creato_block-listing .creato_block-listing-overlay .creato_block-listing-image {
		width: calc(100% + 20px);
		left: -20px
	}
	
	.creato_block-container .slider {
		width: calc(100% + 20px);
	}
	
	.wp-block-cover:not(.full-width) {
		position: relative;
		left: -20px;
		width: calc(100% + 40px);
		padding: 20px;
	}
	
	.wp-block-cover.expand-cover-block {
		-webkit-clip-path: inset(calc(8 * var(--spacer-unit)) 20px calc(8 * var(--spacer-unit)) 20px);
		clip-path: inset(calc(8 * var(--spacer-unit)) 20px calc(8 * var(--spacer-unit)) 20px);
		padding: calc(8 * var(--spacer-unit)) 20px;
	}
}


@media (max-width: 1200px) {
	.overlay-varibale-columns {
		display: grid;
		grid-template-columns: calc(25% - 15px) calc(25% - 15px) calc(25% - 15px) calc(25% - 15px);
		gap: 20px;
	}
}


@media (max-width: 1130px) {
	.sc-main-search-item.regionname {
		flex: 0 0 40%;
	}
	
	/*
	.sc-main-search-item.arrival,
	.sc-main-search-item.nights {
		flex: 0 0 30%;
	}
	
	.sc-main-search-item.datevar,
	.sc-main-search-item.sleeps {
		flex: 0 0 calc(50% - 185px);
	}
	
	.sc-main-search-item.datevar select {
		border-left: 0px solid #fff;
	}
	*/
}


@media (max-width: 1100px) {
	
	.footer-top-left {
		padding: 100px 30px 100px 0;
	}
	
	.footer-top-right {
		padding: 100px 0 100px 30px;
		gap: 80px 20px;
	}
}


@media (max-width: 1000px) {
	.creato_block-container.creato_block-container-5-columns .grid {
		grid-template-columns: calc(25% - 15px) calc(25% - 15px) calc(25% - 15px) calc(25% - 15px);
	}
	
	.featured-wrapper.grid {
		display: block;
		width: calc(100% + 20px);
	}
	
	.featured-wrapper.grid > .slick-list {
		padding: 0 10% 0 0;
	}
	
	.featured-wrapper.grid .sc-single-property {
		margin-right: 20px;
	}
	
	.creato_block-type-post .creato_block-container.creato_block-container-3-columns .grid {
		grid-template-columns: calc(50% - 25px) calc(50% - 25px);
	}
	
	.creato_block-type-post .creato_block-container.mobile-slider .grid {
		display: block !important;
		width: calc(100% + 20px);
	}
	
	.creato_block-type-post .creato_block-container.mobile-slider .grid .slick-list {
		padding: 0 10% 0 0;
	}
	
	.creato_block-type-post .mobile-slider .creato_block-container-header .creato_block-container-header-left h2 {
		width: unset;
	}
	
	.mobile-slider .creato_block-container-listings .grid .creato_block-listing{
		margin: 0px 30px 0px 0;
	}
	
	.mobile-slider .creato_block-container-listings .grid .creato_block-listing h3 {
		min-height: 55px;
	}
	
	.mobile-slider .creato_block-container-listings .grid .creato_block-listing:nth-child(2n+1),
	.mobile-slider .creato_block-container-listings .grid .creato_block-listing:nth-child(3n+1),
	.mobile-slider .creato_block-container-listings .grid .creato_block-listing:nth-child(4n+1){
		clear: none;
	}
	
	.archive-news-outer {
		display: grid;
		gap: 50px 30px;
	}
	
	.archive-news-feature,
	.blog-filters {
		grid-column: 1 / -1;
	}
	
	#sidebar select {
		width: 100%;
	}
	
	.creato_block-container.creato_block-container-3-columns .grid,
	.creato_block-container.creato_block-container-4-columns .grid,
	.creato_block-container.creato_block-container-5-columns .grid,
	.archive-news-outer {
		grid-template-columns: calc(50% - 15px) calc(50% - 15px);
	}
	
	.sc-grid-view-3 .property-archive-page,
	.you-may-also-container {
		display: grid;
		grid-template-columns: calc(50% - 20px) calc(50% - 20px);
		gap: 40px 40px;
	}
	
	.attraction-block-listings-section {
		grid-template-columns: calc(50% - 15px) calc(50% - 15px);
	}
	
	.v2-search-results-tab.props .smart-search-page-results-section-inner {
		display: grid;
		grid-template-columns: calc(33.34% - 20px) calc(33.33% - 20px) calc(33.33% - 20px);
		gap: 30px 30px;
		margin-bottom: 0;
	}
	
	.v2-search-results-tab.posts .smart-search-page-results-section-inner,
	.v2-search-results-tab.pages .smart-search-page-results-section-inner, 
	.v2-search-results-tab.post_tsad .smart-search-page-results-section-inner,
	.v2-search-results-tab.props .smart-search-page-results-section-inner {
		display: grid;
		grid-template-columns: calc(50% - 15px) calc(50% - 15px);
		gap: 30px 30px;
		margin-bottom: 0;
	}
	
}


@media (max-width: 950px) {
	.overlay-varibale-columns {
		display: grid;
		grid-template-columns: calc(33.33% - 12px) calc(33.33% - 12px) calc(33.33% - 12px);
		gap: 18px;
	}
}


@media (max-width: 900px) {
	
	.top-bar {
		top: 0;
		height: 90px;
		position: fixed;
		background: #F3F2EE;
	}
	
	.top-bar.top-bar-none {
		display: block;
	}
	
	.mobile-nav {
		top: 90px;
	}
	
	.top-bar .centred {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}
	
	.top-bar a.header-logo svg g g path {
		stroke: #0B285A;
	}
	
	.top-bar a.header-logo svg g g g path {
		fill: #0B285A;
	}
	
	.top-bar .top-bar-top .top-bar-icon, .top-bar-fixed-right .top-bar-icon {
		color: #0B285A;
	}
	
	.top-bar .mobile-nav-header {
		display: flex;
	}
	
	.top-bar-fixed {
		display: none;
	}
	
	.top-bar .top-bar-bottom {
		display: none;
	}
	
	.top-bar-fixed-on-scroll {
		top: 0;
	}
	
	.page-wrapper-fixed,
	.page-wrapper {
		margin-top: 90px;
	}
	
	.single-property-container {
		display: grid;
		grid-template-columns: 100%;
		gap: 60px;
		margin-top: 80px;
	}
	
	
	.video-outer .sc-main-search-outer .sc-main-search-item {
		flex: 0 0 33.33%;
	}
	
	.video-outer .sc-main-search-outer .sc-main-search-item.sleeps,
	.video-outer .sc-main-search-outer .sc-main-search-item.submit {
		flex: 0 0 50%;
	}
	
	.video-outer .sc-main-search-item.sleeps select {
		border-left: 0px solid #fff;
	}
	
	.single-property-nav {
		display: none;
	}
	
	
	.sc-main-search-item.arrival,
	.sc-main-search-item.nights {
		flex: 0 0 33.33%;
	}
	
	.sc-main-search-item.datevar {
		flex: 0 0 33.34%;
	}
	
	.sc-main-search-item.sleeps {
		flex: 0 0 calc(100% - 370px);
	}
	
	.sc-main-search-item.sleeps select {
		border-left: 0px solid #fff;
	}
	
	.video-overlay {
		display: none;
	}
	
}

@media (max-width: 850px) {
	.creato_block-container.creato_block-container-4-columns .grid,
	.creato_block-container.creato_block-container-5-columns .grid {
		grid-template-columns: calc(33.34% - 14px) calc(33.33% - 13px) calc(33.33% - 13px);
	}
	
	.single-property-page-gallery.slick-slider .slick-list {
		padding: 0 15% 0 15% !important;
	}
	
	.single-property-page-gallery.slick-slider a, .single-property-page-gallery.slick-slider a:nth-child(4n+1) {
		margin: 0 10px;
	}
}


/* Tablet */


@media (max-width: 800px) {
	.footer-top {
		grid-template-columns: 100%;
	}
	
	.footer-top-left {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		border-right: 0px solid rgba(255, 255, 255, 0.2);
		padding: 100px 0 50px;
	}
	
	.footer-top-right {
		padding: 50px 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}
	
	.footer-accreditations {
		display: none;
	}
	
	.footer-accreditations.mobile-accreditations {
		display: flex;
		padding-top: 50px;
	}
	
	.footer-newsletter {
		margin-bottom: 0px;
	}
	
	.credit::before {
		content: unset;
	}
	
	.single-explore-left {
		flex: 0 0 100%;
	}
	
	.single-explore-right {
		flex: 0 0 100%;
		flex-grow: 1;
	}
	
	.single-property-top-image-gallery-button {
		display: none;
	}
	
	.things-to-do-map-outer.things-to-do-map-outer-with-key {
		display: grid;
		grid-template-columns: 100%;
		gap: 50px;
		align-items: flex-start;
		margin-top: 60px;
	}
}




@media (max-width: 700px) {
	.top-bar .top-bar-top-right .top-bar-icon {
		display: none;
	}
	
	.mobile-nav-header span,
	.top-bar .top-bar-top .top-bar-icon span, .top-bar-fixed-right .top-bar-icon span {
		display: none;
	}
	
	.top-bar .top-bar-top .top-bar-icon i, .top-bar-fixed-right .top-bar-icon i, .mobile-nav-header i {
		font-size: 20px;
	}
	
	.mobile-nav-icons {
		display: flex;
	}
	
	.top-bar .top-bar-top .top-bar-icon::after, .top-bar-fixed-right .top-bar-icon::after {
		content: unset;
	}
	
	.content-menu-inner {
		grid-template-columns: 100%;
		gap: 50px;
		text-align: center;
	}
	
	.content-menu-link {
		margin: auto;
	}
	
	.content-menu-left .button-link {
		display: none;
	}
	
	.content-menu-right .button-link {
		display: inline-block;
		max-width: 400px;
		margin: 20px auto;
		width: 100%;
		box-sizing: border-box;
	}
	
	.other-articles.creato_block-container .slider .creato_block-listing .creato_block-listing-overlay {
		display: grid;
		grid-template-columns: 100%;
		gap: 30px 8%;
		align-items: center;
	}
	
	.other-articles.creato_block-container .slider .creato_block-listing .creato_block-listing-overlay .creato_block-listing-image {
		width: calc(100% + 40px);
		left: -20px;
	}
	
	.other-articles .creato_block-listing-text {
		padding: 0;
	}
	
	.other-articles.creato_block-container .creato_block-container-header-right {
		position: relative;
		width: 100%;
	}
	
	.other-articles .creato_block-container-header {
		align-items: flex-end;
		margin-bottom: 30px;
	}
	
	
	.other-articles .slick-dots {
		top: -76px;
		left: 63px;
	}
	
	
	
	.video-outer .sc-main-search-outer,
	.sc-main-search-outer  {
		position: fixed;
		top: 90px;
		left: 0px;
		width: 100%;
		height: calc(100vh - 90px);
		box-sizing: border-box;
		background: #F3F2EE;
		z-index: 4000;
		transform: unset;
		padding: 20px 20px 100px;
		overflow: scroll;
		-ms-overflow-style: none;
		scrollbar-width: none;
		clip-path: inset(0 0 0 100%);
		-webkit-clip-path: inset(0 0 0 100%);
		transition: all .5s cubic-bezier(0.77, 0, 0.175, 1);
		transition: all .5s cubic-bezier(0.77, 0, 0.175, 1);
		transition: all .5s cubic-bezier(0.77, 0, 0.175, 1), all .5s cubic-bezier(0.77, 0, 0.175, 1);
		margin-bottom: 0;
	}
	
	.sc-main-search-outer.active {
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0);
	}
	
	.video-outer .sc-main-search-outer .sc-main-search-item,
	.sc-main-search-item.regionname,
	.sc-main-search-item.arrival, .sc-main-search-item.nights,
	.sc-main-search-item.datevar, .sc-main-search-item.sleeps,
	.video-outer .sc-main-search-outer .sc-main-search-item.datevar, .video-outer .sc-main-search-outer .sc-main-search-item.sleeps, .video-outer .sc-main-search-outer .sc-main-search-item.submit,
	.sc-main-search-item.submit, .sc-main-search .filter-overlay {
		flex: 0 0 100%;
	}
	
	.sc-main-search .filter-overlay {
		margin-left: 0;
		height: 50px;
	}
	
	.sc-main-search-item select, .sc-main-search-item input[type="text"] {
		border-left: 1px solid #fff;
	}
	
	.video-outer .sc-main-search .filter-overlay {
		display: flex;
		margin: 0;
		width: 100%;
		height: 50px;
	}
	
	.sc-main-search-item {
		height: 50px;
	}
	
	.sc-main-search-item.arrival, .sc-main-search-item.departure {
		margin-right: 0;
	}
	
	.variable-overlay .variable-overlay-inner {
		padding: 20px 20px;
		grid-template-columns: 100%;
	}
	
	.overlay-section.overlay-rooms-beds {
		display: grid;
		grid-template-columns: calc(50% - 15px) calc(50% - 15px);
		gap: 30px;
		width: 100%;
	}
	
	.overlay-section.overlay-variables {
		padding-left: 0;
		border-left: 0px solid rgba(0, 0, 0, 0.2);
		padding-bottom: 30px;
	}
	
	.variable-overlay {
		position: relative;
		top: 0;
	}
	
	.sc-overlay-submit.sc-overlay-submit-bottom {
		position: unset;
	}
	
	.sc-overlay-clear.sc-overlay-clear-button.sc-overlay-clear-button-bottom {
		position: unset;
		text-align: center;
	}
	
	.variable-overlay {
		height: 0;
	}
	
	.variable-overlay.active {
		height: auto;
	}
	
	.mobile-search-trigger,
	.mobile-availability-trigger {
		display: block;
		position: fixed;
		bottom: 30px;
		left: 50%;
		transform: translate(-50%);
		color: #fff;
		font-size: 14px;
		font-weight: 700;
		letter-spacing: 10%;
		padding: 15px;
		box-sizing: border-box;
		background: #876D36;
		z-index: 6000;
		width: calc(100vw - 40px);
		max-width: 380px;
		text-transform: uppercase;
		text-align: center;
		cursor: pointer;
		-o-transition: .5s ease-in-out;
		-ms-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-webkit-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	
	.mobile-availability-trigger {
		z-index: 4000;
	}
	
	/*
	.mobile-search-trigger:hover {
		background: rgba(135, 109, 54, 0.8);
	}
	*/
	
	.footer-inner {
		padding: 20px 20px 100px;
	}

	.archive-news-feature {
		grid-template-columns: 100%;
	}

}



@media (max-width: 600px) {

	.wp-block-media-text .wp-block-media-text__content {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.cookie-banner {
		width: 60px !important;
		height: 60px !important;
	}
	
	.cookie-banner i {
		font-size: 18px !important;
	}
	
	.full-width-media-text.wp-block-media-text figure.wp-block-media-text__media {
		width: calc( 100% + 40px);
	}
	
	.full-width-media-text.wp-block-media-text.has-media-on-the-right figure.wp-block-media-text__media {
		width: calc( 100% + 40px);
		left: -20px;
	}
	
	.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content,
	.wp-block-media-text .wp-block-media-text__content {
		padding: 30px 0 !important;
	}
	
	.creato_block-type-post .creato_block-container {
		position: relative;
	}
	
	.creato_block-type-post .creato_block-container.creato_block-container-3-columns .grid {
		grid-template-columns: 100%;
	}
	
	.creato_block-type-post .creato_block-container-header {
		justify-content: center;
		text-align: center;
	}
	
	.creato_block-type-post .mobile-slider .creato_block-container-header-right {
		position: absolute;
		bottom: 0;
		width: 100%;
		justify-content: center;
	}
	
	.creato_block-type-post .creato_block-container.mobile-slider .creato_block-container-header-right .button-link {
		box-sizing: border-box;
		width: 100%;
		max-width: 400px;
	}
	
	.creato_block-type-post .creato_block-container.mobile-slider {
		padding-bottom: 100px;
	}
	
	.beige-bg-media-text.wp-block-media-text .wp-block-media-text__content, .light-blue-bg-media-text.wp-block-media-text .wp-block-media-text__content {
		padding: 50px 0 !important;
	}
	
	.creato_block-container.creato_block-container-2-columns .grid,
	.creato_block-container.creato_block-container-3-columns .grid,
	.creato_block-container.creato_block-container-4-columns .grid,
	.creato_block-container.creato_block-container-5-columns .grid,
	.archive-news-outer {
		grid-template-columns: 100%;
	}
	
	.sc-grid-view-3 .property-archive-page,
	.you-may-also-container {
		display: grid;
		grid-template-columns: 100%;
		gap: 40px 40px;
	}
	
	.attraction-block-listings-section {
		grid-template-columns: 100%;
	}
	
	.overlay-varibale-columns {
		display: grid;
		grid-template-columns: calc(50% - 5px) calc(50% - 5px);
		gap: 10px;
	}
	
	.v2-search-results-tab.posts .smart-search-page-results-section-inner,
	.v2-search-results-tab.pages .smart-search-page-results-section-inner, 
	.v2-search-results-tab.post_tsad .smart-search-page-results-section-inner,
	.v2-search-results-tab.props .smart-search-page-results-section-inner {
		display: grid;
		grid-template-columns: 100%;
		gap: 30px 30px;
		margin-bottom: 0;
	}
	
	#sidebar {
		flex: 1 0 100%;
	}
	
	.testimonial-outer .slick-dots {
		top: -66px;
		left: 0;
	}

}



/* Mobile Layouts */
@media (max-width: 500px) {

	.nav {
		display: none;
	}

	.mobile-nav-header {
		display: inline-block;
	}
	
	.mobile-nav ul li ul {
		height: calc(100dvh - 200px);
	}
	
	.creato_block-type-post .creato_block-container.creato_block-container-2-columns .grid {
		grid-template-columns: 100%;
	}

}

@media (max-width: 450px) {
	
	
	.creato_block-container.creato_block-container-3-columns .grid .creato_block-listing:last-child,
	.creato_block-container.creato_block-container-5-columns .grid .creato_block-listing:last-child {
		grid-column: span 1;
	}
	
	.footer-top-right {
		grid-template-columns: 100%;
		gap: 25px;
	}
	
	.footer-title {
		padding: 0 30px 0 0;
		margin: 0;
		position: relative;
		cursor: pointer;
	}
	
	.footer-title::after {
		content: '\f078';
		font-family: "Font Awesome 7 Pro";
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		font-size: 12px;
		-o-transition: .5s ease-in-out;
		-ms-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-webkit-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	
	.footer-title.footer-title-active::after {
		transform: translateY(-50%) rotate(180deg);
	}
	
	.footer-menu-panel {
		display: none;
		padding-top: 20px;
	}
	
	.footer-newsletter form input.button-link {
		padding: 17px 30px;
		flex-grow: 1;
	}
	
	.footer-newsletter form input[type="text"] {
		padding: 15px 15px;
	}
	
	.footer-newsletter form {
		flex-wrap: wrap;
	}
	
	.contact-row.contact-row-contact_email, .contact-row.contact-row-contact_number {
		flex: 100%;
	}	
	
	.single-property-facilities-list {
		grid-template-columns: 1fr;
	}
	
}


@media (max-width: 400px) {
	.overlay-varibale-columns {
		display: grid;
		grid-template-columns: 100%;
		gap: 10px;
	}
	
	.other-articles.creato_block-container .creato_block-container-header-right .creato_block-container-link {
		padding: 18px 17px;
	}
	
	.property-share-icons {
		justify-content: space-evenly;
	}
	
}

@media (max-width: 375px) {
	
	.mobile-nav a {
		font-size: 25px;
		padding: 5px 0;
	}
	
	.mobile-nav {
		padding: 20px 20px 100px;
	}
	
	.mobile-nav-icons {
		margin-top: 20px;
	}
	
	.mobile-nav ul li ul li a {
		margin-bottom: 0px;
		padding: 5px 0;
	}
	
	.mobile-nav ul li ul li.mobile-nav-back {
		margin-bottom: 5px;
	}

}





















/* General Woocommerce */

/* Remove to set live - Copy this line, find and replace with a blank

.woocommerce{
	display: inline-block;
	width: 100%;
}

#sidebar{
	float: left;
	width: 20%;
	margin-top: 40px;
}

#sidebar ul{
	margin: 0;
	padding: 0;
}

#sidebar ul li{
	list-style: none outside none;
	margin-bottom: 5px;
}

#sidebar a{
	color: #6C6D6D;
}

#sidebar .widget{
	margin-bottom: 20px;
}

#primary{
	margin: 0 auto;
	text-align: center;
	max-width: 1200px;
	width:98%
}

.woocommerce .main-content{
	text-align: left;
}

.woocommerce .woocommerce-breadcrumb{
	text-align: left;
	font-size: 12px;
	display: inline-block;
	width: 100%;
	margin: 80px 0 20px 0;
	color: #BFBFBF;
}

.woocommerce .woocommerce-breadcrumb a{
	color: #BFBFBF;
}

mark.count{
	display: none;
}

/* End General */








/* Woocommerce Buttons */

/* Remove to set live - Copy this line, find and replace with a blank

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button.alt,
.woocommerce input.button.alt,
#sidebar a.button,
.woocommerce div.product form.cart .button,
.woocommerce input#wc_lost_license_btn,
.woocommerce button.button.alt{
	display: inline-block;
	text-transform: uppercase;
	border: none;
	background: #ccc;
	color: #fff;
	padding: 10px 15px !important;
	text-align: center;
	margin: 10px 0;
	font-size: 16px;
	border-radius: 0px;
	font-weight: 200;
	white-space: inherit;
	max-width: 90%;
	font-weight: bold;
	-webkit-appearance:none;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

#sidebar a.button{
	margin: 10px 1%;
	width: 43%;
	padding: 5px 1% !important;
	font-size: 14px;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce a.button.alt:hover,
.woocommerce input.button.alt:hover,
#sidebar a.button:hover,
.woocommerce input.button:disabled,
.woocommerce input.button.alt:hover,
.woocommerce input#wc_lost_license_btn:hover,
.woocommerce button.button.alt:hover{
	background: #545454;
	color: #fff;
	cursor: pointer;
}

/* End Buttons */








/* Archive Products/Categories */

/* Remove to set live - Copy this line, find and replace with a blank

.woocommerce ul.products li.product-category h2{
	text-align: center;
	font-size: 16px;
}

.woocommerce ul.products li.product .price{
	color: #545454;
	font-size: 18px;
	display: none;
}

.woocommerce div.product p.price, .woocommerce div.product span.price{
	color: #545454;
	font-size: 20px;
}

.woocommerce div.product .woocommerce-variation-price span.price{
	font-size: 30px;
	color: #545454;
	font-weight: bold;
	margin-bottom: 20px;
}

.woocommerce span.onsale{
	background: #545454;
}

.woocommerce ul.products li.product .price del{
	display: inline-block;
}

/* End Archive Styling */








/* Single Product */

/* Remove to set live - Copy this line, find and replace with a blank

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
	text-align: left;
}

.woocommerce .summary{
	text-align: left;
	color: #545454;
}

.woocommerce div.product h1.product_title{
	color: #545454;
}

.woocommerce .summary p.price{
	font-size: 26px;
	margin: 0 0 20px 0;
}

.woocommerce .quantity .qty{
	background: none;
	color: #545454;
	font-size: 18px;
	padding: 6px 2px;
	border: 1px solid #545454;
	margin: 10px 10px 0 0;
}

.woocommerce div.product p.stock{
	
}

.woocommerce .summary form .form-row{
	margin: 0;
	padding: 0;
}

.woocommerce div.product form.cart .variations select{
	font-family: 'Montserrat', 'Helvetica', 'Arial', serif;
	font-size: 14px;
	background: #fff;
	-webkit-appearance:none;
	border-radius: 0;
	color: #545454;
	padding: 10px;
	border: 1px solid #545454;
}

.woocommerce div.product form.cart .button{
	padding: 10px 15px !important;
}

.woocommerce .product_meta{
	font-size: 14px;
}

.woocommerce span.sku_wrapper{
	
}

.woocommerce section.related{
	display: inline-block;
	width: 100%;
}

.woocommerce section.related h2{
	text-align: center;
	margin-bottom: 20px;
}


.woocommerce-message, .woocommerce-info {
	text-align: left;
}

.woocommerce .woocommerce-message .button{
	margin: 0;
	padding: 10px 15px !important;
}

.woocommerce div.product div.images {
	width: 47%;
	margin-left: 1%;
}

.woocommerce .woocommerce-ordering select {
    padding: 8px 0%;
	appearance: none;
	-webkit-appearance: none;
	border: none;
	font-size: 12px;
	font-family: 'Montserrat', 'Helvetica', 'Arial', serif;
	float: right;
	margin-right: 1%;
	width: 100%;
}

.single_add_to_cart_button {
	
}

/* End Single Product */








/* Woocommerce Tabs */

/* Remove to set live - Copy this line, find and replace with a blank

.woocommerce-tabs{
	text-align: left;
	margin: 40px 0;
	display: inline-block;
	width: 100%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
	display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li{
	border-radius: 0;
	border: none;
	margin: 0 5px 5px 0;
	color: #545454;
	text-transform: uppercase;
	font-weight: 800;
	background: #ccc;
	border: 1px solid #ccc;
	border-bottom: none;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.woocommerce div.product .woocommerce-tabs ul.tabs{
	margin: 0;
	padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover, .woocommerce div.product .woocommerce-tabs ul.tabs li.active{
	background: #fff;
	color: #ccc;
	margin-bottom: 0;
	padding-bottom: 5px;

}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
	color: #ccc;
}
	
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:hover a {
	color: #ccc;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	padding: 10px 10px;
	font-size: 16px;
	color: #fff;
}

.woocommerce div.product .woocommerce-tabs .panel{
	width: 94%;
	padding: 30px 3%;
	background: #fff;
	border: 1px solid #ccc;
	margin-top: -1px;
	float: left;
}

/* end of tabs */








/* Basket */

/* Remove to set live - Copy this line, find and replace with a blank

.woocommerce table.cart td.actions .input-text, .woocommerce form.checkout_coupon .form-row input.input-text{
	float: left;
	width: 150px;
	padding: 3px 10px;
	font-size: 16px;
	font-family: 'Montserrat', 'Helvetica', 'Arial', serif;
	margin: 10px 10px 10px 0;
	-webkit-appearance:none;
}

.woocommerce table.shop_table{
	border: 1px solid #ccc;
	font-size: 14px;
	background: #fff;
	border-radius: 0;
}

.woocommerce table img{
	width: 50px;
	height: auto;
}

.woocommerce td.product-name dl.variation p{
	margin: 0;
}

.woocommerce table.cart td.actions .input-text{
	border: 1px solid #ccc;
	background: none;
	color: #545454;
	padding: 9px 10px;
	width: 200px;
}

.woocommerce table.cart td.actions .input-text::placeholder{
	color: #545454;
}

.woocommerce table.shop_table td, .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th{
	border-top: 1px solid #ccc;
}

/* End Basket */








/* Checkout Page */

/* Remove to set live - Copy this line, find and replace with a blank

.woocommerce form .form-row-last {
    width: 46%;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select{
	padding: 10px;
	font-size: 16px;
	font-family: 'Montserrat', 'Helvetica', 'Arial', serif;
	border: 1px solid #ccc;
	color: #545454;
	background: #fff;
	-webkit-appearance:none;
}

.woocommerce form .form-row input.input-text::placeholder{
	color: #ccc;
}

.woocommerce form.checkout_coupon .form-row input.input-text{
	width: 100%;
	padding: 7px 10px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
	border-radius: 0;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
	width: 100%;
	margin: 20px 0%;
}

.woocommerce .woocommerce-checkout{
	width: 600px;
	margin: 0 auto;
	max-width: 96%;
}

.woocommerce form .form-row.woocommerce-validated input.input-text {
	border-color: #ccc;
}

/* End Checkout */







/* My Account */

/* Remove to set live - Copy this line, find and replace with a blank

.woocommerce nav.woocommerce-MyAccount-navigation{
	display: inline-block;
	width: 100%;
	text-align: center;
	background: #545454;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul{
	margin: 0;
	padding: 0;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li{
	list-style: none outside none;
	display: inline;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li a{
	padding: 10px 15px;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	font-size: 14px;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li a:hover, .woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active a{
	opacity: 0.5;
}

/* End My Account */



/* Woocommerce Mobile */

/* Remove to set live - Copy this line, find and replace with a blank

@media (max-width: 970px) {

	
	.woocommerce .woocommerce-breadcrumb {
	    width: 98%;
	    margin: 10px 1% 20px 1%;
	}
	
	.woocommerce div.product div.summary {
		width: 47%;
		margin-right:1%;
	}
	
	.woocommerce-tabs {
	    margin: 40px 1%;
	    width: 98%;
	}
	
	.page-tabs-overlay h3 {
	    font-size: 28px;
    }
	
}


@media (max-width: 768px) {

	.woocommerce div.product div.images {
	    width: 94%;
	    margin: 0 3%;
	}
	
	.woocommerce div.product div.summary {	
	    width: 94%;
	    margin: 20px 3% 0;
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
	    padding: 0 1%;
    }
    
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
	    font-size: 14px;
    }
    

}

@media (max-width: 500px) {

	.page-tabs-overlay h3 {
	    font-size: 24px;
	}
	
	.woocommerce .woocommerce-breadcrumb {
	    margin: 80px 1% 20px 1%;
	}
	
	.woocommerce div.product h1.product_title {
	    font-size: 26px;
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
	    width: 97.5% !important;
	    margin: 0 !important;
	    padding: 3px 1% !important;
	}
	
	.woocommerce div.product .woocommerce-tabs .panel {
	    width: 93.5% !important;
	}
	
	.woocommerce form .form-row {
	    padding: 3px 1% !important;
	}
	
	.woocommerce form .form-row-first, .woocommerce form .form-row-last {
    	width: 98%;
	}
	
	.woocommerce-privacy-policy-text p {
		font-size: 12px;
	}
	
}

/* End Woocommerce Mobile */

























/* Specific Fixes and things in the core */
 

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}





/* IE11 Styling */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	
	select::-ms-expand {
	    display: none;
	}
	
}



/* Cookie notification styling */

.wc_privacy_notice {
	position: fixed;
	bottom: 0px;
	width: 90%;
	text-align: center;
	background: rgba(255,255,255,1);
	border-top: 1px solid #000;
	box-shadow: 0px 0px 2px #000;
	padding: 10px 10px;
	font-size: 13px;
	z-index: 10000;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 800px;
	border-radius: 10px 10px 0 0;
}

.wc_privacy_text{
	float: left;
	width: 100%;
}

.wc_privacy_text strong{
	float: left;
	font-size: 12px;
}

.wc_privacy_policy_buttons{
	float: right;
}

.reveal_privacy_options, 
.wc_privacy_policy_buttons button, 
.wc_privacy_submit{
	display: inline-block;
	padding: 5px 20px;
	margin-left: 10px;
	border-radius: 20px;
	-webkit-appearance: none;
	line-height: normal;
	border: none;
	font-size: 11px;
	font-family: 'Helvetica', 'Arial', serif;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	color: #fff;
	background: #000;
}

span.reveal_privacy_options_hide{
	display: none;
}

.reveal_privacy_options:hover, 
.wc_privacy_policy_buttons button:hover, 
.wc_privacy_submit:hover{
	opacity: 0.8;
	cursor: pointer;
}

.wc_reveal_options{
	float: left;
	width: 100%;
	padding: 10px 0;
	display: none;
	text-align: left;
	font-size: 11px;
}

.wc_privacy_option {
	float: left;
	background: #efefef;
	padding: 5px 10px;
	margin: 0 10px 0 0;
	width: calc(25% - 30px);
	text-align: center;
}

.page-content .wc_reveal_options {
	float: none;
	display: block;
}

.page-content .wc_privacy_notice {
	position:relative;
	display: inline-block !important;
	border: 1px solid #999;
	width: calc(100% - 42px);
	padding: 20px;
	background: #fff;
	color: #1C2342;
	z-index: 0;
	margin: 10px 0px 50px 0px;
	animation: slideDown 0 ease forwards;
	-webkit-animation: slideDown 0 ease forwards;
	-moz-animation: slideDown 0 ease forwards;
	-o-animation: slideDown 0 ease forwards;
	animation-delay: 0;
	-webkit-animation-delay: 0;
	-moz-animation-delay: 0;
	-o-animation-delay: 0;
}

.page-content .wc_privacy_notice .wc_privacy_text strong{
	width: inherit;
}

.page-content .wc_reveal_options .wc_privacy_submit {
	margin-top:10px;
	margin-left:0 !important;
}


@media (max-width: 600px) {
	.wc_privacy_option {
		width: calc(50% - 30px);
		margin-top: 5px;
	}
}

@media (max-width: 350px) {
	.wc_privacy_text strong{
		width: 90px;
		text-align: left;
	}
	
	.wc_privacy_policy_buttons{
		margin-top: 5px;
	}
}

