/*
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: 'chaparral-pro', 'Arial', serif;
	color: #505050;
	font-size: 16px;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: auto;
	font-smooth: always;
	line-height: 1.5;
}

h1, h2, h3, h4 {
	font-family: 'trajan-pro-3', 'Arial', serif;
	font-weight: normal;
	margin: 0;
	color: #20174A;
}

h4{
	margin-bottom: 10px;
}


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

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

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

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

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

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

a.social-icon i.fa-youtube,
a.social-icon i.fa-tripadvisor{
	width: 25px;
}







/* Heading */

.top-bar{
	float: left;
	width: 100%;
	background: #434B73;
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

.top-bar-menu span{
	float: left;
	width: calc(20% - 40px);
	text-align: center;
	font-family: 'trajan-pro-3', 'Arial', serif;
	padding: 30px 20px;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.top-bar-menu span:hover{
	cursor: pointer;
	color: #8D98CC;
}

span.header-logo{
	background: #fff;
	box-shadow: 0 3px 6px rgba(0,0,0,0.2);
	padding: 20px 40px;
	margin: 0 10px -50px 10px;
	width: calc(20% - 100px);
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.mobile-logo{
	display: none;
	background: #fff;
	box-shadow: 0 3px 6px rgba(0,0,0,0.2);
	padding: 10px 20px;
	width: 120px;
}





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

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

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

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

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

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

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

*/




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

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

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

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

.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 {
	float: left;
	width: calc(90% - 45px);
	margin: 0;
	text-transform: uppercase;
	font-size: 16px;
	text-align: left;
	padding: 10px 5%;
	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;
	background: #000;
}

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

*/











/* Body */

.top-image-outer{
	float: left;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100vh;
	text-align: center;
	position: relative;
}

.top-image-outer h1{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	width: 800px;
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	max-width: 90%;
	color: #fff;
	font-size: 40px;
	line-height: 1;
}

.top-image-outer i{
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	z-index: 500;
	font-size: 26px;
}

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

.four-points{
	display: inline-block;
	width: calc(100% - 40px);
	margin: 20px;
	text-align: center;
}

.four-point{
	font-family: trajan-pro-3, serif;
	color: #20174A;
	padding-right: 120px;
	background: url(images/four-points-bg.svg);
	background-position: right center;
	background-size: 100px 2px;
	background-repeat: no-repeat;
	width: auto;
	font-size: 22px;
	display: inline-block;
	margin-right: 20px;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.fp-4{
	padding-right: 0 !important;
	background: none;
}

















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

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

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

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

*/




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

#google-map{
	height: 500px;
}
*/




/* Contact Form */
/*
.contact-form{
	float:left;
	width: 100%;
	text-align: left;
}

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

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

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

.contact-row input[type="text"], .contact-row textarea {
	border: 1px solid #4B4B4B;
	padding: 8px 1%;
	width: 98%;
	max-width: 98%;
	font-size: 16px;
	-webkit-appearance:none;
	font-family: 'Cabin', 'Helvetica', 'Arial', serif;
}

.contact-tandc 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 {
	width: calc(100% - 40px);
	padding: 80px 20px 20px 20px;
	float: left;
	background: #434b73;
	background: -moz-linear-gradient(top,  #434b73 0%, #262b41 100%);
	background: -webkit-linear-gradient(top,  #434b73 0%,#262b41 100%);
	background: linear-gradient(to bottom,  #434b73 0%,#262b41 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434b73', endColorstr='#262b41',GradientType=0 );
color: #fff;
	margin-top: 100px;
}

.footer a{
	color: #fff;
}

.footer a:hover{
	opacity: 0.6;
}

.footer h3{
	color: #fff;
}

.footer-contact{
	display: inline-block;
	vertical-align: top;
	margin: 20px;
	font-size: 22px;
	width: 250px;
	max-width: calc(33.33% - 45px);
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.footer-contact strong{
	color: #8D98CC;
	font-weight: normal;
}

.credit{
	display: inline-block;
	width: 100%;
	font-size: 14px;
	border-top: 1px solid #fff;
	margin-top: 80px;
	padding-top: 10px;
}

.credit-left{
	float: left;
}

.credit-right{
	float: right;
}









@media (max-width: 1300px) {

	.four-point{
		font-size: 16px;
		margin-right: 10px;
		background-size: 30px 2px;
		padding-right: 40px;
	}

}




@media (max-width: 1000px) {

	span.header-logo{
		padding: 20px !important;
		width: calc(20% - 60px) !important;
	}

}



@media (max-width: 850px) {

	.top-bar span{
		padding: 20px 10px;
		width: calc(20% - 20px);
		font-size: 14px;
	}

	.four-point{
		width: 100%;
		background: none;
		padding: 0;
	}

}



@media (max-width: 781px) {

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

	.wp-block-column:not(:only-child) {
		flex-basis: calc(100% - 1em)!important;
		flex-grow: 0;
		margin: 0 !important;
	}

}


@media (max-width: 700px) {

	span.header-logo{
		display: none;
	}

	.mobile-logo{
		display: inline-block;
	}

	.top-bar span{
		width: calc(25% - 20px);
	}

	.top-bar-menu{
		display: inline-block;
		width: 100%;
	}

	.footer-contact{
		width: calc(100% - 40px);
		max-width: calc(100% - 40px);
	}

}







@media (max-width: 600px) {
	
	.wp-block-media-text.has-media-on-the-right {
	    padding-right: 0%;
	}

	.is-stacked-on-mobile .wp-block-media-text__content{
		margin-top: 30px;
	}
	
	.wp-block-media-text .wp-block-media-text__content {
	    padding: 20px 0;
    }

	.top-image-outer{
		background-position: left;
	}
	
	.top-image-outer h1 {
	    font-size: 30px;
    }

}







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

	.top-bar span {
	    padding: 20px 5px;
	    width: calc(25% - 10px);
	    font-size: 13px;
	}
	
	.credit-left, .credit-right {
	    width: 100%;
	    text-align: center;
	    margin-bottom: 5px;
    }

}


































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


/* Parallax fix on smaller devices */
@media screen and (min-color-index:0) and (-webkit-min-device-pixel-ratio:0) {
	@media {
		.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax{
			background-attachment: scroll;
		}
		
		.banner .slide{
			background-attachment: scroll;
		}
	}
}



/* 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 #434B73;
	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: 'chaparral-pro', 'Arial', serif;
	font: 200 11px Arial;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	color: #fff;
	background: #434B73;
}

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

