/*
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: 'fieldwork', 'Helvetica', 'Arial', serif;
	color: #707070;
	font-size: 16px;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: auto;
	font-smooth: always;
}

h1, h2, h3, h4 {
	font-family: 'ivymode', 'Helvetica', 'Arial', serif;
	line-height: 1.2;
	margin: 0;
	color: #2B344E;
}

h4 {
	font-weight: 200;
}

.has-2-xl-large-font-size {
	font-size: 65px;
}

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

a:hover {
	text-decoration: none;
}

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

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

.reduced-width {
	max-width: 1200px;
	margin: 0 auto;
}


a.button-link,
.button-link,
a.wp-block-button__link,
.is-style-outline a.wp-block-button__link,
.contact-row button,
.wp-block-button__link:visited{
	display: inline-block;
	text-transform: capitalize;
	background-color: unset;
	border-radius: 0px;
	color: #2A354E;
	padding: 0;
	text-align: left;
	margin: 10px 0;
	font-size: 22px;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	-webkit-appearance:none;
}

.is-style-outline a.wp-block-button__link,
.wp-block-button.is-style-outline>.wp-block-button__link{
	background: none;
	color: #fff;
	padding: 0;
	border: 0px solid;
}


a.button-link:hover,
.button-link:hover,
a.wp-block-button__link:hover,
.contact-row button:hover{
	color: #c7dde6;
	cursor: pointer;
}

.is-style-outline a.wp-block-button__link:hover,
.wp-block-button.is-style-outline>.wp-block-button__link:hover{
	color: #2A354E;
	cursor: pointer;
}

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


a.social-icon{
	display: inline-block;
	margin: 5px 10px 5px 0px;
	font-size: 20px;
	line-height: normal;
	text-align: center;
}

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

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

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

.medium-content{
	width: 900px;
}

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

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

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


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

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

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

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

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





/* Heading */

.top-bar{
	float: left;
	width: 100%;
	position: fixed;
	background: #fff;
	z-index: 9999;
	height: 80px;
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
	  
}

.top-bar-scroll {
	border-bottom: 1px solid #2A364E;
}

a.header-logo{
	display: inline-block;
	width: 200px;
	height: 80px;
}

a.header-logo img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	max-width: 200px;
}

.header-contact {
	position: absolute;
	left: 5%;
	top: 50%;
	transform: translate(-5%, -50%);
}

.header-contact span {
	margin: 0 10px;
}

.top-bar .header-contact a {
	font-size: 16px;
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.top-bar .header-contact a.whatsapp {
	font-size: 18px;
}

.top-bar .header-contact a:hover {
	color: #c7dde6 
}

.mobile-nav-book-now {
	position: absolute;
	right: 80px;
	height: 80px;
	top: 0;
	width: 160px;
	background: #0C9999;
	color: #fff;
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
	z-index: 6000;
}

.mobile-nav-book-now:hover {
	cursor: pointer;
	background: #c7dde6;
	color: #2A354E;
}

.mobile-nav-book-now-inner {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	font-size: 19px;
}

.booking-panel-outer {
	position: absolute;
	right: 80px;
	top: 80px;
	width: 300px;
	text-align: left;
	color: #fff;
	z-index: 6000;
	display: none;
}

.booking-panel-single {
	width: 0;
	background: #0C9999;
	margin-bottom: 1px;
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
	 color: #fff;
	 overflow: hidden;
}

.booking-panel-single:hover {
	background: #2A354E;
}

.booking-panel-single-open {
	width: 300px;
}

.booking-panel-single a {
	color: #fff;
	padding: 20px 40px 20px 20px;
	display: block;
	width: 240px;
	font-size: 16px;
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
	background-image: url('images/chevron-right.svg');
	background-repeat: no-repeat;
	background-position: center right 15px;
	background-size: auto;
}

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





/* 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: 0;
	height: 80px;
	width: 80px;
	background: #2A354E;
	color: #fff;
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
	z-index: 6000;
}

.mobile-nav-header:hover{
	cursor: pointer;
	background: #c7dde6;
	color: #2A354E;
}

.mobile-nav-header i{
	font-size: 40px;
	line-height: normal;
	text-align: center;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

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

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

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

.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 a {
	color: #fff;
}

.mobile-nav .mobile-main-menu a {
	float: left;
	width: calc(100% - 35px);
	font-size: 30px;
	text-align: left;
	color: #fff;
	font-family: 'ivymode', 'Helvetica', 'Arial', serif;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.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: 6px;
	font-size: 25px;
	width: 20px;
	color: #fff;
	margin-top: 10px;
}

.mobile-nav ul li ul li.mobile-nav-back i{
	float: left;
	font-size: 14px;
	margin-top: 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;
	scrollbar-width: none;
	-webkit-scrollbar: none;
}

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

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

.mobile-nav-contact .social-icons-container {
	margin-top: 10px;
	margin-bottom: 50px;
}

.mobile-nav-contact .social-icons-container a.social-icon {
	margin: 5px 10px 5px 5px;
	font-size: 25px;
}

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





/* Page */

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

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

.custom-breadcrumbs {
	padding: 20px 0 20px 0;
	display: grid;
	width: 100%;
}

.custom-breadcrumbs.blue-bg-full a {
	color:#ffffffe6;
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.custom-breadcrumbs.blue-bg-full a:hover,
.custom-breadcrumbs a:hover   {
	color: #c7dde6;
}





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

.single-content {
	max-width: 1000px;
	margin: auto;
	margin-bottom: 100px;
}

.single-content h1 {
	font-size: 65px;
}


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

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

.creato_block-container-header h2 {
	color: #003369;
	font-size: 40px;
}

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

.blue-bg-full .wp-block-group__inner-container .creato_block-type-post .creato_block-container .creato_block-container-header .creato_block-container-header-right a.creato_block-container-link {
	color: #fff;
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.blue-bg-full .creato_block-container-header-right a.creato_block-container-link:hover {
	opacity: 0.6;
}

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

.creato_block-container-arrows i {
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	border: 2px solid;
	position: relative;
}

.creato_block-container-arrows i:hover {
	cursor: pointer;
}

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

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

.custom-breadcrumbs {
	padding: 20px 0 0 0;
	text-align: right;
}

.custom-breadcrumbs span,
.custom-breadcrumbs span a {
	color: rgb(166 166 166 / 90%);
	font-size: 13px;
}


/* creato_block grid */

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

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

.creato_block-container.creato_block-container-1-columns .grid {
	grid-template-columns: 100%;
}

.creato_block-container.creato_block-container-2-columns .grid {
	grid-template-columns: repeat(2, 1fr);
}

.creato_block-container.creato_block-container-3-columns .grid {
	grid-template-columns: repeat(3, 1fr);
}

.creato_block-container.creato_block-container-4-columns .grid {
	grid-template-columns: repeat(4, 1fr);
}

.creato_block-container.creato_block-container-5-columns .grid {
	grid-template-columns: repeat(5, 1fr);
}

.creato_block-listing-image{
	width: 100%;
	aspect-ratio: 12/9;
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
}

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

.creato_block-listing-image-inner:hover {
	transform: translate(-50%, -50%) scale(1.1);
}

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

.creato_block-listing-category,
.archive-news-text p {
	background-color: #E5E5E5;
	width: fit-content;
	padding: 5px 32px;
	border-radius: 30px;
	font-size: 16px;
	color: #00A9D3;
	order: 3;
	margin-top: 30px;
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.creato_block-listing-category:hover,
.archive-news-text p:hover {
	opacity: 0.5;
}


.creato_block-listing-date {
	color: #232323;
	opacity: 0.6;
	font-size: 16px;
	margin-top: 40px;
}

.creato_block-listing-text {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.creato_block-listing-text h3 {
	font-size: 26px;
	color: #003369;
	min-height: 60px;
}


.contact-page-top,
.index-top {
	padding-bottom: 100px;
}

.index-top h1,
.contact-page-top h1 {
	font-size: 65px;
}

.index-header h2 {
	font-size: 55px;
}

.contact-page-top h1 {
	margin-bottom: 20px;
}

.contact-page-top a,
.contact-top-address {
	color: #fff;
	font-size: 22px;
}

.contact-page-top a.social-icon {
	margin: 15px 10px 5px 0px;
	font-size: 20px;
}

.contact-columns {
	gap: 0;
}

.contact-columns p {
	color: #2B344E;
	font-size: 28px;
}

.contact-columns .wp-block-column:first-of-type a {
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.contact-columns .wp-block-column:first-of-type a:hover {
	opacity: 0.7;
}

.contact-top p,
.contact-columns p {
	line-height: 1.2;
}

.contact-top p:first-of-type{
	margin: 0;
}

.contact-columns {
	display: grid !important;
    grid-template-columns: 2fr 3fr 2fr;
	gap: 80px;
	margin-bottom: 0;
}

.contact-columns a.social-icon {
	font-size: 45px;
	opacity: 0.5;
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.contact-columns a.social-icon:hover {
	opacity: 1;
}

.contact-columns a.social-icon svg {
	width: 45px;
}

.contact-columns a.social-icon svg path,
.contact-columns a.social-icon svg circle
 {
	fill: #2A354E;
}

.contact-columns .wp-block-column:not(:nth-child(2)) {
	padding: 100px 0 50px 0;
	display: flex;
	flex-direction: column;
}

.contact-columns .social-icons-container {
	margin-top: auto;
}

.contact-content .direct-booking-link {
	padding: 30px 0;	
}

.contact-content .direct-booking-link h2 {
	font-size: 42px;
	display: flex;
	align-items: center;
}



/* end creato_block grid */




/* creato_block slider */

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

/* end creato_block slider */


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

















/* Index */

.index-filters {
	margin-top: 30px;
}

.index-filter-label {
	display: inline-block;
	float: left;
	width: 115px;
	margin-top: 7px;
}

.index-filter-button {
	display: inline-block;
	width: 300px;
	max-width: calc(100% - 115px);
	background: #fff;
	padding: 8px 20px;
	border-radius: 3px;
	position: relative;
	min-height: 26.5px;
	color: #707070;
}

.index-filter-button:hover {
	cursor: pointer;
}

.index-filter-button i {
	position: absolute;
	top: 13px;
	right: 10px;
	z-index: 9999999999999;
	color: #707070;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

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

.index-filter-slide {
	position: absolute;
	left: 115px;
	background: #c7dde6;
	margin-top: 5px;
	width: 300px;
	padding: 10px 20px;
	border-radius: 3px;
	display: none;
}

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

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

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

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

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

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

.index-top {
	margin-bottom: 80px;
}

.single-news-bottom {
	
}





/* News */

.archive-news-outer {
	width: 100%;
	display: inline-block;
}

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

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

.archive-news-image {
	padding-top: 75%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

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

.single-news-bottom {
	padding: 100px 0;	
}





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

.icon-info {
	position: absolute;
	top: -80px;
	background: #fff;
	padding: 10px;
	border-radius: 4px;
	z-index: 9999;
	font-size: 14px;
	color: #2A354E;
	width: 250px;
	display: none;
	border: 1px solid #2A354E;
}

.icon-info.table-enquiry-time-info {
	top: -60px;
	max-width: calc(100% - 20px);
}

.contact-row label {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-bottom: 5px;
	color: #2A354E;
}

.contact-row input[type="text"], 
.contact-row textarea, 
.contact-row input[type="number"],
.contact-row.contact-row-contact_event_type select,
.contact-row.contact-row-contact_space select,
.contact-row.contact-row-contact_referral select,
.contact-row.contact-row-contact_layout select {
	border: 0px solid #fff;
	padding: 10px 20px;
	width: calc(100% - 40px);
	max-width: calc(100% - 40px);
	font-size: 16px;
	-webkit-appearance:none;
	font-family: 'fieldwork', 'Helvetica', 'Arial', serif;
	border-radius: 3px;
	min-height: 26.5px;
}

.contact-row.contact-row-contact_event_type select,
.contact-row.contact-row-contact_space select,
.contact-row.contact-row-contact_referral select,
.contact-row.contact-row-contact_layout select {
	max-width: 100%;
	width: 100%;
}

.contact-row.contact-row-contact_captcha input {
	width: max-content;
}


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



/* Contact Form Expansion */ 

.table-enquiry-form-left {
	float: left;
	width: calc(50% - 20px);
	margin-right: 20px;
}

.table-enquiry-form-left .contact-row-contact_first_name,
.table-enquiry-form-left .contact-row-contact_number,
.table-enquiry-form-right .contact-row-contact_date {
	float: left;
	width: calc(50% - 5px);
	margin-right: 5px;
}

.table-enquiry-form-left .contact-row-contact_date {
	float: left;
	width: calc(50% - 5px);
	margin-left: 5px;
}


.creato_contact_form.creato_cf_event_enquiry .contact-row-contact_email label::after,
.creato_contact_form.creato_cf_event_enquiry .contact-row-contact_number label::after,
.creato_contact_form.creato_cf_meeting_enquiry .contact-row-contact_email label::after,
.creato_contact_form.creato_cf_meeting_enquiry .contact-row-contact_number label::after {
	content:'*';
}


.table-enquiry-form-left .contact-row-contact_last_name,
.table-enquiry-form-left .contact-row-contact_member,
.table-enquiry-form-right .contact-row-contact_time,
.table-enquiry-form-left .contact-row-contact_space,
.table-enquiry-form-left .contact-row-contact_event_type,
.table-enquiry-form-left .contact-row-contact_layout {
	float: left;
	width: calc(50% - 5px);
	margin-left: 5px;
}

.table-enquiry-form-left .contact-row.contact-row-contact_space {
	margin-left: 0;
}

.table-enquiry-form-left .contact-row.contact-row-contact_event_type {
	margin-left: 10px;
}

.table-enquiry-form-left .contact-row-contact_last_name label {
	color: transparent;
}

.table-enquiry-form-left .contact-row-contact_member select,
.table-enquiry-form-right .contact-row-contact_grazing select {
	width: 100%;
	padding: 11px 20px;
	font-size: 16px;
	line-height: 1.5;
	font-family: 'fieldwork', 'Helvetica', 'Arial', serif;
	border: 0px solid #fff;
	border-radius: 3px;
	min-height: 26.5px;
	background: #fff;
	-webkit-appearance: none;
	background-image: url('images/chevron-down.png');
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 16px;
}

.table-enquiry-form-right {
	float: left;
	width: calc(50% - 20px);
	margin-left: 20px;
}

.contact-row-contact_date label i,
.contact-row-contact_time label i {
	color: #fff;
}

.table-enquiry-form-right input[type="date"],
.table-enquiry-form-left input[type="date"],
.table-enquiry-form-right input[type="time"] {
	width: calc(100% - 40px);
	border: 0px solid #fff;
	padding: 10px 20px;
	font-size: 16px;
	border-radius: 3px;
	line-height: 1.5;
	font-family: 'fieldwork', 'Helvetica', 'Arial', serif;
	color: #707070;
	-webkit-appearance: none;
	background: #fff;
	min-height: 26.5px;
}

.table-enquiry-form-right .contact-row-contact_adults {
	width: calc(33.33% - 5px);
	margin-right: 5px;
	float: left;
}

.table-enquiry-form-right .contact-row-contact_children {
	width: calc(33.33% - 10px);
	margin-right: 5px;
	margin-left: 5px;
	float: left;
}

.table-enquiry-form-right .contact-row-contact_grazing {
	float: left;
	width: calc(33.33% - 5px);
	margin-left: 5px;
}


.creato_cf_table_enquiry .contact-row-contact_recaptcha,
.creato_cf_event_enquiry .contact-row-contact_recaptcha,
.creato_cf_meeting_enquiry .contact-row-contact_recaptcha {
	float: right;
	width: calc(50% - 20px);
}

.contact-row-contact_recaptcha.contact-row button {
	font-size: 12px;
	padding: 20px 40px;
	background: #0C9999;
	border: 2px solid #0C9999;
	color: #fff;
	border-radius: 0;
}

.contact-row-contact_recaptcha.contact-row button:hover {
	background: #fff;
	color: #0C9999;
}








/* Footer */

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

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

a.footer-logo {
	display: block;
	text-align: left;
	width: 100%;
	max-width: 200px;
}

.footer a:hover {
	color: #0c9999;
}

.footer a.social-icon svg path,
.footer a.social-icon svg circle {
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.footer a.social-icon svg:hover path,
.footer a.social-icon svg:hover circle {
	fill:#0c9999 ;
}

.footer-menu-outer {
	width: 100%;
	margin: 50px 0;
	text-align: left;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.footer-menu{
	font-size: 26px;
	font-family: 'ivymode', 'Helvetica', 'Arial', serif;
}

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

.footer-menu ul li {
	list-style: none outside none;
	display: block;
	margin-bottom: 10px;
}

.footer-address {
	margin-bottom: 10px;
}

.footer-contact {
	font-size: 28px;
}

.footer-contact .phone {
	display: block;
	margin-bottom: 10px;
}

.footer-contact a {
	font-size: 28px
}

.credit a {
	font-size: 12px;
}

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

.credit-left{
	float: left;
}

.credit-right{
	float: right;
}


/* creato_slider */

.creato_slider{
	position: relative;
	display: inline-block;
	width: 100%;
}

.creato_slider .slider{
	margin: 0 !important;
}

.creato_slider .slide{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	overflow: hidden;
}





.creato_slider .slick-dots{
	bottom: 10px;
}

.creato_slider.creato_slider-hide-dots .slick-dots{
	display: none !important;
}
.creato_slider .slider .slick-dots li{
	margin: 0 3px;
	width: 12px;
	height: auto;
}
.creato_slider .slider .slick-dots li button{
	width: 100%;
	height: 12px;
	padding: 0;
	border-radius: 50%;
}
.creato_slider .slider .slick-dots li.slick-active button, .creato_slider .slider .slick-dots li button:hover{
	opacity: 0.5;
	cursor: pointer;
}
.creato_slider .slider .slick-dots li button:before{
	content: none;
}


.creato_slider.creato_slider-hide-arrows .slick-dots{
	display: none !important;
}

.creato_slider .slick-next, .creato_slider .slick-prev{
	z-index: 100;
	right: 20px;
	width: auto;
	height: auto;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}
.creato_slider .slick-next:before{
	content: '\f054';
	font-family: "Font Awesome 7 Pro";
	background: #000;
	color: #fff;
	padding: 10px 15px;
	opacity: 1;
}
.creato_slider .slick-prev{
	left: 20px;
	right: auto;
}
.creato_slider .slick-prev:before{
	content: '\f053';
	font-family: "Font Awesome 7 Pro";
	background: #000;
	color: #fff;
	padding: 10px 15px;
	opacity: 1;
}
.creato_slider .slick-prev:hover, .creato_slider .slick-next:hover{
	opacity: 0.8;
}


.creato_slider-slide-text-outer{
	float: left;
	width: 100%;
}
.creato_slider-slide-text-outer .centred{
	height: 600px;
	min-height: 300px;
}
.creato_slider-slide-text{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	width: calc(100% - 40px);
	font-size: 20px;
	text-shadow: 0px 0px 25px black;
	text-align: left;
	color: #fff;
}

/* Custom Classes */

/* Icon List */

.amenity-list h3 {
	color: #0C9999;
}

.amenity-list .wp-block-list,
.property-card .wp-block-list {
  width: 100%;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  display: block;
  white-space: nowrap;
}

.amenity-list .wp-block-list li,
.property-card .wp-block-list li {
  padding: 5px 0 5px 38px;
  position: relative;
}

.fa-hot-tub-person:before,
.fa-fan:before,
.fa-seats:before,
.fa-mountain-sun:before,
.fa-fire:before,
.fa-fire-burner:before,
.fa-bed:before,
.fa-tv:before,
.fa-square-parking:before,
.fa-heat:before,
.fa-mug-hot:before,
.fa-refrigerator:before,
.fa-wifi:before,
.fa-dog:before,
.fa-microwave:before,
.fa-air-fryer:before,
.fa-hair-dryer:before,
.fa-shower:before,
.fa-toilet:before,
.fa-droplet:before,
.fa-water:before,
.fa-person-booth:before,
.fa-sauna:before,
.fa-cart-flatbed-boxes:before,
.fa-person-swimming:before,
.fa-hammock:before,
.fa-lock:before,
.our-saunas .property-sleeps:before,
.fa-hand-holding-heart:before,
.fa-bed-front:before,
.fa-outlet:before,
.fa-plug:before,
.fa-blanket:before,
.fa-mug-saucer:before,
.fa-utensils:before,
.fa-jug:before,
.fa-glass:before,
.fa-bucket:before,
.fa-pump-soap:before,
.fa-shower-mat:before,
.fa-heart:before,
.fa-box-tissue:before,
.fa-hand-sparkles:before,
.fa-spray-can:before,
.fa-shower-cap:before,
.fa-toothbrush:before,
.fa-bottle-water:before,
.fa-ear-deaf:before,
.fa-cards:before,
.fa-scissors:before,
.fa-socks:before,
.fa-clothes-hanger:before,
.fa-box-open:before,
.fa-chair-office:before,
.fa-cart-flatbed-suitcase:before,
.fa-lightbulb:before,
.fa-binoculars:before {
  content: "";
  font-family: "Font Awesome 7 Pro";
  color: #0C9999;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
}

.our-saunas .property-sleeps:before {
  content: "\f041"; /* location-dot */
  padding-right: 10px;
  top: -10px;
}

.fa-seats:before {
	content:"\e765";
}

.fa-binoculars:before {
	content:"\f1e5";
}

.fa-cart-flatbed-suitcase:before {
	content:"\f59d";
}

.fa-lightbulb:before {
	content:"\f0eb";
}

.fa-chair-office:before {
	content:"\f6c1";
}

.fa-hand-holding-heart:before {
  content: "\e7a3"; /* membership */
}

.fa-lock:before {
  content: "\f023"; /* locker */
}

.fa-hammock:before {
  content: "\e392";
}

.fa-person-swimming:before {
  content: "\e78a"; /* swimming */
}

.fa-cart-flatbed-boxes:before {
  content: "\e3e8"; /* vending */
}

.fa-sauna:before {
  content: "\e00c";
}

.fa-person-booth:before {
  content: "\f734"; /* changing */
}

.fa-water:before {
  content: "\f773"; /* sea */
}

.fa-droplet:before {
  content: "\f043"; /* cold-bath */
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-microwave:before {
  content: "\e01b";
}

.fa-air-fryer:before {
  content: "\f72e";
}

/* NOTE: hair-dryer reuses the sauna glyph (\e00c) in the source — likely wrong.
   FA's hair-dryer is \f8a8. Left as-is; confirm with client. */
.fa-hair-dryer:before {
  content: "\e00c";
}

.fa-hot-tub-person:before {
  content: "\f593"; /* hot-tub */
}

.fa-mountain-sun:before {
  content: "\f724"; /* panoramic-views */
}

.fa-fire:before {
  content: "\f06d"; /* woodburning-stoves */
}

.fa-fire-burner:before {
  content: "\e5a5"; /* bbq */
}

.fa-bed:before {
  content: "\f236"; /* king-sized-beds */
}

.fa-tv:before {
  content: "\f26c"; /* smart-tv */
}

.fa-square-parking:before {
  content: "\f1b9"; /* private-parking */
}

.fa-heat:before {
  content: "\e01d"; /* electric-hob */
}

.fa-mug-hot:before {
  content: "\f7b6"; /* kettle */
}

.fa-refrigerator:before {
  content: "\e026"; /* fridge */
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-dog:before {
  content: "\f6d3"; /* pet-friendly */
}

/* Bedrooms & Living */
/* NOTE: super-king-bed shared the \f236 bed glyph with king-sized-beds.
   Renamed to fa-bed-front (\f8f7) name; content kept as source \f236 — confirm. */
.fa-bed-front:before {
  content: "\f236";
}
.fa-outlet:before {
  content: "\e01c"; /* travel-adapter */
}
.fa-plug:before {
  content: "\f1e6"; /* usb-adapter */
}
.fa-blanket:before {
  content: "\f498";
}

/* Kitchen & Dining */
.fa-mug-saucer:before {
  content: "\f0f4"; /* tea-coffee */
}
.fa-utensils:before {
  content: "\f2e7"; /* cutlery */
}
.fa-jug:before {
  content: "\f8c6"; /* milk-flask */
}
.fa-glass:before {
  content: "\f804"; /* drinking-glasses */
}
.fa-bucket:before {
  content: "\e4cf"; /* ice-bucket */
}
/* mini fridge: reuse .fa-refrigerator */

/* Bathroom */
.fa-pump-soap:before {
  content: "\e06b"; /* toiletries */
}
.fa-shower-mat:before {
  content: "\f2cc"; /* shower glyph reused */
}
.fa-heart:before {
  content: "\f004"; /* sanitary */
}
.fa-box-tissue:before {
  content: "\e05b"; /* wipes */
}
.fa-hand-sparkles:before {
  content: "\e05d"; /* nail-kit */
}
.fa-spray-can:before {
  content: "\f5bd"; /* shaving */
}
.fa-shower-cap:before {
  content: "\f043"; /* droplet — same glyph as fa-droplet */
}
.fa-toothbrush:before {
  content: "\f635";
}

/* Extras */
.fa-bottle-water:before {
  content: "\e4c5";
}
.fa-fan:before {
	content:"\f863";
}
.fa-ear-deaf:before {
  content: "\f2a4"; /* ear-plugs */
}
.fa-cards:before {
  content: "\e3ed"; /* playing-cards */
}
.fa-scissors:before {
  content: "\f0c4"; /* sewing-kit */
}
.fa-socks:before {
  content: "\f696"; /* slippers (closest match) */
}
.fa-clothes-hanger:before {
  content: "\e136"; /* ironing-board */
}
.fa-box-open:before {
  content: "\f49e"; /* vanity-kit */
}

.accreditations {
	width: fit-content;
}

.accreditations-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 40px;
}

.accreditations-inner img {
	max-width: 90px;
}

.booking-widget-outer {
	width: 100%;
	padding: 30px 0;
}

.booking-widget-outer p {
	margin-left: 0;
}

.booking-widget-outer h3,
.testimonial-outer h3 {
	font-size: 40px; 
}

.booking-widget-outer .ftb-widget .ftb-bookingWidget__inner {
	background-color: transparent !important;
	display: inline-block;
	width: 100%;
	padding: 0;
	margin-top: 20px;
}

.booking-widget-outer .ftb-widget .ftb-bookingWidget__dateSearchContainer {
	display: block;
	margin-right: 10px;
	width: calc(50% - 10px);
	float: left;
	margin-top: 6px;
}

.booking-widget-outer .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__dateSearch {
	margin: 0;
	display: inline-block;
}

.booking-widget-outer .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__dateSearch--checkIn {
	width: calc(50% - 10px) !important;
	margin-right: 10px;
	float: left;
}

.booking-widget-outer .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__dateSearch--checkOut {
	width: calc(50% - 10px) !important;
	margin-left: 10px;
	float: left;
}

.booking-widget-outer .ftb-widget input[type="date"] {
	width: 100%;
	border: 0px solid #fff;
	padding: 10px 20px;
	font-size: 16px;
	border-radius: 3px !important;
	line-height: 1.5;
	font-family: 'fieldwork', 'Helvetica', 'Arial', serif;
	color: #707070;
	-webkit-appearance: none;
	background: #fff;
	min-height: 26.5px;
	height: unset;
}

.booking-widget-outer .ftb-bookingWidget__dateSearch__title {
	color: #fff !important;
	font-family: 'fieldwork', 'Helvetica', 'Arial', serif;
	font-weight: normal;
	display: none;
}

.booking-widget-outer .ftb-widget .ftb-bookingWidget__inner--lg .ftb-bookingWidget__checkAvailabilityContainer {
	margin: 0;
	float: left;
	margin-left: 10px;
	width: calc(50% - 10px);
}

.booking-widget-outer .ftb-widget .ftb-bookingWidget__checkAvailability {
	color: #fff !important;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	font-size: 16px;
	box-sizing: unset;
	width: 100%;
	height: 50px;
	border: 0px;
	background-color: #0C9999 !important;
	padding: 6px 0;
	cursor: pointer;
	box-shadow: none;
	line-height: normal;
	margin: 0;
	font-family: 'fieldwork', 'Helvetica', 'Arial', serif;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.booking-widget-outer .ftb-widget .ftb-bookingWidget__checkAvailability:hover {
	color: #2A354E !important;
	background-color: #c7dde6 !important;
}



.home-page-links .creato_block-listing {
	aspect-ratio: 1 / 1;
	position: relative;
}  

.home-page-links .creato_block-listing .creato_block-listing-overlay {
	height: 100%;
	width: 100;
	background: rgba(0, 0, 0, 0.5);
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.home-page-links .creato_block-listing:hover .creato_block-listing-overlay {
	background: rgba(0, 0, 0, 0.3);
} 

.home-page-links .creato_block-listing .creato_block-listing-overlay .creato_block-listing-text {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}

.home-page-links .creato_block-listing .creato_block-listing-overlay .creato_block-listing-text h3 {
	font-size: 35px;
	font-weight: 200;
}



.home-cover-image.wp-block-cover .wp-block-cover__background{
	background: -moz-linear-gradient(bottom, rgba(13,19,34,0) 70%, rgba(13,19,34,0.8) 100%);
	background: -webkit-linear-gradient(bottom, rgba(13,19,34,0) 70%,rgba(13,19,34.8) 100%);
	background: linear-gradient(to top, rgba(13,19,34,0) 70%,rgba(13,19,34.8) 100%);
	opacity: unset !important;
}

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

.green-bg-cover.wp-block-cover {
	padding: 0;
	justify-content: left;
}

.green-bg-cover .wp-block-cover__inner-container {
	width: calc(50% - 70px);
	min-width: 600px;
	padding: 100px 50px 100px 20px;
	background: rgba(12, 153, 153, 0.9);
}

.green-bg-cover .wp-block-cover__inner-container .wp-block-group {
	float: right;
	width: 100%;
	max-width: 580px;
}

.green-bg-cover a {
	color: #fff;
}

.blue-bg-full,
.green-bg-full {
	position: relative;
	z-index: 1;
	width: 100%;
	color: #fff;
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.light-blue-bg-full {
	position: relative;
	z-index: 1;
	width: 100%;
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.blue-bg-full:before,
.green-bg-full:before,
.light-blue-bg-full:before {
	background: #2A354E;
	position: absolute;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	height: 100%;
	z-index: -1;
	content: '';
}

.direct-booking-link:before {
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.green-bg-full:before {
	background: #0C9999;
}

.light-blue-bg-full:before {
	background: #c7dde6;
}

.blue-bg-full,
.blue-bg-full h1,
.blue-bg-full h2,
.blue-bg-full h3,
.blue-bg-full h4,
.green-bg-full h1,
.green-bg-full h2,
.green-bg-full h3,
.green-bg-full h4 {
	color: #fff;
}


.blue-bg-full .latest-news a,
.blue-bg-full .latest-news h1,
.blue-bg-full .latest-news h2,
.blue-bg-full .latest-news h3,
.blue-bg-full .latest-news h4 {
	color: #fff;
}

.latest-news .creato_block-listing-text,
.children-pages .creato_block-listing-text {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.latest-news .creato_block-listing-text h3,
.children-pages .creato_block-listing-text h3 {
	font-size: 25px;
	min-height: 65px;
	margin-bottom: 20px;
}

.latest-news .creato_block-listing-text .button-link,
.children-pages .creato_block-listing-text .button-link {
	text-transform: capitalize;
	padding: 0;
	background: unset;
	border: unset;
	border-radius: unset;
	font-size: 22px;
	color: #fff;
}

.children-pages .creato_block-listing-text .button-link {
	color: #2A354E;
}

.latest-news .creato_block-listing-text .button-link:hover,
.children-pages .creato_block-listing-text .button-link:hover {
	color: #c7dde6 
}

.light-blue-bg-full .latest-news a.creato_block-container-link:hover {
	opacity: 0.5 !important;
	color: #2A354E !important;
}

.light-blue-bg-full .latest-news .creato_block-listing-text .button-link {
	color: #2A354E;
}

.light-blue-bg-full .latest-news .creato_block-listing-text .button-link:hover {
	opacity: 0.5;
}



.direct-booking-link {
	padding: 20px 0;
	display: grid;
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.direct-booking-link h2 {
	font-weight: 200;
	font-size: 30px;
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.direct-booking-link:hover {
	cursor: pointer;
}

.direct-booking-link h2::after {
	font-family: "Font Awesome 7 Pro"; 
	font-size: 28px;
	content: '\f061';
	display: inline-block;
	margin-left: 30px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.direct-booking-link.green-bg-full:hover::before {
	background: #c7dde6;
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.direct-booking-link:hover h2 {
	color: #2A354E;
}



/* Testimonials */

.testimonial-outer {
	float: left;
	width: 100%;
	max-width: 800px;
}

.testimonial-content {
	font-size: 30px;
	font-family: 'ivymode', 'Helvetica', 'Arial', serif;
	font-style: italic;
}

.testimonial-author {
	font-size: 22px;
	margin-top: 40px;
}

.testimonial-boxes-outer {
	width: 100%;
	float: left;
	margin-top: 20px;
	padding-bottom: 80px;
	margin-bottom: 40px;
	border-bottom: 1px solid #fff;
}

.single-boxes-testimonial {
	background: #fff;
	border-radius: 3px;
	padding: 20px;
	width: calc(50% - 60px);
	float: left;
	margin-left: 40px;
	margin-bottom: 40px;
}

.single-boxes-testimonial:nth-child(2n+1) {
	clear: left;
	margin-left: 0;
}

.single-boxes-testimonial .testimonial-boxes-content {
	margin-bottom: 20px;
}

.single-boxes-testimonial .testimonial-boxes-content p {
	margin: 0;
}

.slick-dots li button:before {
	font-size: 16px !important;
	color: #fff !important;
}


@media (max-width: 1480px) {
	.contact-columns {
		gap: 40px;
	}
	
	.contact-columns p {
		font-size: 24px;
	}
}

@media (max-width: 1200px) {
	.footer-contact {
		font-size: 24px;
	}
	
	.mobile-nav {
		width: 50%;
	}
	
	.has-medium-font-size,
	.testimonial-content {
		font-size: 26px !important;
	}
	
	.has-2-xl-large-font-size,
	.index-top h1,
	.single-content h1,
	.contact-page-top h1 {
		font-size: 55px;
	}
	
	.has-x-large-font-size,
	.direct-booking-link h2,
	.index-header h2 {
		font-size: 45px !important;
	}
	
	.has-large-font-size,
	.booking-widget-outer h3,
	.testimonial-outer h3 {
		font-size: 35px !important; 
	}
	
	.footer-contact a {
		font-size: 24px
	}
	
	.contact-columns p {
		font-size: 20px;
	}

}

@media (max-width: 1000px) {
	.footer-menu {
		font-size: 22px;
	}
	
	.footer-contact {
		font-size: 20px;
	}
	
	.footer-contact a {
		font-size: 20px
	}
	
	.home-page-links .creato_block-listing .creato_block-listing-overlay .creato_block-listing-text h3 {
		font-size: 28px;
	}
	
	.contact-columns {
		grid-template-columns: 1fr 1fr;
	}
	
	.contact-columns .wp-block-column:not(:nth-child(2)) {
		grid-row: 2;
		padding: 50px 0;
	}
	
	.contact-columns .wp-block-column:nth-child(2) {
		grid-row: 1;
		grid-column: 1 / -1;
		min-height: 400px;
	}
	
	.contact-columns a.social-icon {
		font-size: 32px;
	}
	
}


@media(max-width: 900px) {
	.footer-menu {
		width: calc(50% - 20px);
		margin-right: 20px;
	}
	
	.footer-contact {
		width: 100%;
		margin-top: 50px;
	}
	
	.mobile-nav {
		width: 75%;
	}
	
	.table-enquiry-form-left {
		float: left;
		width: 100%;
		margin-right: 0px;
	}
	
	.table-enquiry-form-right {
		float: left;
		width: 100%;
		margin-left: 0px;
	}
	
	.creato_cf_table_enquiry .contact-row-contact_recaptcha,
	.creato_cf_event_enquiry .contact-row-contact_recaptcha,
	.creato_cf_meeting_enquiry .contact-row-contact_recaptcha {
		float: left;
		width: calc(100% - 20px);
	}
	
}


/* Tablet */

@media (max-width: 782px) {
	.archive-news {
		width: calc(50% - 10px);
		float: left;
		margin: 30px 0px 30px 20px
	}
	
	a.archive-news:nth-child(3n+1) {
		clear: unset;
		margin-left: 20px;
	}
	
	a.archive-news:nth-child(2n+1) {
		clear: left;
		margin-left: 0px;
	}
	
	.mobile-nav-book-now {
		width: 120px;
	}
	
	.top-bar .header-contact a {
		font-size: 14px;
	}
	
	.has-medium-font-size,
	.testimonial-content {
		font-size: 24px !important;
	}
	
	.has-2-xl-large-font-size,
	.index-top h1,
	.single-content h1,
	.contact-page-top h1 {
		font-size: 50px;
	}
	
	.has-x-large-font-size,
	.direct-booking-link h2,
	.index-header h2 {
		font-size: 40px !important;
	}
	
	.has-large-font-size,
	.booking-widget-outer h3,
	.testimonial-outer h3 {
		font-size: 30px !important; 
	}
	
	html, body {
		font-size: 16px;
	}
	
	.green-bg-cover.wp-block-cover {
		padding: 0;
		justify-content: center;
	}
	
	.green-bg-cover .wp-block-cover__inner-container {
		width: calc(100% - 140px);
		min-width: unset;
		padding: 100px 20px 100px 20px;
		margin: 0 50px;
		background: rgba(12, 153, 153, 0.9);
	}
	
	.direct-booking-link h2::after {
		font-size: 30px;
	}
	
	.booking-widget-outer .ftb-widget .ftb-bookingWidget__dateSearchContainer {
		margin-right: 0px;
		width: 100%;
		margin-top: 0px;
	}
	
	.booking-widget-outer .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__checkAvailabilityContainer {
		float: left;
		margin-left: 0px;
		width: 100% !important;
		margin-top: 20px !important;
	}
	
	.booking-widget-outer .ftb-widget .ftb-bookingWidget__inner--md:not(.ftb-bookingWidget__inner--block) .ftb-bookingWidget__dateSearchContainer {
		width: 100%;
	}
	
	.creato_block-container.creato_block-container-3-columns .grid {
		grid-template-columns: repeat(2, 1fr);
	}

}


@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;
	}
	
	a.header-logo {
		float: left;
		margin-left: 20px;
	}
	
	.header-contact {
		display: none;
	}
	
	.mobile-nav {
		width: 100%;
	}

}



@media (max-width: 600px) {

	.wp-block-media-text .wp-block-media-text__content {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.wp-block-media-text .wp-block-media-text__content {
		padding: 30px 0;
	}
	
	.wp-block-media-text__content {
		padding: 30px 0 !important;
	}
	
	.single-boxes-testimonial {
		width: calc(100% - 40px);
		float: left;
		margin-left: 0px;
	}
	
	.single-boxes-testimonial:nth-child(2n+1) {
		clear: unset;
		margin-left: 0;
	}
	
	.table-enquiry-form-right .contact-row-contact_adults {
		width: calc(50% - 5px);
		margin-right: 5px;
	}
	
	.table-enquiry-form-right .contact-row-contact_children {
		width: calc(50% - 5px);
		margin-right: 0px;
		margin-left: 5px;
	}
	
	.table-enquiry-form-right .contact-row-contact_grazing {
		float: left;
		width: 100%;
		margin-left: 0px;
	}
	
	.footer-menu-outer {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.contact-columns {
		grid-template-columns: 100%;
		gap: 40px;
	}
	
	.contact-columns .wp-block-column:not(:nth-child(2)) {
		grid-row: unset;
		padding: 20px 0;
		order: 2;
	}
	
	.contact-columns .wp-block-column:nth-child(2) {
		grid-row: unset;
		min-height: 400px;
		order: 1;
	}
	
	.contact-top h2 {
		font-size: 45px !important;
	} 
	
	.contact-top p {
		font-size: 22px !important;
	}
	
	.reviews-widget {
		width: 100% !important;
	}

}

@media (max-width:520px) {
	.creato_slider{
		/*margin: 0;*/
	}
	
	.creato_slider .slide{
		min-height: 300px;
	}
	
	.creato_slider-slide-text-outer .centred{
		min-height: 400px;
		height: unset !important;
	}
	
	.creato_slider-slide-text{
		font-size: 16px;
	}
	
	.creato_slider-slide-text h1{
		font-size: 30px !important;
	}
}

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

	.nav {
		display: none;
	}

	.mobile-nav-header {
		display: inline-block;
	}
	
	.footer-menu {
		width: 100%;
		margin-right: 0px;
		font-size: 25px;
	}
	
	.footer-menu ul li {
		margin-bottom: 15px;
	}
	
	.footer-contact .social-icons-container {
		margin-top: 25px;
	}
	
	.footer-contact .social-icons-container a.social-icon {
		font-size: 25px;
	}
	
	.credit {
		display: flex;
		flex-direction: column-reverse;
		font-size: 14px;
	}
	
	.credit-left,.credit-right {
		text-align: left;
	}
	
	.credit-right {
		margin-bottom: 5px;
	}
	
	.credit a {
		font-size: 14px;
	}
	
	.top-bar {
		position: absolute;
	}
	
	.mobile-nav-book-now {
		position: fixed;
		bottom: 0;
		top: unset;
		width: calc(50% - 40px);
	}
	
	.mobile-nav-header {
		position: fixed;
		bottom: 0;
		top: unset;
	}
	
	a.header-logo {
		float: unset;
		margin-left: 0;
	}
	
	.mobile-nav-bottom {
		display: inline-block;
		width: calc(50% - 40px);
		position: fixed;
		bottom: 0;
		left: 0;
		background: #BEDDE3;
		height: 80px;
		z-index: 6000;
	}
	
	.mobile-nav-bottom .mobile-nav-bottom-icon {
		float: left;
		width: 50%;
		height: 80px;
		text-align: center;
	}
	
	.mobile-nav-bottom .mobile-nav-bottom-icon a {
		width: 100%;
		display: block;
		height: 80px;
		-o-transition:.5s;
		  -ms-transition:.5s;
		  -moz-transition:.5s;
		  -webkit-transition:.5s;
		  transition:.5s;
	}
	
	.mobile-nav-bottom .mobile-nav-bottom-icon a:hover {
		background: #2A354E;
		color: #fff;
	}
	
	.mobile-nav-bottom .mobile-nav-bottom-icon a i {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		font-size: 25px;
	}
	
	.booking-panel-outer {
		position: fixed;
		right: unset;
		left: 0;
		top: unset;
		bottom: 79px;
		width: calc(100% - 80px);
	}
	
	.booking-panel-single-open {
		width: 100%;
	}
	
	.booking-panel-single a {
		min-width: 200px;
		width: calc(100% - 60px);
	}
	
	.mobile-nav {
		height: calc(100% - 80px);
		background: rgba(13, 19, 34, 1);
	}
	
	.mobile-nav .mobile-main-menu {
		margin-top: 60px;
		margin-bottom: 60px;
		width: calc(100% - 60px);
		padding: 0 30px;
	}
	
	.mobile-nav-contact {
		padding: 0 30px;
		width: calc(100% - 60px);
	}
	
	.has-medium-font-size,
	.testimonial-content {
		font-size: 20px !important;
	}
	
	.has-2-xl-large-font-size,
	.index-top h1,
	.single-content h1,
	.contact-page-top h1 {
		font-size: 40px !important;
	}
	
	.has-x-large-font-size,
	.direct-booking-link h2,
	.index-header h2 {
		font-size: 35px !important;
	}
	
	/* .has-large-font-size,
	.booking-widget-outer h3,
	.testimonial-outer h3 {
		font-size: 25px !important; 
	} */
	
	html, body {
		font-size: 15px;
	}
	
	.green-bg-cover .wp-block-cover__inner-container {
		width: calc(100% - 80px);
		padding: 100px 20px 100px 20px;
		margin: 0 20px;
	}
	
	.creato_block-container.creato_block-container-3-columns .grid .creato_block-listing {
		width: 100%;
		margin: 10px 0px 30px 0px;
		float: left;
	}
	
	.creato_block-container.creato_block-container-3-columns .grid .creato_block-listing:nth-child(3n+1) {
		margin-left: 0px;
		clear: unset;
	}
	
	.creato_block-container.creato_block-container-3-columns .grid .creato_block-listing:nth-child(2n+1) {
		margin-left: 0px;
		clear: unset;
	}
	
	.latest-news .creato_block-listing-text h3,
	.children-pages .creato_block-listing-text h3 {
		font-size: 25px;
		min-height: unset;
		margin-bottom: 10px;
	}
	
	.direct-booking-link h2 {
		font-size: 25px;
	}
	
	/* .direct-booking-link h2::after {
		font-size: 25px;
		top: 0;
		margin-left: 10px
	} */
	
	a.button-link, 
	.button-link, 
	a.wp-block-button__link, 
	.is-style-outline a.wp-block-button__link, 
	.contact-row button, 
	.wp-block-button__link:visited {
		font-size: 18px;
	}
	
	.index-filter-label {
		display: block;
		float: unset;
		width: 100%;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
	.index-filter-button {
		display: block;
		width: 300px;
		max-width: calc(100% - 40px);
	}
	
	.index-filter-slide {
		left: 0;
		margin-top: 5px;
		width: 300px;
		max-width: calc(100% - 40px);
	}
	
	.booking-widget-outer .ftb-widget input[type="date"] {
		padding: 10px 5px;
		font-size: 16px;
	}
	
	.icon-info {
		font-size: 12px;
	}
	
	.chaty-app-widget {
		bottom: 100px !important;
	}
	
	.creato_block-container.creato_block-container-3-columns .grid {
		grid-template-columns: 100%;
	}
	
	.footer {
		padding: 100px 20px 180px;
	}

}

@media (max-width: 450px) {
	.footer-menu-outer {
		grid-template-columns: 100%;
	}
	
	.mobile-nav .mobile-main-menu a {
		font-size: 24px;
	}
	
	.mobile-nav li i {
		font-size: 24px;
		margin-top: 2px;
	}
	
	.mobile-nav ul li ul li.mobile-nav-back i {
		margin-top: 9px;
	}
}

@media (max-width: 400px) {
	.archive-news {
		width: 100%;
		float: left;
		margin: 30px 0px 30px 0px
	}
	
	a.archive-news:nth-child(3n+1) {
		clear: unset;
		margin-left: 0px;
	}
	
	a.archive-news:nth-child(2n+1) {
		clear: unset;
		margin-left: 0px;
	}
}


























/* General Woocommerce */

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

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

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

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

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

#sidebar a{
	color: #6C6D6D;
}

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

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

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

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

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

mark.count{
	display: none;
}

/* End General */








/* Woocommerce Buttons */

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

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

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

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

/* End Buttons */








/* Archive Products/Categories */

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

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

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

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

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

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

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

/* End Archive Styling */








/* Single Product */

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

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

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

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

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

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

.woocommerce div.product p.stock{
	
}

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

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

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

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

.woocommerce span.sku_wrapper{
	
}

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

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


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

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

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

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

.single_add_to_cart_button {
	
}

/* End Single Product */








/* Woocommerce Tabs */

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

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

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

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

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

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

}

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

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

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

/* end of tabs */








/* Basket */

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

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

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

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

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

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

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

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

/* End Basket */








/* Checkout Page */

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

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

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

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

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

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

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

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

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

/* End Checkout */







/* My Account */

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

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

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

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

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

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

/* End My Account */



/* Woocommerce Mobile */

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

@media (max-width: 970px) {

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


@media (max-width: 768px) {

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

}

@media (max-width: 500px) {

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

/* End Woocommerce Mobile */

























/* Specific Fixes and things in the core */
 

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

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





/* IE11 Styling */

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



/* Cookie notification styling */

.wc_privacy_notice {
	position: fixed;
	bottom: 0px;
	width: calc(100% - 20px);
	text-align: center;
	background: rgba(255,255,255,1);
	border-top: 1px solid #000;
	padding: 10px 10px;
	font-size: 13px;
	z-index: 10000;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

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

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

.wc_privacy_policy_buttons{
	float: right;
}

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

span.reveal_privacy_options_hide{
	display: none;
}

.reveal_privacy_options:hover, 
.wc_privacy_policy_buttons button:hover, 
.wc_privacy_submit:hover{
	opacity: 0.8;
	cursor: pointer;
}

.wc_reveal_options{
	float: left;
	width: 100%;
	padding: 10px 0;
	display: none;
	text-align: left;
	font-size: 11px;
}

.wc_privacy_option {
	float: left;
	background: #efefef;
	padding: 5px 10px;
	margin: 0 10px 0 0;
	width: calc(25% - 30px);
	text-align: center;
}

.page-content .wc_reveal_options {
	float: none;
	display: block;
}

.page-content .wc_privacy_notice {
	position:relative;
	display: inline-block !important;
	border: 1px solid #999;
	width: calc(100% - 42px);
	padding: 20px;
	background: #fff;
	color: #1C2342;
	z-index: 0;
	margin: 10px 0px 50px 0px;
	animation: slideDown 0 ease forwards;
	-webkit-animation: slideDown 0 ease forwards;
	-moz-animation: slideDown 0 ease forwards;
	-o-animation: slideDown 0 ease forwards;
	animation-delay: 0;
	-webkit-animation-delay: 0;
	-moz-animation-delay: 0;
	-o-animation-delay: 0;
}

.page-content .wc_privacy_notice .wc_privacy_text strong{
	width: inherit;
}

.page-content .wc_reveal_options .wc_privacy_submit {
	margin-top:10px;
	margin-left:0 !important;
}


@media (max-width: 600px) {
	.wc_privacy_option {
		width: calc(50% - 30px);
		margin-top: 5px;
	}
}

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

