/*
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/
Update URI: disabled
Version: 1.0.0

Colours being used:

*/


:root {
	--spacer-unit: 1vw;
}

@media (max-aspect-ratio: 1/1) {
	:root {
		--spacer-unit: 1vh;
	}
}

html, body {
	margin: 0;
	padding: 0;
	font-family: 'Overpass', 'Arial', sans-serif;
	color: #000000;
	font-size: clamp(16px, 1.04vw, 20px);
	line-height: 1.5;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: auto;
	font-smooth: always;
}

h1, h2, h3, h4 {
	font-family: 'freight-display-pro', 'Arial', serif;
	font-weight: 900;
	margin: 0;
	line-height: 1;
	color: #971905;
}

.has-overpass-font-family:where(h1, h2, h3, h4) {
	font-weight: 600;
}

.has-font-size-32-font-size {
	line-height: 1.25;
}

strong {
	font-weight: 600;
}

em {
	font-style: normal;
	letter-spacing: -20%;
}

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

a:hover {
	text-decoration: none;
}

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

.centred {
	margin: 0 auto;
	text-align: center;
	max-width: 86vw;
}


a.button-link,
.button-link,
a.wp-block-button__link,
.is-style-outline a.wp-block-button__link,
.contact-row button,
.wp-block-button__link:visited,
form.post-password-form input[type="submit"],
.eve-single-buttons-bottom button{
	display: inline-block;
	text-transform: unset;
	border: 2px solid #971905;
	background: #971905;
	color: #fff;
	padding: 15px 20px;
	text-align: center;
	cursor: pointer;
	margin: 10px 0;
	font-size: clamp(14px, 0.94vw, 18px);
	font-weight: 600;
	border-radius: 5px;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	-webkit-appearance:none;
	line-height: 1;
	min-width: 140px;
	box-sizing: border-box;
	font-family: 'Overpass', 'Arial', sans-serif;
}

.green-background-media-text a.wp-block-button__link {
	border: 2px solid #6F7E1E;
	background: #6F7E1E;
}

@-moz-document url-prefix() {
  a.button-link,
  .button-link,
  a.wp-block-button__link,
  .is-style-outline a.wp-block-button__link,
  .contact-row button,
  .wp-block-button__link:visited,
  form.post-password-form input[type="submit"]{
	font-weight: 300;
  }
}

.is-style-outline a.wp-block-button__link,
.is-style-outline.button-link,
.creato_cf_main .contact-row button {
	background: #fff;
	color: #000;
	border: 2px solid #fff
}

@-moz-document url-prefix() {
  .is-style-outline a.wp-block-button__link{
	  font-weight: 300;
  }
}

a.button-link:hover,
.button-link:hover,
a.wp-block-button__link:hover,
.contact-row button:hover,
form.post-password-form input[type="submit"]:hover,
.eve-single-buttons-bottom button:hover {
	background: #000;
	border: 2px solid #000;
	cursor: pointer;
}

.is-style-outline a.wp-block-button__link:hover,
.is-style-outline.button-link:hover,
.creato_cf_main .contact-row button:hover {
	color: #fff;
	background: #000;
	border: 2px solid #000;
}

.social-icons-container {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 15px;
}

a.social-icon{
	display: inline-block;
	font-size: 20px;
	line-height: normal;
	text-align: center;
	color: #971905 !important;
	
}

a.social-icon:hover {
	color: #005581 !important;
}

a.social-icon svg{
	width: 25px;
	height: auto;
}

a.social-icon svg path, a.social-icon svg circle{
	fill: #000;
}




/* ----- WORDPRESS OVERRIDES ----- */

.full-width .wp-block-cover__inner-container{
	width: 1260px;
	max-width: 100%;
}

.wp-block-media-text.xxx-bg{
	background: #ccc;
}

.wp-block-media-text.xxx-bg:before{
	content: none;
}

.wp-block-embed .wp-block-embed__wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%;
}
.wp-block-embed .wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.wp-block-columns {
	margin: 0;
	gap: 2em 50px;
}




/* ----- WORDPRESS OVERRIDES ----- */




/* Heading */

.top-bar{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	height: 84px;
	background: #fff;
	z-index: 4000;
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
}

.top-bar > .centred {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.top-bar-inner {
	box-sizing: border-box;
	width: 100%;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

a.header-logo{
	width: clamp(190px, 13.02vw, 250px);
	max-width: 100%;
	display: flex;
}

a.header-logo img {
	width: clamp(190px, 13.02vw, 250px);;
}







/* Navigation */

.nav {
	display: flex;
	gap: clamp(30px, 2.6vw, 50px);
	margin: 0px 0;
	align-items: center;
	justify-content: flex-end;
}

.nav .menu-main-container > ul {
	display: flex;
	align-items: center;
	gap: clamp(30px, 2.6vw, 50px);
}

.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:not(.button-link) {
	position: relative;
	padding: 10px 0px 10px 0px;
	display: inline-block;
	text-decoration: none;
	font-size: clamp(14px, 0.94vw, 18px);
	font-weight: 600;
	color: #000;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.nav a:not(.button-link):hover, .nav .current_page_ancestor > a:not(.button-link), .nav .current_page_item > a:not(.button-link) {
	color: #971905;
}

@-moz-document url-prefix() {
  .nav a {
	  font-weight: 300;
  }
}

.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;
	display: none;
	z-index: 50001;
	position: relative;
	color: #971905;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.mobile-nav-header:hover{
	cursor: pointer;
	color: #762F5E;
}

.mobile-nav-header i{
	font-size: 30px;
	line-height: normal;
	text-align: center;
	padding: 10px 0;
}

.mobile-nav {
	width: 100%;
	max-width: 100%;
	padding: 0 20px;
	position: fixed;
	top: 70px;
	left: -100%;
	height: 100vh;
	height: calc(100dvh - 70px);
	z-index: 5000;
	overflow: scroll;
	background: #F0ECEB;
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
	box-sizing: border-box;
	clip-path: inset(0 100% 0 0);
	-webkit-clip-path: inset(0 100% 0 0);
	transition: all .5s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all .5s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all .5s cubic-bezier(0.77, 0, 0.175, 1), all .5s cubic-bezier(0.77, 0, 0.175, 1);
}

.mobile-nav.mobile-nav-active {
	left: 0;
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0);
}

.mobile-nav::-webkit-scrollbar {
	display: none;
}

.mobile-nav .menu-mobile-main-container{
	position: relative;
	width: 100%;
	padding-top: 50px;
}

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

.mobile-nav ul li {
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: space-between;
}

.mobile-nav a {
	display: inline-block;
	margin: 0 0 20px;
	font-size: clamp(22px, 2.08vw, 40px);
	text-align: left;
	color: #971905;
	font-weight: 600;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

@-moz-document url-prefix() {
  .mobile-nav a {
	  font-weight: 300;
  }
}

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

.mobile-nav li i{
	padding: 10px;
	font-size: 18px;
	color: #971905;
}

.mobile-nav ul li ul li.mobile-nav-back i{
	font-size: 14px;
	padding: 10px 10px 10px 0;
}

.mobile-nav ul li ul li.mobile-nav-back{
	width: 100%;
	justify-content: flex-start;
	gap: 10px;
}

.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: #000;
	order: 3;
}

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

.mobile-nav-contact {
	margin-top: calc(8 * var(--spacer-unit));
}

.mobile-nav-contact a.phone,
.mobile-nav-contact a.mail {
	display: block;
	width: fit-content;
	margin: 0;
	font-size: 20px;
	color: #47312D;
	font-weight: 300;
}

.mobile-nav-contact a.phone:hover,
.mobile-nav-contact a.mail:hover {
	color: #762F5E
}

.social-icons-container.mobile-social {
	padding: 20px 0;
}

/* ----- CUSTOM CLASSES ----- */

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

.medium-content{
	width: 800px;
}

.large-content{
	width: 1000px;
}

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

.wp-block-media-text .short-content,
.wp-block-media-text .medium-content,
.wp-block-media-text .large-content {
	max-width: 600px;
	width: unset;
}

.wp-block-media-text .medium-content {
	max-width: 800px;
}

.wp-block-media-text .large-content {
	max-width: 1000px;
}

.remove-margins {
	margin-top: 0;
	margin-bottom: 0;
}

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

.xxx-bg{
	position: relative;
	z-index: 1;
}

.xxx-bg a{
	color: #fff;
}

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

.full-width-media-text.wp-block-media-text figure.wp-block-media-text__media {
	width: calc(100% + calc(7vw + 20px));
	position: relative;
	left: calc((7vw + 20px) * -1);
}

.full-width-media-text.wp-block-media-text.has-media-on-the-right figure.wp-block-media-text__media {
	width: calc(100% + 7vw + 20px);
	left: unset;
}

.page-wrapper .wp-block-media-text .wp-block-media-text__content {
	padding: 0 0 0 12%;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	padding: 0 12% 0 0;
}


.wp-block-media-text .short-content {
	max-width: 600px;
	width: unset;
}

.wp-block-media-text.square-media figure.wp-block-media-text__media {
	height: 100%;
	max-height: calc(100vh - 84px);
}

.wp-block-media-text.square-media figure.wp-block-media-text__media img {
	aspect-ratio: 1/1;
	object-fit: cover;
	object-position: center;
	height: 100%;
}

.grey-background-media-text.wp-block-media-text,
.purple-background-media-text.wp-block-media-text,
.blue-background-media-text.wp-block-media-text,
.green-background-media-text.wp-block-media-text,
.red-background-media-text.wp-block-media-text,
.background-brand-logo {
	position: relative;
}

.grey-background-media-text.wp-block-media-text .wp-block-media-text__content,
.purple-background-media-text.wp-block-media-text .wp-block-media-text__content,
.blue-background-media-text.wp-block-media-text .wp-block-media-text__content,
.green-background-media-text.wp-block-media-text .wp-block-media-text__content,
.red-background-media-text.wp-block-media-text .wp-block-media-text__content {
	padding-top: clamp(70px, calc(8 * var(--spacer-unit)), 100px);
	padding-bottom: clamp(70px, calc(8 * var(--spacer-unit)), 100px);
}

.grey-background-media-text.wp-block-media-text::before,
.purple-background-media-text.wp-block-media-text::before,
.blue-background-media-text.wp-block-media-text::before,
.green-background-media-text.wp-block-media-text::before,
.red-background-media-text.wp-block-media-text::before {
	content: '';
	position: absolute;
	top: 0;
	left: calc((7vw + 20px) * -1);
	width: calc(100% + calc(14vw + 40px));
	height: 100%;
	background: #F0ECEB;
	z-index: -2;
}

.purple-background-media-text.wp-block-media-text::before {
	background: #762F5E;
}

.blue-background-media-text.wp-block-media-text::before {
	background: #005581;
}

.green-background-media-text.wp-block-media-text::before {
	background: #F2F3E9;
}

.red-background-media-text.wp-block-media-text::before {
	background: #971905;
}

.purple-background-media-text.wp-block-media-text.background-slashes::after,
.blue-background-media-text.wp-block-media-text.background-slashes::after,
.green-background-media-text.wp-block-media-text.background-slashes::after,
.grey-background-media-text.wp-block-media-text.background-slashes::after,
.red-background-media-text.wp-block-media-text.background-slashes::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 20%;
	background-image: url('images/aa-background-logo.svg');
	background-position: top 50% left 0;
	background-size: cover;
	right: calc((7vw + 20px) * -1);
}

.green-background-media-text.wp-block-media-text.background-slashes::after {
	background-image: url('images/aa-background-logo-green.svg');
}

.purple-background-media-text.wp-block-media-text.has-media-on-the-right.background-slashes::after,
.blue-background-media-text.wp-block-media-text.has-media-on-the-right.background-slashes::after,
.green-background-media-text.wp-block-media-text.has-media-on-the-right.background-slashes::after,
.grey-background-media-text.wp-block-media-text.has-media-on-the-right.background-slashes::after,
.red-background-media-text.wp-block-media-text.has-media-on-the-right.background-slashes::after {
	right: unset;
	left: 30%;
}

.purple-background-media-text.wp-block-media-text,
.blue-background-media-text.wp-block-media-text,
.red-background-media-text.wp-block-media-text {
	color: #fff;
}

.purple-background-media-text.wp-block-media-text :where(h1, h2, h3, h4),
.blue-background-media-text.wp-block-media-text :where(h1, h2, h3, h4),
.red-background-media-text.wp-block-media-text :where(h1, h2, h3, h4) {
	color: #fff;
}

.green-background-media-text.wp-block-media-text :where(h1, h2, h3, h4),
.green-background-media-text.wp-block-media-text :where(h1, h2, h3, h4) {
	color: #6F7E1E;
}

.background-brand-logo::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 15%;
	background-image: url('images/aa-background-logo-grey.svg');
	background-position: top 50% left 0;
	background-size: cover;
	right: calc((7vw + 20px) * -1);
	top: 0;
}

.wp-block-media-text .center-logo {
	position: absolute;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	width: clamp(60px, 5.21vw, 100px);
	z-index: 10;
}

.remove-margin {
	margin: 0 !important;
}

.accreditation-logos {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px 60px;
}

.accreditation-logos figure.wp-block-image {
	margin: 0 !important;
}

.accreditation-logos figure.wp-block-image img {
	max-height: 50px;
	width: auto;
}

.red-bg-full {
	position: relative;
	z-index: 1;
	background: #971905;
	color: #fff;
}

.grey-bg-full,
.purple-bg-full,
.green-bg-full,
.blue-bg-full {
	position: relative;
	z-index: 1;
}

.purple-bg-full,
.blue-bg-full {
	color: #fff;
}

.red-bg-full::before,
.grey-bg-full::before,
.purple-bg-full::before,
.green-bg-full::before,
.blue-bg-full::before {   
	background: #971905;
	position: absolute;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	width: 100vw;
	height: 100%;
	z-index: -2;
	content: '';
	top: 0;
}

.grey-bg-full::before {
	background: #F0ECEB;
}

.purple-bg-full::before {
	background: #762F5E;
}

.green-bg-full::before {
	background: #F2F3E9;
}

.blue-bg-full::before {
	background: #005581;
}

.red-bg-full :where(h1, h2, h3, h4),
.purple-bg-full :where(h1, h2, h3, h4),
.blue-bg-full :where(h1, h2, h3, h4) {
	color: #fff;
}

.wp-block-columns.transparent-columns .wp-block-column {
	background: rgba(255,255,255,0.15);
	padding: 50px clamp(20px, 2.08vw, 40px);
}

.wp-block-columns.transparent-columns {
	gap: 30px 50px;
}

.grey-bg {
	background: #F6F4F0;
	padding: clamp(20px, 2.6vw, 50px)
}

.grey-bg-columns.wp-block-columns {
	gap: 15px;
	margin-bottom: 15px;
}

.white-bg-columns.wp-block-columns {
	gap: 30px;
}

.grey-bg-columns.wp-block-columns .wp-block-column {
	background: #F6F4F0;
	padding: clamp(20px, 2.08vw, 40px);
}

.white-bg-columns.wp-block-columns .wp-block-column {
	background: #fff;
	padding: clamp(20px, 1.56vw, 30px);
}

.wp-block-columns.purple-left-border .wp-block-column {
	border-left: clamp(5px, 0.58vw, 10px) solid #762F5E;
}

.wp-block-columns.red-left-border .wp-block-column {
	border-left: clamp(5px, 0.58vw, 10px) solid #971905;
}

.wp-block-columns.green-left-border .wp-block-column {
	border-left: clamp(5px, 0.58vw, 10px) solid #6F7E1E;
}

.wp-block-columns.larger-gap-columns {
	gap: clamp(30px, 2.6vw, 50px) !important;
}

.sticky-column {
	position: -webkit-sticky;
	position: sticky;
	top: 140px;
	height: fit-content;
	overflow: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}


/* ----- CUSTOM CLASSES ENDS ----- */



/* ----- CUSTOM SHORTCODES ----- */


/* Accordian Overides */

.wp-block-accordion-item {
	background: #fff;
	margin: 0 0 20px 40px;
}

.wp-block-accordion-heading__toggle {
	padding: 25px 20px 25px 60px;
	min-height: 80px;
}

.wp-block-accordion-heading {
	font-size: clamp(16px, 1.25vw, 24px);
	font-weight: 600;
	font-family: 'Overpass', 'Arial', sans-serif;
	color: #47312D;
	text-decoration: none !important;
}

.wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title {
	text-decoration: none !important;
}

.wp-block-accordion-heading__toggle-icon {
	display: none;
}

.wp-block-accordion-heading__toggle-title {
	position: relative;
	padding: 0 40px 0 0;
}

.wp-block-accordion-heading__toggle-title::after {
	content: '\2b';
	font-family: "Font Awesome 7 Pro";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	font-size: 24px;
	color: #6F7E1E;
	font-weight: 400;
}

.wp-block-accordion-item.is-open>.wp-block-accordion-heading .wp-block-accordion-heading__toggle-title::after {
	content: '\f068';
}

.wp-block-accordion-panel {
	padding: 0 20px 20px 60px;
}

.wp-block-accordion {
    counter-reset: accordion-counter;
	max-width: 1200px;
	width: 100%;
	margin: auto;
}

.wp-block-accordion-item {
    counter-increment: accordion-counter;
	position: relative;
}

.wp-block-accordion-item::before {
    content: counter(accordion-counter, decimal-leading-zero) ".";
	position: absolute;
	top: 0;
	left: -40px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #6F7E1E;
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 70px;
	font-family: 'freight-display-pro', 'Arial', serif;
	font-weight: 900;
}

/* Accordian Overides Ends */


/* Advanced Tabs Overide */

.wp-block-easy-tabs-block-tab-button {
	border: 0px solid #000;
	box-sizing: border-box;
	padding: 20px 30px;
	flex: 0 0 calc(50% - 15px);
	width: unset;
	background: rgba(255,255,255,0.1);
}

.wp-block-easy-tabs-block-tabs .wp-block-easy-tabs-block-tab-buttons {
	align-items: unset;
	gap: 30px;
	margin-bottom: 40px;
}

.wp-block-easy-tabs-block-tabs.has-active-etb-bg-color .wp-block-easy-tabs-block-tab-button.etb-active-tab, .wp-block-easy-tabs-block-tabs.has-active-etb-bg-color .wp-block-easy-tabs-block-tab-button[data-etb-active-tab] {
	background: #fff !important;
	color: #762F5E;
}

.wp-block-easy-tabs-block-tabs.has-active-etb-text-color .wp-block-easy-tabs-block-tab-button.etb-active-tab p, .wp-block-easy-tabs-block-tabs.has-active-etb-text-color .wp-block-easy-tabs-block-tab-button[data-etb-active-tab] p {
	color: #762F5E !important;
}


.wp-block-easy-tabs-block-tabs.has-hover-etb-text-color .wp-block-easy-tabs-block-tab-button:hover:not(.etb-active-tab):not([data-etb-active-tab]) p {
	color: #762F5E !important;
}

.wp-block-easy-tabs-block-tabs .wp-block-easy-tabs-block-tab-button>:last-child, .wp-block-easy-tabs-block-tabs .wp-block-easy-tabs-block-tab-content>:last-child {
	margin-block-end: 1em;
}

.wp-block-easy-tabs-block-tabs .wp-block-easy-tabs-block-tab-button>*, .wp-block-easy-tabs-block-tabs .wp-block-easy-tabs-block-tab-content>* {
	margin-block-end: 1em;
	margin-block-start: 1em;
}

.wp-block-easy-tabs-block-tab-contents {
	background-color: rgba(255,255,255,0.1);
	border: 0px solid #000;
	padding: 50px 30px;
}

/* Advanced Tabs Overide Ends */

/* Custom Breadcrumbs */

.custom-breadcrumbs {
	font-size: 14px;
	color: rgba(107, 74, 64, 0.5);
	padding: 30px 0;
}

.custom-breadcrumbs a {
	color: rgba(107, 74, 64, 0.5);
}

.wp-block-media-text .custom-breadcrumbs {
	position: absolute;
	top: 30px;
	padding: 0;
}

/* Custom Breadcrumbs Ends */

/* Show Pages Shortcode */

.show-pages-listings,
.archive-news-outer {
	display: flex;
	flex-wrap: wrap;
	gap: 39px;
}

.show-pages-listings.slick-slider {
	width: calc(100% + 20px);
	left: -10px;
}

.show-pages-listings.slick-slider .slick-track {
	display: flex;
}

.show-pages-listings.slick-slider .show-page-listing {
	flex: unset;
	height: unset !important;
	margin: 0 10px;
}

.slick-dots li button:before {
	font-size: 26px !important;
	color: #971905 !important;
	opacity: 0.2 !important;
}

.slick-dots li.slick-active button:before {
	opacity: 1 !important;
	color: #971905 !important;
}

.slick-dots {
	bottom: -40px !important;
}

.archive-news-outer {
	margin-bottom: calc(4 * var(--spacer-unit));
}

.show-pages-listings .show-page-listing,
.archive-news {
	flex: 0 0 calc(33.33% - 26px);
	box-sizing: border-box;
	position: relative;
	
}

.show-pages-type-post .show-pages-listings .show-page-listing,
.archive-news {
	border: 1px solid rgba(107, 74, 64, 0.3);
	background: #fff;
}

.page-listing-image,
.archive-news-image-outer {
	aspect-ratio: 16/9;
	position: relative;
	overflow: hidden;
}

@supports not (aspect-ratio: 16 / 9) {

	.page-listing-image,
	.archive-news-image-outer {
		padding-top: 56%;
	}

}

.show-pages-type-page .page-listing-image {
	aspect-ratio: 1/1;
}

@supports not (aspect-ratio: 1 / 1) {

	.show-pages-type-page .page-listing-image {
		padding-top: 35%;
	}

}

.page-listing-image-inner,
.archive-news-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transform: scale(1);
	-o-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.show-page-listing:hover .page-listing-image-inner,
.archive-news:hover .archive-news-image {
	transform: scale(1.07);
}

.page-listing-text,
.archive-news-text {
	padding: 20px 20px 90px;
	box-sizing: border-box;
	width: 100%;
	color: #47312D;
	
}

.show-pages-type-page .page-listing-text {
	padding: 30px 0;
}

.page-listing-text h3,
.archive-news-text h3 {
	color: #47312D;
	margin-bottom: 20px;
	font-weight: 600;
	font-family: 'Overpass', 'Arial', sans-serif;
}

.page-listing-category,
.archive-news-category {
	padding: 5px 10px;
	width: fit-content;
	background: rgba(0, 85, 129, 0.1);
	color: #971905;
	font-size: clamp(14px, 0.83vw, 16px);
	font-weight: 600;
	margin-bottom: 20px;
}

.post-listing-date-outer {
	position: absolute;
	bottom: 0;
	left: 20px;
	width: calc(100% - 40px);
	border-top: 1px solid rgba(107, 74, 64, 0.1);
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.post-listing-date {
	font-size: clamp(12px, 0.83vw, 16px);
}

.post-listing-button {
	font-size: clamp(14px, 0.94vw, 18px);
	font-weight: 600;
	color: #971905;
	display: flex;
	align-items: center;
	gap: 5px;
	padding-right: 10px;
}

.post-listing-button i {
	-o-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	position: relative;
	right: 0;
}

.show-page-listing:hover .post-listing-button i,
.archive-news:hover .post-listing-button i {
	right: -10px;
}

.show-pages-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	margin-bottom: 30px;
}

/* Show Pages Shortcode Ends */

/* testimonial Shortcode */

.testimonial-slider-outer {
	position: relative;
	padding: calc(6 * var(--spacer-unit)) 0;
}

.testimonial-slider-outer:before {
	background: var(--before-bg);
	position: absolute;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	width: 100vw;
	height: 100%;
	z-index: -2;
	content: '';
	top: 0;
}

/*
.testimonial-slider-outer.owner-testimonials:before {
	background: #971905;
}
*/

.testimonial-slider-outer.light-text {
	color: #fff;
}


.testimonial-slider {
	margin-bottom: calc(5 * var(--spacer-unit));
}

.testimonial-logo {
	font-weight: 900;
	color: #971905;
	font-size: clamp(70px, 8.23vw, 158px);
	letter-spacing: -25%;
}

/*
.testimonial-slider-outer.owner-testimonials .testimonial-logo {
	color: #fff;
}
*/

.testimonial-slider-content {
	font-size: clamp(30px, 2.6vw, 50px);
	line-height: 1.1;
	color: #6B4A40;
	font-weight: 900;
	font-family: 'freight-display-pro', 'Arial', serif;
	max-width: 1200px;
	width: 100%;
}


.testimonial-slider-outer.light-text .testimonial-slider-content {
	color: #fff;
}


.testimonial-slider-content p {
	margin: 0;
}

.testimonial-bottom {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	flex-wrap: wrap;
	align-items: center;
}

.testimonial-author-slider-outer {
	display: block !important;
	flex: 1;
	min-width: 0;
}

.testimonial-slider-author {
	text-align: right;
	color: #971905;
	font-weight: 600;
	font-size: clmap(16px, 1.35vw, 26px);
}


.testimonial-slider-outer.light-text .testimonial-slider-author {
	color: #fff;
}


.testimonial-slider-author span {
	color: #000;
}


.testimonial-slider-outer.light-text .testimonial-slider-author span {
	color: #fff;
}


.testimonial-slider-arrows {
	display: flex;
	align-items: center;
}

.testimonial-slider-arrows .testimonial-slider-arrow {
	width: clamp(40px, 2.6vw, 50px);
	height: clamp(40px, 2.6vw, 50px);
	border: 2px solid #971905;
	font-size: 20px;
	position: relative;
	color: #971905;
	cursor: pointer;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.testimonial-slider-outer.light-text .testimonial-slider-arrows .testimonial-slider-arrow {
	border: 2px solid #fff;
	color: #fff;
}


.testimonial-slider-arrows .testimonial-slider-arrow:hover {
	background:  #971905;
	color: #fff;
}

.testimonial-slider-outer.light-text .testimonial-slider-arrows .testimonial-slider-arrow:hover {
	background:  #fff;
	color: #971905;
}


.testimonial-slider-arrows .testimonial-slider-arrow.next {
	left: -2px;
}

.testimonial-slider-arrows .testimonial-slider-arrow i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* testimonial Shortcode Ends */

/* ----- CUSTOM SHORTCODES ENDS ----- */



/* ----- CUSTOM ANIMATION ----- */

.fade-right, .fade-left, .fade-down, .fade-up {
	opacity: 0;
	transition-property: opacity,-webkit-transform;
	transition-property: opacity,transform;
	transition-property: opacity,transform,-webkit-transform;
	-webkit-transform: translate3d(-100px,0,0);
	transform: translate3d(-100px,0,0);
	transition-timing-function: ease;
	transition-duration: 1s;
}

.fade-in {
	opacity: 0;
	transition-property: opacity,-webkit-transform;
	transition-property: opacity,transform;
	transition-property: opacity,transform,-webkit-transform;
	transition-timing-function: ease;
	transition-duration: 1s;
}

.fade-left {
	-webkit-transform: translate3d(100px,0,0);
	transform: translate3d(100px,0,0);
}

.fade-down {
	transform: translate3d(0, -100px, 0);
}

.fade-up {
	transform: translate3d(0, 100px, 0);
}

.fade-right.creato-animate-active, .fade-left.creato-animate-active, .fade-down.creato-animate-active, .fade-up.creato-animate-active {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.fade-in.creato-animate-active {
	opacity: 1;
}

.wp-block-media-text.creato-animate-media-text-from-left figure.wp-block-media-text__media,
.wp-block-media-text.creato-animate-media-text-from-right figure.wp-block-media-text__media,
.wp-block-media-text.creato-animate-media-text-from-bottom figure.wp-block-media-text__media,
.wp-block-media-text.creato-animate-media-text-from-top figure.wp-block-media-text__media,
.creato-animate-image-from-left figure,
.creato-animate-image-from-right figure,
.creato-animate-image-from-bottom figure,
.creato-animate-image-from-top figure,
figure.creato-animate-image-from-left,
figure.creato-animate-image-from-right,
figure.creato-animate-image-from-bottom,
figure.creato-animate-image-from-top,
.wp-block-cover.creato-animate-image-from-left img,
.wp-block-cover.creato-animate-image-from-right img,
.wp-block-cover.creato-animate-image-from-bottom img,
.wp-block-cover.creato-animate-image-from-top img {
	position: relative;
	overflow: hidden;
	-webkit-clip-path: inset(0px 100% 0px 0px);
	clip-path: inset(0px 100% 0px 0px);
	will-change: clip-path;
	transition: -webkit-clip-path 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: clip-path 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: clip-path 1s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-clip-path 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.wp-block-cover.creato-animate-image-from-left img,
.wp-block-cover.creato-animate-image-from-right img,
.wp-block-cover.creato-animate-image-from-bottom img,
.wp-block-cover.creato-animate-image-from-top img {
	position: absolute;
}

.wp-block-media-text.creato-animate-media-text-from-right figure.wp-block-media-text__media,
.creato-animate-image-from-right figure,
figure.creato-animate-image-from-right,
.wp-block-cover.creato-animate-image-from-right img {
	-webkit-clip-path: inset(0px 0px 0px 100%);
	clip-path: inset(0px 0px 0px 100%);
}

.wp-block-media-text.creato-animate-media-text-from-bottom figure.wp-block-media-text__media,
.creato-animate-image-from-bottom figure,
figure.creato-animate-image-from-bottom,
.wp-block-cover.creato-animate-image-from-bottom img {
	-webkit-clip-path: inset(100% 0px 0px 0px);
	clip-path: inset(100% 0px 0px 0px);
}

.wp-block-media-text.creato-animate-media-text-from-top figure.wp-block-media-text__media,
.creato-animate-image-from-top figure,
figure.creato-animate-image-from-top,
.wp-block-cover.creato-animate-image-from-top img {
	-webkit-clip-path: inset(0px 0px 100% 0px);
	clip-path: inset(0px 0px 100% 0px);
}

.wp-block-media-text.creato-animate-media-text-from-left.creato-animate-active figure.wp-block-media-text__media,
.wp-block-media-text.creato-animate-media-text-from-right.creato-animate-active figure.wp-block-media-text__media,
.wp-block-media-text.creato-animate-media-text-from-bottom.creato-animate-active figure.wp-block-media-text__media,
.wp-block-media-text.creato-animate-media-text-from-top.creato-animate-active figure.wp-block-media-text__media,
.creato-animate-image-from-left.creato-animate-active figure,
.creato-animate-image-from-right.creato-animate-active figure,
.creato-animate-image-from-bottom.creato-animate-active figure,
.creato-animate-image-from-top.creato-animate-active figure,
figure.creato-animate-image-from-right.creato-animate-active,
figure.creato-animate-image-from-left.creato-animate-active,
figure.creato-animate-image-from-top.creato-animate-active,
figure.creato-animate-image-from-bottom.creato-animate-active,
.wp-block-cover.creato-animate-image-from-left.creato-animate-active img,
.wp-block-cover.creato-animate-image-from-top.creato-animate-active img,
.wp-block-cover.creato-animate-image-from-right.creato-animate-active img,
.wp-block-cover.creato-animate-image-from-bottom.creato-animate-active img {
	-webkit-clip-path: inset(0px 0px 0px 0px);
	clip-path: inset(0px 0px 0px 0px);
}

/*
.wp-block-media-text.creato-animate-media-text-from-left .wp-block-media-text__content,
.wp-block-media-text.creato-animate-media-text-from-right .wp-block-media-text__content,
.wp-block-media-text.creato-animate-media-text-from-bottom .wp-block-media-text__content,
.wp-block-media-text.creato-animate-media-text-from-top .wp-block-media-text__content {
	opacity: 0;
	position: relative;
	top: 50px;
	-ms-transition: all 1s ease-out; 
	transition: all 1s ease-out; 
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	visibility:hidden;
}

.wp-block-media-text.creato-animate-media-text-from-left.creato-animate-active .wp-block-media-text__content,
.wp-block-media-text.creato-animate-media-text-from-right.creato-animate-active .wp-block-media-text__content,
.wp-block-media-text.creato-animate-media-text-from-bottom.creato-animate-active .wp-block-media-text__content,
.wp-block-media-text.creato-animate-media-text-from-top.creato-animate-active .wp-block-media-text__content {
	opacity: 1;
	position: relative;
	top: 0px;
	visibility:visible;
}
*/


/* ----- CUSTOM ANIMATION ENDS ----- */


/* Search */

.ui-autocomplete {
	padding: 0;
	top: 45px;
	width: 200px;
	background: #262626;
	color: #fff;
	z-index: 400;
	box-shadow: none;
	border: none !important;
	font-size: 16px;
	margin: 0;
	left: 0;
	list-style: none outside none;
	z-index: 9999
}

.ui-menu-item {
	padding: 5px 5%;
}

.ui-menu-item:hover {
	color: #fff;
	background: #16348E;
	cursor: pointer;
	margin: 0;
}

.creato_search_loading {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 8px;
	left: 82%;
}

.creato_search_loading.active {
	background: url('images/loading.gif') no-repeat right center;
}





/* V2 Search */

.v2-search-results-switches {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px 50px;
	margin: 40px 0;
	padding: 0;
}

.v2-search-results-switches li {
	list-style: none;
	display: inline-block;
	cursor: pointer;
}

.v2-search-results-switches li span {
	display: flex;
	align-items: center;
	gap: 5px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1.25px;
	color: #2F3C5B;
	position: relative;
	
}

.v2-search-results-switches li span::before {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	height: 2px;
	background: #B2C4D4;
	width: 0;
	-o-transition: .8s;
	-ms-transition: .8s;
	-moz-transition: .8s;
	-webkit-transition: .8s;
	transition: .8s;
} 

.v2-search-results-switches li.active span::before,
.v2-search-results-switches li:hover span::before {
	width: 100%;
}

.v2-search-results-tab.props .smart-search-page-results-section-inner {
	display: grid;
	grid-template-columns: calc(33.34% - 20px) calc(33.33% - 20px) calc(33.33% - 20px);
	gap: 30px 30px;
	margin-bottom: 0;
}

.v2-search-results-tab.posts .smart-search-page-results-section-inner {
	grid-template-columns: calc(33.34% - 20px) calc(33.33% - 20px) calc(33.33% - 20px);
	display: grid;
	gap: 30px;
}

.v2-search-results-tab.pages .smart-search-page-results-section-inner {
	grid-template-columns: calc(33.34% - 20px) calc(33.33% - 20px) calc(33.33% - 20px);
	display: grid;
	gap: 30px;
}

.v2-search-results-empty {
	text-align: center;
	font-size: 20px;
	margin: 30px 0;
	font-weight: 500;
}

.v2-search-results-tab {
	display: none;
}

.v2-search-results-tab.active {
	display: block;
}



/* Body */

.page-wrapper{
	width: 100%;
	overflow: hidden;
	overflow: clip;
	margin-top: 84px;
}

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


.creato_block-container{
	display: inline-block;
	width: 100%;
}

.creato_block-container-header{
	display: flex;
	width: 100%;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}

.creato_block-container-header-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
	flex-wrap: wrap;
}

.creato_block-container-arrows {
	display: flex;
	align-items: center;
	gap: 10px;
}

.creato_block-container-arrows i {
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	border: 2px solid;
	position: relative;
}

.creato_block-container-arrows i:hover {
	cursor: pointer;
}

.creato_block-container-arrows i::before {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}

.creato_block-container-listings{
	display: inline-block;
	width: 100%;
}


/* creato_block grid */

.creato_block-container .grid {
	display: grid;
	gap: 20px;
	grid-template-columns: 100%;
}

.creato_block-container .grid .creato_block-listing{
	width: 100%;
	margin: 0;
}

.creato_block-container.creato_block-container-1-columns .grid {
	grid-template-columns: calc(33.34% - 14px) calc(33.33% - 13px) calc(33.33% - 13px);
}

.creato_block-container.creato_block-container-2-columns .grid {
	grid-template-columns: calc(50% - 10px) calc(50% - 10px);
}

.creato_block-container.creato_block-container-3-columns .grid {
	grid-template-columns: calc(33.34% - 14px) calc(33.33% - 13px) calc(33.33% - 13px);
}

.creato_block-container.creato_block-container-4-columns .grid {
	grid-template-columns: calc(25% - 15px) calc(25% - 15px) calc(25% - 15px) calc(25% - 15px);
}

.creato_block-container.creato_block-container-5-columns .grid {
	grid-template-columns: calc(20% - 16px) calc(20% - 16px) calc(20% - 16px) calc(20% - 16px) calc(20% - 16px);
}

.creato_block-listing-image{
	width: 100%;
	aspect-ratio: 16/9;
	overflow: hidden;
	position: relative;
}

.creato_block-listing-image-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.creato_block-listing.creato-block-image-background-true {
	aspect-ratio: 3/4;
	overflow: hidden;
	position: relative;
}

.creato_block-listing.creato-block-image-background-true .creato_block-listing-background-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* end creato_block grid */




/* creato_block slider */

.creato_block-container .slider .creato_block-listing{
	margin-right: 20px;
}

/* end creato_block slider */


.creato_block-listing{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}


/* Video Shortcode */

.video-outer {
	width: 100vw;
	position: relative;
	overflow: hidden;
	height: 100vh;
}

.video-overlay {
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}

.no-overlay .video-overlay {
	background: none;
}

.vimeo-video {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	min-height: 100%;
	min-width: 100%;
}

.video-image {
	height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	background-position: center;
}

.video {
	margin: auto;
	position: absolute;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.video-outer .video-content,
.video-image .video-content {
	max-width: calc(100% - 40px);
	width: 800px;
	text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	right: 0;
	margin: 0 auto;
	text-align: center;
}

.video-outer .video-content h3,
.video-image .video-content h3 {
	color: #fff;
	font-family: 'Helvetica', 'Arial', serif;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	margin-bottom: 12px;
}

.video-outer .video-content h1,
.video-image .video-content h1 {
	color: #fff;
	font-weight: 400;
	margin-bottom: 12px;
}

.video-outer .video-content .button-link,
.video-image .video-content .button-link {
	background: none;
	border: 1px solid #fff;
	color: #fff;
	padding: 13px 26px 13px;
	text-shadow: none;
	margin-top: 20px;
}

.video-outer .video-content .button-link:after,
.video-image .video-content .button-link:after {
	display: none;
}

.video-outer .video-content .button-link:hover,
.video-image .video-content .button-link:hover {
	background: #fff;
	border: 1px solid #69bdd2;
	color: #69bdd2;
}

.vimeo-video iframe {
	z-index: -1;
	overflow: hidden;
}
/*
.video-outer .sc-main-search-outer {
	position: static;
}
*/




.schema-faq-section{
	border-bottom: 1px solid #971905;
}

.schema-faq-question{
	font-family: 'Overpass', 'Arial', sans-serif;
	font-weight: 300;
	font-style: normal;
	line-height: 1.5;
	font-size: clamp(16px, 1.04vw, 20px);
	padding: 20px 50px 20px 0;
	display: inline-block;
	width: calc(100% - 50px);
	position: relative;
	cursor: pointer;
}

.schema-faq-question:after{
	content: '\f063';
	font-family: "Font Awesome 7 Pro";
	border-radius: 50%;
	background: #971905;
	color: #fff;
	width: 30px;
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	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: 50%;
	transform: translateY(-50%);
}

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

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


/* Event Archive */

.eve-events-header {
	display: none;
}

.eve-list-container.eve-list-container-3 {
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	display: grid !important;
}

.eve-archive {
	box-shadow: unset;
	margin: 0;
	border: 1px solid rgba(107, 74, 64, 0.3);
	background: #fff;
	padding-bottom: 90px;
}

.eve-archive-title {
	color: #47312D;
	margin-bottom: 10px;
	font-weight: 600;
	font-family: 'Overpass', 'Arial', sans-serif;
	font-size: clamp(20px, 1.35vw, 26px);
}

.eve-archive-image {
	float: unset;
	padding-top: unset;
	aspect-ratio: 16/11;
}

.eve-archive .button-link.eve-archive-buy {
	position: absolute;
	bottom: 20px;
	left: 20px;
	margin: 0;
	width: calc(50% - 30px);
	min-width: unset;
	padding: 15px 10px;
}

.eve-archive .button-link.eve-archive-full-details {
	position: absolute;
	bottom: 20px;
	right: 20px;
	margin: 0;
	width: calc(50% - 30px);
	min-width: unset;
	padding: 15px 10px;
}




/* Event Single */

.single-event-image {
	width: auto;
	margin: 0 auto 30px;
	max-width: 100%;
}

.single-event-page-content {
	display: grid;
	grid-template-columns: 400px calc(100% - (400px + clamp(30px, 5.21vw, 100px)));
	gap: clamp(30px, 5.21vw, 100px);
	margin: calc(5 * var(--spacer-unit)) 0 calc(8 * var(--spacer-unit));
	align-items: flex-start;
}

.single-event-left {
	padding: clamp(20px, 1.56vw,30px);
	box-sizing: border-box;
	background: #971905;
	color: #fff;
	display: grid;
	grid-template-columns: 100%;
	gap: 30px;
	border-radius: 10px;
}

.single-event-left :where(h1, h2, h3, h4) {
	color: #fff;
}

.eve-single-data {
	display: grid;
	grid-template-columns: 30px calc(100% - 50px);
	gap: 20px;
	align-items: flex-start;
}

.eve-single-data h4 {
	font-size: clamp(20px, 1.35vw, 26px);
	margin-bottom: 10px;
}

.eve-single-event-meta.eve-single-venue .eve-single-event-section-title {
	display: none;
}

.eve-single-data > i {
	font-size: 20px;
}

.eve-single-data .eve-single-event-meta {
	margin: 0;
}

.eve-single-buttons-bottom {
	margin-top: calc(5 * var(--spacer-unit));
}


/* Index */

#sidebar {
	text-align: right;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}

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

#sidebar ul li{
	list-style: none;
}

#sidebar select {
	appearance: none;
	-webkit-appearance: none;
	background: #fff;
	border: 2px solid #000;
	padding: 9px 38px 9px 20px;
	border-radius: 25px;
	width: 200px;
	text-transform: capitalize;
	color: #000;
	font-weight: 400;
	background-repeat: no-repeat !important;
	background-position: 90% center !important;
	background-size: auto 11px !important;
	cursor: pointer;
	font-size: 14px;
	background: #fff url(images/select-dropdown.svg);
	font-family: 'Helvetica', 'Arial', serif;
}


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

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

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

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





/* News */

.index-header {
	padding-bottom: calc(4 * var(--spacer-unit));
	margin-bottom: calc(4 * var(--spacer-unit));
}

.index-header h1 {
	margin-top: calc(3 * var(--spacer-unit));
}

.archive-news {
	display: inline-block;
	width: 100%;
	margin: 0;
}

.blog-filters {
	margin-bottom: calc(3 * var(--spacer-unit));
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}

.blog-filter-tab {
	border: 1px solid rgba(107, 74, 64, 0.3);
	color: rgba(71, 49, 45, 1);
	font-size: clamp(14px, 0.94vw,18px);
	font-weight: 600;
	padding: 20px 25px;
	line-height: 1;
	border-radius: 4px;
	background: #fff;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.blog-filter-tab:hover,
.blog-filter-tab.active {
	border: 1px solid #971905;
	color: #fff;
	background: #971905;
}



/* Single Blog Page */

.single-content {
	margin: calc(3 * var(--spacer-unit)) auto calc(6 * var(--spacer-unit));
	max-width: 1000px;
	width: 100%;
}

.single-news-date {
	margin-top: 30px;
	margin-bottom: 50px;
	color: #47312D;
	font-size: clamp(16px, 0.94vw, 18px);
}

.single-post-additional-news {
	padding: calc(6 * var(--spacer-unit)) 0;
}

.single-author-info {
	display: flex;
	flex-wrap: wrap;
	background: #971905;
	width: 100%;
	align-items: center;
	margin-top: 50px;
}

.single-author-image {
	//aspect-ratio: 1/1;
	overflow: hidden;
	min-height: 100%;
	flex: 0 0 35%;
	position: relative;
	padding-top: 35%;
}

@supports (aspect-ratio: 1/1) {

	.single-author-image {
		padding-top: inherit;
		aspect-ratio: 1/1;
	}
}

.single-author-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.single-author-text {
	color: #fff;
	flex: 0 0 65%;
	padding: clamp(20px, 2.08vw, 40px);
	box-sizing: border-box;
}

.single-author-text h3 {
	color: #fff;
}






/* Error Page */

.error-page .custom-breadcrumbs {
	display: none;
}



/* Map */

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

#google-map{
	height: 500px;
}





/* Contact Form */

.creato_contact_form {
	max-width: 900px;
	margin: auto;
}

.creato_contact_form .form_title {
	font-family: 'freight-display-pro', 'Arial', serif;
	font-weight: 900;
	margin: 0;
	line-height: 1;
	color: #971905;
	font-size: clamp(32px, 3.13vw, 60px);
}

.creato_contact_form .form_desc {
	margin-bottom: 50px;
	margin-top: 1em;
}

.creato_cf_main {
	width: 100%;
	text-align: left;
	background: #971905;
	border-radius: 5px;
	padding: clamp(20px, 2.08vw, 40px);
	box-sizing: border-box;
}

.creato_cf_main h2 {
	margin-bottom: 30px;
}

.creato_contact_form form {
	display: flex;
	gap: 20px 40px;
	flex-wrap: wrap;
}

.contact-row {
	flex: 0 0 100%;
	display: inline-block;
}

.form_msg_sent {
	color: #fff;
}

.form_msg_sent_register {
	color: #000000;
}

.contact-row.contact-row-contact_number,
.contact-row.contact-row-contact_email {
	flex: 0 0 calc(50% - 20px);
}

.contact-row label {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: 600;
	color: #6B4A40;
}

.creato_cf_main .contact-row label {
	color: #fff;
}

.contact-row input[type="text"], .contact-row textarea, .contact-row select {
	border: 0px solid #4B4B4B;
	padding: 15px 20px;
	width: 100%;
	max-width: 100%;
	font-size: 16px;
	line-height: 1;
	-webkit-appearance:none;
	font-family: 'Overpass', 'Arial', sans-serif;
	box-sizing: border-box;
	background: #F0ECEB;
	border-radius: 4px;
	color: #000;
}

.creato_cf_main .contact-row input[type="text"], .creato_cf_main .contact-row textarea, .creato_cf_main .contact-row select {
	background: #fff;
}

.creato_cf_main .form_title,
.creato_cf_main .form_desc {
	display: none;
}

.creato_cf_main a {
	color: #fff;
}

.contact-row select {
	background-image: url('images/dropdown-arrow.svg');
	background-size: 14px;
	background-position: top 50% right 10px;
	background-repeat: no-repeat;
}

.contact-row-contact_terms label.contact-terms{
	font-size: 12px;
	display: inline-block;
	font-weight: 300;
}

.message {
	color: #545454;
	display: inline-block;
	width: 94%;
    padding: 15px 2%;
    margin: 20px 1%;
    border: 1px solid #545454;
    font-size:16px;
}

.register-additional-message {
	font-size: 14px;
	color: rgba(107, 74, 64, 0.5);
}


/* Contact Page */

.contact-directions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 40px 10%;
	position: relative;
	background: #F0ECEB;
}

.contact-directions-left {
	flex: 0 0 40%;
	padding: calc(3 * var(--spacer-unit)) 0 calc(3 * var(--spacer-unit)) calc(7vw + 20px);
	box-sizing: border-box;
}

.contact-directions-left p {
	font-weight: 600;
}

.contact-directions .gmap_iframe {
	aspect-ratio: 1/1;
	max-height: calc(100vh - 84px);
	min-height: 100%;
	width: unset;
	width: 50%;
}

/* Password Protected Pages */

form.post-password-form {
	padding: 30px 20px;
	width: calc(100% - 40px);
	background: #eeeeee;
	margin: 30px auto;
}

form.post-password-form input[name="post_password"] {
	border: none;
	background: #fff;
	padding: 10px;
	margin: 0 10px;
	font-size: 16px;
	color: #000;
	border-radius: 3px;
}




/* Newsletter */

.newsletter-outer {
	padding: calc(6 * var(--spacer-unit)) 0;
}

.newsletter-inner {
	padding: 0 20px;
	box-sizing: border-box;
}

.newsletter-subscribe-notice {
	font-size: clamp(14px, 0.83vw, 16px);
	margin-top: 20px;
}

.newsletter-inner #mc_embed_signup_scroll .mc-field-group {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.newsletter-inner #mc_embed_signup_scroll .mc-field-group label {
	display: none;	
}

.newsletter-inner form {
	max-width: 650px;
	margin: 0 auto;
}

.newsletter-inner #mc_embed_signup_scroll .mc-field-group input[type="email"] {
	width: 100%;
	box-sizing: border-box;
	padding: 18px 20px;
	font-size: clamp(16px, 1.04vw, 20px);
	font-family: 'Overpass', 'Arial', sans-serif;
	border: none;
	border-radius: 10px;
	background: #fff;
	color: #000000;
	line-height: 1;
}

.newsletter-inner #mc_embed_signup_scroll .mc-field-group input[type="submit"] {
	width: 200px;
	padding: 22px 10px 19px;
	color: #971905;
	background: #fff;
	font-size: clamp(16px, 1.04vw, 20px);
	font-family: 'Overpass', 'Arial', sans-serif;
	border: none;
	border-radius: 10px;
	margin: 0;
	font-weight: 500;
	margin-top: 0;
	cursor: pointer;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	appearance: none;
	-webkit-appearance: none;
	height: unset;
	line-height: unset;
	display: block;
	line-height: 1;
	height: 60px;
}

.newsletter-inner #mc_embed_signup_scroll .mc-field-group input[type="submit"]:hover {
	background: #000;
	color: #fff;	
}

.newsletter-inner #mc_embed_signup_scroll .mc-field-group input[type="email"]:placeholder {
	color: rgba(0, 0, 0, 0.609);
}

#mergeRow-gdpr {
	font-size: 13px;
	margin-top: 20px;
}

#mergeRow-gdpr a {
	color: #fff;
	font-weight: bold;	
}

.gdprRequired.mc-field-group{
	border: none;
	margin: 0;
	padding: 0;
}

#mce-success-response,
#mce-error-response{
	text-align: center;
	font-weight: bold;
	margin: 20px 0 10px;
}


/* Footer */

.footer {
	width: 100%;
	background: #fff;
}

.footer-inner {
	width: 100%;
	box-sizing: border-box;
	padding: 100px 20px 40px;
	text-align: left;
}

.footer-top {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
	margin-bottom: 100px;
}

.footer-left {
	flex: 0 0 calc(50% - 50px);
}

.footer-menus {
	flex: 0 0 50%;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}

.footer-menu {
	flex: 0 0 calc(50% - 20px);
}

.footer-title {
	font-weight: 600;
	color: #971905;
	margin-bottom: 15px;
}


a.footer-logo {
	width: clamp(250px, 17.7vw, 340px);
	max-width: 100%;
	display: flex;
	margin-bottom: 40px;
}

a.footer-logo img {
	width: clamp(250px, 17.7vw, 340px);
}

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

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

.footer-menu ul li a {
	display: block;
	width: fit-content;
	margin-bottom: 15px;
	color: #6B4A40;
	font-size: clamp(14px, 1.04vw, 20px);
}

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

.footer a:hover{
	color: #971905;
}

.footer-address {
	color: #6B4A40;
	margin-bottom: 30px;
}

.footer-address span {
	font-weight: 600;
}

.footer-phone-email {
	font-weight: 600;
	color: #971905;
	margin-bottom: 30px;
}

.footer-phone-email a {
	color: #971905;
}

.footer-phone-email a:hover {
	color: #005581;
}

.footer-left ul,
.credit-link ul {
	margin: 0;
	padding: 0;
	
}

.credit-link ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 40px;
}

.credit-link ul li a {
	text-decoration: underline;
	font-weight: 400;
}

.footer-left ul li,
.credit-link ul li {
	list-style: none outside none;
	display: inline;
}

.credit{
	display: flex;
	width: 100%;
	font-size: clamp(12px, 0.73vw, 14px);
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px 30px;
}


.credit-link, .credit-left span {
	display: inline-block;
}

.footer-colours {
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;
	height: clamp(20px, 1.82vw, 35px);
}

.footer-colours > div {
	height: 100%;
}

.footer-colours > div.red {
	background: #971905;
}

.footer-colours > div.purple {
	background: #762F5E;
}

.footer-colours > div.green {
	background: #7F8F28;
}

.footer-colours > div.blue {
	background: #005581;
}

@media (min-width: 1921px) {
	
	.centred {
		max-width: 1650px;
	}
	
	.full-width-media-text.wp-block-media-text figure.wp-block-media-text__media {
		--widthA: calc(100vw - 1610px);
		--widthB: calc(var(--widthA) / 2);
		width: calc(100% + var(--widthB));
		position: relative;
		left: calc(var(--widthB) * -1);
	}
	
	.full-width-media-text.wp-block-media-text.has-media-on-the-right figure.wp-block-media-text__media {
		--widthA: calc(100vw - 1610px);
		--widthB: calc(var(--widthA) / 2);
		width: calc(100% + var(--widthB));
		left: unset;
	}
	
	.grey-background-media-text.wp-block-media-text::before,
	.purple-background-media-text.wp-block-media-text::before,
	.blue-background-media-text.wp-block-media-text::before,
	.green-background-media-text.wp-block-media-text::before,
	.red-background-media-text.wp-block-media-text::before  {
		--widthA: calc(100vw - 1610px);
		--widthB: calc(var(--widthA) / 2);
		left: calc(var(--widthB) * -1);
		width: calc(100% + var(--widthA));
	}
}

@media (max-width: 1400px) {
	.top-bar > .centred {
		max-width: 1400px;
	}
}


@media (max-width: 1300px) {
	.full-width-media-text.wp-block-media-text figure.wp-block-media-text__media {
		width: calc(100% + 20px);
		left: calc(-20px);
	}
	
	.full-width-media-text.wp-block-media-text.has-media-on-the-right figure.wp-block-media-text__media {
		width: calc(100% + 20px);
	}
	
	.centred {
		max-width: 1300px;
	}
	
	.purple-background-media-text.wp-block-media-text.background-slashes::after, .blue-background-media-text.wp-block-media-text.background-slashes::after, .green-background-media-text.wp-block-media-text.background-slashes::after, .grey-background-media-text.wp-block-media-text.background-slashes::after, .red-background-media-text.wp-block-media-text.background-slashes::after {
		right: -20px;
	}
	
	.contact-directions-left {
		padding: calc(3 * var(--spacer-unit)) 0 calc(3 * var(--spacer-unit)) 20px;
	}
	
	.background-brand-logo::after {
		width: 25%;
		right: -20px;
	}
}


@media (max-width: 1100px) {
	.nav {
		display: none;
	}
	
	.mobile-nav-header {
		display: inline-block;
	}
	
	.top-bar {
		height: 70px;
	}
	
	.page-wrapper {
		margin-top: 70px;
	}
}


@media (max-width: 1000px) {
	.creato_block-container.creato_block-container-5-columns .grid {
		grid-template-columns: calc(25% - 15px) calc(25% - 15px) calc(25% - 15px) calc(25% - 15px);
	}
	
	.eve-list-container.eve-list-container-3 {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}
}

@media (max-width: 850px) {
	.creato_block-container.creato_block-container-4-columns .grid,
	.creato_block-container.creato_block-container-5-columns .grid {
		grid-template-columns: calc(33.34% - 14px) calc(33.33% - 13px) calc(33.33% - 13px);
	}
	
	.show-pages-listings, .archive-news-outer {
		gap: 30px;
	}
	
	.show-pages-listings .show-page-listing, .archive-news {
		flex: 0 0 calc(50% - 15px);
	}
	
	.single-event-page-content {
		grid-template-columns: 100%;
	}
}

	
@media (max-width: 781px) {
	
	.sticky-column {
		position: relative;
		top: 0;
	}
	
}


/* Tablet */


@media (max-width: 700px) {

	.mobile-slider .creato_block-container-listings .grid .creato_block-listing{
		margin: 10px 20px 10px 0;
	}

	.mobile-slider .creato_block-container-listings .grid .creato_block-listing:nth-child(2n+1),
	.mobile-slider .creato_block-container-listings .grid .creato_block-listing:nth-child(3n+1),
	.mobile-slider .creato_block-container-listings .grid .creato_block-listing:nth-child(4n+1){
		clear: none;
	}
	
	.creato_block-container.creato_block-container-3-columns .grid,
	.creato_block-container.creato_block-container-4-columns .grid,
	.creato_block-container.creato_block-container-5-columns .grid {
		grid-template-columns: calc(50% - 10px) calc(50% - 10px);
	}
	
	.creato_block-container.creato_block-container-3-columns .grid .creato_block-listing:last-child,
	.creato_block-container.creato_block-container-5-columns .grid .creato_block-listing:last-child {
		grid-column: span 2;
	}

}

@media (max-width: 650px) {
	.footer-left {
		flex: 0 0 100%;
		order: 2;
	}
	
	.footer-menus {
		flex: 0 0 100%;;
	}
	
	.footer-top {
		text-align: center;
		position: relative;
		padding-top: 90px;
		margin-bottom: 60px;
	}
	
	.footer-menu ul li a {
		margin: 0 auto 15px;
	}
	
	.social-icons-container.footer-social {
		justify-content: center;
	}
	
	a.footer-logo {
		position: absolute;
		top: 0;
		margin: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	
	.credit {
		justify-content: center;
		text-align: center;
	}
	
	.credit-left, .credit-right {
		flex: 0 0 100%;
	}
	
	.eve-list-container.eve-list-container-3 {
		grid-template-columns: repeat(1, 1fr);
		gap: 30px;
	}

}



@media (max-width: 600px) {

	.wp-block-media-text .wp-block-media-text__content {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.cookie-banner {
		width: 60px !important;
		height: 60px !important;
	}
	
	.cookie-banner i {
		font-size: 18px !important;
	}
	
	.full-width-media-text.wp-block-media-text figure.wp-block-media-text__media {
		width: calc( 100% + 40px);
	}
	
	.full-width-media-text.wp-block-media-text.has-media-on-the-right figure.wp-block-media-text__media {
		width: calc( 100% + 40px);
		left: -20px;
	}
	
	.page-wrapper .wp-block-media-text .wp-block-media-text__content {
		padding: 30px 0;
	}
	
	.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
		padding: 30px 0;
	}
	
	.grey-background-media-text.wp-block-media-text .wp-block-media-text__content, .purple-background-media-text.wp-block-media-text .wp-block-media-text__content, .blue-background-media-text.wp-block-media-text .wp-block-media-text__content, .green-background-media-text.wp-block-media-text .wp-block-media-text__content, .red-background-media-text.wp-block-media-text .wp-block-media-text__content {
		padding: 50px 0;
		position: relative;
	}
	
	.wp-block-media-text.square-media figure.wp-block-media-text__media {
		height: unset;
		max-height: unset; 
	}
	
	.wp-block-media-text .center-logo {
		position: absolute;
		top: -30px;
		left: 50%;
		transform: translateX(-50%);
		margin: 0;
		width: 60px;
		z-index: 10;
	}
	
	.purple-background-media-text.wp-block-media-text.background-slashes::after, .blue-background-media-text.wp-block-media-text.background-slashes::after, .green-background-media-text.wp-block-media-text.background-slashes::after, .grey-background-media-text.wp-block-media-text.background-slashes::after, .red-background-media-text.wp-block-media-text.background-slashes::after {
		content: unset;
	}
	
	.purple-background-media-text.wp-block-media-text.background-slashes .wp-block-media-text__content::after, 
	.blue-background-media-text.wp-block-media-text.background-slashes .wp-block-media-text__content::after, 
	.green-background-media-text.wp-block-media-text.background-slashes .wp-block-media-text__content::after, 
	.grey-background-media-text.wp-block-media-text.background-slashes .wp-block-media-text__content::after, 
	.red-background-media-text.wp-block-media-text.background-slashes .wp-block-media-text__content::after {
		content: '';
		position: absolute;
		height: 100%;
		width: 50%;
		background-image: url('images/aa-background-logo.svg');
		background-position: top 50% left 0;
		background-size: cover;
		right: -20px;
		top: 0;
		z-index: -1;
	}
	
	.green-background-media-text.wp-block-media-text.background-slashes .wp-block-media-text__content::after {
		background-image: url('images/aa-background-logo-green.svg');
	}
	
	.accreditation-logos {
		width: calc(100% + 20px);
	}
	
	.accreditation-logos .slick-track {
		display: flex;
		align-items: center;
	}
	
	.accreditation-logos figure.wp-block-image {
		margin: 0 10px !important;
	}
	
	.accreditation-logos figure.wp-block-image img {
		margin: auto;
	}
	
	.wp-block-media-text .custom-breadcrumbs {
		position: unset;
		/* top: 30px; */
		padding: 0 0 20px;
	}
	
	.wp-block-easy-tabs-block-tab-button {
		flex: 0 0 100%
	}
	
	.wp-block-easy-tabs-block-tabs .wp-block-easy-tabs-block-tab-buttons {
		gap: 20px;
	}
	
	.wp-block-accordion-item::before {
		content: counter(accordion-counter, decimal-leading-zero) ".";
		position: absolute;
		top: 0;
		left: -30px;
		width: 60px;
		height: 60px;
		border-radius: 50%;
		background: #6F7E1E;
		color: #fff;
		font-size: 30px;
		text-align: center;
		line-height: 55px;
		font-family: 'freight-display-pro', 'Arial', serif;
		font-weight: 900;
	}
	
	.wp-block-accordion-heading__toggle {
		padding: 15px 10px 15px 45px;
		min-height: 60px;
	}
	
	.wp-block-accordion-heading__toggle-title {
		position: relative;
		padding: 0 25px 0 0;
	}
	
	.wp-block-accordion-heading__toggle-title::after {
		content: '\2b';
		font-family: "Font Awesome 7 Pro";
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		font-size: 20px;
		color: #6F7E1E;
		font-weight: 400;
	}
	
	.wp-block-accordion-item {
		background: #fff;
		margin: 0 0 20px 30px;
	}
	
	.single-author-image {
		flex: 0 0 100%;
		
	}
	
	.single-author-text {
		flex: 0 0 100%;
	}
	
	.contact-directions-left {
		flex: 0 0 100%;
		padding: calc(3 * var(--spacer-unit)) 20px calc(3 * var(--spacer-unit)) 20px;
	}
	
	.contact-directions .gmap_iframe {
		flex: 0 0 100%;
	}
	
	.show-pages-container {
		padding-bottom: 120px;
		position: relative;
	}
	
	.show-pages-link {
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	
	.contact-row.contact-row-contact_number, .contact-row.contact-row-contact_email {
		flex: 0 0 100%;
	}

}


@media (max-width: 550px) {
	.show-pages-listings .show-page-listing, .archive-news {
		flex: 0 0 100%;
	}
}


/* Mobile Layouts */
@media (max-width: 500px) {

	.nav {
		display: none;
	}

	.mobile-nav-header {
		display: inline-block;
	}
	
	.blog-filter-tab {
		border: 1px solid rgba(107, 74, 64, 0.3);
		color: rgba(71, 49, 45, 1);
		font-size: clamp(14px, 0.94vw,18px);
		font-weight: 600;
		padding: 10px 20px;
		line-height: 1;
		border-radius: 4px;
		background: #fff;
		-o-transition: .5s;
		-ms-transition: .5s;
		-moz-transition: .5s;
		-webkit-transition: .5s;
		transition: .5s;
		box-sizing: border-box;
		flex: 0 0 100%;
		text-align: center;
	}
	
	.blog-filters {
		gap: 10px;
	}

}

@media (max-width: 450px) {
	.creato_block-container.creato_block-container-2-columns .grid,
	.creato_block-container.creato_block-container-3-columns .grid,
	.creato_block-container.creato_block-container-4-columns .grid,
	.creato_block-container.creato_block-container-5-columns .grid {
		grid-template-columns: 100%;
	}
	
	.creato_block-container.creato_block-container-3-columns .grid .creato_block-listing:last-child,
	.creato_block-container.creato_block-container-5-columns .grid .creato_block-listing:last-child {
		grid-column: span 1;
	}
	
	.accreditation-logos .slick-list {
		padding: 0 30% 0 0;
	}
	
	.footer-menu {
		flex: 0 0 100%;
	}
}


@media (max-width: 400px) {
	.wp-block-buttons {
		gap: 0 0.5em !important;
	}
	
	.wp-block-buttons>.wp-block-button {
		flex: 0 0 100%;
	}
	
	a.button-link, .button-link, a.wp-block-button__link, .is-style-outline a.wp-block-button__link, .contact-row button, .wp-block-button__link:visited, form.post-password-form input[type="submit"], .eve-single-buttons-bottom button {
		width: 100%;
	}
}


























/* General Woocommerce */

/* Remove to set live - Copy this line, find and replace with a blank

.woocommerce{
	display: inline-block;
	width: 100%;
}

#sidebar{
	float: left;
	width: 20%;
	margin-top: 40px;
}

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

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

#sidebar a{
	color: #6C6D6D;
}

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

#primary{
	margin: 0 auto;
	text-align: center;
	max-width: 1200px;
	width:98%
}

.woocommerce .main-content{
	text-align: left;
}

.woocommerce .woocommerce-breadcrumb{
	text-align: left;
	font-size: 12px;
	display: inline-block;
	width: 100%;
	margin: 80px 0 20px 0;
	color: #BFBFBF;
}

.woocommerce .woocommerce-breadcrumb a{
	color: #BFBFBF;
}

mark.count{
	display: none;
}

/* End General */








/* Woocommerce Buttons */

/* Remove to set live - Copy this line, find and replace with a blank

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button.alt,
.woocommerce input.button.alt,
#sidebar a.button,
.woocommerce div.product form.cart .button,
.woocommerce input#wc_lost_license_btn,
.woocommerce button.button.alt{
	display: inline-block;
	text-transform: uppercase;
	border: none;
	background: #ccc;
	color: #fff;
	padding: 10px 15px !important;
	text-align: center;
	margin: 10px 0;
	font-size: 16px;
	border-radius: 0px;
	font-weight: 200;
	white-space: inherit;
	max-width: 90%;
	font-weight: bold;
	-webkit-appearance:none;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

#sidebar a.button{
	margin: 10px 1%;
	width: 43%;
	padding: 5px 1% !important;
	font-size: 14px;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce a.button.alt:hover,
.woocommerce input.button.alt:hover,
#sidebar a.button:hover,
.woocommerce input.button:disabled,
.woocommerce input.button.alt:hover,
.woocommerce input#wc_lost_license_btn:hover,
.woocommerce button.button.alt:hover{
	background: #545454;
	color: #fff;
	cursor: pointer;
}

/* End Buttons */








/* Archive Products/Categories */

/* Remove to set live - Copy this line, find and replace with a blank

.woocommerce ul.products li.product-category h2{
	text-align: center;
	font-size: 16px;
}

.woocommerce ul.products li.product .price{
	color: #545454;
	font-size: 18px;
	display: none;
}

.woocommerce div.product p.price, .woocommerce div.product span.price{
	color: #545454;
	font-size: 20px;
}

.woocommerce div.product .woocommerce-variation-price span.price{
	font-size: 30px;
	color: #545454;
	font-weight: bold;
	margin-bottom: 20px;
}

.woocommerce span.onsale{
	background: #545454;
}

.woocommerce ul.products li.product .price del{
	display: inline-block;
}

/* End Archive Styling */








/* Single Product */

/* Remove to set live - Copy this line, find and replace with a blank

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
	text-align: left;
}

.woocommerce .summary{
	text-align: left;
	color: #545454;
}

.woocommerce div.product h1.product_title{
	color: #545454;
}

.woocommerce .summary p.price{
	font-size: 26px;
	margin: 0 0 20px 0;
}

.woocommerce .quantity .qty{
	background: none;
	color: #545454;
	font-size: 18px;
	padding: 6px 2px;
	border: 1px solid #545454;
	margin: 10px 10px 0 0;
}

.woocommerce div.product p.stock{
	
}

.woocommerce .summary form .form-row{
	margin: 0;
	padding: 0;
}

.woocommerce div.product form.cart .variations select{
	font-family: 'Montserrat', 'Helvetica', 'Arial', serif;
	font-size: 14px;
	background: #fff;
	-webkit-appearance:none;
	border-radius: 0;
	color: #545454;
	padding: 10px;
	border: 1px solid #545454;
}

.woocommerce div.product form.cart .button{
	padding: 10px 15px !important;
}

.woocommerce .product_meta{
	font-size: 14px;
}

.woocommerce span.sku_wrapper{
	
}

.woocommerce section.related{
	display: inline-block;
	width: 100%;
}

.woocommerce section.related h2{
	text-align: center;
	margin-bottom: 20px;
}


.woocommerce-message, .woocommerce-info {
	text-align: left;
}

.woocommerce .woocommerce-message .button{
	margin: 0;
	padding: 10px 15px !important;
}

.woocommerce div.product div.images {
	width: 47%;
	margin-left: 1%;
}

.woocommerce .woocommerce-ordering select {
    padding: 8px 0%;
	appearance: none;
	-webkit-appearance: none;
	border: none;
	font-size: 12px;
	font-family: 'Montserrat', 'Helvetica', 'Arial', serif;
	float: right;
	margin-right: 1%;
	width: 100%;
}

.single_add_to_cart_button {
	
}

/* End Single Product */








/* Woocommerce Tabs */

/* Remove to set live - Copy this line, find and replace with a blank

.woocommerce-tabs{
	text-align: left;
	margin: 40px 0;
	display: inline-block;
	width: 100%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
	display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li{
	border-radius: 0;
	border: none;
	margin: 0 5px 5px 0;
	color: #545454;
	text-transform: uppercase;
	font-weight: 800;
	background: #ccc;
	border: 1px solid #ccc;
	border-bottom: none;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.woocommerce div.product .woocommerce-tabs ul.tabs{
	margin: 0;
	padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover, .woocommerce div.product .woocommerce-tabs ul.tabs li.active{
	background: #fff;
	color: #ccc;
	margin-bottom: 0;
	padding-bottom: 5px;

}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
	color: #ccc;
}
	
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:hover a {
	color: #ccc;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	padding: 10px 10px;
	font-size: 16px;
	color: #fff;
}

.woocommerce div.product .woocommerce-tabs .panel{
	width: 94%;
	padding: 30px 3%;
	background: #fff;
	border: 1px solid #ccc;
	margin-top: -1px;
	float: left;
}

/* end of tabs */








/* Basket */

/* Remove to set live - Copy this line, find and replace with a blank

.woocommerce table.cart td.actions .input-text, .woocommerce form.checkout_coupon .form-row input.input-text{
	float: left;
	width: 150px;
	padding: 3px 10px;
	font-size: 16px;
	font-family: 'Montserrat', 'Helvetica', 'Arial', serif;
	margin: 10px 10px 10px 0;
	-webkit-appearance:none;
}

.woocommerce table.shop_table{
	border: 1px solid #ccc;
	font-size: 14px;
	background: #fff;
	border-radius: 0;
}

.woocommerce table img{
	width: 50px;
	height: auto;
}

.woocommerce td.product-name dl.variation p{
	margin: 0;
}

.woocommerce table.cart td.actions .input-text{
	border: 1px solid #ccc;
	background: none;
	color: #545454;
	padding: 9px 10px;
	width: 200px;
}

.woocommerce table.cart td.actions .input-text::placeholder{
	color: #545454;
}

.woocommerce table.shop_table td, .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th{
	border-top: 1px solid #ccc;
}

/* End Basket */








/* Checkout Page */

/* Remove to set live - Copy this line, find and replace with a blank

.woocommerce form .form-row-last {
    width: 46%;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select{
	padding: 10px;
	font-size: 16px;
	font-family: 'Montserrat', 'Helvetica', 'Arial', serif;
	border: 1px solid #ccc;
	color: #545454;
	background: #fff;
	-webkit-appearance:none;
}

.woocommerce form .form-row input.input-text::placeholder{
	color: #ccc;
}

.woocommerce form.checkout_coupon .form-row input.input-text{
	width: 100%;
	padding: 7px 10px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
	border-radius: 0;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
	width: 100%;
	margin: 20px 0%;
}

.woocommerce .woocommerce-checkout{
	width: 600px;
	margin: 0 auto;
	max-width: 96%;
}

.woocommerce form .form-row.woocommerce-validated input.input-text {
	border-color: #ccc;
}

/* End Checkout */







/* My Account */

/* Remove to set live - Copy this line, find and replace with a blank

.woocommerce nav.woocommerce-MyAccount-navigation{
	display: inline-block;
	width: 100%;
	text-align: center;
	background: #545454;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul{
	margin: 0;
	padding: 0;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li{
	list-style: none outside none;
	display: inline;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li a{
	padding: 10px 15px;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	font-size: 14px;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li a:hover, .woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active a{
	opacity: 0.5;
}

/* End My Account */



/* Woocommerce Mobile */

/* Remove to set live - Copy this line, find and replace with a blank

@media (max-width: 970px) {

	
	.woocommerce .woocommerce-breadcrumb {
	    width: 98%;
	    margin: 10px 1% 20px 1%;
	}
	
	.woocommerce div.product div.summary {
		width: 47%;
		margin-right:1%;
	}
	
	.woocommerce-tabs {
	    margin: 40px 1%;
	    width: 98%;
	}
	
	.page-tabs-overlay h3 {
	    font-size: 28px;
    }
	
}


@media (max-width: 768px) {

	.woocommerce div.product div.images {
	    width: 94%;
	    margin: 0 3%;
	}
	
	.woocommerce div.product div.summary {	
	    width: 94%;
	    margin: 20px 3% 0;
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
	    padding: 0 1%;
    }
    
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
	    font-size: 14px;
    }
    

}

@media (max-width: 500px) {

	.page-tabs-overlay h3 {
	    font-size: 24px;
	}
	
	.woocommerce .woocommerce-breadcrumb {
	    margin: 80px 1% 20px 1%;
	}
	
	.woocommerce div.product h1.product_title {
	    font-size: 26px;
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
	    width: 97.5% !important;
	    margin: 0 !important;
	    padding: 3px 1% !important;
	}
	
	.woocommerce div.product .woocommerce-tabs .panel {
	    width: 93.5% !important;
	}
	
	.woocommerce form .form-row {
	    padding: 3px 1% !important;
	}
	
	.woocommerce form .form-row-first, .woocommerce form .form-row-last {
    	width: 98%;
	}
	
	.woocommerce-privacy-policy-text p {
		font-size: 12px;
	}
	
}

/* End Woocommerce Mobile */

























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





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

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

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

.wc_privacy_policy_buttons{
	float: right;
}

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

span.reveal_privacy_options_hide{
	display: none;
}

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

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

.wc_privacy_option {
	float: left;
	background: #efefef;
	padding: 5px 10px;
	margin: 0 10px 0 0;
	width: calc(25% - 30px);
	text-align: center;
}

.page-content .wc_reveal_options {
	float: none;
	display: block;
}

.page-content .wc_privacy_notice {
	position:relative;
	display: inline-block !important;
	border: 1px solid #999;
	width: calc(100% - 42px);
	padding: 20px;
	background: #fff;
	color: #1C2342;
	z-index: 0;
	margin: 10px 0px 50px 0px;
	animation: slideDown 0 ease forwards;
	-webkit-animation: slideDown 0 ease forwards;
	-moz-animation: slideDown 0 ease forwards;
	-o-animation: slideDown 0 ease forwards;
	animation-delay: 0;
	-webkit-animation-delay: 0;
	-moz-animation-delay: 0;
	-o-animation-delay: 0;
}

.page-content .wc_privacy_notice .wc_privacy_text strong{
	width: inherit;
}

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


@media (max-width: 600px) {
	.wc_privacy_option {
		width: calc(50% - 30px);
		margin-top: 5px;
	}
}

@media (max-width: 350px) {
	.wc_privacy_text strong{
		width: 90px;
		text-align: left;
	}
	
	.wc_privacy_policy_buttons{
		margin-top: 5px;
	}
}

