/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font: 400 1em 'Zilla Slab', serif;
	color: #000;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color: #cd0c0c;
	text-decoration:none;
}
a:hover {
	color: #ccc;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
h1 {
	font: 900 5em 'Bitter', serif;
}
h2 {
	font: 900 3em 'Bitter', serif;
}
h3 {
	font: 900 2em 'Bitter', serif;
}
p, ul {
	font-size: 1.5em;
	line-height: 1.4;
}
ul {
	list-style-position: inside;
}
li {
	padding-bottom: 20px;
}
@media only screen and (min-width:1024px) {	
	h1 {
		font: 900 5em 'Bitter', serif;
	}
	h2 {
		font: 900 5em 'Bitter', serif;
	}
	h3 {
		font: 900 3em 'Bitter', serif;
	}
	p, ul {
		font-size: 3em;
	}
}

/*------------------------------------*\
    FLOATING SOCIAL MEDIA
\*------------------------------------*/
.floating-sm {
	position: fixed;
	right: 1%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 6%;
	z-index: 999;
}
.floating-sm a {
	display: block;
	margin-bottom: 10px;
	position: relative;
}
.floating-sm a span {
	display: none;
}
.float-sm a img {
	height: auto;
	width: 100%;
}
@media only screen and (min-width:900px) {	
	.floating-sm {
		width: 5%;
	}
}
@media only screen and (min-width:1200px) {	
	.floating-sm {
		width: 3%;
	}
}


/*------------------------------------*\
   HEADER
\*------------------------------------*/
.header {
	background: rgba(0,0,0,0.7);
	height: 80px;
	padding: 0 5%;
	position: fixed;
	top: 0;
	transition: height 0.5s ease;
	width: 100%;
	z-index: 9999;
}
.header.shrink {
	background: #000;
	height: 30px;
}
.logo {
	left: 3%;
	position: fixed; 
	top: 80px;
	transition: height 0.5s, width 0.5s ease;
	width: 20%;
	z-index: 9998;
}
.logo.shrink {
	top: 30px;
	width: 10%;
}
.logo img {
	height: auto;
	width: 100%;
}

.cart-tab {
	background: rgba(0,0,0,0.7);
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	color: #fff;
	font: 300 3em 'Zilla Slab', serif;
	right: 3%;
	padding: 20px;
	position: fixed;
	top: 80px;
	transition: font-size 0.5s, padding 0.5s ease;
	text-align: center;
	z-index: 9998;
}
.cart-tab a {
	color: #fff;
}
.cart-tab.shrink {
	background: #000;
	padding: 20px;
	top: 30px;
}
@media only screen and (min-width:700px) {	
	.header {
		height: 100px;
	}
	.logo {
		top: 100px;
	}
	.cart-tab {
		top: 100px;
	}
}

/*------------------------------------*\
    NAVIGATION
\*------------------------------------*/
.nav {
	display: none;
}
@media only screen and (min-width:1024px) {	
	.nav {
		display: flex;
		flex-flow: row nowrap;
	}
	.nav ul {			
		display: flex;
		flex-flow: row nowrap;	
		flex-basis: 100%;
		font: 300 3em 'Zilla Slab', serif;
		justify-content: flex-end;
		list-style: none;	
		margin: 0;	
		padding: 30px 0 0 0;		
		transition: font-size 0.5s, padding 0.5s ease;
	}
	.nav.shrink ul {
		font-size: 1.7em;
		padding: 5px 0;
	}
	.nav li {
		padding: 0 0 0 2%;
	}
	.nav a { 
		color: #fff; 		
		padding-left: 15px; 
	}
	.header.shrink .nav a {
		padding: 0;
	}
	.nav a:hover,
	.nav a:focus,
	.nav li.current_page_item a {
		color: #cd0c0c;
	}
	.nav li.current_page_item li a {
		color: #fff;
	}
	.nav li.current_page_item li a:hover {
		color: #cd0c0c;
	}
	.header.shrink .nav a:hover,
	.header.shrink .nav a:focus,
	.header.shrink li.current_page_item a {
		background: none;
	}
	.nav li.current_page_item li a,
	.nav .sub-menu li.current_page_item a {
		background: none !important;
	}
	.nav ul ul {
		display: none; 
		font-size: 1em;
		padding: 34px 0 0 0;
		position: absolute;
		z-index: 99999;
		width: 400px;
	}
	.nav.shrink ul ul {
		font-size: 1em;
	}
	.nav ul ul li {
		background: rgba(0,0,0,0.7);
		padding: 15px 0;
		width: 100%;
	}
	.nav.shrink ul ul li {
		background: #000;
		padding: 15px;
	}
	.nav ul ul a { 
		color: #fff;
		
	}
	.nav ul ul a:hover,
	.nav ul ul a:focus {
		background: none;
	}		
	.nav ul li:hover > ul {
		display: block;
	}
}


/*------------------------------------*\
   MOBILE NAVIGATAION
\*------------------------------------*/
.hamburger {
	cursor: pointer;
	display: inline-block;	
	right: 2%;
	position: absolute;
	top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
}
.hamburger div {
	background: #fff;	
	height: 2px;	
	margin: 0 0 5px;
	width: 25px;
}
.hamburger div:last-child {
	margin: 0;
}

@media only screen and (min-width:1024px) {	
	.hamburger {
		display: none;
	}
}

.overlay {
	background-color: rgb(0,0,0);
	height: 100%;
	left: 0;
	overflow-x: hidden;
	position: fixed;
	top: 0;
	transition: 0.5s; 
	width: 0;	
	z-index: 100000;
}
.overlay-content {
	padding: 2%;
	position: relative;
}
.overlay .mobHeader {
	align-items: center;
	display: flex;
	flex-flow: row nowrap;	
}
.overlay .closebtn {
	color: #cd0c0c;
	flex-basis: 2%;
	font-size: 4em;
	font-weight: 100;
}
.overlay .mobLogo {
	flex-basis: 45%;
	margin-left: 4%;
}
@media only screen and (min-width:650px) {	
	.overlay .mobLogo {
		flex-basis: 30%;
		margin-left: 1%;
	}
}
@media only screen and (min-width:768px) {	
	.overlay .mobLogo {
		flex-basis: 10%;
		margin-left: 1%;
	}
}
.overlay .mobLogo img {
	height: auto;
	width: 100%;
}
.mobContent {
	display: flex;
	flex-flow: row wrap;	
	margin-top: 10%;
}
.mobileNav {
	flex-basis: 100%;
}
@media only screen and (min-width:650px) {	
	.mobContent {
		flex-flow: row nowrap;	
		margin-top: 5%;
	}
	.mobileNav {
		flex-basis: 80%;
	}
}
.mobileNav ul {
	display: flex;
	flex-direction: column;
	font-size: 2em;
	line-height: 1;
	list-style: none;
	margin: 10px 0 0 20px;
	padding: 0;
}
.mobileNav ul ul {
	font-size: 1em;
}
@media only screen and (min-width:650px) {	
	.mobileNav ul {
		margin: 0 0 0 5%;
	}
}
.mobileNav a {
	color: #fff;
	padding-left: 50px;
	transition: 0.3s; 
}
.mobileNav a:hover,
.mobileNav a:focus,
.mobileNav li.current_page_item a {
	color: #cd0c0c;
}



/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.footer {
	background: #000;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding: 0 3%;
}
.footer p {
	color: #fff;
	font-size: 1.8em;
	margin: 10px 0;
}
.footer a {
	color: #fff;
	text-decoration: underline;
}
@media only screen and (min-width:700px) {	
	.footer {
		flex-flow: row nowrap;
	}
}

/*------------------------------------*\
    COMMON ELEMENTS
\*------------------------------------*/
.full-width {
	background: #fff;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
	width: 85%;
}

.full-width-bg-color {
	margin:0;
	padding: 30px 7.5%;
	width: 100%;
}
.full-width-bg-color.orange {
	background-color: #da563d;
	color: #fff;
}
.full-width-bg-color.orange a {
	color: #000;
}
.full-width-bg-color.navy {
	background-color: #1c213f;
	color: #fff;
}
.full-width-bg-color.navy a {
	color: #1c213f;
}

/* Event Page columns */
.event-cols,
.event-cols .has-text-align-left {
	text-align: center;
}
.event-cols .text-col {
	padding: 0 5%;
}
.event-cols .order-1 {
	order: 1;
}
.event-cols .order-2 {
	order: 2;
}

@media only screen and (min-width:782px) {	
	.event-cols,
	.event-cols .has-text-align-left {
		text-align: left;
	}
	.pl {
		padding-left: 5%;
	}
	.event-cols .order-1 {
		order: 2;
	}
	.event-cols .order-2 {
		order: 1;
	}
}

/* Event CTA */
.cta-wrap {
	align-items: center;
	background: url('img/cta-bg.jpg') no-repeat;
	background-size: cover;
	-webkit-box-shadow: 0px 22px 26px -11px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 22px 26px -11px rgba(0,0,0,0.5);
	box-shadow: 0px 22px 26px -11px rgba(0,0,0,0.5);
	display: flex;
	flex-direction: column;
	text-align: center;
	margin: 30px auto;
	padding: 30px;
	width: 90%;
}
.full-width-bg-color.orange .box.content a {
	background-image: linear-gradient(to right top, #1c213f, #1b4366, #0c6989, #1490a3, #44b8b4);
	border: 3px solid #000;
}
.full-width-bg-color.navy .box.content a {
	background-image: linear-gradient(to right top, #da563d, #cf4750, #be3e60, #a73b6b, #8d3b72);
	border: 3px solid #000;
}

.box:nth-child(1) {
	color: #000;
	flex: none;
	margin-bottom: 20px;
	width: 100%;
}
.box:nth-child(2),
.box:nth-child(4) {
	border-radius: 20px;
	border-top-right-radius: 0;
	flex: none;
  	padding: 30px;
  	width: 100%;
}
.box:nth-child(3) {
	align-self: center;
	color: #000;
	font-weight: 900;
	font-size: 4em;
	flex: none;
	width: 100%;
}

.box.orange {
	background-image: linear-gradient(to right top, #da563d, #cf4750, #be3e60, #a73b6b, #8d3b72);
	color: #fff;
}
.box.navy {
	background-image: linear-gradient(to right top, #44b8b4, #1490a3, #0c6989, #1b4366, #1c213f);
	color: #fff;
}

.box a {
	border: 3px solid #fff;
	border-radius: 20px;
	-webkit-box-shadow: 0px 22px 26px -11px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 22px 26px -11px rgba(0,0,0,0.5);
	box-shadow: 0px 22px 26px -11px rgba(0,0,0,0.5);
	color: #fff !important;
	display: block;
	font-weight: 900;
	padding: 10px 20px;
	text-align: center;
	text-transform: uppercase;
	transition: .2s ease-in-out 0s;
}
.box a:hover {
	 transform: scale(1.07);
}
.box.orange a {
	background-image: linear-gradient(to right top, #8d3b72, #a73b6b, #be3e60, #cf4750, #da563d);
}
.box.navy a {
	background-image: linear-gradient(to right top, #1c213f, #1b4366, #0c6989, #1490a3, #44b8b4);
}

@media only screen and (min-width:800px) {	
	.cta-wrap {		
		flex-flow: row wrap; 
		align-items: stretch;
		gap: 20px;		
		width: 100%;
	}
	.box:nth-child(3) {
		flex: 0 1 0%;
	}
	.box:nth-child(2),
	.box:nth-child(4) {	
	  	flex: 1 1 0%;
	}
}

@media only screen and (min-width:1400px) {	
	.cta-wrap {		
		flex-flow: row nowrap; 
		gap: 20px;		
		width: 100%;
	}
	.box:nth-child(3) {
		flex: 0 1 0%;
	}
	.box:nth-child(1) {
		margin-bottom: 0;
		flex: 1.5 1 0%;
	}
	.box:nth-child(2),
	.box:nth-child(4) {	
	  	flex: 1 1 0%;
	}
}

@media only screen and (min-width:2100px) {	
	.cta-wrap {			
		width: 80%;
	}
}


/* Privacy Page */
.privacy-policy .full-width {
	margin: 15% auto 7%;
}
@media only screen and (min-width:1024px) {	
	.full-width {
		padding: 50px 0;
		width: 70%;
	}
}

/*------------------------------------*\
   SLIDER
\*------------------------------------*/
.bx-wrapper {
	position: relative;
	padding: 0;
	*zoom: 1;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}
.bx-wrapper img { 
	min-height: 400px; 
	object-fit: cover;
	max-width: 100%;
	width: 100vw;
	display: block;
}
@media only screen and (min-width:700px) {	
	.bx-wrapper img { 
		min-height: 500px; 
	}
}
.bxslider {
	margin: 0;
	padding: 0;
}
.bx-viewport {
	-webkit-transform: translatez(0); 
}
.bx-viewport,
.bx-wrapper{
    position: relative;
    width: 100%;
    height: 100% !important;
    top: 0;
    left: 0;
}
.bxslider,
.slider,
.home-slides .mcw-fp-section-inner {
    height: 100% !important;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	bottom: 5%;
	position: absolute;	
	width: 100%;
}
.bx-wrapper .bx-pager {
	text-align: center;
	color: #444;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 30px;
	height: 5px;
	margin: 0 5px;
	outline: 0;
}
@media only screen and (min-height:700px) {	
	.bx-wrapper .bx-pager,
	.bx-wrapper .bx-controls-auto {
		bottom: 9%;
	}
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
	background:  #cd0c0c;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	vertical-align: bottom;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager-item {
	font-size: 0;
	line-height: 0;
}

.slider .title {
	background: repeating-linear-gradient(
		-45deg,
		rgba(255,255,255, 0),
		rgba(255,255,255, 0) 1px,
		rgba(0,0,0, 0.9) 3px,
		rgba(0,0,0, 0.9) 3px
	);	
	color: #fff;
	left: 50%;
	margin: 0;
	padding: 15px;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-o-transform: translate(-50%);
	transform: translate(-50%);
	width: 90%;
}
.slider .title h2 {
	font: 900 2.6em 'Bitter', serif;
	margin: 0 0 10px;
	
}
@media only screen and (min-width:700px) {	
	.slider .title {
		width: 80%;
	}
	.slider .title h2 {
		font: 900 4em 'Bitter', serif;
		margin: 0 0 30px;
	}
}
@media only screen and (min-width:1024px) {	
	.slider .title {
		width: 70%;
	}
	.slider .title h2 {
		font: 900 6em 'Bitter', serif;		
	}
}
@media only screen and (min-width:1400px) {	
	.slider .title {
		padding: 30px;
	}
	.slider .title h2 {
		font: 900 8em 'Bitter', serif;
		margin: 0 0 30px;
	}
}
@media only screen and (min-width:1800px) {	
	.slider .title {
		width: 60%;
	}
}

/*------------------------------------*\
   MAIN BANNER IMAGE
\*------------------------------------*/
.main-banner {
	position: relative;
	width: 100%;
}
.main-banner img { 
	min-height: 300px; 
	object-fit: cover;
	max-width: 100%;
	width: 100%;
	display: block;
}
@media only screen and (min-width:700px) {	
	.main-banner img { 
		min-height: 500px; 
	}
}
.main-banner .title {
	background: repeating-linear-gradient(
		-45deg,
		rgba(255,255,255, 0),
		rgba(255,255,255, 0) 1px,
		rgba(0,0,0, 0.9) 3px,
		rgba(0,0,0, 0.9) 3px
	);	
	color: #fff;
	left: 50%;
	margin: 0;
	padding: 15px;
	position: absolute;
	text-align: center;
	top: 70%;
	-webkit-transform: translate(-50%,-70%);
	-moz-transform: translate(-50%,-70%);
	-ms-transform: translate(-50%,-70%);
	-o-transform: translate(-50%,-70%);
	transform: translate(-50%,-70%);
}
.main-banner .title h2 {
	font: 900 2.6em 'Bitter', serif;
	margin: 0;
}
@media only screen and (min-width:700px) {	
	.main-banner .title h2 {
		font: 900 4em 'Bitter', serif;
	}
}
@media only screen and (min-width:1024px) {	
	.main-banner .title h2 {
		font: 900 6em 'Bitter', serif;		
	}
}
@media only screen and (min-width:1400px) {	
	.main-banner .title {
		padding: 30px;
	}
	.main-banner .title h2 {
		font: 900 8em 'Bitter', serif;
	}
}

/*------------------------------------*\
    OUTLINE BUTTONS
\*------------------------------------*/
a.btn-outline {
	display:inline-block;
	font: 400 1.5em 'Zilla Slab', serif;
    padding:5px 30px;  
	position:relative;
    text-align:center;
	transition:.3s ease;    
    z-index:100000000;
}
@media only screen and (min-width:700px) {
	a.btn-outline {
		font: 400 2em 'Zilla Slab', serif;
		padding:10px 40px;  
	}
}
@media only screen and (min-width:1024px) {
	a.btn-outline {
		font: 400 2.4em 'Zilla Slab', serif;
	}
}
@media only screen and (min-width:1400px) {
	a.btn-outline {
		font: 400 3em 'Zilla Slab', serif;
		padding:15px 60px;  
	}
}

@media all and (min-width: 480px) {
    a.btn-outline {
        background:0 0;
    }	
    a.btn-outline:before {
        -webkit-backface-visibility:hidden;
        transition:right .3s ease;
        content:"";
        display:block;
        position:absolute;
        z-index:-1;
        top:-1px;
        left:-1px;
        bottom:-1px;
        right:100%;
    }	
   a.btn-outline:hover:before {
        right:-1px
    }
}

/* color */
a.btn-outline {
	background: rgb(255, 255, 255) !important;
	background: rgba(255, 255, 255, 0.5) !important;
}
a.btn-outline:hover {
	color: #fff !important;
	background: rgb(255, 255, 255) !important;
	background: rgba(255, 255, 255, 0.5) !important;
}
a.btn-outline:before {
	background: rgb(255, 255, 255) !important;
	background: rgba(255, 255, 255, 0.5) !important;
}

/* outline */
a.btn-outline {
	background:none !important;
	box-shadow:none;
	text-shadow:none;
	border:solid 2px #CCC;
}
a.btn-outline:hover {
	background:none !important;
}

/* outline color */
a.btn-outline {
	color:#fff !important;
	border-color:#fff !important;
}
a.btn-outline:hover {
	color:#fff !important;	
}


/*------------------------------------*\
    NEWS BOX
\*------------------------------------*/
.news {
	background: url(img/news-bg.png) center center;
	background-size: cover;
}
.news .container {
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
	width: 80%;
}
.news h2 {
	color: #fff;
	font-size: 2em;
	margin: 0;
}
@media only screen and (min-width:700px) {	
	.news h2 {
		font-size: 2.6em;
	}
}
@media only screen and (min-width:1024px) {	
	.news h2 {
		font-size: 4em;
	}
}

/*------------------------------------*\
    EVENTS SECTION
\*------------------------------------*/
.events .wp-block-columns {
	margin-bottom: 0;
}
.wp-block-column:not(:first-child) {
	margin-left: 0;
}
.events .no-events {
	height: 300px;
	position: relative;
	width: 100%;
}
.events .no-events img,
.events .box-one img,
.events .box-two img,
.events .box-three img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.events .no-events .text {
	padding: 0 12%;
}

.events .box-one {
	position: relative;
}
.events .img-overlay {
	background: rgba(0,0,0,0.45);
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}
.events .img-overlay .text {
	color: #fff;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 90%;
}

.events .box-two,
.events .box-three {
	position: relative;
}
.events .box-two h2,
.events .box-three h2 {
	background: repeating-linear-gradient(
		-45deg,
		rgba(255,255,255, 0),
		rgba(255,255,255, 0) 1px,
		rgba(0,0,0, 0.9) 3px,
		rgba(0,0,0, 0.9) 3px
	);		
	color: #fff;
	font-size: 4em;
	font-weight: 700;
	left: 50%;
	margin: 0;
	padding: 30px;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
}
.events .box-two h2 span,
.events .box-three h2 span {
	display: block;
	font: 400 0.5em 'Zilla Slab', serif;
}
.events .box-two a.btn,
.events .box-three a.btn {
	background: #cd0c0c;
	color: #fff;
	font: 700 2em 'Bitter', serif;
	padding: 8px 30px;
	position: absolute;
	right: 15px;
	bottom: 0;
}

@media only screen and (min-width:600px) {
	.events .wp-block-column {
		flex-basis: 33.333% !important;
	}
	.events .box-one h2,
	.events .no-events h2 {
		font-size: 2em;
	}
	.events .box-two h2,
	.events .box-three h2 {
		font-size: 2em;
	}
	.events .box-two a.btn,
	.events .box-three a.btn {
		font: 700 1.5em 'Bitter', serif;
		padding: 5px 20px;
	}
}
@media only screen and (min-width:900px) {
	.events .no-events {
		height: 500px;
	}
	.events .box-one h2,
	.events .no-events h2 {
		font-size: 2.6em;
	}
	.events .box-two h2,
	.events .box-three h2 {
		font-size: 2.6em;
	}
	.events .box-two a.btn,
	.events .box-three a.btn {
		font: 700 1.8em 'Bitter', serif;
	}
}
@media only screen and (min-width:1200px) {
	.events .box-one h2,
	.events .no-events h2 {
		font-size: 5em;
	}
	.events .box-two h2,
	.events .box-three h2 {
		font-size: 4em;
	}
	.events .box-two a.btn,
	.events .box-three a.btn {
		font: 700 2em 'Bitter', serif;
	}
}

/*------------------------------------*\
    NEWSLETTER BOX
\*------------------------------------*/
.newsletter {
	background: url(img/news-bg.png) center bottom;
	background-size: cover;
	color: #fff;
}
.newsletter .container {
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	width: 90%;
}
.newsletter h2 {
	flex-basis: 100%;
	margin: 0;
}
.newsletter .wrap {
	align-items: center;
	display: flex;
	flex-flow: row wrap;
}
.newsletter .left,
.newsletter .right {
	flex-basis: 100%;
}
.newsletter .right { 
	flex-basis: 100%;
	text-align: center;
}
.newsletter .left p {
	font-size: 2em;
	text-align: center; 
}
.newsletter .input--hidden {
	display: none;
}
.newsletter input.input {
	font-size: 2em;
	margin-right: 20px;
	padding: 7px;
	width: 60%;
}
.newsletter button {
	background: #cd0c0c;
	border: 0;
	color: #fff;
	font: 700 2em 'Bitter', serif !important;
	padding: 7px 30px;
	text-align: center;
}
.newsletter button:hover {
	background: #000 !important;
}
@media only screen and (min-width:1024px) {	
	.newsletter .wrap {
		flex-flow: row nowrap;
	}
	.newsletter .left,
	.newsletter .right {
		flex-basis: 58%;
	}
	.newsletter .right {
		flex-basis: 38%;
	}
	.newsletter .left p {
		text-align: left; 
	}
}

/*------------------------------------*\
    COLOUR BLOCK SECTIONS
\*------------------------------------*/
.color-blocks {
	align-content: center;
	align-items: center;
	display: flex;
	flex-flow: row wrap;
	text-align: center;
}
.color-blocks h2 {
	font-size: 2em;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
}
.color-blocks p {
	font-size: 1.5em;
}
.color-blocks a {
	background: url(img/white-arrow.png) no-repeat center right;
	background-size: contain;
	padding-right: 40px;
	text-decoration: underline;
}
.color-blocks a[href^="tel:"] {
	background-image: none;
	text-decoration: none;
}
.color-blocks.black {
	background: #000;
	color: #fff;
}
.color-blocks.red {
	background: #cd0c0c;
	color: #fff;
}
.color-blocks.black a,
.color-blocks.red a {
	color: #fff;
}
.color-blocks.white {
	background: #fff;
}
.color-blocks.white a {
	background: url(img/black-arrow.png) no-repeat center right;
	background-size: contain;
	color: #000;
}
.color-blocks .img {
	flex-basis: 100%;
}
.color-blocks .img img {
	height: 100%;
	width: 100%;
}
.color-blocks .text {
	flex-basis: 100%;
	padding: 3% 3% 1% 3%;
}

@media only screen and (min-width:800px) {	
	.color-blocks {
		flex-flow: row nowrap;
	}
	.color-blocks .img {
		flex-basis: 30%;
	}
	.color-blocks .img img {
		min-height: 280px;
		height: 100%;
		object-fit: cover;
		width: 100%;
	}
	.color-blocks .img.left {
		order: -1;
	}
	.color-blocks .img.right {
		order: 1;
	}
	.color-blocks .text {
		flex-basis: 70%;
		padding: 0 3%;
	}
}
@media only screen and (min-width:1400px) {	
	.color-blocks h2 {
		font-size: 3em;
	}
	.color-blocks p {
		font-size: 1.8em;
	}
}
@media only screen and (min-width:1600px) {	
	.color-blocks .img img {
		min-height: 320px;
	}
	.color-blocks h2 {
		font-size: 4em;
	}
	.color-blocks p {
		font-size: 2em;
	}
}

/*------------------------------------*\
    GENERIC CALL TO ACTION
\*------------------------------------*/
.generic-cta {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	text-align: center;
}
.generic-cta div {
	background-position: center;
	background-size: cover;
	flex-basis: 100%;
}
.generic-cta h2 {
	font-size: 2em;
	font-weight: 700;
	margin: 0;	
	text-transform: uppercase;
}
.generic-cta a {
	display: block;
	padding: 80px 0;
}
.generic-cta .black {
	background: #000;
	color: #fff;
}
.generic-cta .black:hover {
	background: rgba(0,0,0,0.5);
}
.generic-cta .red {
	background: #cd0c0c;
	color: #fff;
}
.generic-cta .red:hover {
	background: rgba(205,12,12,0.5);
}
.generic-cta .black a,
.generic-cta .red a {
	color: #fff;
}
.generic-cta .white {
	background: #fff;
}
.generic-cta .white:hover {
	background: rgba(255,255,255,0.5);
}
.generic-cta .white a {
	color: #000;
}

@media only screen and (min-width:800px) {	
	.generic-cta {
		flex-flow: row nowrap;
	}
	.generic-cta div {
		flex-basis: 33.33%;
	}
}
@media only screen and (min-width:1400px) {	
	.generic-cta h2 {
		font-size: 3em;
	}
}
@media only screen and (min-width:1600px) {	
	.generic-cta h2 {
		font-size: 4em;
	}
}

/*------------------------------------*\
   CHAIRMANS MESSAGE
\*------------------------------------*/
.message {
	margin: 20px 0;
	position: relative;
}
.message .bar {
	background: #000;
	border-top: 2px solid  #cd0c0c;
	border-bottom: 2px solid  #cd0c0c;
	height: 300px;
	position: absolute;
	top: 20%;
	-webkit-transform: translateY(-20%);
	-moz-transform: translateY(-20%);
	-ms-transform: translateY(-20%);
	-o-transform: translateY(-20%);
	transform: translateY(-20%);
	width: 100%;
	z-index: 0;
}
.message .box { 
	background: #fff;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
	margin: 0 auto;
	padding: 5%;	
	position: relative;
	text-align: center;	
	width: 80%;
	z-index: 1;
}
@media only screen and (min-width:700px) {	
	.message {
		margin: 50px 0;
	}
	.message .box { 
		width: 60%;
	}
}

/*------------------------------------*\
   EVENTS PAGE
\*------------------------------------*/
.woocommerce .woocommerce-products-header {
	position: relative;
}
.woocommerce .main-banner .title {
	display: none;
}
.woocommerce h1.woocommerce-products-header__title {
		background: repeating-linear-gradient(
		-45deg,
		rgba(255,255,255, 0),
		rgba(255,255,255, 0) 1px,
		rgba(0,0,0, 0.9) 3px,
		rgba(0,0,0, 0.9) 3px
	);	
	color: #fff;
	left: 50%;
	margin: 0;
	padding: 15px;
	position: absolute;
	text-align: center;
	top: 70%;
	-webkit-transform: translate(-50%,-70%);
	-moz-transform: translate(-50%,-70%);
	-ms-transform: translate(-50%,-70%);
	-o-transform: translate(-50%,-70%);
	transform: translate(-50%,-70%);
	z-index: 999;
}

.woocommerce .products ul,
.woocommerce ul.products {
	margin: 0 auto;
	padding: 30px 0;
	width: 85%;
}
@media only screen and (min-width:1024px) {	
	.woocommerce .products ul,
	.woocommerce ul.products {
		padding: 50px 0;
		width: 70%;
	}
}

.woocommerce ul.products li.product a img {
	margin: 0;
}
.woocommerce-LoopProduct-link.woocommerce-loop-product__link h2 {
	background: repeating-linear-gradient(
		-45deg,
		rgba(255,255,255, 0),
		rgba(255,255,255, 0) 1px,
		rgba(0,0,0, 0.9) 3px,
		rgba(0,0,0, 0.9) 3px
	);		
	color: #fff;
	font-weight: 700;
	left: 50%;
	margin: 0;
	padding: 30px;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
}
.woocommerce-LoopProduct-link.woocommerce-loop-product__link p {
	background: #cd0c0c;
	color: #fff;
	font: 700 0.55em 'Bitter', serif;
	line-height: 1;
	margin: 0;
	padding: 8px 20px;
	position: absolute;
	right: 15px;
	bottom: 0;
}
.woocommerce-LoopProduct-link.woocommerce-loop-product__link:hover {
	opacity: 0.7;
}

/* Single products page */
.single-product.woocommerce .main-banner .title {
	display: block !important;
}
.single-product.woocommerce .main-banner {
	margin-bottom: 50px;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
}

.woocommerce .variations label,
.woocommerce .variations select {
	font-size: 2em;
}
.woocommerce .variations a.reset_variations {
	font-size: 1.4em;
}

.single_variation_wrap .woocommerce-Price-amount {
	font-size: 2em;
}

p.stock {
	display: none;
}

@media only screen and (min-width:700px) {	
	.woocommerce-LoopProduct-link.woocommerce-loop-product__link p {
		font-size: 0.8em;
	}
}
@media only screen and (min-width:1024px) {	
	.woocommerce #content div.product div.images,
	.woocommerce div.product div.images,
	.woocommerce-page #content div.product div.images,
	.woocommerce-page div.product div.images {
		margin-left: 5%;
		margin-right: 0;
		width: 25%;
	}
	.woocommerce #content div.product div.summary,
	.woocommerce div.product div.summary,
	.woocommerce-page #content div.product div.summary,
	.woocommerce-page div.product div.summary {
		margin-right: 5%;
		margin-left: 0;
		width: 60%;
	}
	.woocommerce-LoopProduct-link.woocommerce-loop-product__link p {
		padding: 8px 30px;
	}
}
@media only screen and (min-width:1200px) {	
	.woocommerce-LoopProduct-link.woocommerce-loop-product__link p {
		font-size: 1em;
	}
}

.woocommerce .sponsor {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	width: 100%;
}
.woocommerce .sponsor a {
	max-width: 100%;
}
@media only screen and (min-width:800px) {	
	.woocommerce .sponsor {
		flex-flow: row nowrap;
	}
	.woocommerce .sponsor a {
		max-width: 32%;
	}
}

.woocommerce div.product p.price {
	color: #000;
	font-size: 4em;
}
.woocommerce div.product p.stock {
	color: #bbb;
	font-size: 1.4em;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background: #cd0c0c;
	font-size: 2em;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background: #000;
}
.quantity input {
	font-size: 2em;
	padding: 9px 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border-bottom: 3px solid #000;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background: #cd0c0c;
	border: 3px solid #000;
	border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: #cd0c0c;
	border-bottom-color: #cd0c0c;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
	box-shadow: none;
	border-width: 0;
}
.woocommerce div.product .woocommerce-tabs .panel {
	background: #cd0c0c;
	color: #fff;
	margin-bottom: 0;
	padding: 50px 5%;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
	display: none;
}

.woocommerce-notices-wrapper {
	position: relative;
	z-index: 99999;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	font-size: 2em;
	padding: 1.5em 2em 1.5em 3.5em;
}

.bundled_product_title .item_title {
	font-size: 2.8em !important;
}

.bundled_product_optional_checkbox {
	font-size: 2.2em;
}
.bundled_product_optional_checkbox span.price {
	font-size: 0.6em !important;
}

.bundled_product_optional_checkbox .price del {
  text-decoration: none !important; /* Turn off the broken default */
}

.bundled_product_optional_checkbox .price del .amount {
  position: relative;
}

.bundled_product_optional_checkbox .price del .amount::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: currentColor;
  transform: translateY(-50%);
  pointer-events: none;
}

.special-offer {
	color: #fff;
	padding: 20px;
}
.special-offer.orange {
	background-color: #da563d;
}
.special-offer.navy {
	background-color: #1c213f;
}




/* Cart */
.woocommerce-cart .woocommerce {
	margin: 15% 0 7% 0;
	padding: 0 5%;
}
.shop_table {
	font-size: 2em;
}
.woocommerce-cart-form .quantity input {
	font-size: 1em;
	padding: 0;
}

/* Checkout */
.woocommerce-checkout .woocommerce {
	margin: 15% 0 3.5% 0;
	padding: 0 5%;
}
.woocommerce-checkout p,
.woocommerce-checkout h3 {
	font-size: 2em;
}
.woocommerce-checkout .payment_box.payment_method_paypal p {
	font-size: 1em;
}

/* Order confirmation page */
.woocommerce-customer-details address {
	font-size: 2em;
}
.woocommerce-customer-details address p {
	font-size: 1em;
}

/* My Account */
.woocommerce-account .woocommerce {
	margin: 15% 0 9% 0;
	padding: 0 5%;
}
.woocommerce-MyAccount-navigation {
	background: #000;
	border-bottom-left-radius: 20px;
	border-top-left-radius: 20px;
}
.woocommerce-MyAccount-navigation ul {
	list-style: none;
}
.woocommerce-MyAccount-navigation-link--edit-address {
	display: none;
}
.woocommerce-account .woocommerce-MyAccount-content {
	border: 3px solid #000;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border-top-right-radius: 20px;	
	min-height: 500px;
	padding: 50px 5%;
	width: 70%;
}
.woocommerce-account .woocommerce-MyAccount-content table {
	font-size: 2em;
	width: 100%;
}

/* Forms */
button.frm_button_submit {
	border-radius: 0 !important;
	border: 0 !important;
	background: #cd0c0c!important;
	font: 700 2em 'Bitter', serif !important;
	padding: 10px 30px !important;
}
button.frm_button_submit:hover {
	background: #000!important;
	color: #fff !important;
}

/* 404 */
.error404 .footer {
	bottom: 0;
	position: absolute;
	width: 100%;
}
.error404 #post-404 {
	padding: 20% 10%;
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.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%;
	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 .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
