/*
Theme Name: Woodcoop 2020
Theme URI: https://www.creatomatic.co.uk/our-framework-for-wordpress/
Description: Woodcoop 2020
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: museo-sans-rounded, 'Helvetica', 'Arial', sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #1E1E1E;
	font-size: 16px;
	line-height: 1.5;
}

.new-body{
	float: right;
	max-width: 100%;
}

/*body{
	margin-left: 80px;
}*/

h1, h2, h3 {
	font-family: museo-sans-rounded, 'Helvetica', 'Arial', sans-serif;
	font-weight: 700;
	font-style: normal;
	margin: 0;
	line-height: normal;
}

h1{
	font-size: 40px;
}

h2{
	font-size: 36px;
}

h3{
	font-size: 30px;
}

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

a:hover {
	text-decoration: none;
}

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

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

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


a.button-link,
.button-link,
a.wp-block-button__link,
.contact-row button,
.wp-block-button__link:visited, 
.join-form-stripe-cta button,
#join-button-fake
{
	display: inline-block;
	border: none;
	background: none;
	color: #D90072;
	border-top: 5px solid #D90072;
	padding: 5px 0px;
	text-align: center;
	margin: 10px 0;
	font-size: 14px;
	font-weight: 700;
	border-radius: 0px;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	-webkit-appearance:none;
}

.join-form-stripe-cta button,
#join-button-fake{
	margin: 20px 0 10px 1%;
}

#join-button-fake {opacity: 0.6;}

a.button-link:hover,
.button-link:hover,
a.wp-block-button__link:hover,
.contact-row button:hover, 
.join-form-stripe-cta button:hover{
	background: none;
	border-top: 5px solid #1e1e1e;
	color: #1e1e1e;
	cursor: pointer;
}

.top-image-inner-text a.button-link:hover, .featured-archive-text a.button-link:hover{
	color: #fff;
	border-top: 5px solid #fff;
}

.wp-search {
    position: relative;
}



/* Heading */

.website-notice{
	position: fixed;
	bottom: 0;
	right: 0;
	background: #D90072;
	color: #fff;
	z-index: 1000;
	padding: 10px 0;
	width: 100%;
	font-size: 14px;
}

/*.website-notice-inner{
	display: inline-block;
	margin: 0 100px;
}*/

.website-notice a{
	color: #fff;
	font-weight: 700;
}

.website-notice a:hover{
	color: #1e1e1e;
}

i.back-to-top{
	position: fixed;
	right: -60px;
	bottom: 80px;
	font-size: 14px;
	background: #D90072;
	color: #fff;
	padding: 15px;
	z-index: 1999;
	width: 16px;
	text-align: center;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

i.back-to-top-view{
	right: 15px;
}

i.back-to-top:hover{
	cursor: pointer;
	bottom: 55px;
	background: #1e1e1e;
}

.left-bar{
	position: fixed;
	left: 0;
	top: 0;
	width: 80px;
	background: #1E1E1E;
	height: 100%;
	z-index: 2003;
	text-align: center;
}

a.header-logo{
	position: absolute;
	left: 40px;
	top: 80px;
	  -o-transition:1s;
	  -ms-transition:1s;
	  -moz-transition:1s;
	  -webkit-transition:1s;
	  transition:1s;
}

a.header-logo img{
	height: 124px;
	width: auto;
	max-width: inherit;
}

.left-bar-scroll a.header-logo{
	top: 0;
	left: 0;
}

.left-bar-social{
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
}

a.social-icon i{
	display: inline-block;
	width: 16px;
	height: 16px;
	padding: 4px;
	border: 1px solid #D90072;
	color: #D90072;
	border-radius: 50%;
	margin: 5px 5px 5px 5px;
	font-size: 16px;
	line-height: normal;
	text-align: center;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

a.social-icon i.fa-youtube,
a.social-icon i.fa-tripadvisor{
	font-size: 14px;
}

a.social-icon i:hover{
	background: #D90072;
	color: #fff;	
}



.top-bar-outer{
	position: fixed;
	top: 0;
	right: 0;
	color: #1E1E1E;
	text-align: right;
	
	/* max-width: 1000px; /* width is set by JS, but this stops it getting too wide. */ 
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
	  z-index: 2002;
	 
}

.top-bar-inner{
	float: right;
	width: 100%;
	position: relative;
	z-index: 2000;
}

.top-bar-outer.top-bar-outer-scroll{
	width: auto !important;
}

/*

.top-bar-outer-scroll .top-bar-inner{
	width: auto !important;
}*/

.top-bar-outer-scroll .scroll-nav-header{
	display: inline-block;
}


a.nav-donate{
	color: #fff;
	background: #1E1E1E;
	padding: 0;
	font-size: 12px;
	font-weight: 700;
	float: right;
	text-transform: uppercase;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
	  text-align: center;
	  height: 70px;
	  width: 160px;
}

a.nav-donate:hover{
	background: #D90072;
	color: #fff;
}

a.nav-donate span{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	width: 100%;
}

a.nav-tickets{
	background:#D90072;
	width: 90px;
}

a.nav-tickets:hover{
	background: #1E1E1E;
	color: #fff;
}




/* Search */

.search-icon-outer{
	float: right;
	width: 70px;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	height: 70px;
	background: #F4CF2F;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.search-icon-outer:hover{
	cursor: pointer;
	background: #D90072;
	color: #fff;
}

.search-icon-outer i{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	float: left;
	width: 20px;
	width: 100%;
	text-align: center;
}

.search-icon-outer i.fa-times{
	display: none;
}



.search-outer{
	display: none;
	float: left;
	width: 100%;
	background: #F4CF2F;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;
}

.superfastsearch_outer{
	float: right;
	width: 100%;
	max-width: 100%;
	margin: 0;
}

.superfastsearch {
	width: 100%;
}

.superfastsearch_input{
	width: 90%;
	padding: 22px 5%;
	background: none;
	font-size: 22px;
	font-family: museo-sans-rounded, sans-serif;
	border: none;
	color: #1e1e1e;
}

.superfastsearch_input::placeholder{
	color: #1e1e1e;
}

.superfastsearch_results{
	padding: 0px 3%;
	top: 66px;
	background: #F4CF2F;
	color: #1E1E1E;
	z-index: 400;
	font-size: 12px;
	box-shadow: none;
	width: 96%;
	border: none !important;
	max-height: 400px;
	overflow-y: scroll;
}

.sfs_post_title{
	font-size: 14px;
	margin-top: 10px;
}

a.sfs_result{
	border: none;
	color: #1E1E1E;
	padding: 0 0 5px 10px;
	font-weight: bold;
}

.sfs_result:hover, .sfs_result:focus{
	color: #D90072;
}








/* Navigation */

.scroll-nav-header{
	float: right;
	text-align: center;
	width: 0px;
	font-size: 16px;
	font-weight: 700;
	height: 70px;
	background: #F4CF2F;
	overflow: hidden;

}

.top-bar-outer-scroll .scroll-nav-header{
	width: 70px;
}

.scroll-nav-header i{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	float: left;
	width: 16px;
	width: 100%;
	text-align: center;
}

.scroll-nav-header:hover{
	cursor: pointer;
	background: #D90072;
	color: #fff;
}

.scroll-nav-header i.fa-times{
	display: none;
}


.nav {
	float: right;
	text-align: left;
    transition: opacity 300ms ease-out;
        -o-transition:opacity 300ms ease-out;
        -ms-transition:opacity 300ms ease-out;
        -moz-transition:opacity 300ms ease-out;
        -webkit-transition:opacity 300ms ease-out;

	background: #F4CF2F;
	transition: top 0.3s;
}

.nav.nav-hidden {
    opacity: 0;
    display: none;
}

.nav.nav-hidden.at-top-view {
    opacity: 1;
    display: block;
}



.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: 26px 25px;
	display: inline-block;
	text-decoration: none;
	font-size: 12px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

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

.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: 0px;
	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 Nav */

.mobile-nav {
	display: none;
	width: 100%;
	background: #F4CF2F;
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 130px;
	
}

.menu-mobile-container{
	float: left;
	width: 96%;
	margin: 0 2% 2% 2%;
	height: 90%;
	overflow: scroll;
}

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

.mobile-nav a {
	color: #1e1e1e;
	float: left;
	width: 80%;
	margin: 0;
	text-align: left;
	padding: 5px 10%;
	font-weight: bold;
}

.mobile-nav ul li{
	text-transform: uppercase;
	font-size: 14px;
}

.mobile-nav ul li ul li{
	text-transform: none;
	font-size: 12px;
}

.mobile-nav a:hover, .mobile-nav .current_page_ancestor > a, .mobile-nav .current_page_item > a {
	color: #D90072;
}

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






/* Body */

.page-content{
	display: inline-block;
	width: 96%;
	margin: 20px 2%;
	text-align: left;
}

.banner{
	float: left;
	width: 100%;
	padding-top: 50px;
	background: #1E1E1E;
	position: relative;
	z-index: 500;
	margin-bottom: 50px;
}

.banner i.fa-arrow-down{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -20px;
	font-size: 16px;
	background: #D90072;
	color: #fff;
	padding: 20px;
	z-index: 100;
	width: 16px;
	text-align: center;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.banner i.fa-arrow-down:hover{
	cursor: pointer;
	bottom: -25px;
}

.banner .slide{
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
}

.banner .slide .slide-overlay{
	float: left;
	width: 100%;
	background: rgba(0,0,0,0.6);
	color: #fff;
}

.banner .slide .slide-overlay .centred{
	height: 600px;
}

.banner .slide .slide-overlay .slider-info{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	width: 90%;
	text-align: left;
}




.yellow-cta-outer{
	float: right;
	background: #F4CF2F;
	width: 100%;
	margin: 80px 0;
	max-width: 100%;
}

.yellow-cta-inner{
	float: left;
	width: 1200px;
	max-width: 100%;
	text-align: left;
	color: #1e1e1e;
}

.yellow-cta-content{
	float: left;
	margin: 70px 10%;
	width: 32%;
	font-size: 20px;
}

.section-title, .eve-upcoming-events-title{
	font-size: 34px;
	font-weight: 900;
	line-height: normal;
}

.eve-upcoming-events-title{
	margin-left: 1%;
	margin-bottom: 30px;
}

.yellow-cta-content a.button-link{
	float: left;
	margin-right: 20px;
}

.donate-cta-image{
	float: right;
	width: 46%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin: -40px 0;
	padding: 40px 0;
}


.latest-news-outer{
	display: inline-block;
	width: 100%;
	margin: 80px 0;
}

.latest-news-outer .section-title{
	margin-bottom: 20px;
}

.latest-news-inner{
	float: left;
	width: 100%;
	text-align: left;
}


a.index-grid{
	float: left;
	width: 31.33%;
	border-top: 1px solid #707070;
	color: #1e1e1e;
	margin: 10px 1% 30px 1%;
	font-size: 12px;
	word-wrap: break-word;
}

.black-bg a.index-grid{
	color: #fff;
}

a.index-grid-three{
	clear: left;
}

.index-grid-inner{
	float: left;
	width: 100%; /* I am sorry for this but it works and I am very busy and ever so terrably important */
	padding: 0 0 10px 3%;
	margin-left: -3%;
	border-left: 1px solid #707070;
	margin-top: 15px;
	min-height: 310px;
}

a.index-grid-three .index-grid-inner{
	border-left: none;
}

.index-grid-inner img{
	margin-bottom: 10px;
}

a.index-grid h3{
	font-size: 23px;
	margin: 5px 0;
	min-height: 50px;
}

.latest-news-inner .slider a.index-grid{
	width: 94%;
}

.latest-news-inner .slick-dots li button:before{
	color: #1e1e1e;
	opacity: 1;
	font-size: 12px;
}

.black-bg .latest-news-inner .slick-dots li button:before{
	color: #fff;
}

.latest-news-inner .slick-dots li.slick-active button:before, .latest-news-inner .slick-dots li button:hover{
	opacity: 1;
	color: #D90072;
}

figure.video-large{
	margin: 20px 0;
}

figure.video-large iframe{
	width: 100%;
	height: 500px;
}



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

.top-inner-image-overlay{
	float: left;
	width: 88%;
	padding: 150px 6%;
	background: rgba(0,0,0,0.4);
	color: #fff;
}

.top-image-inner-text{
	float: left;
	width: 500px;
	max-width: 100%;
	text-align: left;
}

.top-image-inner-text h2{
	text-transform: uppercase;
	font-size: 36px;
}


#creato_main-search,
.top-image-inner-text input[type="text"]{
	width: 96%;
	padding: 10px 2%;
	border: none;
	background: #fff url(images/search-bg.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	font-size: 18px;
	font-family: museo-sans-rounded, sans-serif;
}

#creato_main-search {
    background: #F4CF2F;
    padding: 25px 2% 24px 2%;
}


.crumbs{
	float: left;
	width: 96%;
	margin: 10px 2%;
	text-align: left;
	font-size: 12px;
}

.black-bg{
	float: left;
	width: 100%;
	background: #1e1e1e;
	color: #fff;
	padding: 30px 0;
}



.page-children{
	display: inline-block;
	width: 100%;
	margin: 20px 0;
}

a.grid-pages{
	float: left;
	width: 33.33%;
	color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

a.grid-pages-1 {
    width: 100%;
}

a.grid-pages-2 {
    width: 50%;
}

a.grid-pages-3 {
    width: 33.33%;
}

a.grid-pages-4 {
    width: 25%;
}

.grid-pages-overlay{
	float: left;
	width: 90%;
	padding: 20px 5%;
	background: rgba(30,30,30,0.5);
	height: 250px;
	text-align: center;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.grid-pages-overlay:hover{
	cursor: pointer;
	background: rgba(217, 35, 113, 0.5);
}

.grid-pages-overlay .button-link{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 20px;
}



.featured-archive-slider-outer{
	float: left;
	width: 100%;
	background: #1e1e1e;
	color: #fff;
	margin-bottom: 40px;
	
	/*display: none;*/
}

.featured-archive-slider{
	float: left;
	width: 50%;
	box-shadow: -3px 3px 6px rgba(0,0,0,0.2);
	margin-bottom: -40px;
	background: #1e1e1e;
}

.featured-archive-slider .slide{
	padding: 120px 0 160px 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}



.featured-archive-slider .slick-next:before, .featured-archive-slider .slick-prev:before{
	opacity: 1;
	line-height: inherit;
	text-transform: uppercase;
	font-weight: bold;
	font-family: museo-sans-rounded, sans-serif;
	font-size: 12px;
	height: auto;
	display: inline-block;
}

.featured-archive-slider .slick-next:before{
	content: 'Next';
}

.featured-archive-slider .slick-prev:before{
	content: 'Prev';
}

.featured-archive-slider .slick-next, .featured-archive-slider .slick-prev{
	width: 100px;
	bottom: 0 !important;
	top: inherit;
	right: 0 !important;
	z-index: 100;
	background: rgba(217, 35, 113, 0.6);
	transform: none;
	line-height: inherit;
	padding: 10px 0;
	height: inherit;
}

.featured-archive-slider .slick-prev{
	right: 100px !important;
	background: rgba(30,30,30,0.6);
	left: inherit;
}

.featured-archive-slider .slick-next:hover{
	background: rgba(217, 35, 113, 0.9);
}

.featured-archive-slider .slick-prev:hover{
	background: rgba(30,30,30,0.9);
}

.featured-archive-text{
	float: left;
	width: 40%;
	margin: 120px 5%;
	text-align: left;
}




.upcoming-events-outer{
	display: inline-block;
	width: 100%;
	margin: 80px 0;
}

#sidebar{
	float: left;
	width: 90%;
	margin: 0 5% 60px 5%;
}

#sidebar ul{
	margin: 10px 0 20px 0;
	padding: 0;
}

#sidebar ul li{
	list-style: none outside none;
	float: left;
	width: 32%;
	margin: 0;
}

#sidebar .widget_custom_html{
	margin: 0 2%;
}

#sidebar h2{
	text-transform: none;
	font-size: 13px;
}

#sidebar select{
	width: 100%;
	padding: 10px;
	border-radius: 0;
	font-size: 13px;
	color: #C4C4C4;
	border: 1px solid #C4C4C4;
	-webkit-appearance:none;
	background: #fff url(images/select-icon.png) no-repeat;
	background-position: 95% center;
	font-family: museo-sans-rounded, sans-serif;
	color: #707070;
}

#sidebar select option{
	text-transform: none;
}

.index-section-title{
	margin-left: 1%;
}

.single-post-content{
	display: inline-block;
	width: 700px;
	max-width: 96%;
	margin: 10px 2%;
	text-align: left;
}

.single-post-header{
	width: 100%;
	text-align: center;
	display: inline-block;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #707070;
}


.membership-amounts p{
	font-size: 14px;
}

.membership-height {
	min-height: 70px;
}


.archive-taxonomy-top{
	width: 100%;
}

.archive-taxonomy-top h2{
	font-size: 16px;
}


a.archive-type{
	float: left;
	margin: 20px 3%;
	padding: 10px 2%;
	width: 23.33%;
	color: #fff;
}

a.archive-type img, a.archive-categories img{
	max-height: 80px;
	margin-bottom: 10px;
}

a.archive-type h3, a.archive-categories h3{
	text-transform: uppercase;
	font-size: 16px;
}

a.archive-categories{
	float: left;
	margin: 20px 2%;
	width: 17%;
	padding: 10px 2%;
}

a.archive-categories-odd{
	clear: left;
}

.archive-gloassary{
	display: inline-block;
	width: 100%;
	margin: 20px 0;
	/*-webkit-column-count: 7;
	-moz-column-count: 7;
	column-count: 7;*/
}

.glossary-section{
	margin: 20px 2%;
	width: 12.66%;
	float: left;
}

.glossary-section:nth-child(6n+1) {
	clear: left;
}

.glossary-section ul{
	margin: 0;
	padding: 0;
	font-size: 12px;
}

.glossary-section ul li{
	list-style: none outside none;
}

/* Archive Search */

.ui-menu .ui-menu-item {
        list-style: none;
}

.ui-menu .ui-menu-item a {
    color: #fff;
}

.ui-widget.ui-widget-content {
    background: #e3e3e3;
    color: #fff;
    padding: 20px;    
    max-width: 100%;
    right: 0;
    margin: 0 auto;
    border: none;
    -o-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
    transition: .25s;
    z-index: 9999999;
}

.ui-widget.ui-widget-content .ui-state-focus {
    background: none;
    
    border: none;
}

.ui-widget.ui-widget-content .ui-state-focus a {
    color: #D90072;
}

.creato-wp-autocomplete-container {
    width: 31%;
    float: left;
    list-style: none;
    margin: 0 1%;
    padding: 0;
}

.ui-autocomplete-category {
    font-size: 20px;
    border-bottom: 2px solid #fff;
    margin-bottom: 10px;
    max-width: 70%;
    padding: 5px 0;
}

/* Index/Search Pagination */

.pagination{
	display: inline-block;
	width: 100%;
	padding: 10px 0;
	margin: 10px 0;
	text-align: center;
	
}

.pagination a.page-numbers{
	display: inline-block;
	width: 20px;
	text-align: center;
	color: #1e1e1e;
}

.pagination span.current{
	border: 1px solid #1e1e1e;
	padding: 0 5px;
}

.pagination span.current, .pagination a.page-numbers:hover, .pagination a.prev:hover, .pagination a.next:hover{
	color: #d90075;
}

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


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	
	.new-body {
		float:left;
		width:100%;
	}
	
	.featured-archive-slider .slide {
		padding: 0 120px 400px 120px;
	}
	
	.featured-archive-text {
		float:right;
	}
	
	.latest-news-inner .slider a.index-grid {
		width:48%;
	}
	
	.donate-cta-image {
		height:350px;
	}
	
	.index-grid-inner img {
		width:350px;
	}
	
	.search-icon-outer {
		display: none;
	}
	

     
}



/* Map */

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

#google-map{
	height: 500px;
}



/* Eve Archive */

.eve-filter-outer {
    border: none;
    background: none;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 50px;
}

span.eve-date-to, span.eve-search-subtitle, span.eve-search-desc {
    display: none;
}

.eve-filter-outer span{
	color: #1E1E1E;
	font-size: 13px;
	margin-bottom: 5px;
}

.eve-keywords-container, .eve-date-container, .eve-categories-container {
    margin: 10px 2% 0 0%;   
    width: 26%;
}

.event-filters input[type="text"], .eve-show-categories{
	border-radius: 0;
	margin: 0;
	font-family: museo-sans-rounded, sans-serif;
	color: #707070;
}

.eve-date-container input, .eve-keywords-container input{
	font-family: museo-sans-rounded, sans-serif;
	font-size: 14px;
	border: none;
	box-shadow: 0 0 1px #000;
}

.eve-categories-options-container{
	border-radius: 0;
	position: absolute;
	top: 65px;
}

.eve-date-container input{
	width: 41%;
}

.eve-categories-options-container .eve-cats input{
	float: left;
}

.eve-categories-options-container label{
	margin: 5px 0;
}

.eve-filter-outer input[type="submit"]{
	clear: none;
	margin-top: 36px !important;
	box-shadow: none;
	padding: 10px 20px;
	background: #D90072;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 1px;
	font-family: museo-sans-rounded, 'Helvetica', 'Arial', sans-serif;
	appearance: none;
	-webkit-appearance: none;
}

.eve-filter-outer input[type="submit"]:hover{
	background: #1E1E1E;
	cursor: pointer;
	color: #fff;
}



.eve-archive{
	border: none;
	background:  none !important;
	padding-top: 10px;
	border-top: 1px solid #707070;
	margin: 30px 1% 0px 1%;
	width: 31.33%;
	
}

.eve-archive:hover{
	margin: 30px 1% 0px 1%;
}

a.eve-archive-main-a{
	width: 100%;
	border-left: 1px solid #707070;
	padding: 0 0 0 3%;
	min-height: 410px;
	margin-left: -3%;
}



.eve-archive-odd a.eve-archive-main-a{
	border-left: none;
	
}

.eve-archive-type-title{
	position: absolute;
	top: -40px;
	font-weight: bold;
	font-size: 16px;
}

.eve-archive-image{
	width: 100%;
	margin: 0;
}

.eve-archive-text strong{
	float: left;
	margin-right: 5px;
}

.eve-archive-full-details{
	border: none;
	padding: 0;
}

.eve-archive-image{
	margin-bottom: 10px;
}

.eve-archive-text{
	padding: 0;
	color: #D90072;
}

.eve-archive-title {
    margin-top: 0;
    color: #1E1E1E;
}

.eve-archive-title h2{
	font-size: 26px;
	margin-top: 10px;
	min-height: 80px;
}

.eve-archive-type{
	color: #1e1e1e;
	font-size: 16px;
}

.eve-archive .eve-archive-full-details{
	display: none;
}


a.eve-archive-buy {
    display: none;
}

.eve-archive-notice{
	top: 10px;
}

.eve-archive-notice-featured{
	background: #D90072;
}





/* Eve single */

.single-event-meta-left{
	float: left;
	width: 48%;
	margin: 30px 2% 10px 0;
	color: #D90072;
}

.eve-single-left-data, .eve-single-right-data{
	display: inline-block;
	width: 100%;
	margin-top: 8px;
	font-size: 13px;
	line-height: normal;
}

.eve-single-left-data i{
	color: #9B9B9B;
	float: left;
	margin-right: 10px;
	width: 10px;
	text-align: center;
	margin-top: 2px;
}

.eve-single-times div{
	float: left;
}

.eve-single-widget {
    float: right;
}

.more-dates-button{
	font-weight: bold;
	font-size: 12px;
	color: #797979;
	margin-left: 20px;
	margin-top: 5px;
}

.more-dates-button:hover{
	cursor: pointer;
	opacity: 0.5;
}

.eve-single-event-dates{
	max-height: 100px;
}

.eve-single-times span{
	float: left;
	margin: 0 5px;
}

.single-event-meta-right{
	float: left;
	width: 48%;
	margin: 30px 0 10px 2%;
}

.single-event-meta-right a.button-link{
	float: right;
	margin: 0;
}

.eve-upcoming-events-title{

}

.top-inner-image .eve-archive-notice{
	position: relative;
    display: inline-block;
    margin-top: 20px;
}

.single-event-content{
	display: inline-block;
	width: 100%;
	margin: 20px 0;
	padding: 20px 0;
	border-top: 1px solid #707070;
}

a.eve-single-buy{
	margin-right: 20px;
}

.eve-ymal-content{
	width: 80%;
}


/* End Eve */


@media (max-width: 520px) {
	#ui-datepicker-div {
		height: auto !important;	
		position: fixed !important;	
		bottom: 0 !important;	
		left: 0px !important;
		width: 88% !important;
		top: unset !important;
		font-size: 12px;
	}
	
	.ui-datepicker-multi-2 .ui-datepicker-group {
		width: 100%;
	}
}

@media screen and (device-aspect-ratio: 40/71) {
	
	top: 30% !important;
	
}

@media screen and (device-aspect-ratio: 375/667) {
	
	top: 30% !important;
	
}

@media screen and (device-aspect-ratio: 16/9) {
	
	top: 30% !important;
	
}

.ui-datepicker .ui-datepicker-header {
    background: #fff;
}

.ui-widget.ui-widget-content {
    background: #000;
}

.ui-state-default, .ui-widget-content .ui-state-default {
	color: #fff !important;
}

.ui-datepicker-calendar tr th span {
	color:#fff !important;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    background: #fff;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-highlight, .ui-widget-content .ui-state-highlight {
	background: #F4CF2F !important;
	color: #000 !important;
}



/* Contact Form */
.contact-left-outer{
	float: left;
	width: 50%;
}

.contact-left{
	float: right;
	width: 500px;
	margin: 10px 5%;
	max-width: 90%;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}

.contact-left .crumbs{
	margin-left: 0;
	margin-bottom: 40px;
}

.contact-left .section-title{
	margin-bottom: 30px;
}

.contact-left a.phone, .contact-left a.email{
	color: #1e1e1e;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}

.contact-left i{
	margin-left: 10px;
	font-size: 20px;
	float: left;
	width: 30px;
	text-align: center;
}

.contact-left p{
	float: left;
	margin: 0;
}

.contact-right-outer{
	float: left;
	width: 50%;
	background: #F4CF2F;
}

.contact-form{
	float: left;
	width: 500px;
	margin: 40px 10%;
	max-width: 80%;
	text-align: left;
}

.contact-form .section-title {
	margin: 35px 0 25px 0;
}

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

.contact-row label {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}

.contact-row input[type="text"], .contact-row textarea, .contact-row input[type="date"] {
	border: 1px solid #1e1e1e;
	padding: 8px 1%;
	background: none;
	width: 98%;
	max-width: 98%;
	font-size: 16px;
	-webkit-appearance:none;
	height: 24px;
	
	font-family: museo-sans-rounded, 'Helvetica', 'Arial', sans-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-accreditations{
	display: inline-block;
	width: 100%;
	margin-top: 50px;
}

.footer {
	padding: 80px 2%;
	width: 96%;
	float: left;
	background: #1e1e1e url(images/footer-image.png) no-repeat left center;
	color: #fff;
	margin-top: 70px; /* This might need to be higher at somepoint */
}

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

.footer a:hover{
	color: #2EB1DE;
}

.footer-blue a:hover{
	color: #1e1e1e;
}

.footer-blue{
	float: left;
	width: 96%;
	padding: 20px 2%;
	background: #2EB1DE;
	margin-top: -140px;
}

.footer-blue-meta{
	float: left;
	margin: 10px 2%;
	width: 29.33%;
	text-align: left;
	line-height: normal;
}

.footer-blue-meta i{
	font-size: 26px;
}

.footer-blue-meta span{
	display: inline-block;
	font-size: 11px;
	border-top: 3px solid #fff;
	padding: 5px 0;
	margin: 5px 0 0 0;
}

.footer-blue-meta p, .footer-blue-meta a{
	font-weight: 900;
	font-size: 23px;
	margin: 0;
}

.newsletter-outer{
	display: inline-block;
	width: 96%;
	margin: 10px 2%;
	padding: 10px 0;
	border-top: 1px solid #fff;
	text-align: left;
	
	display: none;
}

.newsletter-title{
	float: left;
	font-size: 23px;
	font-weight: 900;
	margin-top: 23px;
}

.newsletter-input{
	float: left;
	margin: 0 2%;
	width: 35%;
}

.newsletter-input label{
	font-size: 12px;
}

.newsletter-input input{
	border: none;
	background: #fff;
	padding: 10px 5%;
	width: 90%;
	font-size: 12px;
	color: #8D8D8D;
	border-radius: 0;
	-webkit-appearance:none;
	font-family: museo-sans-rounded, sans-serif;
}

.newsletter-outer input[type="submit"]{
	float: right;
	font-weight: 900;
	font-size: 23px;
	border: none;
	color: #fff;
	margin-top: 23px;
	background: none;
	font-family: museo-sans-rounded, sans-serif;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.newsletter-outer input[type="submit"]:hover{
	cursor: pointer;
	color: #1e1e1e;
}


.footer-menu{
	display: inline-block;
	width: 100%;
	margin: 70px 0;
	text-align: left;
}

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

.footer-menu ul li {
	list-style: none outside none;
	float: left;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 900;
	width: 23%;
	margin-right: 2%;
	margin-bottom: 20px;
}

.footer-menu ul li:nth-child(5){
	clear: left;
}

.footer-menu ul li ul li{
	text-transform: none;
	font-size: 14px;
	width: 97%;
	margin: 0 0 0 3%;
}



.credit{
	display: inline-block;
	width: 100%;
	font-size: 12px;
	padding: 10px 0;
	text-align: left;
	font-size: 11px;
	border-top: 1px solid #fff;
}

.credit-menu{
	float: left;
	width: 100%;
}

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

.credit-menu ul li{
	list-style: none outside none;
	float: left;
}

.credit-menu ul li a{
	margin-right: 10px;
}

.credit-left{
	float: left;
}

.credit-right{
	float: right;
}

.footer-social{
	display: none;
	float: left;
	width: 100%;
	margin: 20px 0;
}













	
/* Stripe form */

.join-form-outer {
	max-width: 90%;
    margin: 30px auto;
    width: 600px;
    padding: 40px 4%;
    background: #F4CF2F;
    text-align: left;
}


.join-form-stripe-loading {
    text-align: center;
}

.join-form-stripe-loading img {
    margin: auto;
    display: block;
}

.join-form-stripe-loading,
.join-form-stripe-cta {
    display: none;
}

.join-form-stripe-cta.join-form-stripe-cta-disabled {
    opacity: 0.5;
}

.join-form-stripe-cta.join-form-stripe-cta-disabled button:hover {
    color: #D90072;
    border-top: 5px solid #D90072;
    cursor: default;
}

.join-form-outer {
    display: none;
}

.join-form-outer .contact-row{
	float: left;
}

.join-form-outer strong{
	display: inline-block;
}

.join-form-outer small{
	font-weight: bold;
	font-size: 10px;
}

.contact-row{
	width: 98%;
	margin: 5px 1%;
}

.contact-row-short{
	width: 48%;
}

.contact-row-child, .contact-row-joint, .join-form-title-joint {
    display: none;
}


.alert {
    display: block;
    color: #fff;
    background: #1E1E1E;
    width: 94%;
    padding: 15px 3%;
    margin: 10px 0;
    float: left;
    display: none;
}





/* 404 page */

.error {
	text-align: center;
	margin-bottom: 80px;
}

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

.error h2 {
	margin-bottom: 30px;
	font-size: 20px;
}

.error-column-left {
	float:left;
	width:46%;
	margin:20px 2%;
	text-align: left;
		 -o-transition:.5s;
		  -ms-transition:.5s;
		  -moz-transition:.5s;
		  -webkit-transition:.5s;
		  transition:.5s;
}

.error-column-right {
	float:left;
	width:46%;
	margin:20px 2%;
	text-align: left;
		 -o-transition:.5s;
		  -ms-transition:.5s;
		  -moz-transition:.5s;
		  -webkit-transition:.5s;
		  transition:.5s;
}

@media (max-width: 768px) {
	
	
}

@media (max-width: 490px) {
	
	.error-column-left {
		width:96%;
	}
	
	.error-column-right {
		width:96%;
	}
		
}




.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption{
	padding-left: 0;
	padding-right: 0;
}


/* Cookie notification styling */


.wc_privacy_notice {
	position: fixed;
	bottom: 0px;
	width: 96%;
	text-align: center;
	background: rgba(255,255,255,0.9);
	border-top: 1px solid #d90072;
	padding: 10px 2%;
	font-size: 14px;
	z-index: 99999999;
	-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: 2px;
	-webkit-appearance:none;
	line-height: normal;
	border: none;
	font-size: 11px;
	font-family: museo-sans-rounded, 'Helvetica', 'Arial', sans-serif;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	
	color: #fff;
	background: #d90072;
	cursor: pointer;
}

span.reveal_privacy_options_hide{
	display: none;
}

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

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

.wc_privacy_option {
	float: left;
	background: #efefef;
	padding: 5px 2%;
	margin: 0 2% 0 0;
	width: 19%;
	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:96%;
	padding:20px 1%;
	background: #fff;
	color: #1C2342;
	z-index: 0;
	margin: 2px 0 80px;
	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_option {
	margin-top: 2px;
}

.page-content .wc_privacy_notice label {	
	display:inline-block;
}

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

@media (max-width: 768px) {
	.wc_reveal_options{
		font-size: 12px;
	}	
	
	.page-content .wc_privacy_submit {
		margin:10px 0 0 !important;
	}
	
	.page-content .wc_privacy_option {
	    min-width: 88px;
	}
	
}

@media (max-width: 500px) {
	.wc_privacy_option {
		padding: 5px 2%;
		margin: 5px 2% 0 0% !important;
		width: 44%;

	}
	
	.page-content .wc_privacy_submit {
		padding: 7px 40px;
		margin-right: 5px !important;
	}
	
}











@media (max-width: 1300px) {

	.nav a{
		padding: 26px 15px;
	}

}

@media (max-width: 1200px) {

	.nav a{
		padding: 26px 10px;
	}
	
	i.back-to-top-view{
		right: 5px;
	}
	
	.newsletter-input {
	    width: 30%;
	}

}

@media (max-width: 1000px) {

	.nav {
		display: none !important;
	}
	
	.top-bar-outer{
		width: 100%;
	}
	
	.scroll-nav-header{
		width: 70px;
	}

}




@media (max-width: 950px) {
	
	.nav {
		display: none !important;
	}
	
	.top-bar-outer{
		width: 100%;
	}
	
	.scroll-nav-header{
		width: 70px;
	}
	
	a.header-logo{
		z-index: 2100;
		top: 0;
		left: 10px;
	}
	
	.superfastsearch{
		margin-left: 0;
		width: 80%;
	}
	
	.superfastsearch_input{
		font-size: 20px;
	}
	
	.superfastsearch_results{
		top: 64px;
	}
	
	.newsletter-input {
	    margin: 0 15%;
	    width: 70%;
	}	
	
	.newsletter-title {
	    width: 100%;
	    text-align: center;
	}
	
	.newsletter-outer {
	    text-align: center;
	}
	
	.newsletter-outer input[type="submit"] {
    	float: none;
    }
    
    .footer-blue-meta p, .footer-blue-meta a {
	    font-size: 20px;
    }
    
    .yellow-cta-content {
	    width: 82%;
    }
    
    .donate-cta-image {
	    width: 100%;
    }
    
    figure.video-large iframe {
	    height: 300px;
	}

}

@media (max-width: 600px) {

	a.index-grid{
		width: 96%;
		margin: 20px 2%;
	}
	
	.index-grid-inner{
		border: none;
		margin: 0;
		padding: 10px 0;
		min-height: inherit;
	}
	
	a.index-grid h3{
		min-height: inherit;
	}
	
	.superfastsearch {
	    width: 100%;
	}
	
	.banner .slide .slide-overlay .centred {
	    height: 700px;
	    margin-top: 70px;
	}
	
	.banner .slide .slide-overlay .slider-info {
	    top: inherit;
	    transform: inherit;
	}
	
	.wp-block-media-text .wp-block-media-text__content {
	    padding: 30px 0;
    }
    
    a.header-logo img {
	    height: 100px;
	}
	
	.featured-archive-slider {
	    width: 100%;
    }
    
    .featured-archive-text {
	    width: 90%;
    }
    
    .eve-archive {
	    width: 98%;
	}
	
	a.grid-pages-4 {
	    width: 50%;
	}
	
	figure.video-large iframe {
	    height: 200px;
	}
	
	.eve-keywords-container, .eve-date-container, .eve-categories-container {
	    width: 30%;
	}
	
	.contact-left-outer{
		width: 100%;
	}
	
	.contact-left{
		width: 90%;
	}
	
	.contact-right-outer{
		width: 100%;
	}
	
	#sidebar ul li, #sidebar .widget_custom_html {
	    width: 100%;
	    margin: 0 0 15px 0;
	}
	
	.membership-amounts .wp-block-column .wp-block-columns .wp-block-column{
		border-bottom: 2px solid #1E1E1E;
	}
    
}


@media (max-width: 550px) {
	
	.left-bar{
		height: inherit;
		background: none;
		width: auto;
	}
	
	.new-body {
	    width: 100% !important;
	}
	
	a.nav-donate{
		display: none;
	}
	
	.left-bar-social{
		display: none;
	}
	
	.search-outer{
		margin-top: 125px;
	}
	
	.superfastsearch{
		margin-left: 0;
	}
	
	.superfastsearch_input{
		font-size: 16px;
	}
	
	.superfastsearch_results{
		top: 59px;
	}
	
	
	.top-image-inner-text h2{
		font-size: 26px;
	}
	
	
	.footer-menu{
		display: none;
	}
	
	.website-notice{
		width: 100% !important;
		font-size: 10px;
	}
	
	.yellow-cta-content{
		width: 90%;
		margin: 50px 5%;
	}
	
	.donate-cta-image{
		width: 90%;
		height: 250px !important;
		margin: 0 5% -40px 5%;
		padding: 0;
	}
	
	.section-title, .eve-upcoming-events-title{
		font-size: 30px;
	}
	
	
	.footer{
		background: #1e1e1e url(images/footer-image.png) no-repeat left bottom;
		padding-bottom: 120px;
		background-size: 150px auto;
	}
	
	.footer-blue{
		margin-bottom: 50px;
	}
	
	.footer-blue-meta{
		margin: 20px 5%;
		width: 90%;
	}
	
	.newsletter-title{
		width: 100%;
	}
	
	.newsletter-input{
		margin: 10px 0;
		width: 100%;
	}
	
	.credit-menu, .creidt-left, .credit-right{
		width: 100%;
		margin: 0 0;
		text-align: left;
	}
	
	.footer-social{
		display: inline-block;
	}
	
	.eve-filter-outer input[type="submit"]{
		margin: 10px 0 0 0 !important;
	}
	
	.eve-archive, .eve-archive:hover{
		width: 96%;
		margin: 10px 2% 30px 2%;
		padding: 10px 0 0 0;
	}
	
	a.eve-archive-main-a{
		padding: 0;
		margin: 0;
		border: none;
	}
	
	.eve-archive-title h2{
		min-height: inherit;
	}
	
	.single-event-meta-left, .single-event-meta-right{
		width: 100%;
		margin: 20px 0 0 0;
	}
	
	.single-event-meta-right a.button-link{
		float: left;
	}
	
	a.archive-type h3, a.archive-categories h3{
		font-size: 10px;
	}
	

}

















 

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

