/*
Theme Name: WC 300
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: 16px;
	line-height: 1.5;
}

h1, h2, h3, h4 {
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', serif;
	margin: 0;
	line-height: 1;
	font-weight: normal;

}

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

iframe{
	max-width: 100%;
}

iframe img{
	max-width: inherit;
}

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

.clearer, .creatomatic-clear {
	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;
}

.ctas-outer{
	display: inline-block;
	width: 100%;
	margin-top: 60px;
}

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



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



/* Heading */


.nav-outer{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 5px 15px rgba(0,0,0,0.5);
	z-index: 5000;
	float: left;
}


.top-bar{
	float: left;
	width: 100%;
	background: rgba(0,0,0,0.1);
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0;
}

.top-bar-left{
	float: left;
	text-align: left;
	width: 48%;
	margin: 0 1%;
}

.top-bar-right{
	float: right;
	text-align: right;
	width: 48%;
	margin: 0 1%;
}





.header-inner{
	float: left;
	width: calc(100% - 20px);
	position: relative;
	padding: 0 10px;
}

.header-logo{
	float: left;
	max-width: 200px;
	margin: 15px 0;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

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

.tall-logo img{
	max-height: 140px;
	width: auto;
}

.header-right{
	float: right;
	width: calc(100% - 210px);
}


a.nav-contact{
	float: right;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
	  margin: 10px 10px;
}

a.nav-contact:hover{
	opacity: 0.5;
}

.nav {
	float: right;
	width: 100%;
	text-align: right;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
	  margin: 0px 0 10px 0;
}

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

.nav ul li {
	display: inline;
	text-decoration: none;
	color: #fff;
	position: relative;
}

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

.nav .current_page_ancestor > a, .nav .current_page_item > a, .nav a:hover {
	opacity: 0.5;
}

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

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

.nav .menu li ul a {
	padding: 10px 15px;
	font-size: 80%;
}

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

.nav ul li ul li.menu-item-has-children i{
	color: #000;
	font-size: 12px;
	position: absolute;
	top: 5px;
	left: 10px;
	padding: 5px;
}

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













/* Mobile Nav */

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

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

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

.mobile-nav li i{
	/*position: absolute;
	right: 0;
	z-index: 100;
	top: 0;*/
	float: right;
	padding: 13px;
	font-size: 18px;
	width: 15px;
}

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






/* Banner */

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

.banner .slide{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	overflow: hidden;
	min-height: 500px;
}

.banner.fullheightvideo{
	margin-top: 0 !important; 
}

.banner.fullheightvideo .slide{
	height: 100vh;
}

.banner.fullheightvideo .slide .image-text-outer{
	height: 100vh;
}

.image-text-outer{
	float: left;
	width: 100%;
	height: 500px;
	min-height: 500px;
}

.image-text{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	width: 60%;
	font-size: 20px;
	text-shadow: 0px 0px 25px black;
}



/* Top image */

.top-image{
	float: left;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 50px;
}

.top-image-overlay{
	float: left;
	width: calc(100% - 40px);
	padding: 80px 20px;
}

.top-image-text{
	float: left;
	width: 50%;
	text-align: left;
	font-size: 20px;
	text-shadow: 0px 0px 6px black;
	margin-left: 2%;
}




/* Body */

a.button-link, .button-link, a.wp-block-button__link{
	display: inline-block;
	padding: 10px;
	min-width: 100px;
	text-align: center;
	margin: 10px 0;
	font-size: 14px;
	border-radius: 2px;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
	  text-shadow: none !important;
}	

a.button-link:hover, .button-link:hover, a.wp-block-button__link:hover{
	cursor: pointer;
	opacity: 0.7;
}

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

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

.page-content{
	display: inline-block;
	width: calc(100% - 40px);
	padding: 40px 20px;
	text-align: left;
}

.crumbs{
	display: inline-block;
	width: 100%;
	text-align: right;
	font-size: 12px;
	margin-bottom: 40px;
}



.first-block-page-has-slider{
	margin-top: 0 !important;
}






/* Children shortcode */

a.grid-children-pages{
	float: left;
	width: calc(33.33% - 40px);
	margin: 10px 20px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

a.grid-children-pages-1{
	width: calc(100% - 40px);
}

a.grid-children-pages-2{
	width: calc(50% - 40px);
}

a.grid-children-pages-4{
	width: calc(25% - 40px);
}

a.grid-children-pages-5{
	width: calc(20% - 40px);
}

.grid-pages-overlay{
	float: left;
	width: calc(100% - 40px);
	background: rgba(0,0,0,0.6);
	padding: 20px 20px;
	height: 180px;
	text-align: center;
	  -o-transition:.25s;
	  -ms-transition:.25s;
	  -moz-transition:.25s;
	  -webkit-transition:.25s;
	  transition:.25s;
}

a.grid-children-pages:hover .grid-pages-overlay{
	background: rgba(0,0,0,0.8);
}

.grid-pages-overlay h3{
	color: #fff;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	line-height: normal;
}







/* CTAs */

a.three-cta{
	float: left;
	margin: 40px 2%;
	width: 29.33%;
	text-align: center;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
	  color: #000;
}

a.three-cta:hover{
	opacity: 0.8;
}

.cta-text{
	display: inline-block;
	width: 96%;
	margin: 15px 2%;
	font-size: 14px;
}

.cta-excerpt{
	display: inline-block;
	width: 100%;
	min-height: 120px;
}




/* Blog/index */

.blog-sidebar{
	float: left;
	width: 280px;
	margin: 80px 40px 20px 0;
}

.blog-archive{
	float: left;
	width: calc(100% - 320px);
	margin: 80px 0 20px 0;
}

a.single-story{
	float: left;
	width: calc(33.33% - 20px);
	margin: 10px 10px;
	text-align: left;
}

a.single-story-three{
	clear: left;
}

.blog-mobile-button{
	display: none;
	
	width: 70%;
	padding: 10px 5%;
	font-size: 16px;
	margin: 0 10% 20px 10%;
	text-align: center;
}

.blog-mobile-button:hover{
	cursor: pointer;
}

#sidebar h2{
	margin-bottom: 10px;
}

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

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

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







/* Footer */

.footer{
	float: left;
	width: 100%;
	padding: 80px 0;
}

.footer-section{
	float: left;
	width: 21%;
	margin: 10px 2%;
	text-align: left;
	font-size: 16px;
}

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

.footer-section ul li{
	list-style: none outside none;
	display: block;
}

.footer-section a:hover{
	opacity: 0.5;
}

.footer-section p{
	margin: 0;
}

.footer-contact i{
	width: 30px;
	text-align: center;
}

a.social-icon i{
	display: inline-block;
	width: 20px;
	height: 20px;
	padding: 7px;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  line-height: normal;
	  transition:.5s;
	  margin: 0 2px 10px 2px;
}

a.social-icon i:hover{
	opacity: 0.5;
}

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

.credit{
	float: left;
	width: calc(100% - 20px);
	font-size: 12px;
	margin: 0 10px;
}

.credit-left{
	float: left;
	width: 45%;
	margin: 10px 0;
	text-align: left;
}

.credit-right{
	float: right;
	width: 45%;
	margin: 10px 0;
	text-align: right;
}




/* Contact Page */

.contact-section{
	float: left;
	margin: 20px 2%;
	width: 21%;
	text-align: center;
}

.contact-section i{
	font-size: 50px;
}

.contact-section p{
	margin: 0;
}

.contact-section h3{
	margin-bottom: 10px;
}

.contact-section a.social-icon {
	display: inline-block;
}

.contact{
	float: left;
	width: 90%;
	padding: 80px 5% 10px 5%;
	margin-bottom: 50px;
	background:rgba(0,0,0,0.1);
}

.contact-form{
	
	display: inline-block;
	width: 500px;
	max-width: 96%;
	
	margin: 20px 2% 0 2%;
	text-align: left;
}

.form-has-map{
	float: left;
	width: 46%;
}

.has-form{
	width: 46%;
}

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

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

.contact-form 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-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[type="text"], .contact-row textarea {
	border: 1px solid #B9C3CC;
	padding: 8px 1%;
	width: 98%;
	max-width: 98%;
	font-family: 'Lato', 'Helvetica', 'Arial', serif;
	font-size: 16px;
}

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

.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-family: 'Lato', 'Helvetica', 'Arial', serif;
	font-size: 16px;
	width: 120px;
}

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

.contact-content a.social-icon i:hover, .blog-mobile-button:hover{
	opacity: 0.6;
	cursor: pointer;
}

.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: 96%;
	margin: 30px 2%;
}

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

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







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





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




@media (max-width: 1200px) {


	.top-image-text {
	    margin-left: 0;
	}

}

@media (max-width: 1086px) {
	
	.map-has-form {
	    width: 96%;
	}
	
}

@media (max-width: 900px) {

	a.single-story{
		width: calc(50% - 20px);
	}
	
	a.single-story-two{
		clear: left;
	}
	
	a.single-story-three{
		clear: none;
	}

}



/* Custom */

.moduals-group-message,
.moduals-group-message img {
    margin: auto;
    display: block;
    text-align: center;
    font-size: 20px;
}







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

@media (max-width: 800px) {

	
	.nav{
		display: none;
	}
	
	.mobile-nav-header{
		display: inline-block;
	}
	
	.header-right{
		margin-top: 10px;
	}
	
	a.nav-contact{
		margin-top: 15px;
	}
	

	.tall-logo{
		position: relative !important;
	}
	
	
	.top-image-text{
		width: 70%;
	}
	
	.blog-mobile-button{
		display: inline-block;
	}
	
	#sidebar{
		display: none;
		width: 80%;
		margin: 0 10%;
	}
	
	.blog-sidebar{
		width: 100%;
		margin: 0;
	}
	
	.blog-archive{
		width: 100%;
		margin: 30px 0;
	}
	
	.single-story{
		float: left;
		width: 46%;
		margin: 10px 2%;
		text-align: left;
	}
	
	.single-story-three{
		clear: none;
	}
	
	.single-story-two{
		clear: left;
	}
	
	.footer-section{
		width: 46%;
		text-align: center;
	}
	
	.footer-contact{
		clear: left;
	}
	
	.page-content{
		width: 90%;
		padding: 40px 5%;
	}
	
	.contact-section{
	 	width: 46%;
	}
	
	
	
	
	a.grid-children-pages{
		width: calc(33.33% - 20px);
		margin: 10px 10px;
	}
	
	a.grid-children-pages-1{
		width: calc(100% - 20px);
	}
	
	a.grid-children-pages-2{
		width: calc(50% - 20px);
	}
	
	a.grid-children-pages-4{
		width: calc(33.33% - 20px);
	}
	
	a.grid-children-pages-5{
		width: calc(33.33% - 20px);
	}
	
	

}



@media (max-width: 600px) {
	
	.wp-block-media-text .wp-block-media-text__content {
	    padding: 20px 0;
	}
	
	.top-bar {
	    font-size: 13px;
    }

}


/* ################################################# MOBILE ################################################# */
@media (max-width: 500px) {
	
	.header-right {
	    width: calc(100% - 130px);
	}
	
	.top-bar-left{
		float: left;
		text-align: center;
		width: 98%;
	}
	
	.top-bar-right{
		float: right;
		text-align: center;
		width: 98%;
	}
	
	.nav-outer{
		position: relative;
		margin: 0 !important;
		box-shadow: none;
	}
	
	/*.header-logo{
		width: 50%;
		max-width: inherit;
		margin: 10px 25%;
	}*/
	
	.tall-logo{
		top: inherit;
		left: inherit;
		position: relative;
	}
		
	.banner{
		margin: 0;
	}
	
	.banner .slide{
		min-height: 300px;
	}
	
	.image-text-outer{
		height: 350px;
	}
	
	.image-text{
		font-size: 16px;
		width: 90%;
	}
	
	.image-text h1{
		font-size: inherit;
		font-size: 30px !important;
	}
	
	.middle-content-image{
		width: 100%;
		height: 200px !important;
	}
	
	.middle-content{
		width: 90%;
	}
	
	a.three-cta{
		width: 96% !important;
	}
	
	.top-image{
		width:90%;
		margin: 0;
		padding: 30px 5%;
	}
	
	.top-image-text{
		width: 90%;
		font-size: 16px;
	}
	
	.footer-section{
		width: 90%;
		margin: 10px 5%;
	}
	
	.contact-section{
		width: 90% !important;
		margin: 10px 5% !important;
	}
	
	.contact-form{
		width: 90%;
		margin: 20px 5% 0 5%;
	}
	
	.map-container{
		width: 100%;
		margin: 20px 0;
	}
	
	.credit-left, .credit-right{
		width: 96%;
		margin: 5px 2%;
		text-align: center;
	}
	
	#google-map{
		height: 200px;
	}
	
	.short-content{
		width: 100%;
		margin: 10px 0;
	}
	
	.wp-block-media-text__content{
		margin-bottom: 20px !important;
		margin-top: 20px !important;
	}
	
	.cta-excerpt{
		min-height: inherit;
	}
	
	
	
	.single-story{
		width: 96%;
	}
	
	
	
	a.grid-children-pages{
		width: calc(50% - 20px);
		margin: 10px 10px;
	}
	
	a.grid-children-pages-1{
		width: calc(100% - 20px);
	}
	
	a.grid-children-pages-2{
		width: calc(50% - 20px);
	}
	
	a.grid-children-pages-4{
		width: calc(50% - 20px);
	}
	
	a.grid-children-pages-5{
		width: calc(50% - 20px);
	}




}


@media (max-width: 400px) {

	a.single-story{
		width: calc(100% - 20px);
	}
	
	a.nav-contact {
	    font-size: 16px;
	}
	
	a.grid-children-pages-2{
		width: calc(100% - 20px);
	}
	
	a.grid-children-pages-4{
		width: calc(100% - 20px);
	}
	
	a.grid-children-pages-5{
		width: calc(100% - 20px);
	}

}
