/*
Theme Name: Sam Guides
Theme URI: https://www.creatomatic.co.uk/services/supercontrol/
Author: Creatomatic Ltd
Author URI: https://www.creatomatic.co.uk/
Description: Property guidebook theme
Tags: sam,supercontrol,guidebook,guide
Version: 1.3.1
Requires at least: 5.0
Tested up to: 5.8.1
Requires PHP: 8.0
License: Copyright (C) Creatomatic Ltd - All Rights Reserved. Unauthorized copying of this file, via any medium is strictly prohibited. Proprietary and confidential
License URI: https://www.creatomatic.co.uk/terms-and-conditions/
Text Domain: sam_guides
*/




html, body {
	margin: 0;
	padding: 0;
	font-family: 'Helvetica Neue', sans-serif;
	color: #000000;
	font-size: 16px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: auto;
	font-smooth: always;
	scroll-behavior: smooth;
}

h1, h2, h3, h4 {
	font-family: 'Helvetica Neue', sans-serif;
	margin: 0;
}

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

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

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

.guides-content iframe {
	width: 100%;
	margin: 0px 0 40px;
}

iframe img{
	max-width: inherit;
}

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

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

*:focus {  
	outline: none;
}

a {
	color: #b80000;
	text-decoration: none;
}

a:hover {
}

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

.centred {
	margin: 0 auto;
	text-align: center;
	max-width: 1300px;
}


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{
	display: inline-block;
	text-transform: uppercase;
	
	background: #000;
	color: #fff;
	padding: 10px 15px;
	text-align: center;
	margin: 10px 0;
	font-size: 14px;
	border-radius: 5px;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	-webkit-appearance:none;
	text-decoration: none;
	border:0;
}

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

a.button-link:hover,
.button-link:hover,
a.wp-block-button__link:hover,
.contact-row button:hover{
/*	background: #ccc; */
	cursor: pointer;
	opacity: 0.8;
}

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

.mobile-nav a.social-icon{

	min-width: 30px;
	height: 30px;
	padding: 5px;
	color: #000;
	border-radius: 50%;
	line-height: normal;
	text-align: center;
	

		float:left;
		margin:10px;
		width:30px;
		padding:0;
		font-size:25px;	

}

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

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

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

.medium-content{
	width: 1000px;
}

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

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

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


.xxx-bg{
	position: relative;
	z-index: 1;
}

.xxx-bg a{
	color: #fff;
}

.xxx-bg:before{
	background: #ccc;
	position: absolute;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	width: 100vw;
	height: 100%;
	z-index: -1;
	content: '';
}

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

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





/* Heading */

.top-bar{
	float: left;
	width: 100%;
}

.header-logo{
	max-width:200px;
	margin: 10px auto;
}







/* Navigation */

.nav {
	display: inline-block;
	width: 100%;
	margin-top: 10px;
	background:rgba(0,0,0,0.1);
}

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

.nav ul li {
	display: inline;
	text-decoration: none;
	position: relative;
}

/*.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 {
	position: relative;
	padding: 10px 0px 10px 30px;
	display: inline-block;
	text-decoration: none;
	font-size: 15px;
	color: #000;
}

.nav a:hover, .nav .current_page_ancestor > a, .nav .current_page_item > a {
	color: #545454;
}

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

.nav ul li ul {
	position: absolute;
	display: none;
	background: #000;
	text-align: left;
	z-index: 1000; 
	margin: 0; 
	padding: 0; 
	width: 200px;
	margin-left: 20px;
	left: 0;
} 

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

.nav ul li ul li ul{
	top: 0;
	left: 200px;
	margin-left: 0;
}

.nav ul li ul li a{
	color: #fff;
}






/* Mobile Navigation */

.mobile-nav-header {
	text-align: center;
	float: right;
	display: none;
}

.mobile-nav-header:hover{
	cursor: pointer;
	opacity: 0.5;
}

.mobile-nav-header i{
	float: left;
	font-size: 40px;
	line-height: normal;
	text-align: center;
	padding: 10px 10px;
}

.mobile-nav {
	display:none;
	width: 100%;
	float: left;
	position: fixed;
	top: 0;
	left: 0;
	height: calc(100% - 98px);
	z-index: 5000;
	overflow: scroll;
	background: #000;
}

.mobile-nav .menu-main-container{
	position: relative;
	float: left;
	width: 100%;
	height: calc(100% - 135px);
	margin-top:60px;
	overflow: scroll;
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

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



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

.mobile-nav ul li {
	padding: 10px 60px;
	display: inline-block;
	width: calc(100% - 120px);
}

.mobile-nav a {
	display: inline-block;
	width: auto;
	margin: 0;
	text-transform: uppercase;
	font-size: 16px;
	text-align: left;
	padding: 0;
	color: #fff;
	text-decoration: none;
}

.mobile-nav a:hover, .mobile-nav .current_page_ancestor > a, .mobile-nav .current_page_item > a {
	opacity: 0.5;
}

.mobile-nav li i{
	float: right;
	padding: 13px;
	font-size: 18px;
	width: 15px;
	color: #fff;
}

.mobile-nav ul li ul li.mobile-nav-back i{
	float: left;
	font-size: 14px;
}

.mobile-nav ul li ul li.mobile-nav-back{
	display: inline-block;
	width: 100%;
}

.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: 100%;
	z-index: 200;
	width: 100%;
	overflow: scroll;
	background: #000;
}

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

.mobile-nav-social {
	display: inline-block;
	width: calc(100% - 100px);
	padding: 0 50px;
	position: absolute;
	bottom: 20px;
	left: 0;
}

.close-nav {
	float:right;
	cursor: pointer;
}







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







/* Body */

.page-wrapper{
	float: left;
	width: 100%;
	overflow: hidden;
}

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


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

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

.creato_block-container-header h2{
	float: left;
}

.creato_block-container-header .creato_block-container-arrows{
	float: right;
}

.creato_block-container-link{
	float: right;
	font-weight: 500;
	font-size: 14px;
	color: #ccc;
	border-bottom: 2px solid #ccc;
	margin: 10px 0 20px 0;
}

.creato_block-container-link:hover{
	color: #000;
	border-bottom: 2px solid #000;
}

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


/* creato_block grid */

.creato_block-container .grid .creato_block-listing{
	width: 100%;
	margin: 10px 0;
	float: left;
}


.creato_block-container.creato_block-container-2-columns .grid .creato_block-listing{
	width: calc(50% - 10px);
	margin: 10px 0px 10px 20px;
	float: left;
}
.creato_block-container.creato_block-container-2-columns .grid .creato_block-listing:nth-child(2n+1){
	margin-left: 0;
	clear: left;
}


.creato_block-container.creato_block-container-3-columns .grid .creato_block-listing{
	width: calc(33.33% - 14px);
	margin: 10px 0px 10px 20px;
	float: left;
}
.creato_block-container.creato_block-container-3-columns .grid .creato_block-listing:nth-child(3n+1){
	margin-left: 0;
	clear: left;
}


.creato_block-container.creato_block-container-4-columns .grid .creato_block-listing{
	width: calc(25% - 15px);
	margin: 10px 0px 10px 20px;
	float: left;
}
.creato_block-container.creato_block-container-4-columns .grid .creato_block-listing:nth-child(4n+1){
	margin-left: 0;
	clear: left;
}


.creato_block-container.creato_block-container-5-columns .grid .creato_block-listing{
	width: calc(20% - 10px);
	margin: 10px 0px 10px 10px;
	float: left;
}
.creato_block-container.creato_block-container-5-columns .grid .creato_block-listing:nth-child(5n+1){
	margin-left: 0;
	clear: left;
}



.creato_block-listing-image{
	float: left;
	width: 100%;
	padding-top: 56.25%;
	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;
}

















/* Index */

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

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

.pagination{
	display: inline-block;
	width: 100%;
	padding: 10px 0;
	margin: 10px 0;
	text-align: center;
	border-top: 1px solid rgba(0,0,0,0.1);
}

.pagination a.page-numbers, .pagination span.current{
	display: inline-block;
	width: 20px;
	text-align: center;
	color: #00b6ed;
}

.pagination span.current, .pagination a.page-numbers:hover, .pagination a.prev:hover, .pagination a.next:hover{
	color: #fff;
	background: #00b6ed;
}

.pagination a.prev, .pagination a.next{
	width: auto;
	padding: 0 3px;
}





/* News */

.archive-news {
	width: calc(33% - 20px);
	float: left;
	margin: 20px 0 20px 33px;
}

a.archive-news:nth-child(3n+2) {
	clear: left;
	margin-left: 0;
}






/* Map */

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

#google-map{
	height: 500px;
}





/* Contact Form */

.creato_cf_property-guide-form {
	width: 100%;
	text-align: left;
	max-width: 600px;
	margin: 70px auto;
}

.creato_cf_property-guide-form h2 {
	margin-bottom: 30px;
}

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

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

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

.contact-row label {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-bottom: 8px;
}

.contact-row input[type="text"], .contact-row textarea {
	border: 1px solid #4B4B4B;
	padding: 10px;
	width: calc(100% - 20px);
	max-width: calc(100% - 20px);
	font-size: 16px;
	-webkit-appearance:none;
	font-family: 'Jost', sans-serif;
}

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

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



/* USER GUIDE CSS */
/* JUNE/JULY 2021 */

.guides-header, .guides-footer {
	background: #149FB4;
	color:#FFFFFF;
	padding-top:30px;
	margin-bottom:40px;
	font-size:13px;
}

.guides-header-search,
.guides-footer-top {
	float:left;
	width:30%;
	margin-left:3%;
	text-align: left;
	margin-top:15px;
}

/*
.guides-header-logo,
.guides-footer-logo {
	float:left;
	text-align: center;
	width:33%;
}
*/

.guides-header-logo {
	text-align: center;
	width:100%;
	margin: 0 auto 20px;
	display: inline-block;
}

.guides-header-contacts,
.guides-footer-contacts {
	float:left;
	width:30%;
	margin-right:3%;
	text-align: right;
}

.fixed-footer {
	position: fixed;
	bottom:0;
	left: 0;
	z-index: 5001;
}

.page-title .fa-regular {
	padding-left:15px;
}

.footer-inner {
	max-width:800px;
	margin:0 auto;
}

.nav-full-overlay {
	display:none;
}




ul#menu-footer {
	list-style: none;
	margin:0;
	padding:0;
	margin-top:10px;
}


ul#menu-footer li {
	float:left;
	width:23%;
	padding: 7px 1%;
}

ul#menu-footer li a {
	display:inline-block;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-size:14px;
	letter-spacing: 1px;
	width:100%;
}
	
ul#menu-footer li a i {
		font-size:24px;
}




a.footer-link {
	float:left;
	width:23%;
	padding: 7px 1%;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-size:13px;
	letter-spacing: 1px;
}

a.footer-link i {
	font-size:24px;
}




.guides-header-logo img {
	max-width:140px;
	height: auto;
}

.guides-header-contacts a,
.guides-footer-contacts a {
	color:#ffffff;
}

.guides-footer {
	padding:50px 0;
	margin-bottom: 0;
	margin-top:50px;
}

.guides-footer-top .button-link {
	background:none;
	text-transform: none;
	border:1px solid #ffffff
}

.guides-container {
	max-width:1000px;
	margin: 0 auto;
}

.guides-nav {
	width: 240px;
	float: left;
	text-align: left;
	margin: 20px 0 20px 10px;
	position: sticky;
	top: 20px;

}

.guide-dropdown-trigger {
	display: none;
}

.guides-nav a.current {
	color:#000000;
	font-weight: 600;
}

.guides-content {
	width: calc(100% - 280px);
	margin: 20px 10px 20px 20px;
	text-align: left;
	float:left;
}

.guides-nav ul {
	word-wrap: break-word;
	font-size: 13px;
	margin: 2px 0 5px;
	padding-left: 20px;
}

.guides-content .button-link {
	float:right;
	text-transform: none;
}

.guides-top {
	/*border-top: 1px solid rgba(255,255,255,0.5);
	border-bottom: 1px solid rgba(255,255,255,0.5);*/
	padding:20px;
}

.guides-top h2, .guides-top a.button-link {
	float:left;
	margin:0 20px 0 0;
}

.guides-top input {
	float:right;
	padding:10px;
	min-width:300px;
	border:1px solid #888;
}

.guides-top span {
	float:right;
	display:block;
	font-size:11px;
}

.guides-header input.autocomplete {
	border:0;
	padding:8px;
	border-radius: 2px;
	font-family: 'Noto Sans', sans-serif;
	width:80%;
	border-radius: 4px;
}

/* Single Guide */

.sc-recently-searched-change-cta {
	cursor: pointer;
}

.single-property-top-row .button-link{
	float: right;
}

.single-property-title {
	float: left;
}

.single-property-featured-image img {
	width: 100%;
}

.single-property-featured-image img, .sc-property-page-gallery-image {
	border-radius: 8px;
}

.single-property-page-gallery {
	
}

.single-property-section {
	margin: 25px 15px;
}

single-property-section-title {
	
}

.single-property-section-amenities {
	
	background: #F0EFF0;
	border-radius: 12px;
	padding: 60px;
	
}

.single-property-page-gallery img {
	margin: 10px;
	width: calc(20% - 20px);
}

.gallery-container .single-property-section-title{
	margin-left: 10px;
}


.single-property-page-gallery-view-all.button-link {
	margin: auto;
	display: block;
	max-width: 80px;
}

span.gallery-show-less{
	display: none;
}

.single-property-page-gallery{
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0px 0;
	overflow: hidden;
}

.single-property-page-gallery-hidden {
	display: none;
}

.single-property-page-gallery-all .single-property-page-gallery-hidden {
	display: block;
}

.single-guide-variable-list-inner {

	clear: both;
	overflow: hidden;

	display: flex;
	flex-wrap: wrap;
	
}

.single-property-section-amenities .single-property-section-title {
	text-align: center;
}

.single-guide-variable-list-single {
	margin: 25px 15px;
	text-align: left;
	flex: 0 1 calc(25% - 30px);  
}

.single-guide-variable-list-single img {
	margin: auto;
	display: block;
	max-height: 35px;
	border-radius: 50px;
	padding: 10px;
}

.single-guide-variable-list-single .sc-icon {
	text-align: center;
}

.single-guide-variable-list-single span {
	text-align: center;
	width: 100%;
	display: inline-block;
}

.single-guide-variable-list-single i {
	font-size: 20px;
	margin-bottom: 10px;
}

.guide-list-title {
	font-weight: bold;
	padding:5px;
}

.guide-content-inner > a {padding:5px;}

.guides-nav .fa-regular {
	padding:8px;
}


.highlight {background-color: yellow;}

.ui-autocomplete {
		font-size:12px !important;
}



object {
	width:100%;
	min-height:600px;
	margin:10px 0 30px 0;
}

.property-bg-outer {
	width: 100%;
	background: #fafafa;
	padding: 50px 0;
}

.property-details {
	text-align: left;
}

.property-details .single-property-short-desc {
	font-size:24px;
}

.warning, .house_manager_notes {
	background: #fee;
	border:1px solid #fcc;
	border-radius: 5px;
	padding:15px;
	color:#000;
	margin-bottom:15px;
}

.house_manager_notes strong {
	font-weight: 600;
	font-size: 20px;
}

.house_manager_notes {
	margin-bottom: 30px;
	background: #ffd;
	border:1px solid #ef9;
	
}


.guest-login {
	/*
	max-width:600px;
	background:#fafafa;
	border:1px solid #ccc;
	border-radius: 5px;
	padding:20px;
	*/
	
	text-align: center;
	margin:40px 0;
}

.guest-login a {
	text-decoration: underline;
}

.guest-login label,
.guest-login input {
	display:block;
	padding:5px;
	font-family: 'Jost', sans-serif;
	max-width:600px;
	border:0;
}

.guest-login small {text-align: center;}

.guest-login input[type=text],
.guest-login input[type=number] {
	font-size: 18px;
	width: calc(90% - 40px);
	margin: 20px auto;
	padding-left: 40px;
	border-radius: 8px;
	max-width: 600px;
	border: 1px solid #ccc;
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 12px center;
	padding: 18px 5px 12px 40px;

}


.password-login input[type=password] {
	font-size: 24px;
	padding: 5px;  
}


.password-login input[type=submit] {

  border: 0;
  padding: 15px 30px;
  font-size: 16px;
  max-width: 300px;
  cursor: pointer;
  border-radius: 5px;
	
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.guest-login input[type=submit] {

  margin: 20px auto;
  border: 0;
  padding: 15px 30px;
  font-size: 16px;
  width: 90%;
  max-width: 300px;
	
}

.guest-login input.booking-id {
	 background-image:url('images/user-regular.svg');

 }
 
 .guest-login input.arrival-date {
	  background-image:url('images/calendar-regular.svg');
  }


.highlight-input {
	position: absolute;
	width:100%;
	right:calc(100% - 60px);
	top:150px;
	z-index: 999;
	max-width:600px;
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.highlight-input.visible {
	right: calc(100% - 600px);
}

.highlight-input input {
	font-size: 18px;
	margin: 20px;
	display: inline-block;
	float: left;
	max-width: 600px;
	width: calc(100% - 160px);
	padding: 4px;
}

.highlight-input .highlight-toggle {
	display:inline-block;
	float:right;
	cursor: pointer;
	margin:20px;
	font-size:24px;
}

.highlight-input span {
	display: block;
	text-align: left;
	text-align: left;
	padding-left: 20px;
}


.navigation-blocks, .navigation-block-nav {
	border: 2px;
	border-style: solid;
	border-color: rgba(255,255,255,0.3);
	border-radius: 10px;
	padding:10px;
	margin-bottom:20px;
}

.navigation-block-nav .navigation-blocks {
	border:none;
} 

.navigation-block-nav .page-title {
	background: rgba(255,255,255,0.3);
	border-radius: 10px;
	padding:10px;
	font-size:22px;
	height:30px;
	width: calc(100% - 80px);
	float:left;
}

.guides-content .navigation-block-nav .page-title {
	padding: 10px 0;
	width: calc(100% - 60px);
}

.navigation-block-nav .navigation-block-toggle {
	float: left;
	width: 40px;
	margin-left: 10px;
	padding: 5px;
	height: 40px;
	font-size: 28px;
	text-align: center;
	border-radius: 10px;
	cursor: pointer;
}
	
.navigation-block-nav-blocks {
	display:none;
}

a.navigation-block {
	display:inline-block;
	margin:0;
	width:calc(40% - 2px);
	padding:5%;
	text-align: center;
	text-decoration: none;
	border-right: 2px solid rgba(255,255,255,0.3);
	border-bottom: 2px solid rgba(255,255,255,0.3);
	min-height:130px;
	float:left;
	 transition:.25s;

}



a.navigation-block:hover {
	background:rgba(255,255,255,0.3);
}
	

a.navigation-block:nth-child(even) {
	border-right:none;
}

a.navigation-block:nth-last-child(-n+3) {
	border-bottom: none;
}

.navigation-block i {
	font-size:40px;
	margin:10px;
	display:block;
}	

.property-guide-form .form_title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
}
	
	


/* Footer */

.footer {
	width: calc(100% - 40px);
	padding: 20px 20px;
	float: left;
	text-align: left;
}

.footer a{
	color: ;
}

.footer a:hover{
	color: ;
}

.footer-section {
	text-align: left;
}

.footer-menu{
	
}

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

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

.credit{
	display: inline-block;
	width: 100%;
	font-size: 12px;
	padding:20px 0;
}

.credit-left{
	float: left;
}

.credit-right{
	float: right;
}







.auth-check label {
	display:block;
	padding:15px;
	margin-bottom:5px;
	border-radius: 10px;
	background:rgba(255,255,255,0.3);
	 transition:.25s;
 }

.auth-check label:hover {
	cursor: pointer;
	background:rgba(255,255,255,0.8);
}

.auth-check input[type="text"] {
	font-size: 18px;
	  margin: 20px auto;
	  padding-left: 40px;
	  border-radius: 8px;
	  max-width: 600px;
	  border: 1px solid #ccc;
	  background-repeat: no-repeat;
	  background-size: 18px;
	  background-position: 12px center;
	  padding: 18px 5px 12px 40px;
	  background-image:url('images/lock-keyhole-duotone.svg');
}

.auth-check .submit {
	padding:10px;
	transition:.25s;
	border:0;
	background:#999;
	border-radius: 5px;
	font-size:18px;
}

.auth-check .submit:hover {
	cursor: pointer;
}


.booking_top {
	border:1px solid rgba(0,0,0,0.1);
	border-radius: 10px; 
	background:#fff;
	position: relative;
	margin-top:10px;
}

.booking_top::after, .booking-property::after {
  content: "";
  display: table;
  clear: both;
}

.booking_guest_details, .booking_payment_details  {
	width:46%;
	padding:2%;
	float:left;
}

.booking_property_details {
	width:36%;
	padding:2%;
	float:left;
}

.booking_property_description {
	width:56%;
	padding:2%;
	float:left;
}



.booking-property {
	clear:both;
	background:rgba(255,255,255,0.2);
	padding:20px;
	border:1px solid rgba(0,0,0,0.1);
	border-radius: 10px;
	margin:20px 0;
}

/*
.booking-property .booking-image {
	float:left;
	max-width:400px;
	margin:20px;
}
*/






@media (max-width: 1300px) {

	.gallery-container {
		float: left;
		width: calc(100% - 40px);
		padding: 0 20px;
	}
	
	.single-guide-variable-list-single span {
		font-size: 14px;
	}

}


/* Tablet */

@media (max-width: 782px) {
	.archive-news {
		width: calc(50% - 25px);
		float: left;
		margin: 30px 0px 30px 50px
	}
	
	a.archive-news:nth-child(3n+2) {
		clear: none;
		margin-left: 50px;
	}
	
	a.archive-news:nth-child(2n) {
		clear: left;
		margin-left: 0;
	}
	
	.single-guide-variable-list-single {
		flex: 0 1 calc(33.33% - 30px);
	}
	
	.nav-contact, a, .nav ul li ul li.menu-item-has-children i {
		font-size: 14px;
	}
	
	.guides-content {
		width: calc(100% - 270px);
		margin: 20px 10px 20px 10px;
	}
		
}




@media (max-width: 700px) {

	.mobile-slider .creato_block-container-listings .grid .creato_block-listing{
		margin: 10px 20px 10px 0;
	}

	.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;
	}
	
	.single-property-page-gallery img {
		width: calc(33.33% - 20px);
	}

}



@media (max-width: 600px) {

	.wp-block-media-text .wp-block-media-text__content {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.single-guide-variable-list-single {
		flex: 1 0 calc(50% - 30px);
	}
	
	.nav-contact, a, .nav ul li ul li.menu-item-has-children i {
		font-size: 13px;
	}
	
	.guides-nav {
		width: 160px;
	}
	
	.guides-content {
		width: calc(100% - 190px);
	}
	
	.guides-header {
		padding: 10px 0;
		margin-bottom: 0;
	}
	
	.guides-header-logo img {
		max-width: 70px;
	}
	
	.guides-header-logo {
		margin: 0 auto;
	}
	
	a.footer-link {
		font-size: 10px;
		padding: 2px 1%;
	}
	
	a.footer-link i {
		padding-top: 5px;
	}
	
	.footer {
		width: calc(100% - 20px);
		padding: 5px 10px;
	}
	
	a.footer-link i {
		font-size: 20px;
	}
	
	.mobile-nav {
		height: calc(100% - 50px);
	}
	
	.navigation-block-nav .navigation-block-toggle {
		position: fixed;
		right: 15px;
		bottom: 70px;
		z-index: 2;
		height: 43px;
	}
	
	.navigation-block-nav .navigation-block-toggle i {
		vertical-align: middle;
	}
	
	.navigation-block-nav-blocks {
		position: fixed;
		right: 55px;
		bottom: 70px;
		//opacity: 0.8;
		overflow: scroll;
		z-index: 1;
		background: rgba(60, 49, 66, 0.9);
		border-radius: 8px 0 0 8px;
		height: 53px;
		width: 0;
		display: block;
		-o-transition:.5s;
		  -ms-transition:.5s;
		  -moz-transition:.5s;
		  -webkit-transition:.5s;
		  transition:.5s;
	}
	
	.navigation-block-nav-blocks .navigation-blocks {
		width: max-content;
		border: none;
		margin-bottom: 0;
		padding: 5px;
	}
	
	.navigation-block-nav-blocks a.navigation-block {
		display: inline-block;
		margin: 0;
		width: auto;
		padding: 0px 7px;
		min-height: inherit;
		float: inherit;
		font-size: 10px;
		border: none;
		color: #fff;
	}
	
	.navigation-block-nav-blocks a.navigation-block i {
		font-size: 15px;
		margin: 5px;
		display: block;
	}
	
	.navigation-block-nav-blocks.search-open {
		width: calc(100% - 80px);
	}
	
	.navigation-block-nav-blocks a.navigation-block:hover {
		background: inherit;
	}
	
	.guides-content .navigation-block-nav .page-title {
		width: 100%;
		padding: 0;
	}
	
	
	.navigation-block-nav {
		margin-bottom: 0;
		padding: 0;
	}
	
	.guides-content h2 {
		font-size: 20px;
	}
	
	.highlight-input .highlight-toggle {
		margin: 15px 20px;
	}
	
	.highlight-input {
		top: 0px;
	}
	
	.highlight-input.visible {
		right: 0;
	}
	
	.highlight-input input {
		margin: 18px;
		height: 18px;
	}
	
	.booking_guest_details, .booking_payment_details, .booking_property_details, .booking_property_description {
		width:96%;
		padding:4%;
		float:left;
	}

}



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


	.mobile-nav-header {
		display: inline-block;
	}
	
	.guides-nav {
		/*width: calc(100% - 40px);
		top: 10px;
		left: 0;
		border-radius: 8px;
		margin: 10px 0;
		padding: 15px 20px;*/
		display: none;
	}
	
	/*
	.guide-dropdown-trigger {
		display: inline-block;
		padding: 5px 0 0;
		font-size: 18px;
		width: 100%;
	}
	
	.guide-dropdown-trigger span {
		display: inline-block;
		width: calc(100% - 30px);
		margin-right: 10px;
	}
	
	.guide-dropdown-trigger i {
		width: 20px;
		text-align: center;
		float: right;
		-o-transition:.5s;
		  -ms-transition:.5s;
		  -moz-transition:.5s;
		  -webkit-transition:.5s;
		  transition:.5s;
	}
	
	.guide-dropdown-trigger i.sections-open {
		transform: rotate(180deg);
	}
	*/
	
	.guide-content-inner {
		display: none;
	}
	
	.guides-content {
		width: calc(100% - 40px);
		margin:20px;
	}
	
	h1 {
		font-size: 26px;
	}
	
	.mobile-nav ul li {
		padding: 10px 40px;
		width: calc(100% - 80px);
	}
	
	.mobile-nav-social {
		width: calc(100% - 60px);
		padding: 0 30px;
	}
	
	.single-property-title {
		font-size: 26px;
		text-align: left;
	}
	
	.property-details .single-property-short-desc {
		font-size: 18px;
	}
	
	.single-property-section-amenities {
		padding: 60px 20px;
	}
	
	ul#menu-footer li a {
		font-size:11px;
	}
	
	a.footer-link {
		font-size: 10px;
	}

}


@media (max-width: 400px) {
	.archive-news {
		width: calc(100% - 20px);
		float: left;
		margin: 30px 10px 30px 10px
	}
	
	a.archive-news:nth-child(3n+2) {
		clear: none;
		margin-left: 10px;
	}
	
	a.archive-news:nth-child(2n) {
		margin-left: 10px;
	}
	
	
	
	.mobile-nav {
		height: calc(100% - 55px);
	}
	
	.single-property-title-divider {
		display: none;
	}
	
	.property-sleeps-title {
		width: 100%;
		display: inline-block;
		font-size: 20px;
	}
	
	.single-property-title {
		line-height: 1.25;
	}
	
	.single-property-page-gallery img {
		width: calc(50% - 20px);
	}
	
	.single-guide-variable-list-single span {
		font-size: 13px;
	}
	

	
}



.wp-block-cover .guides-list a {
	color:#fff;
}



















/* 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: calc(100% - 20px);
	text-align: center;
	background: rgba(255,255,255,1);
	border-top: 1px solid #000;
	padding: 10px 10px;
	font-size: 13px;
	z-index: 10000;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.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: 1px;
	-webkit-appearance: none;
	line-height: normal;
	border: none;
	font-size: 11px;
	font-family: 'Arial', serif;
	font: 200 11px Arial;
	-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;
	}
}

/* JQ UI */

@media (max-width: 520px) {
	#ui-datepicker-div {
		height: auto !important;	
		position: fixed !important;	
		bottom: 0 !important;	
		left: 2px !important;
		width: 96% !important;
		top: unset !important;
		font-size: 12px;
	}
	
	.ui-datepicker-multi-2 .ui-datepicker-group {
		width: 100%;
	}
}

@media screen and (device-aspect-ratio: 40/71) {
	
	top: 30% !important;
	
}

@media screen and (device-aspect-ratio: 375/667) {
	
	top: 30% !important;
	
}

@media screen and (device-aspect-ratio: 16/9) {
	
	top: 30% !important;
	
}

/* JQ UI */

.ui-datepicker {
	border: 2px solid #1F1E1E !important;
	border-radius: 10px !important;
	box-shadow: 0 3px 6px rgba(0,0,0,0.2) !important;
	z-index: 5001 !important;
}

.ui-widget {
	font-family: futura-pt, 'Helvetica', 'Arial', sans-serif !important;
	-ms-overflow-style: none !important;  /* IE and Edge */
	scrollbar-width: none !important;  /* Firefox */;
}

.ui-widget::-webkit-scrollbar {
	display: none !important;
}

.ui-datepicker th, .ui-datepicker-title {
	color: #1F1E1E !important;
	font-family: futura-pt, 'Helvetica', 'Arial', sans-serif !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: none !important;
	border: 1px solid #F0F0F0 !important;
	border-radius: 4px !important;
}

.ui-state-default {
	color: #1F1E1E !important;

}

.ui-state-hover {
	border: 1px solid #CDEEF1 !important;
	background: #CDEEF1 !important;
	color: #1F1E1E !important;
}

.ui-state-active {
	border: 1px solid #CDEEF1 !important;
	background: #CDEEF1 !important;
	color: #1F1E1E !important;
}

.sc-wp-custom-autocomplete .ui-state-active{
	border: none !important;
}

.ui-widget-header {
	border: none !important;
	background: #CDEEF1 !important;
}


.zcwf_lblLeft .zcwf_tooltip_ctn {
	max-width: 300px !important;
	width: 210px;
	z-index: 999;
	right: 0;
}