/*
Theme Name: Creatomatic WordPress Framework
Theme URI: https://www.creatomatic.co.uk/our-framework-for-wordpress/
Description: Client website theme
Author: Creatomatic Ltd
Author URI: https://www.creatomatic.co.uk
License URI: https://www.creatomatic.co.uk/terms-and-conditions/

Colours being used:

Purple: #583349;
Blue: #296988;
Grey: #E5E5E5;

*/


html, body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
	color: #000;
	font-size: 16px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: auto;
	font-smooth: always;
}

h1, h2, h3, h4 {
	font-family: 'Roboto Slab', 'Helvetica', 'Arial', serif;
	margin: 0;
	letter-spacing: 1px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 23px;
}

h4 {
	font-size: 20px;
}

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

a:hover {
	text-decoration: none;
}

::selection, ::-moz-selection  {
	background: #583349;
	color: #fff;
}

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


a.button-link,
.button-link,
a.wp-block-button__link,
.contact-row button,
.wp-block-button__link:visited {
	display: inline-block;
	border: none;
	background: #296988;
	color: #fff;
	padding: 8px 18px;
	text-align: center;
	font-family: 'Roboto Slab', 'Helvetica', 'Arial', serif;
	margin: 10px 2px;
	font-size: 18px;
	font-weight: bold;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	-webkit-appearance:none;
	border-radius: 0;
}

a.button-link:hover,
.button-link:hover,
a.wp-block-button__link:hover,
.contact-row button:hover{
	background: #583349;
	cursor: pointer;
}

.wp-block-columns {
	margin-bottom: 0;
	padding-bottom: 1.17em;
}

.purple-button .wp-block-button__link, .contact-row button, .page-content .eve-filter-outer input[type="submit"], .eve-event-submit button, 
.single-event-right .button-link, .single-event-left .button-link, .eve-ymal .eve-button-link {
	background: #583349;
	font-family: 'Roboto Slab', 'Helvetica', 'Arial', serif;
}

.purple-button .wp-block-button__link:hover, .contact-row button:hover, .page-content .eve-filter-outer input[type="submit"]:hover, .eve-event-submit button:hover, .single-event-right .button-link:hover, .single-event-left .button-link:hover, .eve-ymal .eve-button-link:hover {
	background: #296988;
}

.white-button .wp-block-button__link {
	background: #fff;
	color: #000;
}

.white-button .wp-block-button__link:hover {
	background: #296988;
	color: #fff;
}

.border-bottom-black, .border-bottom-black-center, .border-bottom-white, .border-bottom-white-center {
	position: relative;
	padding-bottom: 40px;
}

.border-bottom-black::after, .border-bottom-white::after {
	content: "";
	background: url('images/heading-line.svg') no-repeat;
	height: 15px;
	left: 0;
	bottom: 0;
	max-width: 100%;
	position: absolute;
	width: 200px;
}

 .border-bottom-black-center::after, .border-bottom-white-center::after{
	content: "";
	background: url('images/heading-line.svg') no-repeat;
	height: 15px;
	right: 0;
	left: 0;
	text-align: center;
	margin: 0 auto;
	bottom: 0;
	max-width: 100%;
	position: absolute;
	width: 200px;
}

.border-bottom-white-center::after {
	background: url('images/heading-line-white.svg') no-repeat;
	background-size: contain;
}

.short-content{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

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

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

a.social-icon i{
	display: inline-block;
	width: 25px;
	height: 25px;
	padding: 5px;
	color: #fff;
	margin: 5px 5px 5px 5px;
	font-size: 25px;
	line-height: normal;
}

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

a.social-icon i:hover{
	color: #583349;
}
	
.schema-faq-section{
	border-bottom: 1px solid #000;
}

.schema-faq-question{
	font-family: 'Roboto Slab', 'Arial', serif;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.03em;
	line-height: 1.5;
	font-size: 18px;
	padding: 20px 50px 20px 0;
	display: inline-block;
	width: calc(100% - 50px);
	position: relative;
}

.schema-faq-question:after{
	content: '\f063';
	font-family: "Font Awesome 6 Pro";
	float: right;
	border-radius: 50%;
	background: #000;
	color: #fff;
	padding: 5px;
	width: 20px;
	height: 20px;
	font-size: 14px;
	line-height: 1.8;
	text-align: center;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	letter-spacing: 0;
	
	position: absolute;
	right: 0;
	top: 20px;
}

.schema-faq-answer-open:after{
	transform: rotate(180deg);
}

.schema-faq-answer{
	display: none;
}









/* Heading */

.top-bar{
	float: left;
	width: calc(100% - 40px);
	padding: 5px 20px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	background: #fff;
}

.top-bar .centred{
	position: relative;
}

a.header-logo{
	float: left;
	background: #fff;
	width: 220px;
	position: absolute;
	left: 0px;
	top: 0;
	padding: 4px 8px;
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.top-bar-bottom {
	float: right;
	width: calc(100% - 260px);
	padding: 0px 0px 5px 20px;
	position: relative;
	background: none;
	margin-top: 63px;
}





/* Navigation */

.nav {
	width: calc(100% - 20px);
	margin: 5px 0 5px 20px;
	text-align: right;
	float: right;
	z-index: 3;
	position: relative;
}

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

.top-bar-bottom .nav a {
	font-family: 'Roboto Slab', 'Helvetica', 'Arial', serif;
	color: #fff;
	font-size: 16px;
}


.nav a {
	position: relative;
	padding: 10px 0px 10px 30px;
	display: inline-block;
	text-decoration: none;
	font-size: 15px;
	color: #000;
}

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

.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: 20px;
	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 Navigation */

.mobile-nav-header {
	text-align: center;
	float: right;
	display: none;
	text-align: right;
}

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

.mobile-nav-header i{
	float: left;
	font-size: 28px;
	line-height: normal;
	text-align: center;
	padding: 10px 10px;
	color: #583349;
}

.mobile-nav-header i:hover{
	color: #296988;
}

.mobile-nav {
	display: none;
	width: 500px;
	max-width: calc(100% - 80px);
	float: left;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 5000;
	background: #583349;
	border-right: 2px solid #fff;
}

.mobile-nav .menu-main-container{
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}

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

.mobile-nav a {
	float: left;
	width: calc(90% - 45px);
	margin: 0;
	font-size: 16px;
	text-align: left;
	padding: 10px 5%;
	color: #fff;
}

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

.mobile-nav li i{
	float: right;
	padding: 13px;
	font-size: 18px;
	width: 15px;
	color: #fff;
}

.mobile-nav ul li ul li.mobile-nav-back i{
	float: left;
	font-size: 14px;
	padding-top: 15px;
}

.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;
	background: #583349;
	scrollbar-width: none;
}

.mobile-nav ul li ul li ul{
	z-index: 300;
}





/* Body */

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

.home-overlay {
	float: left;
	width: 100%;
	position: relative;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 19%, rgba(0,0,0,0.65) 91%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 19%,rgba(0,0,0,0.65) 91%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 19%,rgba(0,0,0,0.65) 91%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.overlay {
	float: left;
	width: 100%;
	position: relative;
	background: -moz-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 91%);
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 91%);
	background: linear-gradient(to top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 91%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.home-overlay .centred {
	height: 90vh;
	min-height: 700px;
}

.overlay .centred {
	height: 60vh;
	min-height: 400px;
}

.inner-image .home-inner-text {
	max-width: 100%;
	width: 500px;
	text-shadow: 1px 1px 0px #5b5b5b;
	position: absolute;
	text-align: left;
	color:#fff;
	bottom: 120px;
	padding-left: 20px;
}

.inner-image .home-inner-text h1 {
	font-size: 42px;
	line-height: 1.25;
	margin-bottom: 5px;
}

.inner-image .home-inner-text .button-link {
	background: #fff;
	color: #000;
	text-shadow: none;
	margin-top: 20px;
}

.inner-image .home-inner-text .button-link:hover {
	color: #fff;
	background: #583349;
}

.home-overlay .centred svg {
	position: absolute;
	bottom: 25px;
	transform: rotate(90deg);
	cursor: pointer;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
	 -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.home-overlay .centred svg:hover {
	bottom: 15px;
}

.inner-image .home-inner-text svg {
	position: relative;
	bottom: auto;
	transform: none;
	cursor: inherit;
	left: inherit;
	right: inherit;
}

.home-cta a {
	color:#fff;
	cursor: pointer;
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.home-cta a:hover {
	opacity: 0.7;
	-webkit-opacity: 0.7;
		 -o-transition:.5s;
		  -ms-transition:.5s;
		  -moz-transition:.5s;
		  -webkit-transition:.5s;
		  transition:.5s;
}

.page-content{
	float: left;
	width: calc(100% - 40px);
	margin: 60px 20px;
	text-align: left;
}

.page-content-6 {
	margin: 0 20px 60px;
}

.page-content-11 {
	margin: 60px 20px 0;
}

.purple-bg, .grey-bg {
	position: relative;
	z-index: 1;
	color: #fff;
}

.purple-bg:before, .grey-bg:before{
	background: #583349;
	position: absolute;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	width: 100vw;
	z-index: -1;
	content: '';
	height: 100%;
	color: #fff;
}

.grey-bg:before{
	background: #E5E5E5;
}

.grey-bg, .grey-bg h2, .grey-bg h3, .grey-bg h4 {
	color:#000;
}

.purple-bg h2, .purple-bg h3 {
	color: #fff;
}

.page-inner-text {
	max-width: 100%;
	text-shadow: 1px 1px 0px #5b5b5b;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	color:#fff;
	width: calc(100% - 20px);
	margin: 0 10px;
}

.page-inner-text h2 {
	display: inline-block;
	font-size: 40px;
	max-width: 390px;
}

.page-inner-text span {
	max-width: 370px;
	display: inline-block;
	font-weight: bold;
	font-size: 18px;
}

.page-inner-text .inner-hall-image {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.page-inner-text svg {
	max-width: 350px;
}

.page-inner-text .inner-hall-image img {
	width: 100px;
}

/* JQ UI */

@media (max-width: 520px) {
	#ui-datepicker-div {
		height: auto !important;	
		position: fixed !important;	
		bottom: 0 !important;	
		left: 2px !important;
		width: 96% !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 {
	border: 2px solid #583349 !important;
	border-radius: 0;
}

.ui-widget {
	font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
}

.ui-datepicker th, .ui-datepicker-title {
	color: #583349 !important;
	font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: none;
	border: 1px solid #583349;
	border-radius: 4px;
}

.ui-state-default {
	color: #583349 !important;

}

.ui-state-hover {
	border: 1px solid #583349 !important;
	background: #583349 !important;
	color: #fff !important;
}

.ui-state-active {
	border: 1px solid #583349 !important;
	background: #583349 !important;
	color: #fff !important;
}

.ui-widget-header {
	border: none;
	background: none;
}






/* Index/Search Pagination */

.pagination{
	display: inline-block;
	width: 100%;
	padding: 10px 0;
	margin: 10px 0;
	text-align: center;
	border-top: 1px solid rgba(0,0,0,0.1);
}

.pagination a.page-numbers, .pagination span.current{
	display: inline-block;
	width: 20px;
	text-align: center;
	color: #296988;
}

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

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




/* Eve */

.page-content-87 {
	margin: 60px 20px 120px;
}

.eve-filter-outer input[type="submit"]:hover {
	cursor: pointer;
	opacity: 0.7;
		-webkit-opacity: 0.7;
	    	 -o-transition:.5s;
	    	  -ms-transition:.5s;
	    	  -moz-transition:.5s;
	    	  -webkit-transition:.5s;
	    	  transition:.5s;
}

.upcoming-events-outer a.eve-upcoming-events-link{
	display: none;
}


.eve-empty-message {
	text-align: center;
	font-size: 24px;
	margin: 30px auto;
}

.eve-filter-outer{
	margin: 30px 0 0 0;
	border: none;
	background: #E8E8E8;
	padding: 20px 30px 30px 30px;
	width: 300px;
	position: sticky;
	top: 120px;
	box-shadow: 0 0 3px #b7b5b5;
}

.eve-keywords-container, .eve-date-container, .eve-categories-container{
	width: 100%;
	margin: 20px 0;
}

.eve-filter-outer .eve-search-subtitle, .eve-filter-outer .eve-search-desc{
	display: none;
}

.eve-filter-outer span{
	color: #000;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 10px;
}

.eve-keywords-container input{
	font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
	border: 1px solid #fff;
}

.eve-categories-options-container .eve-cats input{
	width: 12px;
	height: 12px;
	margin-right: 10px;
}

.eve-categories-options-container .eve-cats span{
	font-size: 16px;
	font-style: italic;
	text-transform: none;
	margin: 0;
}

span.eve-date-to{
	margin: 8px 0 0 0;
	width: 40px;
	font-size: 16px;
	text-align: center;
}

.eve-date-container input{
	width: calc(50% - 40px);
	margin: 0 !important;
	border: none;
}

.eve-outer{
	float: right;
	width: calc(100% - 410px);
}

.events-header h1{
	font-size: 30px;
}

.events-header{
	border-bottom: 2px solid #583349;
}

.events-header-option{
	border: 2px solid #583349;
	background: #fff;
	color: #583349;
	border-bottom: none;
	font-size: 14px;
	padding: 10px 15px;
}

.events-header-option:hover, .eve-option-active{
	border: 2px solid #583349;
	background: #583349;
	color: #fff;
}

.eve-calendar-container h4{
	float: left;
}

.eve_calendar_select{
	float: left;
	margin-left: 10px;
	margin-top: 0px;
}

.eve_calendar_select div{
	margin: 0 10px;
}

td.eve-calendar-day-head{
	background: #583349;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
}

.eve-details-day-number span, div.eve-day-number{
	background: #583349;
	color: #fff;
	font-size: 14px;
}

td.eve-calendar-day, td.eve-calendar-day-np{
	box-shadow: 0 0 1px #143A43;
}

.eve-archive {
	border-bottom: none;
	width: calc(33.33% - 20px);
	margin: 10px 0  10px 30px;
	color: #707070;
	font-size: 16px;
	box-shadow: 0 0 8px #cecece;
}

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

.eve-archive-odd{
	margin-left: 0;
}

.eve-archive-odd:hover{
	margin: 10px 0 10px 0px;
}

.eve-archive-image {
	height: inherit;
	padding-top: 56.25%;
	margin-bottom: 20px;
}

.eve-archive .eve-archive-text {
	margin: 0 0 10px 0;
	padding: 0 20px;
	width: calc(100% - 40px);
	font-weight: normal;
}

.eve-archive .eve-archive-text h2{
	font-size: 24px;
	text-transform: none;
	color: #000;
	letter-spacing: 0;
	font-style: normal;
	padding-bottom: 30px;
	position: relative;
}

.eve-archive .eve-archive-text h2:after{ 
	content: "";
	background: url('images/heading-line.svg') no-repeat;
	height: 15px;
	left: 0;
	bottom: 0;
	max-width: 100%;
	position: absolute;
	width: 200px;
}

.eve-archive .eve-archive-dates{
	font-weight: 300;
	margin-top: 20px;
}

.eve-archive .eve-archive-full-details {
	margin: 10px 20px 20px 0;
	background: #583349;
	float: right;
}

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

.eve-list .eve-archive .eve-archive-text {
	float: left;
	width: 55%;
	padding-left: 5%;
	margin: 10px 0;
}

.eve-list .eve-archive-image {
	float: left;
	width: 35%;
	height: 220px;
	padding-top: 16.25%;
	margin-bottom: 0;
}

.page-content .eve-outer .eve-archive-excerpt {
	margin-bottom: 30px;
}

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

.page-content .eve-filter-outer input[type="submit"] {
	font-family: 'Roboto Slab', 'Helvetica', 'Arial', serif;
	padding: 10px 20px 8px;
}

.eve-archive .eve-archive-full-details:hover {
	background: #6592A8;
}

.single-event-page-content {
	margin: 50px 20px;
}

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

.single-event-page-content .eve-archive-notice{
	position: relative;
	float: left;
	margin-bottom: 20px;
}

h1.single-event-title{
	border-bottom: 1px solid #7CA3AD;
	letter-spacing: 0;
	font-size: 34px;
	margin-bottom: 30px;
	width: 100%;
	display: inline-block;
}

.single-event-left{
	float: left;
	width: 300px;
	font-style: 18px;
}

.crumbs {
	text-align: left;
	display: inline-block;
	width: calc(100% - 40px);
	margin: 10px 20px 0;
	font-size: 14px;
}

.eve-single-data{
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}

.button.more-dates-button{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	margin-top: 10px;
	font-style: normal;
	clear: left;
}

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

.eve-single-data p{
	margin: 0;
}

.eve-single-data i, .single-event-right i.fa-pencil{
	color: #583349;
	font-size: 20px;
}

.eve-single-data h4, .single-event-right h4{
	font-weight: 300;
	letter-spacing: 0;
	font-size: 16px;
	font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
	display: inline-block;
	width: calc(100% - 40px);
	margin: 0 0 10px 10px;
}

.single-event-right h4 {
	font-family: 'Roboto Slab', 'Helvetica', 'Arial', serif;
	font-size: 20px;
	font-weight: bold;
	font-size: 24px;
}

.eve-single-data div, .eve-single-left-time span{
	float: left;
	font-style: italic;
}

.eve-single-event-dates div{
	float: none;
}

.single-event-right{
	float: right;
	width: 700px;
	max-width: calc(100% - 350px);
}

.single-event-share{
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}

.single-event-share small{
	font-style: italic;
	display: inline-block;
	width: 100%;
	margin-top: 30px;
}

.single-event-share a i{
	border: 2px solid #583349;
	color: #fff;
	background: #583349;
	padding: 5px;
	border-radius: 50%;
	text-align: center;
	margin: 10px 10px 0 0;
	width: 20px;
	height: 20px;
	font-size: 20px;
	line-height: 1.2;
}

.single-event-share a i:hover{
	border: 2px solid #583349;
	color: #583349;
	background: #fff;
}

.eve-single-meta.eve-single-widget{
	display: inline-block;
	width: 100%;
	margin-top: 50px;
}

.eve-ymal{
	display: inline-block;
	width: 100%;
	margin: 150px 0 60px 0;
}

.eve-upcoming-events-title{
	font-family: 'Roboto Slab', 'Helvetica', 'Arial', serif;
	float: left;
	font-size: 26px;
	margin-bottom: 30px;
	font-weight: bold;
	color:#583349;
	display: none;
}

.eve-ymal .eve-archive-notice{
	position: absolute;
}

.eve-event-row input[type="text"], .eve-event-row textarea, .eve-date-breakdown-duration input{
	border: 2px solid #583349;
}

.eve-event-row{
	vertical-align: top;
}

.upcoming-events-outer .eve-archive {
	box-shadow: 0 0 1px #4f4f4f;
}

.upcoming-events-outer .eve-archive a {
	background: #fff;
}

.inner-image .eve-archive-notice {
	position: absolute;
	bottom: 0;
	left: 0;
	left: 20px;
	top: inherit;
	font-family: 'Roboto Slab', 'Helvetica', 'Arial', serif;
}

.eve-option-submit {
	display: none;
}



/* Grid */

.show-services-header{
	display: inline-block;
	width: calc(100% - 20px);
	margin: 0 20px 30px 0;
}

.show-pages-container-children .show-services-header{
	display: none;
}

.show-services-header h2{
	float: left;
}

.show-services-header h2 span{
	max-width: calc(100% - 90px);
}

.show-services-header .show-services-header-link{
	color: #E91319;
	display: inline-block;
}

.show-services-grid-or-slider, .show-homepage-slider-grid-or-slider{
	display: inline-block;
	width: 100%;
}

a.show-pages-page{
	float: left;
	width: calc(100% - 20px);
	margin: 10px 40px 20px 0px;
	position: relative;
	text-align: left;
}

a.show-pages-page .show-pages-page-image{
	background: #161C29;
	float: left;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

a.show-pages-page .show-pages-page-image .show-pages-overlay {
	background:rgba(22, 28, 41, 0.7);
	float: left;
	width: 100%;
	padding-top: 46.25%;
}

.grid .show-pages-page .show-pages-page-image .show-pages-overlay {
	padding: 40px;
	width: calc(100% - 80px);
}

a.show-pages-page .show-pages-page-text{
	position: absolute;
	left: 30px;
	max-width: calc(100% - 60px);
	bottom: 30px;
	color: #fff;
	font-size: 16px;
}

.grid .show-pages-page .show-pages-page-text{
	position: relative;
	left: inherit;
	bottom: inherit;
	max-width: 100%;
	color: #fff;
	display: inline-block;
}


a.show-pages-page span{
	font-size: 14px;
	margin: 20px 0 10px 0;
	float: left;
	width: 100%;
	text-transform: uppercase;
	color:#fff;
}

a.show-pages-page h3{
	font-size: 24px;
	float: left;
	width: 100%;
	color: #fff;
	min-height: 75px;
}

.grid .show-pages-page p {
	float: left;
	width: 100%;
	min-height: 80px;
}

.show-services-columns-2 .grid a.archive-listing {
	width: calc(50% - 40px);
}

.show-pages-columns-2 .grid a.show-pages-page{
	width: calc(50% - 20px);
	margin: 10px 10px 10px 10px;
}

.show-pages-columns-2 .grid a.show-pages-page:nth-child(2n+1){
	clear: left;
}

.show-services-columns-3 .grid a.archive-listing,
.show-pages-columns-3 .grid a.show-pages-page{
	width: calc(33.33% - 40px);
}

.show-services-columns-3 .grid a.archive-listing:nth-child(3n+1),
.show-pages-columns-3 .grid a.show-pages-page:nth-child(3n+1){
	clear: left;
}

.show-services-columns-4 .grid a.archive-listing,
.show-pages-columns-4 .grid a.show-pages-page{
	width: calc(25% - 40px);
}

.show-services-columns-4 .grid a.archive-listing:nth-child(4n+1),
.show-pages-columns-4 .grid a.show-pages-page:nth-child(4n+1){
	clear: left;
}

.show-services-columns-5 .grid a.archive-listing,
.show-pages-columns-5 .grid a.show-pages-page{
	width: calc(20% - 40px);
}

.show-services-columns-5 .grid a.archive-listing:nth-child(5n+1),
.show-pages-columns-5 .grid a.show-pages-page:nth-child(5n+1){
	clear: left;
}

.notice-board-outer .wp-block-column {
	background: #E8E8E8;
	padding: 30px 40px 40px;	
}

.notice-board-outer .wp-block-columns:last-child .wp-block-column:last-child {
	background: #fff;
}

.show-services-outer .show-services-columns-3 .grid a.archive-listing:nth-child(3n+1), .show-services-outer .show-pages-columns-3 .grid a.show-pages-page:nth-child(3n+1) {
	clear: left;
	margin-left: 0;
}

.show-services-outer .show-services-columns-3 .grid a.archive-listing, .show-services-outer .show-pages-columns-3 .grid a.show-pages-page {
	width: calc(34% - 2%);
	margin: 10px 0px 20px 2%;
}

.featherlight:last-of-type {
	background: rgba(88, 51, 73,.9) !important;
}

.archive-news-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	min-height: 300px;
}

.archive-news {
	float: left;
	width: calc(33% - 40px);
	margin: 30px 20px;
}

.archive-news-odd {
	clear:both;
}


/* Testimonials */

.testimonial-outer {
	float: left;
	width: 100%;
	background: #583349;
}

.testimonial-outer .testimonial-slider {
	float: left;
	padding: 0px;
	width: 100%;
	margin: 0 !important;
}

.testimonial-slider .slide {
	display: inline-block;
	text-align: left;
	color:#fff;
	font-size: 18px;
	width: 100%;
}

.testimonial-left {
	float: left;
	width: 40%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 40px 0;
}

.testimonial-right {
	float: left;
	width: calc(60% - 160px);
	padding: 50px 80px 30px;
}

.testimonial-right h3{
	font-size: 28px;
}

.testimonial-right p {
	margin-left: 30px;
}

.testimonial-slider .slide small {
	margin-top:20px;
	margin-left: 30px;
	font-weight: bold;
}

.testimonial-slider .slick-dots {
	text-align: left;
	width: calc(60% - 160px);
	right: 0;
	padding: 0 80px 20px;
	bottom: 0;
}

.testimonial-slider .slick-dots li {
	margin: 0 2px;
}

.testimonial-slider .slick-dots li.slick-active button::before {
	color: #fff;
}

.testimonial-slider .slick-dots li button::before {
	opacity: 1;
	color: #999999;
	font-size: 12px;
}









/* Map */

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

#google-map{
	height: 500px;
}





/* Contact Form */

.contact-top-left {
	float: left;
	width: calc(40% - 40px);
	margin: 40px 40px 40px 0;
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.contact-top-right {
	float: left;
	width: 60%;
	margin: 40px 0;
}

.contact-top-left h2 {
	margin-bottom: 30px;
}

.contact-top-details {
	float:left;
	width:100%;
	margin-top: 20px;
}

.contact-top-left .contact-top-details span {
	display: inline-block;
	width: 100%;
	text-align: left;
	margin: 2px 0;
	font-weight: bold;
	font-size: 20px;
}

.contact-form-outer {
	float: left;
	width: calc(100% - 100px);
	padding: 0 50px;
	margin-top: 50px;
}

.contact-form{
	float:left;
	width: 100%;
	text-align: left;
	padding: 70px 0 40px;
}

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

.contact-form span {
	display: inline-block;
	width:100%;
	margin-bottom: 40px;
}


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

.contact-half-left, .contact-half-right {
	width: 50%;
}

.contact-half-left {
	width: calc(50% - 45px);
	margin-right: 40px;
}

.contact-row label {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 20px;
	font-family: 'Roboto Slab', 'Helvetica', 'Arial', serif;
}

.contact-row input[type="text"], .contact-row textarea {
	border: none;
	padding: 10px;
	width: calc(100% - 20px);
	max-width: calc(100% - 20px);
	font-size: 16px;
	-webkit-appearance:none;
	font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
}

.contact-tandc {
	margin-bottom:10px;
}

.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;
	background: #fff;
}










/* Footer */

.footer {
	width: calc(100% - 160px);
	padding: 0px 80px 30px;
	float: left;
	background: #296988;
	color: #fff;
	text-align: center;
}

.footer-logo {
	margin-top: -70px;
	position: relative;
	z-index: 9;
}

.footer a{
	color: #fff;
}

.footer a:hover{
	color: #4ea2cc;
}

.footer-menus {
	display: inline-block;
	width: 100%;
	margin: 30px 0;
}

.footer-top-menu ul, .footer-bottom-menu ul{
	margin: 25px 0;
	padding: 0;
}

.footer-top-menu ul li, .footer-bottom-menu ul li{
	list-style: none outside none;
	display: inline;
}

.footer-top-menu ul li a {
	padding: 0 10px;
	font-weight: 600;
	font-family: 'Roboto Slab', 'Helvetica', 'Arial', serif;
	font-size: 20px;
	letter-spacing: 1px;
}

.footer-bottom-menu ul li a {
	padding: 0 12px;
	font-size: 18px;
	border-right: 1px solid #fff;
}

.footer-bottom-menu ul li:last-child a {
	border-right: none;
}

.footer-address {
	float: left;
	width: 100%;
	margin: 0 0 10px;
	line-height: 1.75;
}

.footer-contact, .footer-social {
	float: left;
	width: 100%;
}

.footer-contact span{
	display: inline-block;
	width: 100%;
	margin: 5px 0;
}

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

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

.credit-top {
	float: left;
	width: 100%;
	border-bottom: 1px solid #fff;
	padding: 10px 0 15px;
	margin-bottom: 15px;
}

.credit-top-left{
	float: left;
}

.credit-top-right{
	float: right;
}

.credit-bottom-left{
	float: left;
	width: calc(30% - 20px);
	margin-right: 20px;
	text-align: left;
}

.credit-bottom-right{
	float: right;
	width: 70%;
	text-align: right;
}





@media (max-width: 1580px) {

	.top-bar-bottom {
		padding-right: 20px;
	}
	
}


@media (max-width: 1200px) {
	
	.eve-filter-outer{
		width: 180px;
		top: 20px;
		max-height: calc(100vh - 80px);
		overflow: scroll;
		padding: 20px;
	}

	.eve-date-container input{
		width: calc(100% - 40px);
		font-size: 14px;
	}

	.eve-keywords-container input{
		font-size: 14px;
	}

	span.eve-date-to{
		width: 100%;
		margin: 5px 0;
		text-align: center;
		font-size: 12px;
		font-style: italic;
	}

	.eve-outer{
		width: calc(100% - 240px);
	}

	
}


@media (max-width: 975px) {
	
	.nav {
		display: none;
	}
	
	.mobile-nav-header {
		display: inline-block;
	}
	
	.top-bar-bottom {
		display: none;
	}

}


@media (max-width: 915px) {
	
	.home-cta h3 {
		font-size: 18px;
	}
	
	.testimonial-right {
		width: calc(60% - 80px);
		padding: 50px 40px 30px;
	}
	
	.notice-board-outer .wp-block-columns {
		flex-wrap: wrap !important;
	}
	
	.notice-board-outer .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
		flex-basis: calc(38% - var(--wp--style--block-gap, 2em)/2) !important;
		flex-grow: 0;
		margin: 10px;
	}
	
	.contact-top-left {
		width: 100%;
		margin: 10px 0px 10px;
	}
	
	.contact-top-right {
		width: 100%;
	}
	
	.opening-hours:not(.is-not-stacked-on-mobile) > .wp-block-column {
		flex-basis: unset;
	}

	.archive-news {
		width: calc(50% - 40px);
	}
	
	.archive-news-odd {
		clear:inherit;
	}
	
	.archive-news-two {
		clear:both;
	}
	

}


/* Tablet */

@media (max-width: 781px) {

	a.header-logo {
		width: 190px;
	}
	
	.page-inner-text span {
		font-size: 16px;
	}
	
	.page-inner-text h2 {
		font-size: 35px;
	}
	
	.page-inner-text .inner-hall-image {
		margin-top: 60px;
	}
	
	.home-cta h3 {
		font-size: 22px;
		margin-bottom: 40px;
	}
	
	.opening-hours .wp-block-column {
		flex-basis: calc(100% - 0em) !important;
		text-align: center;
		margin-left:0; 
	}
	
	.show-services-outer .show-services-columns-3 .grid a.archive-listing, .show-services-outer .show-pages-columns-3 .grid a.show-pages-page {
		width: calc(50% - 1%);
	}
	
	.show-services-outer .show-services-columns-3 .grid a.archive-listing:nth-child(3n), .show-services-outer .show-pages-columns-3 .grid a.show-pages-page:nth-child(3n) {
		width: 100%;
		margin: 10px 0 20px;
	}
	
	.notice-board-outer .wp-block-column {
		padding: 30px 2em 40px;
		margin-top: 35px;
	}
	
	.notice-board-outer .wp-block-column:not(:only-child) {
		flex-basis: calc(50% - 5em) !important;
	}
	
	.eve-filter-outer{
		position: fixed;
		bottom: 0;
		left: 0;
		width: calc(100% - 40px);
		max-height: calc(100vh - 220px);
		z-index: 4999;
		top: inherit;
	}

	.eve-filter-outer form{
		display: none;
	}

	.eve-filter-header{
		display: inline-block;
		width: 100%;
	}

	.eve-filter-header i{
		float: right;
		color: #2B2B2B;
		font-size: 30px;
	}

	.eve-filter-header i.fa-times{
		display: none;
	}

	.eve-outer{
		width: 100%;
	}

	.single-event-left{
		width: 100%;
	}

	.single-event-right{
		width: 100%;
		max-width: 100%;
	}	
	
	.opening-hours:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
		flex-basis: 100% !important;
		margin-left: 0 !important;
	}
	
	.opening-hours {
		text-align: center;
	}

}



@media (max-width: 700px) {
	
	.upcoming-events-outer .eve-archive {
		width: calc(50% - 20px);
		margin: 30px 10px 30px 10px;
	}
	
	.upcoming-events-outer .eve-archive:nth-child(3n) {
		clear:both;
	}
	
	.testimonial-left {
		width: 100%;
		height: 300px;
	}
	
	.testimonial-right {
		width: calc(100% - 80px);
		padding: 50px 30px 70px;
	}
	
	.testimonial-slider .slick-dots {
		width: calc(100% - 160px);
		text-align: center;
	}
	
	a.header-logo {
		width: 170px;
	}
	
	.contact-top-left {
		width: calc(100% - 40px);
		margin: 40px 20px 40px 20px;
	}
	
	.contact-top-right {
		width: calc(100% - 40px);
		margin: 40px 20px;
	}

}



@media (max-width: 600px) {
	
	a.header-logo {
		width: 130px;
	}
	
	.wp-block-media-text.has-media-on-the-right {
	    padding-right: 0%;
	}
	
	.inner-image .home-inner-text {
		max-width: 90%;
	}
	
	.inner-image .home-inner-text svg {
		max-width: 90%;
	}
	
	.wp-block-media-text .wp-block-media-text__content {
		padding: 30px 0;
	}
	
	.upcoming-events-outer .eve-archive {
		width: calc(100% - 20px);
		margin: 30px 10px 30px 10px;
		padding: 0;
	}
	
	.eve-archive-odd {
		margin-left: inherit;
	}
	
	.services-outer .show-services-columns-3 .grid a.archive-listing, .show-services-outer .show-pages-columns-3 .grid a.show-pages-page {
		width: 100%;
		margin: 10px 0px 20px;
	}
	
	a.show-pages-page h3 {
		font-size: 26px;
	}
	
	.eve-archive{
		width: calc(50% - 20px);
		padding: 0;
		background: none;
		margin: 10px !important;
	}

	.eve-archive:nth-child(2n+1){
		clear: left;
	}

	.eve-archive-odd{
		clear: none;
	}

	
	.contact-half-left {
		width: 100%;
		margin-right: 0;
	}
	
	.contact-half-right {
		width: 100%;
	}
	
	.contact-form-outer {
		width: calc(100% - 40px);
		padding: 0 20px;
	}
	
	.footer {
		width: calc(100% - 60px);
		padding: 0px 30px 30px;
	}
	
	.credit-bottom-left {
		width: 100%;
		margin-right: 0;
		text-align: center;
		margin-bottom: 10px;
	}
	
	.credit-bottom-right {
		width: 100%;
		text-align: center;
	}

	.archive-news {
		width: calc(100% - 40px);
		margin: 30px 20px;
	}
	
	.notice-board-outer .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
		flex-basis: calc(50% - 5em) !important;
		flex-grow: inherit;
		margin: 35px 0 0;
	}
	
	.notice-board-outer .wp-block-column:nth-child(2n) {
		margin-left: 2em !important;
	}

}







/* Mobile Layouts */
@media (max-width: 500px) {
	
	h2 {
		font-size: 28px;
	}
	
	.home-overlay .centred {
		min-height: 500px;
	}
	
	.inner-image .home-inner-text h1 {
		font-size: 36px;
	}
	
	.page-inner-text h2 {
		font-size: 24px;
	}
	
	.testimonial-right {
		width: calc(100% - 60px);
		padding: 50px 30px;
	}
	
	.testimonial-right p {
		margin-left: 0px;
		font-size: 16px;
	}
	
	.testimonial-right h3 {
		font-size: 26px;
	}
	
	.testimonial-slider .slide small {
		margin-left: 0;
	}
	
	.notice-board-outer .wp-block-column:not(:only-child) {
		flex-basis: calc(100% - 5em) !important;
	}
	
	.notice-board-outer .wp-block-column:nth-child(2n) {
		margin-left: 0em;
	}
	
	.footer-top-menu ul li a, .footer-bottom-menu ul li a {
		font-size: 16px;
	}
	
	.eve-list-container .eve-archive {
		width: calc(100% - 20px);
	}
	
	.eve-ymal .eve-archive {
		width: calc(100% - 20px);
		margin-top: 30px !important;
	}
	
	.credit-top-left, .credit-top-right {
		width:100%;
		text-align: center;
	}
	
	.contact-top-left, .contact-top-right {
		width: 100%;
		margin: 20px 0px;
	}
	
	.contact-top-left .contact-top-details span {
		font-size: 18px;
	}
	
	.footer {
		padding: 0px 30px 40px;
	}
		
}


@media (max-width: 450px) {
	
	.notice-board-outer .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
		flex-basis: 100% !important;
	}
	
	.notice-board-outer .wp-block-column:nth-child(2n) {
		margin-left: 0em !important;
	}
	
	.contact-form-outer {
		width: 100%;
		padding: 0 0px;
	}
	
}


@media (max-width: 380px) {

	a.header-logo {
		width: 110px;
		padding: 1px 5px;
	}
	
	.inner-image .home-inner-text h1 {
		font-size: 30px;
	}
	
	.footer-menus {
		display: none;
	}
	
	.footer-address {
		margin-top: 30px;
	}
	
	.wp-block-table {
		font-size: 14px;
	}
		
}









/* Specific Fixes and things in the core */
 

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


/* Parallax fix on smaller devices */
@media screen and (min-color-index:0) and (-webkit-min-device-pixel-ratio:0) {
	@media {
		.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax{
			background-attachment: scroll;
		}
		
		.banner .slide{
			background-attachment: scroll;
		}
	}
}



/* IE11 Styling */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	
	select::-ms-expand {
	    display: none;
	}
	
}



/* Cookie notification styling */

.wc_privacy_notice {
	position: fixed;
	bottom: 0px;
	width: calc(100% - 20px);
	text-align: center;
	background: rgba(255,255,255,1);
	border-top: 1px solid #296988;
	padding: 10px 10px;
	font-size: 13px;
	z-index: 10000;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

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

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

.wc_privacy_policy_buttons{
	float: right;
}

.reveal_privacy_options, 
.wc_privacy_policy_buttons button, 
.wc_privacy_submit{
	display: inline-block;
	padding: 5px 20px;
	margin-left: 10px;
	border-radius: 1px;
	-webkit-appearance: none;
	line-height: normal;
	border: none;
	font-size: 11px;
	font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	color: #fff;
	background: #296988;
}

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

