/*
Theme Name: WC 300
Theme URI: https://www.creatomatic.co.uk/our-framework-for-wordpress/
Author: Creatomatic Ltd
Author URI: https://www.creatomatic.co.uk/
Description: Weetheme
Tags: website,theme,creatomatic,weecog
Version: 3.0.19
Requires at least: 5.0
Tested up to: 5.8.1
Requires PHP: 8.0
License: Copyright (C) Creatomatic Ltd - All Rights Reserved. Unauthorized copying of this file, via any medium is strictly prohibited. Proprietary and confidential
License URI: https://www.creatomatic.co.uk/terms-and-conditions/
Text Domain: wc-300
*/


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: 1300px;
}

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

.not-full-width-outer{
	max-width: 1300px;
	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: 25px;
}

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, .medium-content{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.medium-content{
	width: 1000px;
}

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

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

.remove-margin {
	margin-bottom: -60px;
}

.coloured-bg{
	position: relative;
	z-index: 100;
}

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



/* Heading */


.nav-outer{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 3px 10px rgba(0,0,0,0.2);
	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%;
}

.top-bar-right i{
	margin-right: 5px;
}

.top-bar-right-button:hover{
	cursor: pointer;
	opacity: 0.5;
}

.top-bar-right-dropdown{
	float: right;
	padding: 0 10px;
	position: relative;
}

.top-bar-right-slide{
	position: absolute;
	top: calc(100% + 5px);
	right: 10px;
	padding: 15px;
	width: 170px;
	z-index: 100;
	text-align: left;
	display: none;
}

.top-bar-right-slide p{
	margin: 0;
}





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

.header-logo a img {
	width: 100%;
}

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

.tall-logo img{
	max-height: 160px;
	width: auto;
	max-width: 100%;
	height: 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: 40px 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: 100%;
	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: calc(100% - 50px);
}

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

.close-nav{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
	background: rgba(0,0,0,0.2);
	width: calc(100% - 20px);
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	height: 30px;
}

.close-nav:hover{
	background: rgba(0,0,0,0.4);
	cursor: pointer;
}



/* Banner */

.banner{
	position: relative;
	float: left;
	width: 100%;
}

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

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

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

.banner .slider .slick-dots li{
	margin: 0;
	width: 30px;
	height: auto;
}

.banner .slider .slick-dots li button{
	width: 100%;
	height: 2px;
	padding: 0;
}

.banner .slider .slick-dots li.slick-active button, .banner .slider .slick-dots li button:hover{
	opacity: 0.5;
	cursor: pointer;
}

.banner .slider .slick-dots li button:before{
	content: none;
}

.image-text-outer{
	float: left;
	width: 100%;
}

.image-text-outer .centred{
	height: 600px;
	min-height: 600px;
}

.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 {
	background: rgba(0,0,0,0.4);
	float: left;
	width: 90%;
	padding: 80px 5% 50px 5%;
}

.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, .is-style-outline 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;
}

.is-style-outline a.wp-block-button__link{
	padding: 8px 10px;
}

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

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

.wp-block-cover.full-width .wp-block-cover__inner-container {
	max-width: 1160px;
}






/* 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-sidebar select {
	width: 100%;
	padding: 10px;
}

.sidebar_hidden {
	display: none;
}

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

.blog-archive-sidebar_hidden {
	width: 100%;
}

.single-story-3-columns a.single-story,
.blog-archive-sidebar_hidden.single-story-3-columns a.single-story{
	float: left;
	width: calc(33.33% - 20px);
	margin: 10px 10px;
	text-align: left;
}

.single-story-3-columns a.single-story:nth-child(3n+1),
.blog-archive-sidebar_hidden.single-story-3-columns a.single-story:nth-child(3n+1){
	clear: left;
}

.single-story-4-columns a.single-story,
.blog-archive-sidebar_hidden.single-story-4-columns a.single-story {
	float: left;
	width: calc(25% - 20px);
	margin: 10px 10px;
	text-align: left;
}

.single-story-4-columns a.single-story:nth-child(4n+1),
.blog-archive-sidebar_hidden.single-story-4-columns a.single-story:nth-child(4n+1){
	clear: left;
}

.single-story-2-columns a.single-story {
	float: left;
	width: 46%;
	margin: 10px 2%;
	text-align: left;
}

.single-story-2-columns a.single-story:nth-child(2n+1) {
	clear: left;
}

.single-story-1-column a.single-story {
	float: left;
	width: 96%;
	margin: 25px 2% 0 2%;
	padding-bottom: 25px;
	text-align: left;
	border-bottom: 1px solid;
	height: 250px;
}

.single-story-1-column .single-story img {
	width: 40%;
	min-height: 250px;
	margin-right: 2%;
	margin-bottom: 0;
	object-fit: cover;
	object-position: center center;
	float: left;
	display: inline-block;
}

.single-story-1-column .single-story-content {
	float: left;
	width: 58%;
	display: inline-block;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: relative;
}

.single-story img {
	width: 100%;
	min-height: 200px;
	object-fit: cover;
	object-position: center center;
	margin-bottom: 25px;
}

.pagination {
	clear: left;
	text-align: center;
	margin-top: 25px;
	float: left;
	width: 100%;
}

.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-rows .footer-section {
	width: 96%;
	margin: 6px 2%;
	text-align: center;
	font-size: 16px;
}

.footer-columns a.social-icon {
	margin: 0px 10px 10px 0;
}

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

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

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

.footer-rows .footer-section ul li a {
	padding: 5px 18px 5px 18px;
}

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

.footer-section p{
	margin: 0;
}

.footer-contact i{
	margin-right: 10px;
	width: 20px;
}

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

a.social-icon svg{
	width: 100%;
	height: auto;
}

a.social-icon i{
	font-size: 20px;
}

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

a.social-icon i.fa-tripadvisor, a.social-icon i.fa-youtube, a.social-icon i.fa-google-plus{
	width: auto;
}

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

.privacy-content{
	display: none;
}

.privacy-content .wc_privacy_policy_buttons{
	display: none;
}

.privacy-content .wc_reveal_options a{
	display: none;
}


/* Contact Page */

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

.contact-section i{
	font-size: 40px;
	margin-bottom: 10px;
}

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

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

.creato_contact_form h2{
	margin-bottom: 20px;
}

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






/* NHS Tabs */

/*.nhs-tabs-outer{
	display: flex;
}*/

.nhs-tab{
	float: left;
	width: calc(100% - 60px);
	padding: 30px;
	color: #fff;
	text-align: left;
	font-size: 14px;
	margin: 20px 0;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.nhs-tab-2{
	width: calc(50% - 60px);
}

.nhs-tab-3{
	width: calc(33.33% - 60px);
}

.nhs-tab:hover{
	opacity: 0.8;
}

.nhs-tab img{
	max-height: 55px;
}

.nhs-tab p{
	min-height: 150px;
}

.nhs-tab-2 p{
	min-height: 100px;
}

.nhs-tab .button-link{
	margin-bottom: 0;
	background: #fff;
	color: #004586;
}

.nhs-inform{
	background: #195991;
}

.nhs-attend{
	background: #276F87;
}

.nhs-access{
	background: #DA4B07;
}






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





/* 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-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: 90%;
	text-align: center;
	background: rgba(255,255,255,1);
	border: 1px solid #000;
	border-bottom: none;
	padding: 15px 20px;
	font-size: 13px;
	z-index: 10000;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 740px;
	border-radius: 10px 10px 0 0;
}

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

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

.wc_privacy_policy_buttons{
	float: right;
}

.reveal_privacy_options, 
.wc_privacy_policy_buttons button, 
.wc_privacy_submit{
	display: inline-block;
	padding: 5px 20px;
	margin-left: 10px;
	border-radius: 1px;
	-webkit-appearance: none;
	line-height: normal;
	border: none;
	font-size: 11px;
	font-family: '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: 1300px) {



}


@media (max-width: 1200px) {


	.top-image-text {
	    margin-left: 0;
	}
	
	.single-story-4-columns a.single-story {
		float: left;
		width: calc(33.33% - 20px);
		margin: 10px 10px;
		text-align: left;
	}
	
	.blog-archive-sidebar_hidden.single-story-4-columns a.single-story {
		width: calc(25% - 20px);
	}
	
	.single-story-4-columns a.single-story:nth-child(4n+1),
	.blog-archive-sidebar_hidden.single-story-4-columns a.single-story:nth-child(3n+1) {
		clear: unset;
	}
	
	.single-story-4-columns a.single-story:nth-child(3n+1),
	.blog-archive-sidebar_hidden.single-story-4-columns a.single-story:nth-child(4n+1) {
		clear: left;
	}

}


@media (max-width: 1086px) {
	
	.map-has-form {
	    width: 96%;
	}
	
	.single-story-3-columns a.single-story,
	.single-story-4-columns a.single-story {
		float: left;
		width: 46%;
		margin: 10px 2%;
		text-align: left;
	}
	
	.single-story-3-columns a.single-story:nth-child(3n + 1),
	.blog-archive-sidebar_hidden.single-story-3-columns a.single-story:nth-child(2n + 1),
	.single-story-4-columns a.single-story:nth-child(3n+1),
	.blog-archive-sidebar_hidden.single-story-4-columns a.single-story:nth-child(2n+1) {
		clear: unset;
	}
	
	.single-story-3-columns a.single-story:nth-child(2n + 1),
	.blog-archive-sidebar_hidden.single-story-3-columns a.single-story:nth-child(3n + 1),
	.single-story-4-columns a.single-story:nth-child(2n+1),
	.blog-archive-sidebar_hidden.single-story-4-columns a.single-story:nth-child(4n+1) {
		clear: left;
	}
	
}

@media (max-width: 1000px) {
	.blog-archive-sidebar_hidden.single-story-4-columns a.single-story {
		float: left;
		width: 29.33%;
		margin: 10px 2%;
		text-align: left;
	}
	
	.blog-archive-sidebar_hidden.single-story-4-columns a.single-story:nth-child(4n+1) {
		clear: unset;
	}
	
	.blog-archive-sidebar_hidden.single-story-4-columns a.single-story:nth-child(3n+1) {
		clear: left;
	}
}



/* ################################################# 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;
	}
	
	.blog-archive-sidebar_hidden.single-story-3-columns a.single-story,
	.blog-archive-sidebar_hidden.single-story-4-columns a.single-story {
		float: left;
		width: 46%;
		margin: 10px 2%;
		text-align: left;
	}
	
	.blog-archive-sidebar_hidden.single-story-3-columns a.single-story:nth-child(3n + 1),
	.blog-archive-sidebar_hidden.single-story-4-columns a.single-story:nth-child(3n + 1) {
		clear: unset;
	}
	
	.blog-archive-sidebar_hidden.single-story-3-columns a.single-story:nth-child(2n + 1),
	.blog-archive-sidebar_hidden.single-story-4-columns a.single-story:nth-child(2n + 1) {
		clear: left;
	}
	
	.single-story img {
		min-height: 250px;
	}
	
	.footer-section{
		width: 46%;
		text-align: center;
	}
	
	.page-content{

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


	.nhs-tab-3{
		width: calc(50% - 60px);
		margin-bottom: 0;
	}

	.nhs-tab.nhs-attend.nhs-tab-3{
		width: calc(100% - 60px);
		margin-top: 0;
	}

	.nhs-tab.nhs-attend.nhs-tab-3 p{
		min-height: inherit;
	}

}



@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: 520px) {
	
	.wc_privacy_notice {
		width: calc(100% - 60px);
	}
	
	.top-bar-left{
		float: left;
		text-align: center;
		width: 98%;
	}
	
	.top-bar-right{
		float: right;
		text-align: center;
		width: 98%;
	}

	.top-bar-right-dropdown{
		float: none;
		display: inline-block;
	}

	.top-bar-right-slide{
		width: calc(100% - 50px);
	}
	
	.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 .centred{
		height: 350px;
		min-height: 350px;
	}
	
	.image-text{
		font-size: 16px;
		width: 90%;
	}
	
	.image-text h1{
		font-size: 30px !important;
	}
	
	.middle-content-image{
		width: 100%;
		height: 200px !important;
	}
	
	.middle-content{
		width: 90%;
	}
	
	a.three-cta{
		width: 96% !important;
	}
	
	.top-image{
		margin: 0;
	}
	
	.top-image-text{
		width: 90%;
		font-size: 16px;
	}
	
	.footer-section{
		width: 90%;
		margin: 10px 5%;
	}
	
	.contact-section{
		width: 90% !important;
		margin: 10px 5% !important;
	}
	
	.creato_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;
	}
	
	.blog-archive-sidebar_hidden.single-story-3-columns a.single-story,
	.blog-archive-sidebar_hidden.single-story-4-columns a.single-story,
	.single-story-3-columns a.single-story,
	.single-story-4-columns a.single-story,
	.single-story-2-columns a.single-story {
		float: left;
		width: 96%;
		margin: 25px 2% 0 2%;
		padding-bottom: 25px;
		text-align: left;
		border-bottom: 1px solid;
	}
	
	.blog-archive-sidebar_hidden.single-story-3-columns a.single-story:nth-child(2n + 1),
	.blog-archive-sidebar_hidden.single-story-4-columns a.single-story:nth-child(2n + 1),
	.single-story-3-columns a.single-story:nth-child(2n + 1),
	.single-story-4-columns a.single-story:nth-child(2n + 1),
	.single-story-2-columns a.single-story:nth-child(2n+1) {
		clear: unset;
	}
	
	
	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);
	}


	.nhs-tab-3, .nhs-tab-2{
		width: calc(100% - 60px);
		margin-bottom: 0;
		margin-top: 0;
	}

	.nhs-tab-3 p, .nhs-tab-2 p{
		min-height: inherit;
	}
	
	.single-story-1-column a.single-story {
		height: unset;
	}

	.single-story-1-column .single-story img {
		width: 100%;
		min-height: 250px;
		margin-right: 0;
		margin-bottom: 25px;
	}
	
	.single-story-1-column .single-story-content {
		width: 100%;
		top: unset;
		-ms-transform: unset;
		transform: unset; 
		position: relative;
	}


}


@media (max-width: 400px) {

	a.single-story{
		width: calc(100% - 20px);
	}
	
	a.nav-contact {
	    font-size: 16px;
	}
	
	a.grid-children-pages{
		width: calc(100% - 20px);
		margin: 10px 10px;
	}
	
	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);
	}

}
