/*
Theme Name: Creatomatic Sam Lite Framework
Theme URI: https://www.creatomatic.co.uk/our-framework-for-wordpress/
Description: Superconrol Agency Lite Website
Author: Creatomatic Ltd
Author URI: https://www.creatomatic.co.uk
License URI: https://www.creatomatic.co.uk/terms-and-conditions/

Colours being used:

*/


html, body {
	margin: 0;
	padding: 0;
	font-family: 'Gill Sans', 'Gill Sans MT', 'Questrial', 'Cabin', 'Calibri', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
}

h1, h2, h3 {
	font-family: 'Karma', 'Helvetica', 'Arial', serif;
	margin: 0;
	font-weight: normal;
}

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

a:hover {
	text-decoration: none;
}

::selection {
	background: #000; /* Safari */
	color: #fff;
}

::-moz-selection {
	background: #000; /* Firefox */
	color: #fff;
}

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

.hr, hr {
	background:url(images/hr.png) repeat-x top left;
	height: 2px;
	margin: 5px 0 5px 0;
	border: 0;
}




/* Heading */

.top-bar{
	float: left;
	width: 96%;

	position: sticky;
	position: -webkit-sticky;
	top: 0;
	left: 0;
	z-index: 99999;
	background: #000;
	color: #fff;
	padding: 15px 2%;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
	  
	  height: min-content;
}

.top-bar-front{
	position: fixed;
}

.menu-open{
	opacity: 0;
}

/*.top-bar a{
	color: #fff;
}*/

.nav-button{
	float: left;
	text-transform: uppercase;
	margin: 10px 0;
	font-size: 16px;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.nav-button:hover{
	opacity: 0.6;
	cursor: pointer;
}

.nav-button i{
	margin-right: 5px;
}

.header-logo{
	float: right;
	max-width: 70%;
}

.header-logo img{
	float: right;
	max-height: 150px;
}

.tall-logo a{
	position: absolute;
	top: 0;
	right: 0;
}

.wp-block-cover {
    cursor: pointer;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    min-height: 345px !important;
}




/* Navigation */

.nav-outer{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #000;
	color: #fff;
	float: left;
	z-index: 9999999999;
	
	display: none;
}

.nav-inner{
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
}

.nav-center{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	width: 100%;
	text-align: left;
	
	max-height: 80%;
	overflow: none;
}

.nav-close{
	position: absolute;
	top: 25px;
	left: 16px;
	font-size: 16px;
	text-transform: uppercase;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

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

.nav-close i{
	margin-right: 5px;
}






.nav {
	float: left;
	width: 23%;
	margin: 10px 1%;
	text-align: left;
}

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

.nav ul li {
	text-decoration: none;
	color: #fff;
	position: relative;
	list-style: none outside none;
}

.nav a {
	position: relative;
	padding: 0px 15px;
	display: inline-block;
	text-decoration: none;
	font-size: 20px;
	color: #fff;
	margin-bottom: 10px;
	font-family: 'Karma', 'Helvetica', 'Arial', serif;
}

.nav a:hover, .nav .current_page_ancestor > a, .nav .current_page_item > a {
	opacity: 0.5;
	font-weight: normal;
}


.nav ul li ul li{
	display: block;
	width: 100%;
	
}

.nav .menu li ul li a {
	font-family: Gill Sans, Gill Sans MT, Calibri, sans-serif;	
	font-size: 16px;
	letter-spacing: 1px;
	margin-bottom: 0;
	font-weight: 300;
	text-transform: uppercase;
}


.nav-contact{
	float: left;
	width: 23%;
	text-align: left;
	margin: 10px 1%;
}

.nav-contact strong, .nav-social strong{
	font-size: 24px;
	margin-bottom: 10px;
	font-family: 'Karma', 'Helvetica', 'Arial', serif;
	font-weight: normal;
	margin-bottom: 10px;
	display: inline-block;
}

.nav-contact p{
	margin-bottom: 0;
}

.nav-social{
	float: left;
	width: 23%;
	text-align: left;
	margin: 10px 1%;
	padding-top: 0px;
}

.nav-social p{
	margin: 0 0 10px 0;
}

.nav-social i, .contact-left a i{
	border: 2px solid #fff;
	color: #fff;
	padding: 8px;
	width: 20px;
	height: 20px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	font-size: 20px;
	line-height: normal;
	margin: 5px;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.nav-social i:hover{
	opacity: 0.5;
	cursor: pointer;
}







/* Mobile Nav */


.mobile-nav {
	display: none;
	width: 100%;
	margin: 20px 0;
}

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

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

.mobile-nav a {
	color: #ccc;
	float: left;
	width: 80%;
	margin: 0;
	text-align: left;
	font-size: 14px;
	padding: 5px 10%;
}

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

.mobile-nav ul li ul a {
	padding: 5px 5% 5px 15%;
}





/* Body */

.home-bg-outer{
	float: left;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	position: relative;
}

.home-bg-overlay{
	float: left;
	width: 100%;
}

.home-bg-inner{
	float: left;
	width: 100%;
}

.has-no-image .home-bg-innerx{
	height: inherit !important;
}

.slick-next, .slick-prev {
    z-index: 9;
}



/*
i.scroll-down{
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	z-index: 2000;
	font-size: 26px;
	color: #fff;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.6);
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

i.scroll-down:hover{
	opacity: 0.6;
	cursor: pointer;
}
*/


#scroll a {
  padding-top: 60px;
}
#scroll a span {
  position: absolute;
  bottom: 60px;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
#scroll a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}



.home-bg-inner .search-outer{
	margin-left: 2%;
}

.search-outer, .home-bg-excerpt{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	float: left;
	padding: 30px;
	width: 340px;
	text-align: left;
	max-width: 75%;
}

.has-no-search .search-outer{
	margin-top: 100px;
	top: inherit;
	transform: none;
}

.has-no-search #scroll{
	display: none;
}

.has-no-search .home-bg-inner{
	height: inherit;
}

.home-bg-excerpt {
	max-width: 500px;
	width: 80%;
	margin: auto;
	text-align: center;
	float: none;
}

.search-outer h2{
	margin-bottom: 10px;
	font-size: 30px;
	line-height: 1.2;
}

.landing-search, .archive-search {
	top: auto;
	transform: inherit;
	max-width: none;
	width: 96%;
	padding-top: 70px;
	padding: 30px 2%;
}

.search-outer p{
	margin: 0;
}




.page-content{
	float: left;
	width: 96%;
	margin: 40px 2%;
	text-align: left;
}

.section-title{
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-family: 'Karma', 'Helvetica', 'Arial', serif;
	margin-bottom: 20px;
}

.featured-properties{
	display: inline-block;
	width: 100%;
	margin: 20px 0;
}

.property-archive-no-properties {
	margin: 60px auto 80px;
}

.home-content{
	display: inline-block;
	width: 100%;
	margin: 20px 0;
}

.booking-overview {
	text-align: center;
}

.inner-page{
	float: left;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.inner-page .centred{
	height: 450px;
	position: relative;
}

.top-image-text {
    position: absolute;
    text-align: left;
    font-size: 20px;
    text-shadow: 0px 0px 6px rgba(0,0,0,0.4);
    bottom: 0;
    width: 96%;
    padding: 80px 2% 50px 2%;
}

.page-has-no-image .centred{
	height: inherit;
}

.page-has-no-image .top-image-text{
	position: relative;
	text-shadow: none;
}

.crumbs{
	display: inline-block;
	width: 100%;
	margin: 20px 0;
	text-align: left;
	font-size: 12px;
}








#sidebar{
	float: left;
	width: 92%;
	padding: 20px 2%;
	margin: 0 2% 30px 2%;
}

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

#sidebar .widget{
	list-style: none outside none;
	float: left;
	width: 29.33%;
	margin: 0 2%;
	text-align: left;
}

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

#sidebar select{
	width: 100%;
	padding: 5px;
	font-size: 16px;
	-webkit-appearance:none;
	border-radius: 0px;
	background: none;
	font-family: 'Gill Sans', 'Gill Sans MT', 'Cabin', 'Calibri', sans-serif;
}




.blog-content{
	display: inline-block;
	width: 500px;
	max-width: 90%;
	font-size: 18px;
	margin: 20px 0;
	text-align: center;
}



.blog-archive-outer{
	display: grid;
	width: 100%;
	grid-template-columns: repeat(auto-fit, minmax(33.33%, 33.33%));
}

a.archive-blog{
	float: left;
	margin: 25px 10px;
	text-align: left;
	font-size: 14px;
	word-wrap: break-word;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}


a.archive-blog:hover{
	opacity: 0.8;
}

a.archive-blog img{
	margin-bottom: 10px;
}

a.archive-blog h2{
	min-height: 65px;
}

a.archive-blog small{
	opacity: 0.6;
	text-transform: uppercase;
}

.blog-image{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	width: 100%;
	min-height: 280px;
	margin-bottom: 10px;
}

.pagination{
	display: inline-block;
	width: 100%;
	padding: 10px 0;
	margin: 10px 0;
	text-align: center;
	border-top: 1px solid #ccc;
}

.pagination a.page-numbers, .pagination span.current{
	border: none;
	display: inline-block;
	padding: 0 5px;
	text-align: center;
	color: #ccc;
}

.pagination span.current, .pagination a.page-numbers:hover, .pagination a.prev:hover, .pagination a.next:hover{
	color: #000;
}

.pagination a.prev, .pagination a.next{
	width: auto;
	border: none;
}























/* Search */

.home-bg-inner .search-outer .property-name{
	width: 98%;
}

.home-bg-inner .search-outer .sc-main-search-item{
	margin: 10px 1%;
	overflow: hidden; /* sorry if this breaks something down the road */
}

.ui-datepicker.ui-datepicker-multi {
	z-index: 999999999 !important;
}

.ui-widget {
	font-family: Gill Sans, Gill Sans MT, Calibri, sans-serif;
	font-size:15px;
	}

.ui-widget-header {
	background: #000;
	color: #fff;
	font-weight:300;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
}

.ui-datepicker-title {
	padding:10px 0;
	}
	
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {top:10px !important;}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #000;
    background: #43567C;
    color: #ffffff;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: none;


}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus
 {
    background: #000;
    color: #fff;


}

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



.home-bg-inner .search-outer .arrival,
.home-bg-inner .search-outer .departure{
	width: 48%;
}

.search-outer .sc-main-search-item input,
.search-outer .sc-main-search-item select{
	border: none;
	padding: 10px 5%;
	font-size: 14px;
	font-family: 'Gill Sans', 'Gill Sans MT', 'Cabin', 'Calibri', sans-serif;
	width: 100%;
}

.search-outer .sc-main-search-item select {
	padding: 9px 5% 9px;
	min-height: 37px;
}

.inner-search-container .sc-main-search-item.double-selector input {
	width: 90%;
	border-radius: 0;
}

.search-outer .sc-main-search-item label{
	text-transform: uppercase;
	font-size: 12px;
	color: #2B2B2B;
	letter-spacing: 1px;
	padding-bottom: 3px;
}

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

#sc-main-search-arrival, #sc-main-search-departure {
	background: url(images/search-cal.png) no-repeat right;
	background-size: auto 25px;
	background-color: #fff;
}


#sc-main-search-name-town {
	background: url(images/search-key.png) no-repeat right;
	background-size: auto 25px;
	background-color: #fff;
	font-size: 13px;
	padding: 11px 5%;
}

.home-bg-inner .search-outer .sc-main-search-item.submit{
	float: right;
	width: 48%;
}

.sc-main-search-item.submit input[type="submit"]{
	width: 100%;
	text-transform: uppercase;
}

.search-outer a.filter-overlay{
	margin: 0;
	padding: 8px 2%;
	float: left;
	margin-top: 5px;
	margin-right: 1%;
	width: 11%;
	text-transform: uppercase;
}



.variable-overlay-inner {
	overflow: auto;
	padding: 10px 2%;
}

.overlay-rooms-beds{
	float: left;
	width: 46%;
	padding: 10px 2%;
}

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

.overlay-rooms-beds .overlay-option{
	width: 48%;
	padding: 0 2% 15px 0;
}

.variable-overlay-inner .price-range{
	float: left;
	width: 46%;
	padding: 10px 2%;
}

.variable-overlay-inner div.overlay-variables{
	display: inline-block;
	width: 96%;
	padding: 0 2%;
}



.inner-search-container .sc-main-search-item.variable-selected {
	margin-top: 26px;
	width: 19%;
	font-size: 15px;
}

.inner-search-container{
	display: inline-block;
	width: 90%;
}

.inner-search-container .property-name{
	margin-left: 0;
}

.inner-search-container .sc-main-search-item{
	width: 17%;
	margin: 5px 1% 5px 0;
	float: left;
}

.sc-main-search-item {
    width: 48%;
}

.inner-search-container .sc-main-search-item.sleeps,
.inner-search-container .sc-main-search-item.submit{
	width: 14%;
}

.overlay-section select.property_dropdown{
	width: 100%;
	padding: 10px;
	-webkit-appearance:none;
	border: none;
	box-shadow: 0 0 1px #767676;
	background: #fff;
	background-image: url(images/down-arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
	border-radius: 0;
	font-size: 16px;
	font-family: Gill Sans, Gill Sans MT, Calibri, sans-serif;
}

.overlay-varibale-columns .overlay-variable-item:nth-child(-n+8) {
    display: block;
}

a.sc-overlay-clear{
	float: right;
	padding: 20px;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
}

.sc-overlay-clear.sc-overlay-clear-button {
	display: none;
}

.sc-overlay-submit{
	cursor: pointer;
	float: right;
}

.sc-overlay-submit:first-of-type {
	display: none;
}

.sc-overlay-clear-button:last-of-type {
	display: none;
}



/* Archive page */


.sc-missing-property {
    text-align: center;
}

.single-property-standard {
	position: relative;
	box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.2);
	margin: 10px;
}

a.add_to_favourites i, .grid-favourites a i, a.add_to_favourites.favourited i, a.remove_from_favourites i {
    text-shadow: 0px 0px 1px #c2d1d5;
}

.grid-favourites .remove_from_favourites_archive {
	float: left;
	margin-right: 10px;
}

.grid-unfavourites-outer, .grid-favourites-outer {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 5000;
	font-size:11px;

}

.property-list-late-avail {
    display: block;
    clear: both;
    padding: 5px;
    font-weight: 600;
}

.sc-archive-seasonal-offer-heading {
    display: none;
}

.sc-archive-seasonal-offer-text {
    padding: 5px 10px;
    text-align: left;
    font-size: 13px;
}

.sc-archive-beds-bathrooms-guests {
	width: 42%;
	padding: 5px 3% 0px 0;
	float: left;
	box-shadow: 1px 0px 0px rgba(0,0,0,0.2);
	margin-bottom: 0px;
	min-height: 80px;
	clear: left;
}

.sc-grid-view-5 .sc-archive-beds-bathrooms-guests{
	width: 100%;
	padding: 0 0 10px 0;
	box-shadow: 0px 1px 0px rgba(0,0,0,0.2); 
	min-height: inherit;
}

.sc-grid-view-5 .price_for_duration, 
.sc-grid-view-5 .price_per_night, 
.sc-grid-view-5 .price_per_week {
    width: 100%;
    padding: 10px 0 5px 0;
}

.sc-grid-view-5 .property-list-title{
	font-size: 16px;
}

.sc-grid-view .single-archive-content{
	padding-bottom: 0;
}

.sc-archive-beds-bathrooms-guests span {
	text-align: left;
	display: inline-block;
	padding: 5px 0 5px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	width: 100%;
}

.overlay-option label, .price-range label {
    font-size: 18px;
}


.single-archive-content {
	padding: 15px 4%;
	display: inline-block;
	width: 92%;
}

.sc-archive-location span, .sc-archive-region span {
	display: none;
}

.sc-archive-meta {
	font-size: 12px;
}

.sc-archive-location {
	padding: 2px 0 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #D0D0D0;
}

.single-archive-content{
	margin-bottom: 10px;
}

.sc-archive-excerpt{
	font-size: 12px;
	border-bottom: 1px solid #D0D0D0;
	padding-bottom: 10px;
	
	display: none;
}

.sc-archive-offer {
	padding: 5px 0;
	text-transform: uppercase;
	font-size: 12px;
	display: inline-block;
	width: 100%;
}

.property-list-title {
	text-align: left;
	margin-bottom: 10px;
	font-size: 20px;
}

.price_for_duration, .price_per_night, .price_per_week {
	width: 49%;
	float: right;
	padding: 5px 0 0 3%;
	text-align: left;
}

.price_for_duration{
	font-size: 28px;
	line-height: 0.8;
	margin-top: 10px;
}

.price_for_duration span{
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	display: inline-block;
	width: 100%;
}

.alm-data {
	width: 31.33%;
	margin: 0 1%;
	float: left;
	text-align: left;
}

.alm-data span {
	display: block;
}

.single-value-text {
	display: none;
}

.alm-data span.single-value {
	padding: 5px;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	line-height: normal;
	font-size: 12px;
	display: inline-block;
	text-align: center;
	background: #000;
}


.sc-archive-meta.price_per_night:before{
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 11px;
	text-transform: uppercase;
	display: inline-block;
	margin: 5px 0;
	width: 100%;
}

/*.sc-archive-meta.price_per_night span {
	display: block;
}

.sc-archive-meta.price_per_week span {
	display: block;
}*/

/*.sc-shown-one, .sc-shown-two, .sc-shown-three, .sc-shown-four {
	clear: none;
}*/








.sc-list-view .sc-archive-image{
	width: 50%;
	float: left;
}

.sc-list-view .clearer{
	display: none;
}

.sc-list-view .single-archive-content{
	float: left;
	width: 42%;
}

.sc-list-view .slide, .sc-list-view .sc-archive-image a{
	height: 330px;
    background-size: cover;
    background-position: center;
}

.sc-list-view .sc-archive-excerpt{
	display: inline-block;
	font-size: 13px;
}



.sc-overlay-amounts{
	float: left;
	width:100%;
}

.sc-overlay-amounts button{
	border: none;
}

.overlay-section{
	font-size: 13px;
	border: none;
}

.sc-list-view .sc-archive-image .loadthumbs .slick-initialized,
.sc-list-view .sc-archive-image .loadthumbs .slick-initialized .slick-list,
.sc-list-view .sc-archive-image .loadthumbs .slick-initialized .slick-track,
.sc-list-view .sc-archive-image .loadthumbs .slick-initialized .slick-slide {
    height: 100%;
}

/* Single Property bar */

.open-search-button{
	bottom: -50px;
}

.open-search-button i{
	margin-right: 10px;
}

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

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

.book-button-dates{
	float: left;
	width: 59%;
	border-right: 1px solid #fff;
	text-align: left;
	font-size: 12px;
}

.sc-mobile-book-button-dates-prices span {
    display: none;
}

.sc-mobile-book-button-dates-prices {
    font-size: 14px;
}

.book-button-book{
	float: right;
	width: 40%;
	text-transform: uppercase;
	margin-top: 10px;
}

.check-button i{
	margin-right: 10px;
}

.open-search-button-view{
	bottom: 0;
}

/* Single Property */


.button-link.mobile-check-availability {
  display: none;
  position: fixed;
  bottom: 20px;
  width: calc(100% - 60px);
  left: 20px;
  padding: 10px 10px;
  margin: 0;
  z-index: 5000;
}


.back-button {
	float: right;
}

.sc-property-single-title {
	text-align: left;
	margin: 10px 4%;
	width: 92%;
}

.sc-property-single-town {
	text-align: left;
	margin: 0px 4%;
	width: 92%;
	font-size: 18px;
}

.single-property-left .sc-property-single-town i{
	font-size: 18px;
}

.property-single-featured-variable {
	margin-bottom: 10px;
}

.property-single-featured-variable img {
	border-radius: 12px;
	width: 20px;
	float: left;
	margin-right: 10px;
	padding: 6px;
	height: 20px;
}

.property-single-featured-variable span {
	display: block;
	padding-top: 4px;
}

.sc-property-single-meta .alm-data {
    display: inline-block;
	margin: 15px 20px 10px 0px;
    width: auto;
}

.sc-property-single-meta i, .sc-property-single-meta .alm-data span {
	float: left;
	margin-right: 5px;	
	font-size:12px;
	text-transform: uppercase;
	letter-spacing: 1px;	

}

.sc-property-single-meta .alm-data span  {
	font-family: Gill Sans, Gill Sans MT, Calibri, sans-serif;
}

.sc-property-single-meta i{
	margin-top: 5px;
}

.sc-property-single-location-desc {
	margin: 20px 0;
}

.sc-single-property-map-container.map-container {
	float: none;
	margin-top: 0;
}

.map-info-window .grid-view-meta .sc-archive-meta, .map-info-window .grid-view-meta .price_per_night, .map-info-window .grid-view-meta .spl-beds-bathrooms-guests {
	display: none;
}

.map-info-window .grid-view-meta {
	max-width: 240px;
}


.sc-agent-property-description {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
	width: 90%;
	padding: 60px 5%;
}

.sc-agent-property-section {
	text-align: left;
	margin: 40px 0 0 ;
}

.sc-overlay-clear:first-of-type {
	display: none;
}

.sc-agent-property-location.sc-agent-property-section, .sc-agent-property-gallery.sc-agent-property-section {
	width: 100%;
	padding: 60px 0;
}

.beds-bathrooms-guests-inner {
	margin: 10px 4%;
	width: 92%;
	display: inline-block;
}

.sc-property-key-features{
	display: grid;
	grid-template-columns: auto auto;
	grid-template-rows: auto auto;
}

.beds-bathrooms-guests {
	display: block;
}

.single-property-main-image {
    height: 700px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 20px;
    cursor: pointer;
}



.single-property-left {
    float: left;
    width: 64.66%;
    margin-right: 2%;
}

.you-may-also-outer {
	margin-top: 40px;
}

.single-property-right {
    float: left;
    width: 33.33%;
	position: relative;
}

.single-property-page-gallery{
	/*height: 380px;*/
}

.sc-calendar-container.sc-calendar-v1 {
	float: left;
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	z-index: 100;
	padding-bottom: 30px;
}

.single-property-right .sc-single-property-mobile-cta{
	position: -webkit-sticky;
	position: sticky;
	top: 100px;
	
	bottom: inherit;
	z-index: 1;
	left: 0;
	display: inline-block;
}

.single-property-page-gallery a{
	margin: 5px 1% 5px 0;
	width: 24%;
	height: 180px;
}

.special-offers{
	display: inline-block;
	font-size: 12px;
	padding: 20px 5%;
	width: 90%;
	text-align: left;
}

.special-offers h2{
	font-size: 24px;
}


.single-property-review-title,
.single-property-testimonial-title {
	float: left;
	margin-right: 5px;
	font-weight: bold;

	
}


.single-property-review-content {
    margin: 10px 0;
}

.single-property-review-reply {
    margin: 15px 0;
    font-size: 13px;
    font-weight: 600;
    display: block;
    clear: both;
}

.single-property-review-author {
    float: left;
    margin-right: 5px;
}

.single-property-review-date,
.single-property-testimonial-date {
	float: left;
}

.single-property-testimonial-stars {
	clear: both;
	bottom: auto;
	right: auto;
	margin: 10px 0;
}


.single-property-review-author-reply-top {
    display: block;
    float: none;
}

.single-property-review,
.single-property-testimonial {
	margin: 25px 0;
	padding-bottom: 10px;
	display: inline-block;
	border-bottom: 1px solid #D0D0D0;
	width: 100%;
}

.single-property-right .sc_calendar_guests{
	width: 100%;
}

.sc_custom_calendar div.day-number,
.sc_custom_calendar td.calendar-day-head {
	font-weight: normal;
	}
	
.sc_calendar_month_select {
	font-family: Gill Sans, Gill Sans MT, Calibri, sans-serif;
	font-size:12px;
	text-transform: uppercase;
	letter-spacing: 1px;	
	}

.sc_book_link, .sc_enquire_link{
	border-radius: 0;
}


/*
.single-property-right .sc-overlay-amounts button{
	width: 25%;
	height: 24px;
	font-size: 20px;
	margin-top: 2px;
	margin: 2px 37.5% 0;
}

.single-property-right .sc-overlay-amounts span.item_qty_span{
	width: 60%;
	font-size: 16px;
	height: 26px;
	margin: 5px 20%;
}

.single-property-right .sleeps-overlay-inner .overlay-option{
	width: 29.33%;
	padding: 0 2%;
}

.single-property-right .overlay-option label{
	padding-bottom: 0;
	font-size: 16px;
	width: 100%;
}*/




.sc_calendar_guests {
	display: none;
	clear: both;
	float: left;
	width: 100%;
}

.sc_calendar_guests .sleeps-overlay-inner {
	position: relative;
	width: 100%;
}

.sc-overlay-amounts button {
    border: none;
}

.sc-overlay-amounts button {
    float: left;
    background: #3C3142;
    border-radius: 20px;
    color: #fff;
    font-size: 15px;
    border: none;
    font-weight: bold;
    cursor: pointer;
    padding: 0;
    height: 30px;
    width: 30px;
    	 -o-transition:.5s;
    	  -ms-transition:.5s;
    	  -moz-transition:.5s;
    	  -webkit-transition:.5s;
    	  transition:.5s;
}

.sc-overlay-amounts button:hover {
	opacity: 0.7;
		-webkit-opacity: 0.7;
	    	 -o-transition:.5s;
	    	  -ms-transition:.5s;
	    	  -moz-transition:.5s;
	    	  -webkit-transition:.5s;
	    	  transition:.5s;
}

.sc-overlay-amounts button {
    float: left;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    padding: 0px;
    font-size: 10px;
    z-index: 1;
}

.single-property-right .sc-overlay-amounts {
    padding: 10px 0;
    float: right;
    width: 100%;
    width: auto;
    margin-left: 0;
}

.overlay-option label, .price-range label {
	font-size: 16px;
    padding: 9px 0;
}

.sc-overlay-amounts span.item_qty_span {
    color: #95989A;
    font-weight: bold;
    text-align: center;
    float: left;
    border: 1px solid #95989A;
    border-radius: 4px;
    margin: 0 5px;
    width: 45px;
font-size: 16px;
height: 26px;
}


.sleeps-overlay-inner {
	position: absolute;
	background: #fff;
	display: none;
	z-index: 999999;
}

.sleeps-overlay-inner .overlay-option {
    width: 98%;;
    float: left;
    padding: 0 2%;
}

.sc_calendar_guests .sleeps-overlay {
    max-width: 96%;
    padding: 5px 2%;
}


.single-property-right .sc-single-property-mobile-cta,
.sc-calendar-window-inner {
    top: 200px;
}


.sc_returned_price_deposit {
	display: none;
}

.sc_returned_base {
	display: block;
}

/* toggle switch */

.map-onoffswitch {
	float: right;
	width: 10%;
	text-align: right;
}

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

.map-view{
	margin-bottom: 30px;
}


.map-onoffswitch div.label{
	padding: 2px 0 0px 0px;
	float: right;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	width: 100%;
}	

.map-onoffswitch br{
	display: none;
}

.onoffswitch {
    position: relative; width: 60px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
    display: inline-block;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border-radius: 25px;
}

.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 25px; padding: 0; line-height: 25px;
    font-size: 14px; color: white; 
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: " ";
    padding-left: 5px;
    padding-right:10px;
    background-color: #54c0dc; color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: " ";
    padding-right: 10px;
    background-color: #fff; color: #FFFFFF;
    text-align: right;
}

.onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 0px;
    background: #329CB7;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 37px;
    border: 2px solid #329CB7; border-radius: 25px;
    transition: all 0.3s ease-in 0s; 
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}


/* 404 Error */


.error {
	margin: 160px 2% 140px;
}




























/* Contact Form */

/*.contact-page-image{
	margin-bottom: -160px;
}*/

.contact-info{
	float: left;
	width: 90%;
	padding: 50px 5%;
	background: #ccc;
	text-align: left;
	margin: 80px 0;
	position: relative;
	z-index: 200;
}

.contact-left{
	float: left;
	text-align: center;
	width: 100%;
	font-size: 18px;
		 -o-transition:.5s;
		  -ms-transition:.5s;
		  -moz-transition:.5s;
		  -webkit-transition:.5s;
		  transition:.5s;
}

.contact-has-form{
	width: 40%;
	margin-right: 5%;
	text-align: left;
		 -o-transition:.5s;
		  -ms-transition:.5s;
		  -moz-transition:.5s;
		  -webkit-transition:.5s;
		  transition:.5s;
}

.contact-left a.contact-bold{
	font-weight: bold;
}


.contact-form{
	float:left;
	width: 55%;
	text-align: left;
}

.contact-info h3 {
	font-size: 22px;
}

.contact-form h3{
	margin-bottom: 20px;
}

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

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

.contact-row input[type="text"], .contact-row textarea {
	border: 1px solid #4B4B4B;
	padding: 8px 1%;
	width: 98%;
	max-width: 98%;
	font-size: 16px;
	font-family: Gill Sans, Gill Sans MT, Calibri, sans-serif;
}

.contact-tandc{
	font-size: 12px;
}



.message {
	color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size:16px;
}






/* Footer */

.newsletter-signup{
	float: left;
	width: 100%;
	padding: 10px 0;
	
	
}

.newsletter-signup span{
	float: left;
	width: 40%;
	font-size: 29px;
}

.newsletter-signup input{
	float: left;
	margin: 0px 1% 2px 0;
	padding: 10px 1%;
	background: #fff;
	color: #4A4E57;
	border-radius: 5px;
	font-size: 16px;
	border: none;
	width: 30%;
	line-height: inherit;
	appearance: none;
	-webkit-appearance: none;
}



.newsletter-signup input[type='submit']#mc-embedded-subscribe{
	width: 10%;
    margin: 0;
}

.footer {
	width: 96%;
	padding: 80px 2% 120px 2%;
	float: left;
}

.credit-left, .credit-right{
	float: left;
	margin: 20px 2%;
	text-align: left;
	max-width: 46%;
	font-size: 12px;
		 -o-transition:.5s;
		  -ms-transition:.5s;
		  -moz-transition:.5s;
		  -webkit-transition:.5s;
		  transition:.5s;
}

.credit-right{
	float: right;
	text-align: right;
}











/* Map */

.map-container{
	margin-top: -160px;
}

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

#google-map, #archive-map{
	height: 500px;
}


/* Fixes because Gutenberg hasn't been built properly */


.wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure { 
	height: auto; 
	min-height: 1px;
	background:#000;
}

.wp-block-gallery .blocks-gallery-item figcaption {
    width: 94%;
    overflow: hidden;
    left: 0;
}



/* Browser-specific hacks - Chrome fonts, IE7 (!) dropdowns */

html {
	-webkit-font-smoothing: antialiased;
}

* + html .nav .menu li ul {
	margin-left: -100px;
	margin-top: 25px;
}

#catapult-cookie-bar {
 -webkit-transform: translateZ(0);
 }





#cboxClose {
	top: 0px;
	bottom: auto;
}

.sc-calendar-check-availability.button-link {
    padding: 10px 0;
}
	
.newsletter-signup input[type="submit"], .sc-overlay-submit, a.button-link, .button-link, a.wp-block-button__link, .contact-row button, a.wp-block-button__link{
	display: inline-block;
		font-family: Gill Sans, Gill Sans MT, Calibri, sans-serif;
	appearance: none;
	-webkit-appearance: none;
	text-transform: uppercase;
	border: none;
	background: #000;
	color: #fff;
	padding: 10px 15px;
	text-align: center;
	margin: 10px 0;
	font-size: 14px;
	border-radius: 0px;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
	
}

.newsletter-signup input[type="submit"]:hover, .sc-overlay-submit:hover, a.button-link:hover, .button-link:hover, a.wp-block-button__link:hover, .contact-row button:hover, a.wp-block-button__link:hover, .sc-main-search-item.submit input[type="submit"]:hover, a.add_to_favourites i, .grid-favourites a i {
	opacity: 0.5;
	cursor: pointer;
}

a.add_to_favourites.favourited i, a.remove_from_favourites_archive i {
	opacity: 1;
}


/* wordress builtin classes for editor etc  taken from https://codex.wordpress.org/CSS#WordPress_Generated_Classes  */
.alignnone {
    margin: 5px 20px 20px 0;
}

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

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


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

/* end wordress builtin classes for editor etc */











}

.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:96%;
	padding:20px 1%;
	background: #fff;
	color: #1C2342;
	z-index: 0;
	margin: 2px 0 80px;
	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_option {
	float: left;
	margin: 5px 10px 0 0;
}

.page-content .wc_privacy_notice label {	
	display:inline-block;
}

.page-content .wc_privacy_submit {	
	margin-top: 5px;
	float: left;
}
	
.reveal_privacy_options {
	display: inline-block;
	border: 0;
	border-radius: 0;
	background: rgba(190, 196, 176, 0.7);
	color: #fff;
	padding: 4px 40px;
	cursor: pointer;
	font-size: 14px;
	margin-right:10px;
}

.reveal_privacy_options_hide{
	display: none;
}

.reveal_privacy_options:hover {
	opacity: 0.5;
		-webkit-opacity: 0.5;
	    	 -o-transition:.5s;
	    	  -ms-transition:.5s;
	    	  -moz-transition:.5s;
	    	  -webkit-transition:.5s;
	    	  transition:.5s;
}

.wc_privacy_updated {
	display: none;
}

.wc_reveal_options {
	display: none;
	float: left;
	width: 100%;
	padding: 10px 0 12px;
}

.wc_privacy_policy_buttons{
	float: right;
	text-align: right;
}

.wc_privacy_policy_buttons button{
	float: right;
}

.inner-page-image-overlay {
	display: none;
}

@media (max-width: 768px) {
	.wc_privacy_policy_buttons {
		width: 60%;
	}
	
	.reveal_privacy_options {
		margin-left:10px;
		padding: 5px 25px;
	}
	
	.page-content .wc_privacy_submit {
		margin: 5px 0 0 3px !important;
	}
	
	.wc_privacy_option {
	    min-width: 97px;
	    margin-top: 3px;
	}
	
	.page-content .wc_privacy_option {
	    min-width: 88px;
	}
}

@media (max-width: 490px) {
	
	.wc_privacy_policy_buttons {
	    width: 50%;
	}
	
	.wc_privacy_policy_buttons button {
	    padding: 7px 12px 4px;
		font-size: 11px;
	}
	
	.reveal_privacy_options {
	    padding: 5px 14px;
	    font-size: 12px;
	}
	
	.page-content .wc_privacy_submit {
		padding: 7px 40px;
		margin-right: 5px !important;
		margin-left: 0 !important;
	}
	
	.wc_privacy_option {
		display: inline-block;
		width: 43%;
		padding: 5px 3%;
		margin-top:4px;
		text-align: right;
	}
	
	.wc_privacy_submit {
		padding: 6px 20px 3px;
	}
	
	.page-content .wc_privacy_option {	
		width: 40%;
		text-align: center;
	}

	
}

@media (max-width: 340px) {
	
	.wc_privacy_policy_buttons {
	    width: 46%;
	}

	.wc_privacy_submit {
	    padding: 5px 10px;
	    font-size: 10px;
	}
	
	.reveal_privacy_options {
	    padding: 5px 10px;
	    font-size: 10px;
	}
	
	.wc_privacy_policy_buttons button {
	    padding: 6px 10px 6px;
	    font-size: 10px;
	}
	
	.wc_privacy_text strong {
	    margin-top: 0px;
	}


}




/* Usability fixes */

@media (max-width: 940px) {
	
	.inner-search-container .sc-main-search-item {
	    width: 27%;
	}
	
	.search-outer a.filter-overlay{
		float: none;
		width: auto;
		margin-right: 0;
		display: inline-block;
	}
	
	.inner-search-container .sc-main-search-item.submit{
		width: auto;
		float: none;
	}
	
	.sc-main-search-item.submit input[type="submit"]{
		width: auto;
	}
	
	.home-bg-inner .search-outer .sc-main-search .sc-main-search-item.submit input[type="submit"] {
	    width: 100%;
	}
	
}


/* ################################################# TABLET ################################################# */

@media (max-width: 768px) {
	
	.nav{
		width: 48%;
		margin: 10px 1%;
	}
	
	.nav-contact, .nav-social{
		width: 44%;
		margin: 20px 3%;
	}

	.nav a {
		font-size: 14px;
	}
	
	.home-bg-inner .search-outer {
		margin-left: 30px;	
	}
	
	.nav-contact, .nav-social {
	    font-size: 14px;
	}
	
	.inner-search-container{
		width: 100%;
	}
	
	.map-onoffswitch{
		float: none;
		display: inline-block;
		width: auto;
		margin-top: 20px;
		text-align: center;
	}
	
	.inner-search-container .sc-main-search-item, .inner-search-container .sc-main-search-item.sleeps{
		width: 32.33%;
	}
	
	.inner-search-container .search{
		text-align: right;
	}
	
	
	
	
	
	.ui-datepicker.ui-datepicker-multi {
	    left: 10px !important;
	}
	
	.sc-archive-location {
	    font-size: 16px !important;
	}
	
	.crumbs {
	    width: 98%;
	    margin: 20px 1%;
	}
	
	.sc-archive-meta {
	    font-size: 14px;
	}
	
	.blog-archive-outer{
		grid-template-columns: repeat(auto-fit, minmax(50%, 50%));
	}
	
	.inner-page .centred{
		height: 300px;
	}
	
	/* Archive property search */
	

	
	
	
	.search-outer .map-onoffswitch div.label {
	    font-size: 10px;
	}
	
	
	
	.variable-overlay-inner {
	    padding: 12px 2%;
	}
	
	a.sc-overlay-clear {
	    margin-top: 10px;
	    margin-left: 1%;
	}
	
	.overlay-variable-item {
	    font-size: 12px !important;
	}
	
	.inner-search-container .sc-main-search-item.submit {
	    margin-right: 10px;
	}
	
	.inner-search-container .filter-overlay .inner-search-container a.filter-overlay {
		float: right;
		margin-right: 0;
	}
	
	.inner-search-container .sc-main-search-item, .inner-search-container .sc-main-search-item.sleeps {
	    width: 32.5%;
	}
	
	.gm-style .gm-style-iw-c {
		padding-right: 12px !important;	
	}
	
	
	
	/* Single property page */
	
	.sc-property-single-meta .alm-data {
    	margin: 15px 2% 10px 0px;
    }
    
    .sc-agent-property-description {
	    margin-top:20px;
	    padding: 40px 5% 20px;
	}
	
	.single-property-left .back-button {
		margin: 10px 2% 10px 0;
	}
	
	.single-property-left {
	    width: 60.66%;
	    margin-bottom: 40px;
	}
	
	.single-property-right {
	    width: 34.33%;
	    padding-right: 2%;
	}
	
	.sc_calendar_outer {
		margin-top: 20px;
	}
	
	.sc-key-container {
		margin: 5px auto;
	}
	
	.sc-key-container .sc-key-inner {
		font-size: 12px;
	}
	
	.sc_calendar_month_select {
	    width: 65%;	
	}
	
	.single-property-right .sc_calendar_guests {
	    margin: 10px auto;
	}
	
	.sc_calendar_guests .sleeps-overlay {
	    width: 96%;
	}
	
	.sc_calendar_nights .sc_night_select {
	    width: 100%;
	    padding: 10px 2%;
	    margin: 10px auto;
	}
	
	.sc_calendar_info {
	    font-size: 12px;
	}
	
	.sc-overlay-amounts {
	    width: 100%;
	}
	
	.sc_custom_calendar td.calendar-day-head {
	    font-size: 12px;
	}
	
	.sc-agent-property-gallery.sc-agent-property-section, .sc-agent-property-features, .sc-agent-property-location.sc-agent-property-section, .sc-agent-property-reviews {
		margin: 30px 5% 0;
		width: 90%;
		padding: 30px 0 !important;
	}
	
	.single-property-left .property-single-featured-variable {
	    font-size: 12px;
	}
	
	.you-may-also-container {
		width: 94%;
		margin: 3%;
	}
	
	.favourites-search .property-name {
		width:36%;
	}
	
	.single-property-main-image{
		height: 450px;
	}
	
}


/* Fixes for usability */

@media (max-width: 630px) {
	
	.sc-key-container .sc-key-inner {
	    font-size: 11px;
	}
	
	.widgettitle {
		font-size: 23px;
	}
	
	.wp-block-media-text .wp-block-media-text__content {
	    padding: 30px 0;
	}
	
	.map-info-window .grid-view-meta h2.property-list-title {
	    font-size: 18px;
	}
	
	.overlay-rooms-beds .overlay-option {
	    width: 48%;
	    padding: 0 2% 15px 0;
	}
	
	.variable-overlay-inner .price-range {
	    width: 90%;
	    padding: 0px 5% 35px;
	}
	
	.variable-overlay-inner .overlay-variable-item {
	    display: inline-block !important;
	    width: 100%;
	    margin: 8px auto !important;
	}
	
	.variable-overlay-inner .overlay-rooms-beds {
	    width: 96%;
	}
	
}

@media (max-width: 585px) {
	

	
}


/* ################################################# MOBILE ################################################# */
@media (max-width: 500px) {
    
    .button-link.mobile-check-availability {
      display: inline-block;
    }
	

    .sc-calendar-window-inner {
        top: 0;
    }
    
	.nav-outer .nav, .nav-outer .nav  {
		display: none;
	}

	.mobile-nav {
		display: inline-block;
	}
	
	/*.top-bar{
		position: relative;
	}*/
	
	/*.nav-outer{
		position: relative;
		top: inherit;
	}
	
	.nav-center{
		transform: none;
		top: inherit;
	}
	
	.nav-inner{
		
	}*/
	
	.nav-contact{
		font-size: 14px;
		text-align: center;
	}
	
	.nav-contact strong{
		font-size: 18px;
	}
	
	.nav-contact, .nav-social{
		width: 90%;
		margin: 0 5%;
		font-size: 12px;
		text-align: center;
	}
	
	.nav-social a.social-icon i{
		width: 15px;
		height: 15px;
		font-size: 15px;
		padding: 5px;
	}
	
	.nav-contact {
		margin: 20px 5%;
	}
	
	/*.search-outer{	
		transform: inherit;
		margin: 20px 5% 80px 5%;
		top: inherit;
		width: 74%;
	    max-width: 74%;
	    padding: 30px 8% 30px;
	}*/
	
	.home-bg-inner .search-outer {
	    margin-left: 5%;
	    margin-top: 10px;
	}
	
	.top-image-text {
	    padding: 80px 2% 30px 2%;
	}
	
	.search-outer h2 {
	    font-size: 20px;
	}
	
	.home-bg-excerpt {
	    display: inline-block;
	    top: inherit;
		transform:inherit;
    }
	
	.overlay-option {
	    width: 50%;
	}
	
	.sc-overlay-amounts button {
	    height: 20px;
	    width: 20px;
	}
	
	.variable-overlay-inner .overlay-rooms-beds {
		width: 96%;
	}
	
	.variable-overlay-inner .overlay-varibale-columns {
	    display: inline-block;
	    width: 100%;
	}
	
	a.sc-overlay-clear {
	    float: left;
	    display: inline-block;
	    margin-top: 10px;
	    margin-left: 2px;
	}
	
	.variable-overlay-inner .sc-overlay-submit {
		margin: 10px 2% 10px 0;
	}
	
	.sc-overlay-clear:first-of-type {
		display: none;
	}
		
	#scroll a span {
	    bottom: 15px;
	    left: 50%;
	    margin-left: -15px;
	    height: 39px;
	}
	
	#scroll a span::before {
	    top: 10px;
	    left: 54%;
    }
	
	i.scroll-down{
		display: none;
	}
	
	.page-content {
	    width: 94%;
	    margin: 40px 3%;
	}
	
	.map-view {
	    height: 550px;
	}
	
	.featured-properties .alm-data span.single-value {
	    text-align: left;
	    width: inherit;
	}
	
	.sc-archive-location {
		font-size: 16px !important;
	}
	
	.inner-page .centred{
		height: 200px;
	}
	
	.inner-search-container {
	    width: 100%;
	}
	
	.inner-search-container .sc-main-search-item {	
	    width: 100%;
	    margin: 8px 0 8px;	
	}
	
	.inner-search-container .double-selector input {
		width: 92% !important;
	    padding: 10px 4%;
	}
	
	.inner-search-container .sc-main-search-item.sleeps {
		width: 46%;		
		margin-right: 3%;
	}
	
	.landing-search .map-onoffswitch, .archive-search .map-onoffswitch {
	    width: 100%;
	    margin-top: 15px;
	}
	
	.search-outer a.filter-overlay {
	    padding: 8px 2%;
	    margin: 8px 0 8px;
	    width: 47%;
	    font-size: 14px;
	    clear: inherit;
	}
	
	.blog-archive-outer{
		grid-template-columns: repeat(auto-fit, minmax(100%, 100%));
	}
	
	#sidebar .widget {
	    width: 96%;
	    margin: 12px 2%;
	    	 -o-transition:.5s;
	    	  -ms-transition:.5s;
	    	  -moz-transition:.5s;
	    	  -webkit-transition:.5s;
	    	  transition:.5s;
	}
	

	
	.search-outer .sc-main-search-item select {
	    padding: 9px 3% 9px;
	}
	
	.sc-main-search-item .sleeps select {
		padding: 9px 5% 9px;
	}
	
	.inner-search-container .sc-main-search-item.submit {	
	    width: 51%;				
		float: right;	
		margin: 0;
	}
	
	.sc-main-search-item.submit input[type="submit"] {	
	    margin: 0;
	    font-size: 14px;
	}
	
	.variable-overlay {
		margin-top: 30px;
	}
	
	.sc-archive-meta {
	    font-size: 12px;
	}
	
	.single-tile {
	    margin: 20px 1%;
	}
	
	.single-property-main-image{
		height: 300px;
	}
	
	.single-property-left {
	    width:100%;
	    margin:0;
	}
	
	.sc-property-single-title {
	    margin: 10px 4%;
	    width: 92%;
	    font-size: 26px;
	}
	
	.sc-property-single-town {
		margin: 0px 3%;
	    width: 94%;
	    font-size: 18px;
	}
	
	.sc-property-single-town i {
	    font-size: 18px;
	}
	
	.sc-property-single-meta {
		width: 92%;
		margin: 10px 4%;
	}
	
	.sc-property-single-location-desc {
		width: 100%;
		margin: 0;
	}
	
	.sc-property-single-meta .alm-data {
	    margin: 15px 4% 10px 0px;
	    width: 46%;
	}
	
	.sc-key-container .sc-key-inner {
	    font-size: 15px;	
	}
	
	.sc_custom_calendar td.calendar-day-head {
	    font-size: 14px;
	}
	
	.beds-bathrooms-guests {
	    float: left;
	}
	
	.sc-property-single-desc {
		width:100%;
		margin:10px auto;
	}
	
	.sc-agent-property-gallery.sc-agent-property-section {
		width: 92%;
		margin: 60px 4% 0px;
	}
	
	.sc-agent-property-section .sc-agent-property-location h2 {
		margin: 0 3%;	
		width: 94%;
	}
	
	.single-property-left .back-button {
		margin-right: 4%;
	}
	
	.sc-agent-property-features {
		margin: 40px 4%;
		width: 92%;
	}
	
	.sc-agent-property-features h2 {
		margin-bottom: 15px;
	}
	
	.property-single-featured-variable {
	    margin-bottom: 16px;
	    font-size: 12px;
	}
	
	.sc-agent-property-location.sc-agent-property-section {
		padding: 0px 0 60px;
	}
	
	.sc-agent-property-section.sc-agent-property-reviews {
		width: 92%;
		margin: 20px 4% 40px;
	}
	
	.single-property-right {
	    width: 92%;
	    margin: 30px 4% 60px;
	    height: inherit !important;
	}
	
	.sc-calendar-container{
		z-index: 10000;
		position: relative;
	}
	
	.single-property-right .sc-single-property-mobile-cta{
		position: fixed;
		bottom: 0;
		top: inherit !important;
		z-index: 9999999;
		display: none;
	}
	
	.wp-block-gallery .blocks-gallery-item figcaption {
	    width: 8%;
	}
	
	.you-may-also-container {
		width: 92%;	
		margin: 0 4% 40px;
	}
	
    
    #sidebar ul li {
	    width: 96%;
	    margin: 8px 2%;
	}
	
	.error {
	    margin: 70px 2% 120px !important;
	}
	
	.contact-has-form {
	    width: 100%;	
		margin: 30px 0% 40px;
	}
	
	.contact-form {
	    width: 100%;	
		margin: 20px 0% 0;
	}
	
	.contact-left a i:hover {
		opacity: 0.7;
			-webkit-opacity: 0.7;
		    	 -o-transition:.5s;
		    	  -ms-transition:.5s;
		    	  -moz-transition:.5s;
		    	  -webkit-transition:.5s;
		    	  transition:.5s;
	}
	
	.contact-has-form a:hover{
		opacity: 0.7;
			-webkit-opacity: 0.7;
		    	 -o-transition:.5s;
		    	  -ms-transition:.5s;
		    	  -moz-transition:.5s;
		    	  -webkit-transition:.5s;
		    	  transition:.5s;
	}
	
	.footer {
	    padding: 80px 2% 80px 2%;
    }
    
	.footer .nav{
		width: 100%;
		-o-transition:.5s;
		-ms-transition:.5s;
		-moz-transition:.5s;
		-webkit-transition:.5s;
		transition:.5s;
		margin: 0;
		text-align: center;
	}
	
	
	
	
	.credit-right {
	    text-align: center;
	    width:96%;
	    max-width: 96%;
	    margin: 0 0 80px 0;
	}
	
	.credit-left {
		text-align: center;
		width:96%;
		max-width: 96%;
		margin-bottom: 6px;
	}
	

}

/* Styling for smaller devices */

@media (max-width: 450px) {

	.alm-data span.single-value {
	    margin-right: 10px;
	}
	
	.header-logo img {
	    max-height: 130px;
	}
	
}

@media (max-width: 350px) {
	
	.sc-property-key-features {
		display: inline-block;
		width: 100%;
	}
	
	.footer .nav ul li {
		text-align: center;
		width: 100%;
		margin-bottom: 30px;
			 -o-transition:.5s;
			  -ms-transition:.5s;
			  -moz-transition:.5s;
			  -webkit-transition:.5s;
			  transition:.5s;
	}
	
	.footer .nav ul li ul li { 
		margin-bottom: 0;	
	}
	
	.sc-main-search-item.submit input[type="submit"], .search-outer a.filter-overlay {
	    font-size: 12px;
	}
	
	.home-bg-inner .search-outer .sc-main-search .sc-main-search-item.submit input[type="submit"] {
		font-size: 14px;
	}
	
}

/* Fixes for the SC form on Iphone SE */

@media (max-width: 325px) {
	.contact-form iframe {
		margin-left: -10px;
	}
}




