/*
Theme Name: WC 200
Theme URI: http://www.creatomatic.co.uk/our-framework-for-wordpress/
Description: Weetheme
Author: Creatomatic Ltd
Author URI: http://www.creatomatic.co.uk
License URI: http://www.creatomatic.co.uk/terms-and-conditions/

Colours being used:




*/


html, body {
	margin: 0;
	padding: 0;
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', serif;
	color: #000;
	background: #fff;
	font-size: 14px;
	line-height: 1.5;
}

h1, h2, h3 {
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', serif;
	margin: 0;
	line-height: 1.2;

}

h1{
	font-size: 30px;
}

h2{
	font-size: 22px;
}

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

iframe{
	max-width: 100%;
}

iframe img{
	max-width: inherit;
}

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

.clearer {
	clear: both;
	height: 0;
}

*:focus {  
	outline: none;
}

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

a:hover {
	text-decoration: none;
}

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

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

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

.full-width-outer{
	max-width: 100%;
}

.not-full-width-outer{
	max-width: 1200px;
	margin: 0 auto;
}

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

a.cta{
	display: inline-block;
	border-radius: 5px;
	padding: 10px 5px;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

a.cta:hover{
	cursor: pointer;
	opacity: 0.6;
}

/* Heading */

.banner{
	position: relative;
	float: left;
	width: 100%;
	min-height: 300px;
}

.banner ul li{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 600px;
	overflow: hidden;
	position: relative;
}

.banner .flexslider{
	border: none;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
}

.top-bar{
	width: 100%;
	/*background: rgba(255,255,255,0.7);*/
	
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );

	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
	padding: 40px 0;
}

.header-logo{
	display: inline-block;
	max-width: 250px;
}

.header-logo img{
	max-height: 200px;
}

.nav-outer{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 94%;
	padding: 20px 3%;
	z-index: 2000;
	background:rgba(255,255,255,0.85);
	box-shadow: 0 5px 15px rgba(0,0,0,0.5);
	
}

.nav-fixed{
	position: fixed;
	background:rgba(255,255,255,0.85);
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 0;
	bottom: inherit;
}

.nav-contact{
	float: right;
	font-size: 18px;
	width: 25%;
	text-align: right;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}






/* Navigation */

.nav {
	float: left;
	width: 75%;
	text-align: left;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.nav a {
	position: relative;
	padding: 3px 15px;
	display: inline-block;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

.nav-contact a:hover, .nav a:hover{
	opacity: 0.6;
}











/* Mobile Nav */

.mobile-nav /* Hides on desktops */ {
	display: none;
	width: 100%;
	float: left;
}

.mobile-nav-header {
	width: 100%;
	margin: 0;
	text-align: left;
	float: left;
}

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

.mobile-nav-header span{
	float: left;
	margin: 20px 10px 10px 10px;
}

.mobile-nav i{
	float: left;
	font-size: 46px;
	text-align: center;
	margin: 10px;
	width: 40px;
}

.mobile-nav i.arrow{
	display: none;
}

.mobile-nav .menu /* Hides so it can scroll on click of mobile-nav-header */ {
	display: none;
}

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

.mobile-nav a {
	float: left;
	width: 80%;
	margin: 0;
	text-align: left;
	padding: 10px 10%;
}

.mobile-nav a:hover{
	opacity: 0.6;
}

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






/* Body */

.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right;
	margin-left: 10px;
}

.page-section, .page-section-colour{
	float: left;
	width: 90%;
	padding: 40px 5%;
}



.content{
	float: left;
	width: 56%;
	margin: 30px 1%;
	text-align: left;
}

.no-image{
	width: 98%;
}

.section-image{
	float: left;
	width: 36%;
	margin: 20px 2%;
}

.gallery img{
	border: none !important
}


/* Columnomatic */

.creatomatic-column {
   padding: 10px 2%;
   border: none;
   float: left;
}

.creatomatic-column-two {
	width: 46%;
}

.creatomatic-column-three {
	width: 29.33%;
}

.creatomatic-column-four {
	width: 21%;
}





/* Contact Form */

.contact{
	float: left;
	width: 90%;
	padding: 80px 5% 10px 5%;
	background:rgba(0,0,0,0.1);
}
/*
.contact a{
	color: #fff;
}

.contact a:hover{
	color: #79C7C2;
}

.contact h2{
	color: #a8a8a8;
}
*/

.contact-content{
	float: left;
	width: 28%;
	margin: 0 2% 0 0;
	text-align: left;
}

.has-form{
	width: 48%;
}

.contact-content i{
	margin-right: 5px;
}

.contact-content a.social-icon i{
	display: inline-block;
	width: 20px;
	padding: 7px;
	font-size: 20px;
	height: 20px;
	text-align: center;
	border-radius: 50%;
	margin: 5px 5px 0 0;
}

.contact-content a.social-icon i:hover{
	opacity: 0.7;
}

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

.contact-form{
	float:left;
	width: 100%;
}

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

.contact-row input, .contact-row textarea {
	border: 1px solid #B9C3CC;
	padding: 8px 1%;
	width: 98%;
	max-width: 98%;
	font-size: 16px;
}

.contact-row button {
	display: inline-block;
	border-radius: 5px;
	color: #fff;
	background: #B9C3CC;
	border: none;
	padding: 10px 5px;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
	font-size: 16px;
	width: 120px;
}

.contact-row button:hover{
	cursor: pointer;
	opacity: 0.7;
}

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

.map-container{
	float: left;
	width: 68%;
	margin: 0 0 0 2%;
}

.map-has-form{
	width: 48%;
}

#google-map,  .map-container iframe{
	float: left;
	width: 100%;
	min-height: 150px;
}

.credit{
	display: inline-block;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 12px;
}

.credit-left{
	float: left;
}

.credit-right{
	float: right;
}







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

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

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

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





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




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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* end wordress builtin classes for editor etc */

/* Gallery spacing - added April 2018 */

.gallery-columns-2 .gallery-item { width: 46% !important; margin:10px 2%; }
.gallery-columns-3 .gallery-item { width: 29% !important; margin:10px 2%; }
.gallery-columns-4 .gallery-item { width: 21% !important; margin:10px 2%; }



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

@media (max-width: 768px) {

	.creatomatic-column-two {
		width: 46%;
	}

	.creatomatic-column-three {
		width: 29.33%;
	}

	.creatomatic-column-four {
		width: 21%;
	}
	
	.nav{
		width: 100%;
		text-align: center;
	}
	
	.nav-contact{
		width: 100%;
		max-width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	
	.content {width:auto;}

	.section-image {
	    float: none;
	    width: auto;
	    margin: 20px 2%;
	}

}


/* ################################################# MOBILE ################################################# */
@media (max-width: 490px) {

	.nav {
		display: none;
	}

	.mobile-nav {
		display: inline-block;
	}
	
	.nav-contact{
		margin: 0;
	}
	
	.banner{
		min-height: 250px;
	}
	
	.banner ul li{
		height: 300px;
	}
	
	.contact-content{
		width: 100%;
		margin: 0;
		text-align: center;
	}
	
	.map-container{
		width: 100%;
		margin: 20px 0;
	}
	
	#google-map,  .map-container iframe{
		height: 200px !important;
	}

	/* Columnomatic Tablet */

	.creatomatic-column-two {
		width: 96%;
	}

	.creatomatic-column-three {
		width: 96%;
	}

	.creatomatic-column-four {
		width: 96%;
	}

}

@media (max-width: 768px) {
	.tall-logo{
		position: relative !important;
	}
}
