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

Colours being used:

*/


html, body {
	margin: 0;
	padding: 0;
	font-family: 'work-sans', 'Helvetica', 'Arial', sans-serif;
	font-weight: 400;
	color: #707070;
	font-size: 16px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: auto;
	font-smooth: always;
}

h1, h2, h3, h4 {
	font-family: 'eb-garamond', 'Helvetica', 'Arial', serif;
	font-weight: 400;
	color: #111D2C;
	margin: 0;
	line-height: 1.2;
}

h2 {
	font-size: 60px;
}

h3 {
	font-size: 50px;
}

h4 {
	font-size: 40px;
}

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

figure.is-resized img{
	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: #111D2C;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

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

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


a.button-link,
.button-link,
a.wp-block-button__link,
.is-style-outline a.wp-block-button__link,
.contact-row button,
.booking-link,
.wp-block-button__link:visited,
.property-link,
.wp-block-button.is-style-outline>.wp-block-button__link{
	display: inline-block;
	border: none;
	background: #111D2C;
	color: #fff;
	padding: 15px 25px;
	text-align: center;
	margin: 10px 0;
	font-size: 22px;
	border-radius: 0px;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	-webkit-appearance:none;
	position: relative;
}

.booking-link{
	margin-right: 40px;
}

.is-style-outline a.wp-block-button__link,
.property-link, 
.children_pages .button-link,
.wp-block-button.is-style-outline>.wp-block-button__link{
	background: none;
	color: #111D2C !important;
	text-decoration: underline;
	padding: 15px 0;
	padding-right: 40px;
	position: relative;
}

.property-link, .booking-link {
	font-size: 16px;
}

.is-style-outline a.wp-block-button__link::after,
.property-link::after, 
.children_pages .button-link::after {
	position: absolute;
	right: 0;
	top: 24px;
	background-image: url('images/button-arrow.svg');
	background-size: 20px 20px;
	background-repeat: no-repeat;
	display: inline-block;
	width: 20px; 
	height: 20px;
	content:"";
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
}

.property-link::after {
	top: 20px;
	background-size: 15px 15px;
}

.is-style-outline a.wp-block-button__link:hover::after,
.property-link:hover::after ,
.children_pages .button-link:hover::after{
	right: -15px;
}

a.button-link:hover,
.button-link:hover,
a.wp-block-button__link:hover,
.contact-row button:hover,
.booking-link:hover{
	background: #F8F6F2;
	color: #111D2C;
	cursor: pointer;
}

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

.children_pages .button-link:hover {
	background: none;
}

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

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

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

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


.matterport-container{
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%;
}
.matterport-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.schema-faq-section{
	border-bottom: 1px solid #0B131D;
}

.schema-faq-question{
	font-family: 'eb-garamond', 'Arial', serif;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.03em;
	line-height: 1.5;
	font-size: 22px;
	padding: 20px 50px 20px 0;
	display: inline-block;
	width: calc(100% - 50px);
	position: relative;
}

.schema-faq-question:after{
	content: '\f063';
	font-family: "Font Awesome 7 Pro";
	font-weight: 500;
	float: right;
	border-radius: 50%;
	background: #0B131D;
	color: #fff;
	padding: 5px;
	width: 20px;
	height: 20px;
	font-size: 14px;
	line-height: 1.8;
	text-align: center;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	letter-spacing: 0;
	
	position: absolute;
	right: 0;
	top: 20px;
}

.schema-faq-answer-open:after{
	transform: rotate(180deg);
}

.schema-faq-answer{
	display: none;
}






/* Heading */

.top-bar{
	float: left;
	width: 100%;
	position: absolute;
	z-index: 999999;
	top: 0;
	left: 0;
}

a.header-logo{
	display: block;
	max-width: 185px;
	margin: 25px auto 0;
}

a.mobile-logo {
	display: none;
	max-width: 185px;
	margin: 50px 50px 0;
	text-align: left;
}







/* Navigation */

.nav {
	display: inline-block;
	width: 100%;
	margin: 10px 0;
}

.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: inline-block;
	position: absolute;
	top: 0;
	right: 140px;
	background: #F8F6F2;
	padding: 14px 0;
	width: 140px;
	color: #111D2C;
	z-index: 6000;
	min-height: 49px;
}

.mobile-nav-header-active {
	position: fixed;
}

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

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

.fa-light.fa-bars-sort {
	transform: rotateY(180deg);
}

.mobile-nav-header span {
	float: left;
	margin-left: 16px;
	margin-top: 6px;
	font-size: 20px;
}

.mobile-nav-book-now {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 6000;
}

.mobile-nav-book-now:hover {
	opacity: 0.7;
	cursor: pointer;
}

.mobile-nav-book-now-active {
	position: fixed;
}

.mobile-nav-book-now a {
	padding: 20px 0;
	float: right;
	background: #111D2C;
	color: #fff;
	font-size: 20px;
	width: 140px;
	min-height: 38px;
}

.mobile-nav {
	display: none;
	width: 40%;
	float: right;
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	z-index: 5000;
	overflow: scroll;
	background: rgba(17, 29, 44, 0.9);
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

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

.mobile-nav .menu-main-container{
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}

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

.mobile-nav .mobile-main-menu {
	margin-top: 150px;
	margin-bottom: 40px;
	float: left;
	width: calc(100% - 100px);
	text-align: left;
	padding: 0 50px;
}

.mobile-nav .mobile-sub-menu {
	margin-bottom: 40px;
	float: left;
	width: calc(100% - 100px);
	text-align: left;
	padding: 0 50px;
}

.mobile-nav .mobile-main-menu a {
	font-size: 40px;
	color: #fff;
	font-family: 'eb-garamond', 'Helvetica', 'Arial', serif;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.mobile-nav .mobile-sub-menu a {
	margin-right: 30px;
	text-transform: uppercase;
	color: #fff;
	float: left;
}

.mobile-nav a {
	color: #fff;
}

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

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

.mobile-nav .mobile-main-menu .sub-menu a {
	font-size: 30px;
}

.mobile-nav-contact {
	text-align: left;
	float: left;
	width: calc(100% - 100px);
	padding: 0 50px;
}

.mobile-nav-contact .phone,
.mobile-nav-contact .mail {
	display: block;
}

.mobile-nav .mobile-main-menu .transparent-links > a,
.mobile-nav .mobile-main-menu .transparent-links > i {
	color: rgba(255, 255, 255, 0);
}







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



/* Mailchimp SignUp */

#mc_embed_signup {
	width: 100%;
	float: left;
	margin-top: 20px;
}

.mc-field-group {
	width: calc(100% - 110px);
	float: left;
	margin: 0;
}

.mc-field-group input {
	width: calc(100% - 30px);
	padding: 15px 15px;
	border: 0;
	min-height: 24px;
	margin-top: 0;
	border-radius: 0;
}

.mc-field-group input::placeholder {
	color: #53465E;
	font-family: 'eb-garamond', 'Helvetica', 'Arial', serif;
	font-size: 16px;
	overflow: visible;
}

#mc_embed_signup_scroll .clear {
	float: right;
}

#mc_embed_signup_scroll .clear input {
	border: 0px solid #707070;
	border-radius: 0;
	padding: 15px 25px;
	font-size: 16px;
	color: #53465E;
	font-family: 'eb-garamond', 'Helvetica', 'Arial', serif;;
	margin: 0;
	min-height: 54px;
	appearance: none;
	-webkit-appearance: none;
	background: #E6E6EA;
	cursor: pointer;
	max-width: 110px;
}

#mc_embed_signup div.mce_inline_error {
	margin: 0 0 1em 0;
	padding: 5px 10px;
	background-color: transparent !important;
	font-weight: bold;
	z-index: 1;
	color: #de5353 !important;
	font-family: 'eb-garamond', 'Helvetica', 'Arial', sans-serif;
	font-size: 14px;
}


/* Custom Classes */

.cover-block-link.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0 {
	background: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.8) 100%);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.8) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.8) 100%);
	opacity: unset;
}

.cover-block-link .wp-block-cover__inner-container {
	position: absolute;
	bottom: 50px;
	max-width: 1360px;
	width: calc(100% - 40px);
	padding: 0 20px;
	color: #fff !important;
}

.cover-block-link .wp-block-cover__inner-container .is-style-outline a.wp-block-button__link,
.children_pages .button-link {
	color: #fff !important;
}

.cover-block-link .wp-block-cover__inner-container .is-style-outline a.wp-block-button__link::after,
.children_pages .button-link::after {
	background-image: url('images/button-arrow-white.svg');
}

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

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

.useful_links, .latest_news, .children_pages, .archive-page-content {
	width: calc(100vw - 120px);
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: calc(-50vw - -60px);
	margin-right: -50vw;
}

.useful_links h2,
.latest_news h2,
.children_pages h2,
.index-header h1  {
	font-size: 40px;
}

.useful_links h3,
.latest_news h3,
.archive-news-text h2 {
	font-size: 30px;
}

.latest_news h3 {
	font-size: 30px;
	min-height: 110px;
}

.useful_links .creato_block-listing-image {
	padding-top: 120%;
	margin-bottom: 15px;
}

.latest_news .creato_block-listing-image {
	padding-top: 66.25%;
}

.latest_news .creato_block-listing-text {
	float: left;
	width: calc(100% - 60px);
	padding: 20px 30px;
	background: #fff;
}

.latest_news .creato_block-listing-date {
	color: #9F9F9F;
	font-size: 16px;
}

.latest_news .creato_block-listing-category {
	color: #9F9F9F;
	font-size: 16px;
	margin-bottom: 10px;
}

.useful_links .slick-list,
.latest_news .slick-list,
.children_pages .slick-list{
	padding: 0 10% 0 0;
}

.cream-bg-full, .navy-bg-full {
	position: relative;
	z-index: 1;
	width: 100%;
}

.navy-bg-full {
	color: #fff !important;
}

.navy-bg-full h4, 
.navy-bg-full h2,
.navy-bg-full h3 {
	color: #fff;
}

.navy-bg-full .is-style-outline a.wp-block-button__link {
	color: #fff !important;
}

.navy-bg-full .is-style-outline a.wp-block-button__link::after {
	background-image: url('images/button-arrow-white.svg');
}

.cream-bg-full:before,
.navy-bg-full:before {
	background: #F8F6F2;
	position: absolute;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	height: 100%;
	z-index: -1;
	content: '';
}

.navy-bg-full:before {
	background: #111D2C;
}

.custom-breadcrumbs {
	border-bottom: 1px solid #9B9C9F;
	padding: 20px 0;
}

.custom-breadcrumbs span span a {
	color: #999B9E;
}

.custom-breadcrumbs span.breadcrumb_last {
	color: #111D2C;
}

.children_pages .creato_block-listing {
	min-height: 700px;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
	position: relative;
}

.children_pages .creato_block-listing .creato_block-listing-text {
	float: left;
	padding: 0 20px;
	width: calc(100% - 40px);
	position: absolute;
	bottom: 20px;
}

.children_pages .creato_block-listing .creato_block-listing-text h3 {
	color: #fff;
	font-size: 40px;
}

.children_pages .creato_block-listing .creato_block-listing-overlay {
	background: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.8) 100%);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.8) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.8) 100%);
	width: 100%;
	height: 100%;
	float: left;
	position: absolute;
}

.content-socials a {
	color: #111D2C;
}

.fixed-availability-button {
	position: fixed;
	bottom: 20px;
	z-index: 99;
}

.fixed-availability-button a.wp-block-button__link {
	border: 1px solid #fff;
}






/* Properties */
.single-property-image-image {
	float: left;
	width: 100%;
	padding-top: 56.25%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.single-property {
	float: left;
	width: 100%;
	height: 500px;
	margin-bottom: 120px;
}

.single-property-content {
	float: left;
	width: calc(40% - 30px);
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: relative;
	margin-right: 30px;
}

.single-property-image-outer {
	width: 60%;
	float: right;
	height: 100%;
}

.single-property-image-outer img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.single-property-image-outer h3 {
	display: none;
}

.property-archive-details {
	color: #111D2C;
	margin-bottom: 20px;
}

.property-archive-details span:first-child {
	margin-right: 30px;
}

.property-select-outer {
	float: right;
	margin-bottom: 30px;
}

.property-select-outer label {
	font-size: 30px;
	font-family: 'eb-garamond', 'Helvetica', 'Arial', serif;
	font-weight: 400;
	color: #111D2C;
	position: relative;
	top: 5px;
	margin-right: 10px;
}

select.property-select {
	width: 250px;
	padding: 15px 20px;
	color: #707070;
	border: 1px solid #707070;
}

span.single-property-sleeps,
span.single-property-bathrooms {
	color: #111D2C;
}

span.single-property-sleeps {
	margin-right: 40px;
}

#single-property-calendar {
	max-width: 1300px;
	margin: auto;
}









/* Home */

.home-cover-image {
	float: left;
	width: 100%;
	position: relative;
	height: 100vh;
}

.page-cover-image {
	float: left;
	width: 100%;
	position: relative;
	height: 70vh;
}

.home-cover-image .cover-image-overlay,
.page-cover-image .cover-image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.6) 100%);
	background: -moz-linear-gradient(bottom, rgba(0,0,0,0) 50%, rgba(0,0,0,0.6) 100%);
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.6) 100%);
	height: 100%;
	width: 100%;
}

.home-cover-image img,
.page-cover-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.featherlight:last-of-type {
	background: rgba(17, 29, 44,.9) !important;
}










/* Index */

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

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

.pagination{
	display: inline-block;
	width: 100%;
	padding: 10px 0;
	margin: 40px 0 0 0;
	text-align: center;
	font-family: 'eb-garamond', 'Helvetica', 'Arial', serif;
}

.pagination a.page-numbers, .pagination span.current{
	display: inline-block;
	text-align: center;
	color: #707070;
	font-size: 20px;
	margin: 0 10px;
}


.pagination span.current{
	color: #707070;
	border: 1px solid #707070;
	display: inline-block;
	width: 30px;
	text-align: center;
	color: #707070;
	height: 30px;
	border-radius: 50%;
	position: relative;
}

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

.search-results {
	margin: 100px 20px 40px;
}



/* News */

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

.archive-news-image {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
	position: relative;
}

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

.archive-news-text h2 {
	margin-top: 10px;
}

.archive-latest-news {
	width: 100%;
	float: left;
	margin: 80px 0;
	height: 500px;
}

.archive-latest-news-text {
	width: 32%;
	margin-right: 8%;
	float: left;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: relative;
}

.archive-latest-news-text p,
.archive-latest-news-text small {
	color: #707070;
}

.archive-latest-news-text small {
	font-size: 16px;
}

.archive-latest-news-text h3 {
	font-size: 40px;
}

.archive-news-text h3 {
	font-size: 26px;
}

.archive-latest-news-image {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
	position: relative;
	float: right;
	width: 60%;
	height: 100%;
}

.index-quick-links {
	margin: 80px 0 50px 0;
}

.cream-bg {
	width: 100%;
	float: left;
	background: #F8F6F2;
	padding: 80px 0 50px 0;
	margin-top: 50px;
}

.index-header-outer {
	float: left;
	width: 100%;
}

.index-header {
	float: left;
}

.index-filters {
	float: right;
	text-align: right;
}

.index-filter-slide {
	display: none;
	position: absolute;
	top: 65px;
	right: 0;
	width: 300px;
	background: #fff;
	border: 1px solid #707070;
	display: none;
	text-align: left;
	z-index: 100;
	padding: 30px;
	font-size: 15px;
	
}

.index-filter-button {
	padding: 15px 58px;
	border: 1px solid #707070;
	float: right;
	text-align: left;
	font-family: 'eb-garamond', 'Helvetica', 'Arial', serif;
	font-size: 20px;
	color: #111D2C;
	cursor: pointer;
	position: relative;
	right: 5%;
	margin-bottom: 20px;
}

.index-filter-button i {
	margin-left: 20px;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.index-filters-active .index-filter-button i{
	transform: rotate(180deg);
}

.index-filter-slide h3 {
	font-size: 30px;
}

.index-filter-slide a {
	color: #707070;
}

.single-page-content {
	max-width: 1000px;
	margin: 80px auto;
}

.single-post-title {
	margin-bottom: 20px;
}

.single-post-links {
	text-align: center;
	margin-top: 50px;
}

.single-post-links a {
	color: #111D2C;
}

.single-post-links a[rel="next"] {
	padding-right: 10px;
	border-right: 1px solid #707070;
}

.single-post-links a[rel="prev"] {
	padding-left: 5px;
}

.single-post-links a[rel="prev"]::after {
	font-family: "Font Awesome 5 Pro"; 
	font-size: 15px;
	content: '\f054';
	display: inline-block;
	margin-left: 10px;
	position: relative;
}

.single-post-links a[rel="next"]::before {
	font-family: "Font Awesome 5 Pro"; 
	font-size: 15px;
	content: '\f053';
	display: inline-block;
	margin-right: 10px;
	position: relative;
}

.ymal_news .creato_block-listing-text {
	width: 100%;
	padding: 20px 0px;
}

.ymal_news h3 {
	min-height: unset;
}

.ymal_news {
	margin-bottom: 50px;
}


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


/* Map */

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

#google-map{
	height: 500px;
}





/* Contact Form */

.creato_cf_main {
	float:left;
	width: 100%;
	text-align: left;
}

.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: 'eb-garamond', 'Helvetica', 'Arial', 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;
}










/* Footer */

.footer-awards-outer {
	width: 100%;
	float: left;
	margin: 30px 0;
}

.footer-award {
	margin: 20px 10px;
	text-align: center;
	width: calc(11.11% - 20px);
	float: left;
}

.footer {
	width: calc(100% - 40px);
	padding: 80px 20px 80px 20px;
	float: left;
	background: #0B131D;
	color: #fff;
}

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

.footer-logo-outer {
	width: 100%;
	float: left;
	margin-bottom: 50px;
}

.footer-logo {
	float: left;
	max-width: 185px;
}

.footer-left {
	float: left;
	width: calc(65% - 20px);
	margin-right: 20px;
}

.footer-right {
	float: right;
	width: 35%;
}

.footer-address {
	font-size: 30px;
	font-family: 'eb-garamond', 'Helvetica', 'Arial', serif;
	margin-bottom: 40px;
}

.footer-address p {
	margin: 0;
}


.footer .phone {
	padding-right: 10px;
	border-right: 1px solid #fff;
	margin-right: 5px;
}

.footer .mail {
	overflow-wrap: break-word;
}

.footer-social {
	margin-top: 40px;
}

.mobile-nav .footer-social {
	margin-bottom: 40px;
}

.footer a{
	color: #fff;
}

.footer a:hover{
	color: ;
}

.footer-menu{
	
}

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

.footer-left .footer-main-menu {
	margin-bottom: 40px;
}

.footer-left .footer-main-menu ul li {
	list-style: none outside none;
	display: block;
	text-decoration: none;
	font-family: 'eb-garamond', 'Helvetica', 'Arial', sans-serif;
}

.footer-left .footer-main-menu ul li a {
	font-size: 40px;
}

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

.footer-left .footer-sub-menu ul li a {
	margin-right: 30px;
	text-transform: uppercase;
}

.credit{
	display: inline-block;
	width: 100%;
	font-size: 14px;
	margin-top: 30px;
}

.credit div {
	margin-bottom: 10px;
}

.credit .privacy-term-links {
	border-left: 1px solid #fff;
	padding-left: 5px;
	margin-left: 5px;
}

.credit-left{
	float: left;
}

.credit-right{
	float: right;
}

@media (max-width: 1600px) {
	.children_pages .creato_block-listing {
		min-height: 600px;
	}
}

@media (max-width: 1400px) {
	.useful_links,
	.latest_news,
	.children_pages,
	.archive-page-content {
		width: 100%;
		position: relative;
		left: 0;
		right: 0;
		margin-left: 0;
		margin-right: 0;
	}
	
	.cream-bg {
		width: calc(100% - 40px);
		padding: 80px 20px 50px 20px;
	}
}

@media (max-width: 1200px) {
	.children_pages .creato_block-listing {
		min-height: 500px;
	}
}


@media (max-width: 1000px) {
	.mobile-nav {
		width: 75%;
	}
	
	.mobile-nav-book-now a {
		padding: 16px 0;
		font-size: 16px;
		width: 100px;
		min-height: 25px;
	}
	
	.mobile-nav-header {
		right: 100px;
		padding: 12px 0;
		width: 100px;
		min-height: 32px;
	}
	
	.mobile-nav-header span {
		float: left;
		margin-left: 16px;
		margin-top: 3px;
		font-size: 16px;
	}
	
	.mobile-nav-header i {
		font-size: 28px;
	}
	
	.latest_news .creato_block-listing-text {
		width: calc(100% - 40px);
		padding: 20px 20px;

	}
}



@media (max-width: 900px) {
	.footer-left .footer-main-menu ul li a {
		font-size: 35px;
	}
	
	.footer-address {
		font-size: 25px;
	}
	
	h3 {
		font-size: 40px;
	}
	
	h4 {
		font-size: 35px;
	}
	
	.children_pages .creato_block-listing {
		min-height: 400px;
	}
	
	.children_pages .creato_block-listing .creato_block-listing-text h3 {
		font-size: 30px;
	}
	
	
}

@media (max-width: 800px) {
	.children_pages.creato_block-container.creato_block-container-3-columns .grid .creato_block-listing {
		width: calc(50% - 20px);
		margin: 10px 0px 10px 20px;
	}
	
	.children_pages.creato_block-container.creato_block-container-3-columns .grid .creato_block-listing:nth-child(3n+1) {
		margin-left: 20px;
		clear: unset;
	}
	
	.children_pages.creato_block-container.creato_block-container-3-columns .grid .creato_block-listing:nth-child(2n+1) {
		margin-left: 0;
		clear: left;
	}
	
	
}

/* Tablet */

@media (max-width: 782px) {
	.archive-news {
		width: calc(50% - 10px);
		float: left;
		margin: 30px 0px 30px 20px
	}
	
	a.archive-news:nth-child(3n+2) {
		clear: none;
		margin-left: 20px;
	}
	
	a.archive-news:nth-child(2n) {
		clear: left;
		margin-left: 0;
	}
	
	.index-filter-button {
		position: relative;
		right: unset;
	}
	
	.single-property-booking-link {
		display: none !important;
	}
}

@media (max-width: 768px) {
	.footer-left {
		width: 100%;
		margin-right: 0px;
	}
	
	.footer-right {
		width: 100%;
		margin-top: 40px;
	}
	
	.mobile-nav-book-now {
		position: fixed;
		bottom: 0;
		top: unset;
	}
	
	.mobile-nav-header {
		position: fixed;
		bottom: 0;
		top: unset;
	}
	
	.mobile-nav-book-now a {
		padding: 20px 0;
		font-size: 20px;
		width: 140px;
		min-height: 36px;
	}
	
	.mobile-nav-header {
		right: 140px;
		padding: 14px 0;
		width: 140px;
		min-height: 48px;
	}
	
	.mobile-nav-header span {
		float: left;
		margin-left: 16px;
		margin-top: 6px;
		font-size: 20px;
	}
	
	.mobile-nav-header i {
		font-size: 40px;
	}
	
	.mobile-nav {
		width: 100%;
		background: rgba(17, 29, 44, 1)
	}
	
	.mobile-nav .mobile-main-menu a {
		font-size: 30px;
	}
	
	a.mobile-logo {
		display: block;
	}
	
	.mobile-nav .mobile-main-menu {
		margin-top: 40px;
	}
	
	.footer-award {
		margin: 10px 10px;
		text-align: center;
		width: calc(33.33% - 20px);
		float: left;
	}
	
	.footer-award:nth-child(3n+1) {
		clear: left;
	}
	
	.single-property {
		height: unset;
		display: flex;
		flex-direction: column;
		flex-flow: column-reverse;
	}
	
	.single-property-content {
		float: left;
		width: 100%;
		top: unset;
		-ms-transform: unset;
		transform: unset;
		position: relative;
		margin-right: 0px;
	}
	
	.single-property-content h3 {
		display: none;
	}
	
	.single-property-image-outer {
		width: 100vw;
		position: relative;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw;
		height: auto;
	}
	
	.single-property-image-outer h3 {
		display: block;
		margin-bottom: 15px;
		padding: 0 20px;
	}
	
	.property-select-outer {
		float: unset;
		margin-bottom: 100px;
		text-align: center;
	}
	
	.fixed-availability-button {
		position: relative;
		bottom: unset;
	}

}

@media (max-height: 750px) {
	.mobile-nav .footer-social {
		margin-bottom: 130px;
	}
}


@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;
	}
	
	.children_pages.creato_block-container.creato_block-container-3-columns .grid .creato_block-listing {
		margin: 10px 20px 10px 0;
		clear: none;
	}
	
	.children_pages.creato_block-container.creato_block-container-3-columns .grid .creato_block-listing:nth-child(3n+1) {
		margin: 10px 20px 10px 0;
		clear: none;
	}
	
	.children_pages.creato_block-container.creato_block-container-3-columns .grid .creato_block-listing:nth-child(2n+1) {
		margin: 10px 20px 10px 0;
		clear: none;
	}
	
	.archive-latest-news-text {
		width: 100%;
		margin-right: 0;
		float: left;
		top: unset;
		-ms-transform: unset;
		transform: unset;
		position: relative;
	}
	
	.archive-latest-news {
		width: 100%;
		float: left;
		margin: 80px 0;
		height: unset; 
	}
	
	.archive-latest-news-image {
		height: unset; 
		padding-top: 56.25%;
		width: 100%;
	}
	
	h2 {
		font-size: 50px;
	}
	
	h3 {
		font-size: 35px;
	}
	
	h4 {
		font-size: 30px;
	}
	
	.useful_links h2, .latest_news h2, .children_pages h2, .index-header h1 {
		font-size: 30px;
		margin-top: 12px;
	}
	
	.kt-blocks-accordion-header .kt-blocks-accordion-title {
		line-height: 1.25;
		font-size: 28px;
	}

}



@media (max-width: 600px) {

	.wp-block-media-text .wp-block-media-text__content {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
		padding: 20px 0;
	}
	
	.footer-left .footer-main-menu ul li a {
		font-size: 30px;
	}
	
	.footer-address {
		font-size: 20px;
	}
	
	.footer-left .footer-sub-menu ul li a {
		margin-right: 15px;
		text-transform: uppercase;
		font-size: 14px;
	}
	
	.footer .phone {
		padding-right: 0px;
		border-right: 0px solid #fff;
		margin-right: 0px;
		display: block;
		width: fit-content;
	}
	
	.credit{
		font-size: 12px;
	}
	
	a.mobile-logo {
		margin: 50px 20px 0;
	}
	
	.mobile-nav .mobile-main-menu,
	.mobile-nav .mobile-sub-menu,
	.mobile-nav-contact {
		width: calc(100% - 40px);
		padding: 0 20px;
	}
	
	.mobile-nav .mobile-sub-menu a {
		text-transform: uppercase;
		color: #fff;
		float: left;
		padding: 5px 15px;
		margin-right: 15px;
		margin-bottom: 10px;
		background: #1d334f;
		position: relative;
		z-index: 9999999999;
		border-radius: 30px;
	}
	
	select.property-select {
		width: 200px;
		padding: 10px 20px;
	}
	
	
	.property-select-outer label {
		font-size: 20px;
		top: 2px;
	}

}

@media (max-width: 542px) {
	.kb-gallery-ul[data-columns-xs="2"] .kadence-blocks-gallery-item {
		width: 100%;
	}
}



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

	.nav {
		display: none;
	}
	
	.children_pages_no_slider.creato_block-container.creato_block-container-3-columns .grid .creato_block-listing {
		width: 100%;
		margin: 10px 0px 10px 0px;
	}
	
	.children_pages_no_slider.creato_block-container.creato_block-container-3-columns .grid .creato_block-listing:nth-child(2n+1) {
		width: 100%;
		margin: 10px 0px 10px 0px;
		clear: none;
	}
	
	.mobile-nav-header i {
		font-size: 28px;
		margin-top: 10px;
	}
	
	.mobile-nav-header span {
		margin-top: 10px;
		font-size: 18px;
	}
	
	.mobile-nav-header {
		right: 120px;
		padding: 5px 0;
		width: 120px;
	}
	
	.mobile-nav-book-now a {
		padding: 17px 0 5px;
		font-size: 16px;
		width: 120px;
		min-height: 36px;
	}
	
	.mobile-nav .mobile-main-menu a {
		font-size: 24px;
	}
	
	.mobile-nav .mobile-main-menu {
		margin: 25px 0;
	}
	
	.mobile-nav .mobile-sub-menu {
		margin-bottom: 30px;
	}
	
}


@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;
	}
	
	h2 {
		font-size: 40px;
	}
	
	h3 {
		font-size: 30px;
	}
	
	h4 {
		font-size: 25px;
	}
	
	html, body {
		font-size: 14px;
	}
}


























/* General Woocommerce */

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

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

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

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

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

#sidebar a{
	color: #6C6D6D;
}

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

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

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

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

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

mark.count{
	display: none;
}

/* End General */








/* Woocommerce Buttons */

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

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

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

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

/* End Buttons */








/* Archive Products/Categories */

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

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

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

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

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

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

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

/* End Archive Styling */








/* Single Product */

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

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

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

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

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

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

.woocommerce div.product p.stock{
	
}

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

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

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

.woocommerce .product_meta{
	font-size: 14px;
}

.woocommerce span.sku_wrapper{
	
}

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

.woocommerce section.related h2{
	text-align: center;
	margin-bottom: 20px;
}


.woocommerce-message, .woocommerce-info {
	text-align: left;
}

.woocommerce .woocommerce-message .button{
	margin: 0;
	padding: 10px 15px !important;
}

.woocommerce div.product div.images {
	width: 47%;
	margin-left: 1%;
}

.woocommerce .woocommerce-ordering select {
	padding: 8px 0%;
	appearance: none;
	-webkit-appearance: none;
	border: none;
	font-size: 12px;
	font-family: 'Montserrat', 'Helvetica', 'Arial', serif;
	float: right;
	margin-right: 1%;
	width: 100%;
}

.single_add_to_cart_button {
	
}

/* End Single Product */








/* Woocommerce Tabs */

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

.woocommerce-tabs{
	text-align: left;
	margin: 40px 0;
	display: inline-block;
	width: 100%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
	display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li{
	border-radius: 0;
	border: none;
	margin: 0 5px 5px 0;
	color: #545454;
	text-transform: uppercase;
	font-weight: 800;
	background: #ccc;
	border: 1px solid #ccc;
	border-bottom: none;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.woocommerce div.product .woocommerce-tabs ul.tabs{
	margin: 0;
	padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover, .woocommerce div.product .woocommerce-tabs ul.tabs li.active{
	background: #fff;
	color: #ccc;
	margin-bottom: 0;
	padding-bottom: 5px;

}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
	color: #ccc;
}
	
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:hover a {
	color: #ccc;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	padding: 10px 10px;
	font-size: 16px;
	color: #fff;
}

.woocommerce div.product .woocommerce-tabs .panel{
	width: 94%;
	padding: 30px 3%;
	background: #fff;
	border: 1px solid #ccc;
	margin-top: -1px;
	float: left;
}

/* end of tabs */








/* Basket */

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

.woocommerce table.cart td.actions .input-text, .woocommerce form.checkout_coupon .form-row input.input-text{
	float: left;
	width: 150px;
	padding: 3px 10px;
	font-size: 16px;
	font-family: 'Montserrat', 'Helvetica', 'Arial', serif;
	margin: 10px 10px 10px 0;
	-webkit-appearance:none;
}

.woocommerce table.shop_table{
	border: 1px solid #ccc;
	font-size: 14px;
	background: #fff;
	border-radius: 0;
}

.woocommerce table img{
	width: 50px;
	height: auto;
}

.woocommerce td.product-name dl.variation p{
	margin: 0;
}

.woocommerce table.cart td.actions .input-text{
	border: 1px solid #ccc;
	background: none;
	color: #545454;
	padding: 9px 10px;
	width: 200px;
}

.woocommerce table.cart td.actions .input-text::placeholder{
	color: #545454;
}

.woocommerce table.shop_table td, .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th{
	border-top: 1px solid #ccc;
}

/* End Basket */








/* Checkout Page */

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

.woocommerce form .form-row-last {
	width: 46%;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select{
	padding: 10px;
	font-size: 16px;
	font-family: 'Montserrat', 'Helvetica', 'Arial', serif;
	border: 1px solid #ccc;
	color: #545454;
	background: #fff;
	-webkit-appearance:none;
}

.woocommerce form .form-row input.input-text::placeholder{
	color: #ccc;
}

.woocommerce form.checkout_coupon .form-row input.input-text{
	width: 100%;
	padding: 7px 10px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
	border-radius: 0;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
	width: 100%;
	margin: 20px 0%;
}

.woocommerce .woocommerce-checkout{
	width: 600px;
	margin: 0 auto;
	max-width: 96%;
}

.woocommerce form .form-row.woocommerce-validated input.input-text {
	border-color: #ccc;
}

/* End Checkout */







/* My Account */

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

.woocommerce nav.woocommerce-MyAccount-navigation{
	display: inline-block;
	width: 100%;
	text-align: center;
	background: #545454;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul{
	margin: 0;
	padding: 0;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li{
	list-style: none outside none;
	display: inline;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li a{
	padding: 10px 15px;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	font-size: 14px;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li a:hover, .woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active a{
	opacity: 0.5;
}

/* End My Account */



/* Woocommerce Mobile */

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

@media (max-width: 970px) {

	
	.woocommerce .woocommerce-breadcrumb {
		width: 98%;
		margin: 10px 1% 20px 1%;
	}
	
	.woocommerce div.product div.summary {
		width: 47%;
		margin-right:1%;
	}
	
	.woocommerce-tabs {
		margin: 40px 1%;
		width: 98%;
	}
	
	.page-tabs-overlay h3 {
		font-size: 28px;
	}
	
}


@media (max-width: 768px) {

	.woocommerce div.product div.images {
		width: 94%;
		margin: 0 3%;
	}
	
	.woocommerce div.product div.summary {	
		width: 94%;
		margin: 20px 3% 0;
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		padding: 0 1%;
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		font-size: 14px;
	}
	

}

@media (max-width: 500px) {

	.page-tabs-overlay h3 {
		font-size: 24px;
	}
	
	.woocommerce .woocommerce-breadcrumb {
		margin: 80px 1% 20px 1%;
	}
	
	.woocommerce div.product h1.product_title {
		font-size: 26px;
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		width: 97.5% !important;
		margin: 0 !important;
		padding: 3px 1% !important;
	}
	
	.woocommerce div.product .woocommerce-tabs .panel {
		width: 93.5% !important;
	}
	
	.woocommerce form .form-row {
		padding: 3px 1% !important;
	}
	
	.woocommerce form .form-row-first, .woocommerce form .form-row-last {
		width: 98%;
	}
	
	.woocommerce-privacy-policy-text p {
		font-size: 12px;
	}
	
}

/* End Woocommerce Mobile */

























/* Specific Fixes and things in the core */
 

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}





/* IE11 Styling */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	
	select::-ms-expand {
		display: none;
	}
	
}



/* Cookie notification styling */

.wc_privacy_notice {
	position: fixed;
	bottom: 0px;
	width: 90%;
	text-align: center;
	background: rgba(255,255,255,1);
	border-top: 1px solid #111D2C;
	box-shadow: 0px 0px 2px #111D2C;
	padding: 10px 10px;
	font-size: 13px;
	z-index: 9999999;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 800px;
	border-radius: 10px 10px 0 0;
}

.wc_privacy_text{
	float: left;
	width: 100%;
}

.wc_privacy_text strong{
	float: left;
	font-size: 12px;
}

.wc_privacy_policy_buttons{
	float: right;
}

.reveal_privacy_options, 
.wc_privacy_policy_buttons button, 
.wc_privacy_submit{
	display: inline-block;
	padding: 5px 20px;
	margin-left: 10px;
	border-radius: 1px;
	-webkit-appearance: none;
	line-height: normal;
	border: none;
	font-size: 11px;
	font-family: 'work-sans', 'Helvetica', 'Arial', sans-serif;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	color: #fff;
	background: #111D2C;
}

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;
	max-width: 100%;
	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: 500px) {
	
	.wc_privacy_notice {
		width: calc(100% - 60px);
	}
	
	.wc_privacy_text strong {
		width: 100%;
		text-align: left;
		margin-bottom: 5px;
	}
	
	.wc_privacy_policy_buttons {
		width: 100%;
		text-align: left;
	}

	.reveal_privacy_options, .wc_privacy_policy_buttons button, .wc_privacy_submit {
		width: calc(50% - 28px);
		text-align: center;
		margin-left: 5px;
	}
	
	.reveal_privacy_options {
		margin-left: 0;
		margin-right: 5px;
	}

}

@media (max-width: 350px) {
	.wc_privacy_text strong{
		width: 100%;
		text-align: left;
	}
	
	.wc_privacy_policy_buttons{
		margin-top: 5px;
	}
}

