/*
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:

*/


html, body {
	margin: 0;
	padding: 0;
	font-family: "myriad-pro", 'Arial', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #242424;
	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: "myriad-pro", 'Arial', sans-serif;	
	font-weight: 600;
	margin: 0;
	line-height: 1.1;
}

.has-x-large-font-size {
	margin-bottom: 12px;
}

.has-medium-font-size {
	line-height: 1.3;
}

img.responsive{
	border: 0;
	max-width: 100%;
	height: auto;
	border-radius: 20px;
}

figure.is-resized img{
	max-width: 100%;
}

iframe{
	max-width: 100%;
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
}

iframe img{
	max-width: inherit;
}

#google-map img{
	max-width: inherit;
}

.clearer, .creatomatic-clearer {
	clear: both;
	height: 0;
}

*:focus {  
	outline: none;
}

a {
	color: #D7532A;
	text-decoration: none;
}

.page-content a{
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

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

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


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"],
.creato_cf_main_wrapper.gform-theme--foundation .gform-footer input[type="submit"],
.gform-theme--foundation .gform-footer input[type="submit"]{
	display: inline-block;
	text-transform: inherit;
	border: 2px solid #D7532A;
	background: #D7532A;
	color: #fff;
	padding: 8px 22px 9px !important;
	font-family: "myriad-pro", 'Arial', sans-serif !important;
	font-weight: 700 !important;
	text-align: center;
	margin: 10px 0;
	cursor: pointer;
	font-size: 16px !important;
	min-width: 152px !important;
	border-radius: 30px !important;
	text-decoration: none;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	-webkit-appearance:none;
}

.orange-bg a.button-link,
.orange-bg .button-link,
.orange-bg a.wp-block-button__link,
.contact-row button,
.orange-bg .wp-block-button__link:visited {
	background: #fff;
	color: #4C4286;
	border: 2px solid #fff;
}


.purple-bg .is-style-outline a.wp-block-button__link,
.orange-bg .is-style-outline a.wp-block-button__link,
.pink-bg .is-style-outline a.wp-block-button__link {
	background: #fff;
	color: #fff;
	border: 2px solid #fff;
}

@-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: 500;
  }
}

.is-style-outline a.wp-block-button__link {
	background: none;
	color: #242424;
}

.subscribe-button.button-link {
	background: none;
}

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

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,
.creato_cf_main_wrapper.gform-theme--foundation .gform-footer input[type="submit"]:hover,
.gform-theme--foundation .gform-footer input[type="submit"]:hover {
	background: #C32472 !important;
	border: 2px solid #C32472 !important;
	color: #fff !important;
	cursor: pointer !important;
}

.is-style-outline a.wp-block-button__link:hover,
.subscribe-button:hover {
	background: #C32472;
	color: #fff;
}

.subscribe-button.button-link:hover {
	background: #C32472;
	border: 2px solid #C32472;
	color: #fff;
}

a.social-icon{
	display: inline-block;
	min-width: 20px;
	height: 20px;
	padding: 5px;
	border: none;
	color: #fff;
	border-radius: 50%;
	margin: 5px 5px 5px 5px;
	font-size: 20px;
	line-height: normal;
	text-align: center;
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

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

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

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

.medium-content{
	width: 700px;
}

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

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

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


.purple-bg, .grey-bg, .pink-bg,
.orange-bg {
	position: relative;
	z-index: 1;
}

.purple-bg, .pink-bg, .orange-bg {
	color: #fff;
}

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

.purple-bg a {
	color: #D7532A;
}

.purple-bg .schema-faq-answer a {
	color: #D7532A;
}

.purple-bg a.wp-block-button__link {
	color: #fff;
}

.purple-bg .schema-faq-answer a:before {
	display: none;
}

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

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

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

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

.pink-bg:before {
	background: #C32572;
}

.orange-bg:before {
	background: #D7532A;
}

.wp-block-media-text.orange-bg{
	background: #D7532A;
	border-radius: 20px;
	overflow: hidden;
}

.wp-block-media-text.purple-bg{
	background: #4C4286;
	border-radius: 20px;
	overflow: hidden;
}

.wp-block-media-text.pink-bg{
	background: #C32572;
	border-radius: 20px;
	overflow: hidden;
}

.wp-block-media-text.grey-bg{
	background: #EAEAEA;
	border-radius: 20px;
	overflow: hidden;
}

.wp-block-media-text.orange-bg:before,
.wp-block-media-text.grey-bg:before,
.wp-block-media-text.pink-bg:before,
.wp-block-media-text.purple-bg:before{
	content: none;
}

.wp-block-media-text.orange-bg.full-width,
.wp-block-media-text.grey-bg.full-width,
.wp-block-media-text.purple-bg.full-width,
.wp-block-media-text.pink-bg.full-width {
	border-radius: 0;
}

.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-media-text>.wp-block-media-text__content{
	padding: 0 0 0 13%;
}

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

.wp-block-media-text.full-width .wp-block-media-text__media img,
.wp-block-media-text.grey-bg .wp-block-media-text__media img,
.wp-block-media-text.pink-bg .wp-block-media-text__media img,
.wp-block-media-text.orange-bg .wp-block-media-text__media img,
.wp-block-media-text.purple-bg .wp-block-media-text__media img {
	border-radius: 0;
}

.wp-block-media-text.full-width .wp-block-media-text__content,
.wp-block-media-text.grey-bg .wp-block-media-text__content,
.wp-block-media-text.pink-bg .wp-block-media-text__content,
.wp-block-media-text.orange-bg .wp-block-media-text__content,
.wp-block-media-text.purple-bg .wp-block-media-text__content {
	padding: 0 8%;
}

.wp-block-media-text.full-width>.wp-block-media-text__content,
.wp-block-media-text.wide-element>.wp-block-media-text__content {
	padding: 0 8% 0 8%;
	max-width: 630px;
}

:where(.wp-block-columns.is-layout-flex) {
	gap: 3em;
}

.wp-block-column.grey-bg:before {
	display: none;
}

.wp-block-column.grey-bg,
.wp-block-column.pink-bg,
.wp-block-column.purple-bg,
.wp-block-column.orange-bg {
	background: #EAEAEA;
	border-radius: 20px;
	overflow: hidden;
	padding: 5px 20px;
}

.wp-block-column.pink-bg {
	background: #C32572;
}

.wp-block-column.purple-bg {
	background: #4C4286;
}

.wp-block-column.orange-bg {
	background: #D7532A;
}

.wp-block-column.grey-bg .wp-block-columns {
	gap: 1em;
}

.wp-block-gallery {
	--wp--style--unstable-gallery-gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 1.25em))) !important;
	gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 1.25em))) !important;
}

.wp-block-gallery img {
	aspect-ratio: 8 / 9;
}

.wp-block-buttons.is-layout-flex.wp-block-buttons-is-layout-flex {
	gap: 1em;
}

/* Custom Classes */

.round-edges {
	border-radius: 20px;
}

.flower {
	position: relative;
	z-index: 1;	
}

.flower:before {
	background: url(images/flower.svg);
	position: absolute;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top right;
	right: -65vh;
	bottom: 0;
	width: 110vh;
	height: 100%;
	z-index: -1;
	content: '';
}

.donate-button a.wp-block-button__link {
	border: 2px solid #fff;
	background: #fff;
	color: #4C4286;
}

.donate-button a.wp-block-button__link i {
	margin-right: 5px;
}

.donate-button a.wp-block-button__link:hover {
	border: 2px solid #4C4286;
	background: #4C4286;
	color: #fff;
}

.donate-button a.wp-block-button__link:hover i {
	color: #fff !important;
}

.gallery-slider, .wide-element {
	position: relative;
	margin: 0;
	display: inline-block;
	--widthA: calc(100vw - 1160px);
	--widthB: calc(var(--widthA) / 2);
	width: calc(100% + 200px);
	margin-left: -100px !important;
}

.woocommerce-breadcrumb {
	position: relative;
	display: inline-block;
	--widthA: calc(100vw - 1100px);
	--widthB: calc(var(--widthA) / 2);
	width: calc(100% + 160px);
	margin-left: -80px !important;
}

.wide-element.wp-block-media-text {
	display: grid;
}

.gallery-slider figure.wp-block-image:not(:first-of-type):not(.slick-slide) {
	display: none !important;
}

.gallery-slider .slick-prev::before, .gallery-slider .slick-next::before {
	content: '\f053';
	font-family: "Font Awesome 7 Pro";
	color: #4E4E4E;
	background: #ffffffb2;
	border-radius: 50%;
	opacity: 1;
	font-weight: 700;
	font-size: 20px;
	display: block;
	padding: 12px 10px 8px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	text-shadow: 0px 1px 5px #8e8e8e;
}

.gallery-slider .slick-prev:hover::before, .gallery-slider .slick-next:hover::before {
	color: #D6D6D6;
}

.gallery-slider .slick-next::before {
	content: '\f054';
}

.gallery-slider .slick-prev, .gallery-slider .slick-next  {
	left: 15px;
	transform: none;
	z-index: 1;
}

.gallery-slider .slick-next {
	left: unset;
	right: 35px;
}

.gallery-slider img {
	aspect-ratio: 17 / 6;
}

@supports not (aspect-ratio: 17 / 6) {

	.gallery-slider img {
		max-height: 500px;
	}

}

.gallery-slider .slick-dots {
	bottom: 25px !important;
}

.gallery-slider .slick-dots li button:before {
	font-size: 12px !important;
	opacity: .5 !important;
	color: #fff !important;
}

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

.gallery-slider.slick-dotted.slick-slider {
	margin-bottom: 5px;
}

.matterport-video {
	aspect-ratio: 16 / 9;
}

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

	.matterport-video {
		height: 35vw;
		min-height: 320px;
	}

}

.columns-slider {
	display: inline-block;
	--widthA: calc(100vw - 960px);
	--widthB: calc(var(--widthA) / 2);
	width: calc(var(--widthB) + 100%);
	margin-left: -100px !important;
}

.columns-slider .slick-list {
	padding: 0 12% 0 0;
}

.columns-slider .wp-block-column,
.columns-grid .wp-block-column {
	margin-right: 20px;
	background: #EAEAEA;
	border-radius: 10px;
	padding: 20px;
	min-height: 350px;
}

.columns-grid {
	gap: 1em;
}

.columns-grid .wp-block-column {
	margin-right: 0;
}

.columns-slider .wp-block-column figure,
.columns-grid .wp-block-column figure {
	max-width: 28px;
	margin-bottom: 0;
}

.columns-slider .wp-block-column h2,
.columns-grid .wp-block-column h2 {
	font-size: 22px !important;
}

.columns-slider .slick-prev,
.columns-slider .slick-next {
	z-index: 10;
	top: unset;
	bottom: -90px;
	width: 20px;
	height: 20px;
	margin-left: 0;
	--widthA: calc(100vw - 1260px);
	--widthB: calc(var(--widthA) / 2);
	right: var(--widthB);
	left: unset;
}

.columns-slider .slick-prev {
	--widthA: calc(100vw - 1260px);
	--widthB: calc(var(--widthA) / 2);
	right: calc(var(--widthB) + 40px);
	opacity: 0.5;
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.columns-slider .slick-prev:hover {
	opacity: 1;
}

.columns-slider .slick-prev, .columns-slider .slick-next {
	top: -60px;
	bottom: unset;
}

.columns-slider .slick-prev:before, .columns-slider .slick-next:before {
	content: '\f053';
	font-family: "Font Awesome 7 Pro";
	color: #D7532A;
	background: none;
	border-radius: 0;
	border: none;
	font-weight: 500;
	opacity: 1;
	font-size: 22px;
	padding: 6px 5px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.columns-slider .slick-next:before {
	content: '\f054';
}

.logo-slider {
	display: inline-block;
	--widthA: calc(100vw - 1160px);
	--widthB: calc(var(--widthA) / 2);
	width: calc(var(--widthB) + 100%);
}

.logo-slider.wp-block-gallery img {
	aspect-ratio: unset;
	max-height: 180px;
	margin: 0 auto;
}

.logo-slider figure {
	position: relative;
	text-align: center;
	padding: 0;
	background: none;
	transition: inherit;
	padding: 15px 20px 0;
	display: inline-block !important;
	vertical-align: middle;
	float: inherit;
}

.page-content li::marker {
  color: #D7532A;
}

.page-content .orange-bg li::marker {
  color: #fff;
}

.page-content li {
	padding-bottom: 15px;
}

.grey-block {
	background: #EAEAEA;
	border-radius: 30px;
	max-width: 100%;
	width: 1000px;
	margin: 0 auto;
	padding: 60px 30px;
}

.testimonial-slider {
	background: #EAEAEA;
	border-radius: 30px;
	max-width: 100%;
	width: 1000px;
	margin: 0 auto;
	padding: 60px 30px;
	color: #4C4286;
	font-size: 24px;
}

.testimonial-slider .slick-dots {
	bottom: 25px !important;
	width: calc(100% - 60px);
}

.testimonial-slider .slick-dots li button:before {
	font-size: 12px !important;
	opacity: .5 !important;
	color: #4C4286 !important;
}

.testimonial-slider .slick-dots li.slick-active button:before {
	opacity: 1 !important;
	color: #4C4286 !important;
}

.testimonial-slider.slick-dotted.slick-slider {
	margin-bottom: 5px;
}


/* Heading */

#wpadminbar {
	z-index: 999992 !important
}

.top-bar{
	float: left;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 99999;
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.top-bar.top-bar-promo {
	top: 32px;
}

.top-bar .centred {
	display: grid;
	grid-template-columns: 195px calc(100% - 205px);
	gap: 10px;
	align-items: center;
	width: calc(100% - 40px);
	max-width: 1360px;
	padding: 0 20px;
	position: relative;
}

.top-bar-top  {
	background: #4C4286;
}

.top-bar-top .centred {
	display: block;
	padding: 0;
	width: 100%;
}

.top-bar-scroll {
	top: -47px;
	box-shadow: 0 0px 7px 0px #dadada;
}

.top-bar-promo.top-bar-scroll {
	top: 0;
}

a.header-logo{
	width: 195px;
	max-width: 100%;
	margin: 8px 0 0;
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

a.header-logo img {
	border-radius: 0;
}

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

.svg-logo-text {
	opacity: 1;
	-webkit-opacity: 1;
		 -o-transition:.5s;
		  -ms-transition:.5s;
		  -moz-transition:.5s;
		  -webkit-transition:.5s;
		  transition:.5s;
}

.top-bar-scroll a.header-logo {
	width: 130px;
}

.top-bar-scroll .svg-logo-text {
	opacity: 0;	
}

a.promo-banner, .promo-banner {
	width: calc(100% - 20px);
	padding: 2px 10px;
	background-color: #D7532A;
	position: fixed;
	top:0;
	left:0;
	text-align: center;
	color: #fff !important;
	font-size: 14px;
	font-weight: 600;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 99998;
}

.promo-banner {
	cursor: default;
}

a.promo-banner:hover {
	background-color: #C32572;
	color: #fff !important;
}

a.promo-banner span {
	margin-left: 10px;
	font-weight: 400;
	font-size: 14px;
	text-decoration: underline;
}





/* Navigation */

.nav {
	display: inline-block;
	width: 100%;
	margin: 0;
	text-align: right;
}

.nav-top {
	display: inline-block;
	width: 100%;
	text-align: right;
}

.nav ul, .nav-top ul {
	margin: 0;
	padding: 0;
}

.nav-top ul li {
	display: inline;
	text-decoration: none;
}

.nav ul li {
	display: inline;
	text-decoration: none;
}

/*.nav ul li.menu-item-has-children a{
	background: url(images/nav-dropdown.jpg) right center no-repeat;
	padding-right: 20px;
}

.nav ul li.menu-item-has-children ul li a,
.nav ul li ul li.menu-item-has-children ul li a{
	background: none;
	padding-right: 10px;
}

.nav ul li ul li.menu-item-has-children a{
	background: url(images/nav-dropdown-right.jpg) right center no-repeat;
	padding-right: 20px;
	background-position: 98% center;
}*/

.nav a {
	position: relative;
	padding: 10px 10px 10px 0px;
	margin-left: 30px;
	display: inline-block;
	text-decoration: none;
	font-size: 20px;
	font-weight: 600;
	color: #4C4286;
}

.nav li.menu-item-has-children a {
	padding: 35px 30px 35px 30px;
	margin-left: 0;
	appearance: none;
	-webkit-appearance: none;
	background-repeat: no-repeat !important;
	background-position: 98% 51% !important;
	background-size: auto 9px !important;
	background: #fff url(images/select-nav-dropdown.svg);
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.nav-top a {
	position: relative;
	padding: 10px 15px 10px 15px;
	display: inline-block;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	background: #4C4286;
}

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

.nav-top a:hover, .nav-top .current_page_ancestor > a, .nav-top .current_page_item > a {
	color: #fff;
	background: #C32572;
}

.nav ul li:last-child a {
	color: #fff;
	background: #c32572;
	//font-weight: 600;
	padding: 10px 25px 8px 25px;
	border-radius: 25px;
	font-size: 18px;
	top: -1px;
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.nav ul li:last-child a:hover {
	background: #4C4286;	
}

.nav ul li:last-child a i {
	font-size: 16px;
	margin-right: 5px;
}

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

.nav ul li ul a:link, .nav ul li ul a:visited {
	display: inline-block;
	text-decoration: none;
	padding: 10px;
} 

.nav ul li ul {
	position: absolute;
	display: block;
	text-align: left;
	z-index: 1000;
	margin: 0 auto;
	padding: 20px 0 20px;
	width: calc(100% - 40px);
	left: 0;
	right: 0;
	top: 100%;
	max-width: 900px;
	--widthA: calc(100vw - 900px);
	--widthB: calc(var(--widthA) / 2);
	-webkit-clip-path: inset(0 calc(var(--widthB) * -1) 100% calc(var(--widthB) * -1));
	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);
}

.top-bar-scroll .nav ul li ul {
	top: 98%;
}

.top-bar-scroll .nav ul li ul li ul {
	top: 4px;
}

.nav ul li ul.sub-menu-active {
	-widthA: calc(100vw - 110px);
	--widthB: calc(var(--widthA) / 2);
	-webkit-clip-path: inset(0 calc(var(--widthB) * -1) -5px calc(var(--widthB) * -1)); */
	clip-path: inset(0 calc(var(--widthB) * -1) -5px calc(var(--widthB) * -1));
}

.nav ul li ul:before {
	content: '';
	position: absolute;
	top: 0;
	height: 100%;
	--widthA: calc(100vw - 900px);
	--widthB: calc(var(--widthA) / 2);
	width: calc(100% + var(--widthA));
	left: calc(var(--widthB) * -1);
	background: #fff;
	z-index: -1;
	box-shadow: 0px 2px 0px #4C4286;
}

.nav ul li ul li {
	display: inline-block;
	float: left;
	padding: 0;
	margin: 0px;
	width: 250px;
	text-align: left;
	clear: left;
}

.nav ul li ul li.menu-item-has-children {
	appearance: none;
	-webkit-appearance: none;
	background-repeat: no-repeat !important;
	background-position: 95% 51% !important;
	background-size: auto 12px !important;
	background: #fff url(images/dropdown-arrow-right.svg);
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

/*
.nav ul li ul li.menu-item-has-children a:hover {
	background-position: 93% 51% !important;
}
*/
.nav ul li ul li ul{
	-webkit-clip-path: unset;
	display: inline-block;
	position: absolute;
	z-index: 1111;
	background: #fff;
	top: 4px;
	left: 250px;
	width: calc(100% - 250px);
	float: none;
	vertical-align: top;
	padding: 15px 40px 20px 0;
	height: 100%;
	column-count: 2;
	box-shadow: -2px 0px 0px #4C4286;
	padding-left: 50px;
	overflow: hidden;
	height: calc(100% - 20px);
}

.nav ul li ul li ul li {
	width: 100%;
	text-align: left;
	padding: 0;
	box-shadow: none;
	height: auto;
}

.nav ul li ul li ul li a {
	padding: 6px !important;
}

.nav ul li ul li ul:before {
	content: unset;
}

.nav ul li ul li a,
.nav ul li ul li:last-child a {
	color: #4C4286;
	background: #fff !important;
	font-size: 16px;
	margin-left: 0;
	padding: 7px 10px !important;
	width: calc(100% - 40px);
}

.nav ul li ul li ul li a,
.nav ul li ul li ul li:last-child a {
	padding: 6px !important;
}

.nav ul li ul li ul li:last-child a:hover,
.nav ul li ul li:last-child a:hover {
	color: #D7532A;
}

.button-link.donate-button {
	color: #fff;
	background: #c32572;
	border: 2px solid #c32572;
	font-weight: 600;
	padding: 7px 25px 7px 25px;
	border-radius: 25px;
	font-size: 18px;
	min-width: unset !important;
	width: max-content;
	
	display: none;
}

.button-link.donate-button i {
	margin-right: 5px;	
}

.button-link.donate-button:hover {
	background: #4C4286;
	border: 2px solid #4C4286;
}

.top-bar-scroll .nav li.menu-item-has-children a {
	padding: 21px 30px 21px 20px;
}


.menu-icon a {
	padding: 10px;
}


/* Mobile Navigation */

.mobile-nav-header {
	text-align: center;
	float: right;
	display: none;
	z-index: 50001;
	position: relative;
}

.mobile-nav-header i{
	float: right;
	font-size: 40px;
	line-height: normal;
	text-align: center;
	padding: 10px 0;
	color: #4C4286;
	font-weight: 400;
}

.mobile-nav-header:hover i {
	color: #C32472;
	cursor: pointer;
}

.mobile-nav {
	display: none;
	width: 100%;
	max-width: 100%;
	float: left;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 99999;
	overflow: scroll;
	background: #fff;
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

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

.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(95% - 48px);
	margin: 0;
	font-size: 22px;
	text-align: left;
	padding: 10px 5% 10px 0;
	color: #4C4286;
	font-weight: 600;
}

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

.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: 26px;
	width: 15px;
	color: #4C4286;
	font-weight: 600;
}

.mobile-nav li:last-child a i{
	display: none;
}

.mobile-nav ul li ul li.mobile-nav-back {
	display: inline-block;
	width: 100%;
}

.mobile-nav ul li ul li.mobile-nav-back i{
	float: left;
	font-size: 20px;
	padding: 17px 15px 13px 0;
}

.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;
	font-size: 20px;
}

.mobile-nav ul li ul{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 200;
	width: 100%;
	overflow: scroll;
	background: #fff;
}

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

a.mobile-logo {
	float: left;
	width: 160px;
	max-width: 100%;
	margin: 8px 0 0 20px;
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

a.mobile-logo svg {
	width: 100%;
}

a.mobile-logo .svg-logo-text{
	display: block !important;
	opaciy: 1 !important;
}

.mobile-close-menu {
	text-align: center;
	float: right;
	z-index: 50001;
	position: relative;
	margin-top: 10px;
	margin-right: 25px;
}

.mobile-close-menu i {
	float: right;
	font-size: 34px;
	line-height: normal;
	text-align: center;
	padding: 10px 0 5px 10px;
	font-weight: 400;
	color: #4C4286;
}

.mobile-nav .menu-main-container {
	position: relative;
	float: left;
	width: calc(100% - 40px);
	height: 100%;
	margin: 30px 20px 0;
	max-height: calc(100vh - 360px);
	overflow: scroll;
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

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

.mobile-menu-icons {
	display: inline-block !important;
	width: calc(100% - 40px);
	padding: 10px 20px 10px;
}

.mobile-menu-icons a {
	width: max-content;
	margin-right: 30px;
	padding: 0;
	margin-top: 10px;
	color: #c32472;
	font-size: 24px;
}

.top-bar-bottom a i {
	font-weight: 600;
}

.mobile-nav .button-link.donate-button{
	margin-left: 20px;
	margin-top: 30px;
	padding: 7px 25px 7px 20px;
}



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

*/





/* Body */

.page-wrapper{
	float: left;
	width: 100%;
	overflow: hidden;
}

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

.page-content-promo {
	margin: 190px 20px 0;
}

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

.creato_block-container-header{
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}

.creato_block-container-header h2{
	float: left;
	font-size: 42px;
	color: #4C4286;
}

.creato_block-container-arrows,
.eve-container-arrows {
	float: right;
	font-size: 24px;
	color: #D7532A;
	margin-left: 30px;
	margin-top: 8px;
}

.eve-container-arrows {
	margin-top: 0;
	margin-bottom: 10px;
	margin-right: 20px;
}

.eve-container-arrows i {
	font-weight: 500;
	cursor: pointer;
}

.creato_block-type-post_team .creato_block-container-arrows {
	margin-right: 20px;
}

.creato_block-container-arrows i {
	font-weight: 500;
	cursor: pointer;
}

.creato_block-container-arrows i:hover {
	color: #4C4286;	
}

.orange-bg .creato_block-container-arrows i,
.purple-bg .creato_block-container-arrows i,
.pink-bg .creato_block-container-arrows i {
	color: #fff;
}

.purple-bg .creato_block-container-arrows i:hover {
	color: #D7532A;
}

 .creato_block-container-arrows .slider-prev-new {
	margin-right: 5px;
}

.creato_block-container-link{
	float: right;
	margin: 10px 0 20px 0;
	
	text-transform: inherit;
	border: 2px solid #D7532A;
	background: #D7532A;
	color: #fff;
	padding: 7px 32px 8px;
	font-family: "myriad-pro", 'Arial', sans-serif;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	border-radius: 20px;
	min-width: 70px;
	text-decoration: none !important;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	-webkit-appearance:none;
}

.creato_block-container-link:hover{
	color: #fff;
	border: 2px solid #C32472;
	background: #C32472;
}

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


/* creato_block grid */

.creato_block-container .grid {
	display: grid;
	gap: 32px;
	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% - 17px) calc(33.33% - 17px) calc(33.33% - 17px);
	gap: 25px;
}

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

.creato_block-container.creato_block-container-3-columns .grid {
	grid-template-columns: calc(33.34% - 20px) calc(33.33% - 20px) calc(33.33% - 20px);
	gap: 30px;
}

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

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

.creato_block-listing-image{
	float: left;
	width: 100%;
	padding-top: 60.25%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 20px;
}

.creato-block-image-background-true {
	aspect-ratio: 5 / 6;
	overflow: hidden;
	position: relative;
	border-radius: 20px;
}

@supports not (aspect-ratio: 5 / 6) {

	.creato-block-image-background-true {
		padding-top: 50%;
	}

}

.creato-block-image-background-false .button-link{
	background: none;
	padding-left: 0;
	color: #0077A4;
	border: none;
}

.creato-block-image-background-false .button-link:before {
	color: #0077A4;
}

.creato-block-image-background-false:hover .button-link{
	background: none;
	padding-left: 0;
	color: #0077A4;
	border: none;
}

.creato-block-image-background-false:hover .button-link:before {
	color: #0077A4;
	right: 8px;
}

.creato-block-image-background-true .creato_block-listing-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(255, 255, 255);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 62%, rgba(25, 25, 25, 0.9) 101%);
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.creato-block-image-background-true .creato_block-listing-text {
	font-size: 14px;
	position: absolute;
	bottom: 25px;
	left: 30px;
	width: calc(100% - 60px);
	margin: 0;
	text-align: left;
	color: #fff;
}

.creato-block-image-background-false .creato_block-listing-text{
	display: inline-block;
	width: 100%;
	margin: 30px 0 10px;
	color: #3C3D3D;
}

.creato-block-image-background-false .creato_block-listing-text h3{
	color: #4C4286;
	font-size: 24px;
	margin-bottom: 25px;
	line-height: 1.2;
	min-height: 65px;
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.creato_block-container-4-columns .creato-block-image-background-false .creato_block-listing-text h3,
.creato_block-container-5-columns .creato-block-image-background-false .creato_block-listing-text h3 {
	font-size: 20px;
}

.creato-block-image-background-true .creato_block-listing-text-hidden {
	display: none;
}

.creato-block-image-background-true .creato_block-listing-text h3 {
	color: #fff;
	margin-bottom: 5px;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.1;
}

.creato-block-image-background-true.creato_block-listing .button-link {
	background: none;
	border: 2px solid #fff;
	color: #fff;
	min-width: 70px;
}

.creato-block-image-background-true.creato_block-listing .button-link:hover  {
	background: #fff;
	background: none;
	color: #C32572;
	border: 2px solid #C32572;
}

/* end creato_block grid */




/* creato_block slider */

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

.creato_block-container-4-columns .slider .creato-block-image-background-true .creato_block-listing-text h3 {
	font-size: 22px;
}

.creato_block-container-5-columns .slider .creato-block-image-background-true .creato_block-listing-text h3 {
	font-size: 18px;
}

/* end creato_block slider */


.creato_block-listing{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.creato_block-listing-category {
	color: #C32572;
	font-size: 14px;
}

.creato_block-listing-date {
	color: #AFAFAF;
	font-size: 14px;
}

.creato-block-image-background-true .creato_block-listing-date,
.creato-block-image-background-true .creato_block-listing-category {
	color: #fff;	
}

.creato_block-type-post .creato_block-container .grid .creato_block-listing {
	border-bottom: 2px solid #eaeaea96;
	margin-bottom: 10px;
	padding-bottom: 10px;
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.creato_block-type-post .creato_block-container .grid .creato_block-listing.creato-block-image-background-true {
	border-bottom: none;
}

.creato_block-type-post .creato_block-container .grid .creato_block-listing.creato-block-image-background-true:hover {
	border-bottom: none;
}

.creato_block-type-post .creato_block-container .grid .creato_block-listing:hover {
	border-bottom: 2px solid #C32572;
}

.creato_block-type-post .creato_block-container .grid .creato_block-listing:hover .creato_block-listing-text h3 {
	color: #C32572;
}

.creato_block-type-post .creato_block-container .grid .creato-block-image-background-true.creato_block-listing:hover .creato_block-listing-text h3 {
	color: #fff;
}

.creato_block-type-post_team a.creato_block-listing:hover {
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}



.contact-details-outer {
	display: grid;
	align-items: center;
	height: 100%;
	font-size: 18px;
}

.contact-details-outer span {
	font-weight: 600;
	font-size: 20px;
}

.contact-details-outer .contact-title {
	display: none;
	color: #4C4286;
	font-weight: 700;
	font-size: 22px;
}

.contact-footer-title {
	display: none;
}

.contact-details-outer .contact-address {
	font-weight: 400;
	margin-bottom: 8px;
}

.contact-details-directions {
	display: none;
}

.page-content-3497 .contact-details-outer .contact-details-directions {
	display: inline-block;
	margin-top: 30px;
}



/* EVE */

/* JQ UI */

@media (max-width: 610px) {
	#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: 1px solid #4B4186;
	border-radius: 6px;
	z-index: 2147483739 !important;
	box-shadow: 0 2px 2px #4B4186;
	padding: 10px 10px 3px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
	display: none;	
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	top: 1px;
	background: none !important;
	right: 1px;
	cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev {
	left: 1px;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
	background: none !important;
}

.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
	content: '\f053';
	font-family: "Font Awesome 7 Pro";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 14px;
	color: #4B4186;
	opacity: 1;
	font-weight: 400;
	width: 24px;
	height: 22px;
	border: none;
	background: #fff;
	border-radius: 0;
	text-align: center;
	padding-top: 2px;
}

.ui-datepicker .ui-datepicker-next:before {
	content: '\f054';
}

.ui-datepicker .ui-datepicker-prev-hover:before,
.ui-datepicker .ui-datepicker-next-hover:before {
	color: #C32472;
}

.ui-datepicker.ui-datepicker-multi {
	padding: 20px 10px 10px;
	clip-path: polygon(0 0px, 100% 0px, 100% 100%, 0% 100%);
}

.ui-widget {
	font-family: "myriad-pro", 'Arial', sans-serif;
	font-weight: 500;
	font-style: normal;
	box-shadow: none;
}

.ui-datepicker th, .ui-datepicker-title {
	color: #4B4186 !important;
	font-family: "myriad-pro", 'Arial', sans-serif;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 500;
}

.ui-datepicker-title {
	color: #4B4186 !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: none;
	border: none;
	border-radius: 2px;
	text-align: center;
}

.ui-state-default {
	color: #4B4186 !important;
}

.ui-state-active {
	border: none !important;
	background: #4B4186 !important;
	color: #fff !important;
}

.ui-state-hover {
	border: none !important;
	background: #4B4186 !important;
	color: #fff !important;
}

.ui-widget-content {
	border: 1px solid #4B4186 !important;
}

.ui-widget-header {
	border: 1px solid #4B4186 !important;
	background: #fff !important;
	color: #4B4186 !important;
}


.eve-upcoming-events-title {
	display: none;
}

.eve-empty-message {
	font-size: 22px;
	color: #4C4286;
	font-weight: 600;
}

.eve-filter-outer {
	background: #4C4286;
	border-radius: 20px;
	color: #fff;
	width: calc(100% - 80px);
	padding: 30px 40px 40px;
	margin: 80px 0 60px;
}

.eve-filter-outer h3 {
	font-size: 30px;
	text-align: center;
}

.eve-search-title  {
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 18px;
}

.eve-keywords-container input {
	border-radius: 20px;
	border: 1px solid #fff;
	width: calc(100% - 40px);
	padding: 12px 20px;
	background: #fff;
	font-family: "myriad-pro", 'Arial', sans-serif;
	font-size: 13px;
	color: #242421;
}

.eve-date-container input {
	font-family: "myriad-pro", 'Arial', sans-serif;
	font-size: 13px;
	color: #242421;
	border: 1px solid #fff;
	border-radius: 20px;
	padding: 12px 10px;
}

.eve-categroies-dropdown .eve-categories-list-container {
	display: inline-block;
	background: #fff;
	font-size: 13px;
	color: #242421;
	border-radius: 20px;
	line-height: normal;
}

.eve-show-categories-trigger {
	width: calc(100% - 40px);
	padding: 12px 20px;
	color: #6b6b66;
	font-size: 13px;
	border-radius: 20px;
}

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

.eve-categroies-dropdown .eve-categories-list-container-inner {
	padding: 12px 15px;
	width: calc(100% - 30px);
	background: #fff;
	border-radius: 20px;
	border: 1px solid #fff;
	font-size: 13px;
	color: #6b6b66;
	font-family: "myriad-pro", 'Arial', sans-serif;
}

.eve-categories-list-single {
	margin-bottom: 5px;
}

.eve-categories-list-single input {
	vertical-align: text-bottom;
	margin-bottom: 2px;
	margin-right: 5px;
}

.eve-filter-outer input[type="submit"] {
	background: #D7532A;
	color: #fff;
	padding: 10px 20px 11px;
	font-weight: 600;
	font-size: 17px;
	border-radius: 20px;
	font-family: "myriad-pro", 'Arial', sans-serif;
	margin-top: 0;
}

.eve-filter-outer input[type="submit"]:hover {
	background: #C32572;	
}

.eve-events-header {
	border-bottom: none;
}

.eve-events-header-option {
	color: #242424;
	background: none;
	border: 2px solid #4C4286;
	border-radius: 20px;
	padding: 8px 15px;
}

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

.eve-events-header-option i {
	font-weight: 600;
	color: #4C4286;
	font-size: 16px;
}

.eve-events-header-option:hover i, .eve-option-active i {
	color: #fff;
}

.eve-events-header-option span {
	font-weight: 600;
	margin-left: 4px;
	font-size: 16px;
}

.eve-option-grid {
	border-radius: 25px 0 0 25px;
}

.eve-option-calendar {
	border-radius: 0 25px 25px 0;
}

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

.eve-archive {
	border-radius: 20px;
	overflow: hidden;
	background: #fff;
	box-shadow: none;
	margin: 10px 0 40px 0;

}

.eve-archive:hover {
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.eve-list-container.eve-list-container-3 {
	grid-template-columns: calc(33.34% - 24px) calc(33.34% - 23px) calc(33.34% - 23px);
	gap: 0 35px;
}

.eve-archive-image {
	padding-top: 60.25%;
	margin-bottom: 12px;
}

.eve-archive-type {
	float: left;
	width: calc(100% - 40px);
	padding: 5px 20px 5px;
	font-size: 14px;
	color: #AFAFAF;
}

.upcoming-events-outer .eve-slider .eve-archive {
	margin-right: 20px;
}

td.eve-calendar-day a {
	margin: 5px 1%;
}

.eve-calendar-more-events {
	background: #4C4286;
}

.eve-archive-title {
	margin-top: 0;
	color: #4C4286;
	font-size: 14px;
	padding: 2px 20px 5px;
	min-height: 80px;
}

.eve-archive-dates strong {
	display: inline-block;
	margin-right: 5px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
}

.eve-archive-dates {
	font-size: 15px;
	font-weight: 600;
	color: #C32572;
}

.eve-archive .eve-archive-full-details.button-link {
	margin: 10px 20px 20px;
	background: none;
	color: #D7532A;
	text-decoration: underline;
	font-size: 15px !important;
	padding-left: 0 !important;
	padding-bottom: 0 !important;
	border: none;
	min-width: unset !important;
}

.eve-archive .eve-archive-full-details.button-link:hover {
	background: none !important;
	padding-left: 0 !important;
	padding-bottom: 0 !important;
	border: none !important;	
	margin: 10px 20px 20px;
	color: #C32572 !important;
}

.eve-archive-notice-featured {
	z-index: 100;
	background: #D7532A;
}

.eve-change-month-title {
	display: none;
}

.eve_calendar_container table {
	margin-bottom: 10px;
}

td.eve-calendar-day-head {
	float: left;
	background: #D7532A;
	font-weight: bold;
	text-align: center;
	width: 12%;
	color: #fff;
	padding: 5px 1%;
	box-shadow: 0 0 1px #D7532A;
}

.eve-details-day-number span, div.eve-day-number {
	background: #D7532A;
}

.eve-calendar-container, .eve-submit-container, .eve-list-container {
	padding-bottom: 80px;
}

td.eve-calendar-day {
	background: #fff;
	overflow: scroll;
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

td.eve-calendar-day::-webkit-scrollbar {
	display: none;
}

.eve-archive-notice {
	padding: 8px;
	border-radius: 0 0px 8px 0;
}

h2.single-event-title {
   float: left;
   width: 100%;
   margin: 25px 0;
   color: #4C4286;
 }
 
 .single-event-page-content {
   float: left;
   width: 100%;
   margin: 0 0 50px;
 }
 
.single-event-left {
   float: left;
   width: 260px;
   background: #EAEAEA;
   padding: 30px;
   margin-top: 20px;
   border-radius: 20px;
 }
 
 .single-event-right {
   float: left;
	width: calc(100% - 370px);
	padding: 0px 0px 40px 40px;
	max-width: 100%;
	margin-top: 20px;
 }
 
 .single-event-right img {
	display: inline-block;
	width: 500px;
	max-width: 100%;
 }
 
 .eve-single-left-price p {
	 margin: 0;
 }

.eve-single-notice {
	padding: 10px 30px;
	background: #D7532A;
	text-align: center;
	min-width: 60px;
	text-transform: capitalize;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
	width: fit-content;
	font-size: 14px;
	line-height: normal;
	float: left;
	position: relative;
	text-align: left;
 }
 
 .single-event-left .eve-single-notice {
	 border-radius: 30px;
	 margin-bottom: 30px;
	 margin-right:5px;
 }
 
 .eve-single-data.event-notes {
	float: left;
	width: 100%;
	margin:5px 0;
 }
 
 .eve-single-data.event-notes h4,
 .eve-single-data.event-notes i,
 .eve-single-data h4,
 .eve-single-data i {
	display: inline-block;
	font-size: 18px;
	color: #C32572;
 }
 
 .eve-single-data.event-notes i,
 .eve-single-data i {
	margin-right: 10px;
	width: 20px;
	font-weight: 600;
	colro: #C32572;
 }
 
 .eve-single-left-notes {
	 float: left;
	width: 100%;
	margin:5px 0;
 }
 
 .eve-single-email {
	margin: 20px 0;
 }
 
.eve-single-data {
   float: left;
   width: 100%;
   margin: 0 0 25px;
 }
 
 .eve-single-venue, .eve-single-event-dates,
 .eve-more-dates-button, .eve-single-left-organiser,
 .eve-single-left-time, .eve-single-left-price {
	width: calc(100% - 70px);
	margin: 0 35px !important;
	
 }
 
 .eve-single-event-dates {
	 max-height: 190px;
 }
 
 strong.eve-single-event-section-title {
   width: 100%;
   margin-left: 0;
 }
 
 .eve-single-start,
 .eve-single-times span,
 .eve-single-end {
	display: inline-block;
 }
 
 .eve-single-left-venue .eve-single-event-section-title {
	 display: none;
 }

.other-events-outer.grey-bg{
	float: left;
	width: 100%;
}

.eve-ymal {
	float: left;
	width: 100%;
	padding: 60px 0 50px;
}

.eve-ymal .eve-upcoming-events-title {
	display: inline-block;
	font-size: 42px;
	color: #4C4286;
	margin-bottom: 30px;
	font-weight: 600;
}

.eve-grid {
	display: grid;
	grid-template-columns: calc(33.34% - 24px) calc(33.34% - 23px) calc(33.34% - 23px);
	gap: 0 35px;
}

.eve-single-soldout {
	color: red;
	font-weight: 600;
	font-size: 14px;
	display: inline-block;
}

.eve-single-date-soldout {
	color: red;
}

div.auction-nudge-items a img {
	border-radius: 0 !important;
}

div.auction-nudge-items .an-page-top.an-page-wrap,
div.auction-nudge-items .an-controls-top,
.an-ebay-logo {
	display: none !important;
}

div.auction-nudge-items.an-search > div:nth-of-type(2) {
	clip-path: polygon(53% 40%, 54% 40%, 54% 40%, 53% 39%);
}

.an-title a{
	color: #4C4286;
	font-family: "myriad-pro", 'Arial', sans-serif;
	font-weight: 700;
	margin: 0;
	font-size: 20px;
	line-height: 1.3;
}

div.auction-nudge-items div.an-ebay-top {
	display: none !important;	
}

div.auction-nudge-items.theme-responsive div.an-item div.an-price .an-amount {
	color: #242424;
	font-size: 18px;
	font-weight: 400 !important;
}

div.auction-nudge-items div.image-container a,
div.auction-nudge-items div.image-container {
	width: 100% !important;
	max-width: 100% !important;
	max-height: 100% !important;
	height: 100% !important;
}

div.auction-nudge-items.theme-responsive div.an-item div.an-image {
	width: 100% !important;
	max-width: 100%;
	max-height: 100%;
	height: 100% !important;
	margin: 0 !important;
}

div.auction-nudge-items div.image-container img {
	margin: 10px 0;
	padding: 0;
	max-width: 100%;
	max-height: 100%;
	display: unset;
	width: unset;
	float: left;
}

div.auction-nudge-items .an-view a {
	display: inline-block;
	text-transform: inherit;
	border: 2px solid #D7532A;
	background: #D7532A;
	color: #fff;
	padding: 4px 22px 6px;
	font-family: "myriad-pro", 'Arial', sans-serif;
	font-weight: 700;
	text-align: center;
	margin: 10px 0;
	cursor: pointer;
	font-size: 16px;
	min-width: 152px;
	border-radius: 20px;
	text-decoration: none;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-appearance: none;
}

div.auction-nudge-items .an-view a:hover {
	background: #C32472;
	border: 2px solid #C32472;
	color: #fff;
	cursor: pointer;
}

div.auction-nudge-items .an-item-wrap {
	display: grid;
	gap: 32px;
	grid-template-columns: 100%;
	grid-template-columns: calc(33.34% - 20px) calc(33.33% - 20px) calc(33.33% - 20px);
	gap: 30px;
}

div.auction-nudge-items.theme-responsive div.an-item {
	width: 100% !important;
	max-width: 100% !important;
	padding: 0 !important;
}

div.auction-nudge-items.theme-responsive div.an-item div.an-title {
	margin-bottom: 15px !important;
}

div.auction-nudge-items.theme-responsive div.an-item div.an-price {
	display: inline-block;
	width: 100%;
	margin-top: 15px !important;	
}

div.auction-nudge-items ul.an-page-wrap {
	background: none !important;
	color: #4C4286;
	font-size: 20px;
	font-weight: 600;	
}

.our-commitments .wp-block-column p {
	max-width: 300px;
	margin: 0 auto;
}


/* Video Shortcode */

.video-outer {
	float: left;
	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%;
}

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

.homepage-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,
.homepage-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,
.homepage-video-image .video-content h3 {
	color: #fff;
	font-family: "myriad-pro", 'Arial', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	margin-bottom: 12px;
}

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

.video-outer .video-content .button-link,
.homepage-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,
.homepage-video-image .video-content .button-link:after {
	display: none;
}

.video-outer .video-content .button-link:hover,
.homepage-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 {
	background: #fff;
	border-bottom: none;
	border-radius: 20px;
}

.wp-block-media-text .schema-faq-section{
	border-bottom: 2px solid #eaeaea96;
	background: none;
	border-radius: 0;
}

.wp-block-yoast-faq-block .schema-faq-section:last-child {
	border-bottom: none;
}

.schema-faq-question{
	font-family: "myriad-pro", 'Arial', sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #4C4286;
	letter-spacing: 0.03em;
	line-height: 1.5;
	font-size: 20px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	width: calc(100% - 50px);
	padding: 0 50px 0 0;
}

.purple-bg .wp-block-media-text .schema-faq-question,
.purple-bg .wp-block-media-text .schema-faq-answer {
	color: #fff;	
}

.wp-block-media-text .schema-faq-question{
	font-size: 30px;
	padding: 12px 50px 12px 0;
}



.team-outer {
	margin: 20px 0 40px;
	display: inline-block;
	width: 100%;
}

.this-changes-everything-tabs {
	text-align: center;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}

.this-changes-everything-tabs .tabs {
	width: 100%;
	text-align: left;
	margin: 0 auto;
	display: inline-block;
}

.this-changes-everything-tabs .panels {
	clear: both;
}

.this-changes-everything-tabs .panel {
	display: none;
	padding: 60px 0 20px;
	width: 100%;
	background: #fff;
	float: left;
	text-align: left;
	animation: team_change 1s linear;
}
@keyframes team_change {
	
	0% {
	   opacity: 0;
	 }
	  
	50% {
		opacity: 0.5;
	}
		
	100% {
		opacity: 1;
	}

}

.this-changes-everything-tabs .tab {
	color: #242424;
	display: inline-block;
	width: max-content;
	border: 2px solid #D7532A;
	padding: 10px 25px;
	border-radius: 25px;
	font-size: 16px;
	text-align: center;
	margin: 15px 30px 10px 0;
	text-decoration: none;
	
	display: none;
}

.this-changes-everything-tabs .tab.tab-senior-management-team,
.this-changes-everything-tabs .tab.tab-trustees {
	display: inline-block;
}

.this-changes-everything-tabs .tab.active, .this-changes-everything-tabs .tab:hover {
	color: #fff;
	background: #D7532A;
	border: 2px solid #D7532A;
}

.this-changes-everything-tabs .panel.active {
	display: block;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.panel-inner {
	margin: 0px 0 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 35px;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
}

.archive-team-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(255, 255, 255);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 62%, rgba(25, 25, 25, 0.7) 101%);
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.team-outer .archive-team {
	aspect-ratio: 5/6;
	overflow: hidden;
	width: calc(33.33% - 24px);
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 20px;
	overlay: hidden;
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.team-outer .archive-team:hover,
.related-team-inner .archive-team:hover {
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
}

.archive-team .archive-team-content {
	font-size: 16px;
	position: absolute;
	bottom: 25px;
	left: 30px;
	width: calc(100% - 60px);
	margin: 0;
	text-align: left;
	color: #fff;
	text-decoration: none;
}

.archive-team .archive-team-content h2 {
	color: #fff;
	margin-bottom: 5px;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.1;
}

.single-team {
	margin: 200px 20px 0;
}

.single-team-content {
	display: grid;
	grid-template-columns: 400px calc(100% - 460px);
	gap: 60px;
	align-items: flex-start;
	margin-top: 25px;
	margin-bottom: 70px;
}

.single-team-image {
	aspect-ratio: 5/6;
	overflow: hidden;
	width: 100%;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 20px;
	overflow: hidden;
}

.single-team-content.index-cover-image-no-image {
	grid-template-columns: 100%;
}

.single-team-content.index-cover-image-no-image .single-team-image {
	display: none;
}

.single-team-role {
	display: inline-block;
	width: 100%;
	font-weight: 600;
	color: #C32572;
	margin-top: 5px;
	font-size: 20px;
}

.single-team-detail-top {
	display: grid;
	grid-template-columns: calc(100% - 130px) 120px;
	gap: 10px;
	align-items: center;
}

.single-team-detail-top h1,
h3.related-team-inner-header {
	color: #4C4286;
	font-size: 36px;
}

h3.related-team-inner-header {
	margin-bottom: 30px;
	margin-top: 60px;
	float: left;
	width: max-content;
	max-width: 100%;
}

.single-team-detail-contact a {
	color: #C32572;
	font-size: 20px;
	margin-left: 15px;
}

.single-team-detail-contact a:hover {
	color: #4C4286;
}

.related-team-inner {
	display: grid;
	width: 100%;
	grid-template-columns: calc(25% - 15px) calc(25% - 15px) calc(25% - 15px) calc(25% - 15px);
	gap: 20px;
}

.related-team-inner .slick-track {
	margin-left: 0;
}

.related-team-inner .archive-team {
	aspect-ratio: 5/6;
	overflow: hidden;
	width: 100%;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 25px;
	border-radius: 20px;
	overlay: hidden;
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.related-team-inner .archive-team .archive-team-content {
	font-size: 14px;
}

.single-team-related-outer {
	float: left;
	width: 100%;
	padding-bottom: 80px;
}

.single-team-related-outer .creato_block-container-arrows {
	margin: 65px 20px 30px 30px;
}


.schema-faq-question:after{
	content: '\f054';
	font-family: "Font Awesome 7 Pro";
	float: right;
	border-radius: 0;
	background: none;
	color: #D7532A;
	padding: 5px;
	width: 20px;
	height: 20px;
	font-size: 20px;
	line-height: 1.1;
	text-align: center;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	letter-spacing: 0;
	
	position: absolute;
	right: -7px;
	top: 0;
}

.wp-block-media-text .schema-faq-question:after{
	right: 0;
	top: 20px;
}

.schema-faq-answer-open:after{
	transform: rotate(-90deg);
	right: -7px;
}

.schema-faq-answer{
	display: none;
	color: #242424;
}

.schema-faq-answer a {
	position: relative;
}

.schema-faq-answer a:before {
	position: absolute;
	right: -11px;
	top: 65%;
	transform: translateY(-50%);
	content: '\f054';
	font-family: "Font Awesome 7 Pro";
	color: #D7532A;
	font-size: 12px;
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.schema-faq-answer a:hover:before {
	right: -15px;
}

.schema-faq-section {
	display: inline-block;
	padding: 18px 25px 18px 25px;
	width: calc(100% - 50px);
	margin-bottom: 15px;
}

.wp-block-media-text .schema-faq-section {
	padding: 0;
	width: 100%;
	margin-bottom: 0;
}



/* Index */

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

.page-wrapper-1886 #sidebar {
	display: inline-block;	
}

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

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

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


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

.pagination a.page-numbers, .pagination span.current{
	display: inline-block;
	width: 25px;
	text-align: center;
	color: #4C4286;
	font-size: 22px;
	text-decoration: none;
	padding: 0 4px;
}

.pagination span.current, .pagination a.page-numbers:hover{
	color: #fff;
	background: #D7532A;
	border-radius: 50%;
	padding: 0 4px;
}

.pagination a.prev:hover, .pagination a.next:hover {
	text-decoration: underline;
	background: none;
	border-radius: 0;
	color: #D7532A;
	padding: 0 3px;
}

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

.single-content-navigation {
	padding: 30px 0;
	margin: 20px 0 0;
	float: left;
	width: 100%;
	background: #EAEAEA;
	overflow: hidden;
}

.single-content-navigation .page-content {
	margin: 0 20px 0;
}

.single-navigation {
	display: grid;
	grid-template-columns: calc(50% - 1px) calc(50% + 1px);
	gap: 0;
	border-radius: 8px;
}

.single-navigation a {
	text-decoration: none;	
}

.single-content-navigation .centred {
	max-width: 1300px;
}

.single-navigation .back-single {
	padding: 25px 70px 10px 110px;
	width: calc(100% - 180px);
	text-align: left;
	position: relative;
	cursor: pointer;
}

.single-navigation .next-single {
	border-left: 2px solid rgb(61 60 60 / 11%);
	padding: 25px 110px 10px 70px;
	width: calc(100% - 180px);
	text-align: left;
	position: relative;
	cursor: pointer;
}

.single-navigation .next-single i{
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
	padding: 10px 12px;
	font-size: 22px;
	color: #D7532A;
	background: none;
	font-weight: 400;
	border-radius: 8px 0 0 8px;
	cursor: pointer;
}

.single-navigation .next-single:hover i {
	color: #4C4286;	
}

.single-navigation .back-single {
	text-align: left;
}

.single-navigation .back-single i {
	position: absolute;
	content:'';
	left: -20px;
	top: 50%;
	transform: translateY(-50%);
	padding: 10px 12px;
	font-size: 22px;
	color: #D7532A;
	cursor: pointer;
	background: none;
	border-radius: 0 8px 8px 0;
	font-weight: 400;
}

.single-navigation .back-single:hover i {
	color: #4C4286;	
}

.single-navigation .single-post-link {
	color: #C32572;
	text-transform: capitalize;
	font-family: "myriad-pro", 'Arial', sans-serif;
	font-size: 14px;
	margin-bottom: 15px;
}

.single-navigation .single-post-link span {
	position: relative;
}

.single-navigation .post-link-title {
	color: #4C4286;
	font-size: 24px;
	font-weight: 600;
}




/* News */

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

.index-header h1 {
	color: #4C4286;
}

.archive-news-outer{
	display: grid;
	grid-template-columns: calc(50% - 18px) calc(50% - 18px);
	gap: 35px;
	margin: 20px 0 70px;
}

.archive-search-outer {
	display: block;
	margin-top: 40px;
}

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

.blog-filters {
	width: 100%;
	float: right;
	margin-top: 10px;
}

a.archive-news {
	text-decoration: none;
}

.archive-news-text h2 {
	display: inline-block;
	color: #4C4286;
	margin-bottom: 25px;
	line-height: 1.2;
	min-height: 65px;
	margin-top: 15px;
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.single-wrapper {
	margin-top: 200px;
}

.archive-news-text small,
.single-content-categories {
	color: #AFAFAF;
	font-size: 14px;
}

.archive-news-categories,
.single-content-date {
	color: #C32572;
	font-size: 14px;
}

.archive-news {
	border-bottom: 2px solid #eaeaea96;
	margin-bottom: 10px;
	padding-bottom: 10px;
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.archive-news:hover {
	border-bottom: 2px solid #C32572;
}

.archive-news:hover h2 {
	color: #C32572;
}

.wp-block-categories .wp-block-categories__label {
	display: none;
}

.archive-news-image {
	float: left;
	width: 100%;
	padding-top: 60.25%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 20px;
}

.single-content {
	float: inherit;
	display: inline-block;
	max-width: 800px;
	margin: 40px auto 60px; 
}

.single-content-image {
	display: inline-block;
	width: 100%;
	aspect-ratio: 16/8;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 20px;
}

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

	.single-content-image {
		padding-top: 50.25%;
	}

}

.search-results {
	margin-top: 250px;
}

.smart-search-input {
	padding: 13px 20px;
	border-radius: 20px;
	border: 2px solid #4C4286;
	width: calc(100% - 40px);
	font-size: 18px;
}

.smart-search-page-results-section-inner .woocommerce-page.columns-3 ul.products li.product, .smart-search-page-results-section-inner .woocommerce.columns-3 ul.products li.product {
	width: 100%;
}


/* Breadcrumbs */

.custom-breadcrumbs,
.custom-breadcrumbs a {
	color: #A7A7A7;
	margin: 0 2px;
	text-decoration: none;
}

.custom-breadcrumbs a:hover {
	color: #D7532A;
}

.custom-breadcrumbs span span:first-child a {
	margin: 0 2px 0 0;
}

.custom-breadcrumbs {
	display: inline-block;
	width: 100%;
	text-align: left;
	font-size: 12px;
	margin: 22px 0 40px;
	font-size: 13px;
}

.custom-breadcrumbs span:last-of-type {
	margin: 0 2px;
}

.custom-breadcrumbs span:first-of-type {
	margin: 0;
}


/* Error Page */

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



/* Map */

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

.map-container.full-width {
	margin-left: -50vw !important;
	margin-right: -50vw !important;
}

.map-listing-content {
	color: #242424;
}

#google-map, #contact-map{
	height: 500px;
}

.shop-address {
	margin:5px 0 10px;
}

.shop-hours {
	margin:10px 0;
}

.shop-hours strong {
	display: block;
	margin: 0 0 5px;
}

.shop-locations {
	gap: 2em;
}

.shop-locations .wp-block-column {
	position: relative;
	z-index: 1;
	border-radius: 20px;
	overflow: hidden;
}

.shop-locations .wp-block-column .wp-block-group {
	padding: 20px 20px 5px;
}

.shop-locations .wp-block-column:before {
	content: '';
	width:100%;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: 0;
	margin-right: 0;
	height: 100%;
	background: #EAEAEA;
}

.shop-locations-single .wp-block-column:last-of-type:before {
	background: none;
}
	
.contact-page.contact-details-outer .contact-title {
	display: inline-block;
}

.contact-page.contact-details-outer span,
.contact-page.contact-details-outer strong{
	font-weight: 400 !important;
	font-size: 16px;
}

.contact-page.contact-details-outer strong,
.contact-page.contact-details-outer br:first-of-type {
	display: none;	
}

.contact-page.contact-details-outer .contact-title {
	color: #4C4286;
	font-weight: 600 !important;
	font-size: 22px;
	line-height: 1.4;
	margin-bottom: 5px;
}

.contact-page.contact-details-outer {
	display: grid;
	font-size: 18px;
	gap: 20px 10px;
	grid-template-columns: calc(50% - 5px) calc(50% - 5px);
	align-items: flex-start;
	margin-top: 40px;
	height: auto;
}

.contact-page .contact-details-inner a {
	display: block;
	width: max-content;
}

.contact-page .contact-details-directions {
	display: none;
}

.social-icons-container.contact-page{
	margin-top: 15px;
}

.contact-page a.social-icon {
	color: #4C4286;
	min-width: 26px;
	height: 26px;
	font-size: 26px;
	margin-left: 0;
	padding-left: 0;
	margin-right: 10px;
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.contact-page a.social-icon:hover {
	color: #C32572;
}


/* Contact Form */

.creato_cf_main, 
.creato_cf_main_wrapper {
	float: left;
	width: calc(100% - 70px);
	text-align: left;
	background: #4C4286;
	border-radius: 20px;
	color: #fff;
	padding: 35px;
}

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

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

.creato_cf_main_wrapper.gform-theme--foundation .gform_fields {
	row-gap: 10px;
}

.contact-row label {
	display: none;
	width: 100%;
	vertical-align: top;
	margin-bottom: 8px;
}

.contact-row input[type="text"], .contact-row textarea,
.creato_cf_main_wrapper.gform-theme--foundation .ginput_complex input[type="text"],
.creato_cf_main_wrapper.gform-theme--foundation .gfield input[type="email"],
.creato_cf_main_wrapper.gform-theme--foundation .gfield input[type="tel"],
.creato_cf_main_wrapper.gform-theme--foundation .gfield textarea,
.gform-theme--foundation .gfield input[type="text"],
.gform-theme--foundation .gfield input[type="email"],
.gform-theme--foundation .gfield input[type="tel"],
.gform-theme--foundation .gfield textarea,
.gform-theme--foundation .gfield select {
	border: 1px solid #fff;
	padding: 10px 22px;
	color: #252424;
	/*width: calc(100% - 44px);
	max-width: calc(100% - 44px);*/
	font-size: 14px;
	-webkit-appearance:none;
	font-family: "myriad-pro", 'Arial', sans-serif;
	border-radius: 20px;
	height: 42px;
	line-height: 1.5;
}

.creato_cf_main_wrapper.gform-theme--foundation .gfield .gfield_label {
	color: #fff;
}

.contact-row textarea,
.creato_cf_main_wrapper.gform-theme--foundation .ginput_complex textarea {
	min-height: 180px;
}

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

.contact-row-contact_terms label:last-of-type{
	font-weight: 400;
}

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


.contact-row-contact_terms label input{
	vertical-align: bottom;
}

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

.contact-row button,
.creato_cf_main_wrapper.gform-theme--foundation .gform-footer input[type="submit"],
.gform-theme--foundation .gform-footer input[type="submit"] {
	float: right !important;
	margin-bottom: 0;
	background-color: #D7532A !important;
	color: #fff !important;
	border: 2px solid #D7532A !important;
	padding: 13px 22px 13px !important;
}

.creato_cf_main_wrapper.gform-theme--foundation .gform-footer {
	justify-self: flex-end;
}

.contact-row.contact-row-contact_recaptcha {
	margin-bottom: 0;
}

.gform_title, .gform_description {
	display: none;
}



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







/* Footer */

.footer {
	width: calc(100% - 40px);
	padding: 65px 20px 40px;
	float: left;
	background: #4C4286;
	color: #fff;
}

.footer .centred {
	max-width: 1360px;
}

a.footer-logo {
	float: left;
	width: 180px;
	max-width: 100%;
	justify-self: end;
}

a.footer-logo svg {
	width: 100%;
}

.footer a{
	color: #fff;
}

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

.footer a.button-link:hover{
	color: #fff;	
}

.footer-top {
	display: grid;
	grid-template-columns: calc(100% - 200px) 180px;
	gap: 20px;
	align-items: flex-start;
	text-align: left;
}

.footer-top-content {
	margin-top: 20px;
}

.footer-top-content > div {
	display: inline-block;
	margin-left: 25px;
	border-radius: 30px !important;
	overflow: hidden;
	margin: 0px 0 -18px 25px;
	font-weight: 700 !important;
	cursor: pointer;
}

.footer-top-content > div a > div{
	line-height: 45px;
	font-size: 16px !important;
	min-width: 200px !important;
	font-family: "myriad-pro", 'Arial', sans-serif !important;
	background-color: #C32472 !important;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.footer-top-content > div a:hover > div {
	background-color: #D7532a !important;
}

.footer-top-content span {
	font-weight: 600;
	font-size: 32px;
	line-height: 1.4;
	display: block;
	max-width: 800px;
	margin-bottom: 20px;
}

.footer-top-content a.button-link {
	min-width: 122px;
}

.footer-top-content a.button-link:first-of-type {
	margin-right: 25px;
}

.contact-details-outer.footer-contact {
	display: grid;
	align-items: flex-start;
	justify-items: flex-start;
	text-align: left;
	gap: 8px;
	height: 100%;
	font-size: 16px;
	grid-template-columns: calc(25% - 6px) calc(25% - 6px) calc(25% - 6px) calc(25% - 6px);
	margin-top: 70px;
	/* max-width: 1200px; */
}

.contact-details-outer.footer-contact span {
	font-size: 16px;
	display: block;
	font-weight: 400;
}

.contact-details-outer.footer-contact .contact-footer-title {
	display: block;
	margin-bottom: 12px;
	font-size: 20px;
	font-weight: 600;
}

.contact-details-outer.footer-contact span.contact-title {
	display: none;
}

.contact-details-outer.footer-contact strong{
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 12px;
	display: inline-block;
}

.contact-details-outer.footer-contact .contact-locations strong {
	color: #fff;
	display: block;
}

.contact-details-outer.footer-contact .contact-hospice .contact-address strong {
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 0;
}

.contact-details-outer.footer-contact .contact-hub .contact-address strong {
	max-width: 300px;
}

.contact-details-outer.footer-contact .contact-hospice a.contact-details-directions {
	display: block;
	text-decoration: underline;
	margin-top: 20px;
}

.menu-footer-top-container li a {
	margin-right: 2px;
	padding-right: 4px;
	border-right: 1px solid rgb(255 255 255 / 56%);
	line-height: 1;
	display: inline-block;
}

.menu-footer-top-container li:last-child a {
	border-right: none;
}

.footer-social {
	text-align: left;
	margin-top: 0;
}

.footer-social a.social-icon {
	min-width: 24px;
	height: 24px;
	padding: 5px 5px 5px 0;
	margin: 5px 10px 5px 0px;
	font-size: 24px;
}

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

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

.credit{
	display: grid;
	grid-template-columns: calc(100% - 170px) 160px;
	gap: 10px;
	align-items: flex-start;
	width: 100%;
	font-size: 14px;
	text-align: left;
	margin-top: 20px;
	border-top: 1px solid #ffffff4d;
	padding-top: 15px;
	color: #fefefea1;
}

.credit a {
	color: #fefefea1;
}

.credit-left{
	float: left;
}

.credit-right{
	float: right;
}

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

.credit-link {
	width: 100%;
	margin-top: 5px;
}

.credit-right {
	justify-self: end;
	align-self:end;
}

.credit-right .credit-link {
	margin-top: 0;	
}

.credit-link .menu-footer-bottom-container {
	display: inline-block;
}

div.cqc-widget.cleanslate {
	display: none !important;
	max-width: 240px !important;
	border-radius: 20px !important;
	overflow: hidden !important;
}

.footer-contact-top div.cqc-widget.cleanslate {
	display: block !important;
}

.footer-contact-bottom {
	display: inline-block;
	width: 100%;
	text-align: left;
}

.footer-contact-bottom strong{
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 0px;
	display: inline-block;
}

	
	
	
/* Smart Search */
	
	
.v2-search-top h2 {
    display: inline-block;
    
}

.v2-search-top-new-search input.smart-search-submit {
    display: inline-block;
}
	
	
.v2-search-results-switches input{
	cursor: pointer;
}

.v2-search-top-new-search input.smart-search-submit,
.v2-search-results-switches input,
.creato_search form input{
	font-family: "lato", 'Helvetica', 'Arial', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 19px;
	width: 600px;
	padding: 12px 54px 12px 4px;
	border: none;
	max-width: calc(100% - 60px);
	color: #475943;
	border-bottom: 1px solid rgba(71, 89, 67, 0.4);
	background: #F5F4F2 url(images/search-icon.svg) right center no-repeat;
	background-position: 97% center;
	background-size: 18px;
}

	
	
.v2-search-results-tab .archive-top-new-details,
.v2 .archive-top-new-details {
	margin: 10px 0 0px;
	padding-left: 50px;
	width: calc(100% - 50px);
}


.v2-search-results-tab.smart-search-results-section .smart-search-page-results-section-inner .archive-news-text,
.v2 .archive-news-text{
	display: inline-block;
	width: 100%;
	padding: 5px 0 0;
	margin: 0;
}


.v2-search-results-tab .archive-news-text h2,
.v2 .archive-news-text h2 {
	display: inline-block;
	color: #4C4286;
	margin-bottom: 25px;
	line-height: 1.2;
	min-height: 65px;
	margin-top: 15px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}


.v2-search-results-tab .archive-news-text p,
.v2 .archive-news-text p {
	font-size: 14px;
}

.v2-search-results-tab .creato_block-listing-category span ,
.v2 .creato_block-listing-category span {
	font-size: 14px;
}


.v2-search-results-tab .archive-news,
.v2 .archive-news {
	width: auto;;
}

	

.v2-search-results-tab .archive-news,
.v2 .archive-news {
	
}
	
.v2-search-results-tab .archive-top-new-details::before,
.v2 .archive-top-new-details::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 1px;
	background: #475943;
	width: 40px;
}
	
.smart-search-page-results-section-inner {
	display: grid;
    grid-template-columns: calc(33.33% - 15px) calc(33.33% - 15px) calc(33.33% - 15px);
	gap: 20px 20px;
}

.smart-search-switches{
    margin: 20px 0;
    display: none;
        /*
    display: grid;
	gap: 40px;
	grid-template-columns: calc(25%) calc(25%) calc(25%) calc(25%);
        */
}

/*
.smart-search-switch {
    padding: 10px;
    margin: auto;
    width: 100px;
    font-size: 12px;
    margin-top: 10px;
    background: #E1E2DC;
    border-radius: 20px;
    cursor: pointer;
    -o-transition: 0.75s;
    -ms-transition: 0.75s;
    -moz-transition: 0.75s;
    -webkit-transition: 0.75s;
    color: #475943;
    display: inline-block;
    
}
*/

/*
.smart-search-switch.active {
    color: #fff;
    background: #475943;
}
*/

.smart-search-switch:hover {

}



.v2-search-results-switches input.smart-search-submit,
.creato_search form input.smart-search-submit {
    position: absolute;
    right: 0;
	top: 0;
    width: auto;
    border: none;
}




.creato_search.v2 form {
	width: 600px;
	margin: auto;
	position: relative;
	max-width: calc(100% - 40px);
	padding: 0 20px;
}

.v2.creato_search form input.smart-search-input {
	width: 100%;
	background: none;
}

.v2 .smart-search-results-outer.smart-search-columns-1 {
    grid-template-columns: 100%;
}

.v2 .smart-search-results-section{
    display: grid;
    gap: 20px;
    grid-template-columns: calc(25% - 15px) calc(25% - 15px) calc(25% - 15px) calc(25% - 15px);
	padding-right: 0;
}



.v2-search-results-empty {
    font-size: 20px;
    text-align: center;
    width: 100%;
	font-weight: 600;
	color: #4C4286;
	margin-bottom: 70px;
}

.v2-search-results-tab a.smart-search-single,
.v2 .smart-search-results-section a.smart-search-single {
  aspect-ratio: 14 / 8;
  margin-bottom: 30px;
	text-align: left;
}

.v2 .smart-search-results-section a.smart-search-single,
.v2-search-results-tab a.smart-search-single {
	aspect-ratio: 5 / 6;
	min-height: 250px;
	border-radius: 20px;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

@supports not (aspect-ratio: 5 / 6) {

	.v2 .smart-search-results-section a.smart-search-single,
	.v2-search-results-tab a.smart-search-single {
		padding-top: 52%;
	}

}

.v2 .smart-search-results-section a.smart-search-single .smart-search-single-overlay,
.v2-search-results-tab a.smart-search-single .smart-search-single-overlay {
	position: relative;
	width: 100%;
	height: 100%;
	background: rgb(255, 255, 255);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 62%, rgba(25, 25, 25, 0.9) 101%);
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.v2 .smart-search-single-title,
.v2-search-results-tab .smart-search-single-title {
	font-style: normal;
	color: #fff;
	margin-bottom: 5px;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.1;
}

.v2 .smart-search-results {
	overflow: scroll;
	-ms-overflow-style: none;  /* IE and Edge */
	  scrollbar-width: none;  /* Firefox */
}

.v2 .smart-search-results::-webkit-scrollbar {
  display: none;
}


.v2 .ttd .smart-search-page-results-section-inner,
.v2-search-results-tab.smart-search-results-section.smart-search-page-results-section.ttd .smart-search-page-results-section-inner {
    grid-template-columns: calc(25% - 15px) calc(25% - 15px) calc(25% - 15px) calc(25% - 15px);
    gap: 30px 20px;
}


.v2 .tlbb-block-image-background-false .tlbb_block-listing-overlay,
.v2-search-results-tab .tlbb-block-image-background-false .tlbb_block-listing-overlay {
    background: #fff;
}


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

.v2-search-results-tab.smart-search-page-results-section .archive-news {
	background: #fff;
	margin-bottom: 0;
}

.v2-search-results-tab.smart-search-page-results-section.posts .archive-news {
	/* padding: 10px; */
}

.v2-search-results-tab.props .smart-search-page-results-section-inner,
.v2 .smart-search-results-section.properties {
	aspect-ratio: unset;
	min-height: unset;
	max-height: unset;
	display: grid;
	grid-template-columns: calc(33.34% - 20px) calc(33.33% - 20px) calc(33.33% - 20px);
	gap: 50px 30px;
	padding-right: 0;
}

.v2 .smart-search-results-section.ttd {
	grid-template-columns: calc(25% - 15px) calc(25% - 15px) calc(25% - 15px) calc(25% - 15px);
	gap: 30px 20px;
	padding-right: 0;
	max-height: unset;
}

.v2-search-results-tab.props .smart-search-page-results-section-inner .sc-single-property {
    background: #fff;
}

.v2-search-results-tab.props .smart-search-page-results-section-inner a,
.v2 .smart-search-results-section.properties a {
	aspect-ratio: unset !important;
	margin-bottom: 0;
}

.v2-search-results-tab.props .smart-search-page-results-section-inner .sc-archive-image a,
.v2 .smart-search-results-section.properties .sc-archive-image a {
	aspect-ratio: 7/5 !important;
}

.v2 .single-property-standard .single-archive-content {
  background: #fff;
}

.v2 .smart-search-results-section {
	overflow: auto;
}

/* Search V2 results page */


/*
.v2-search-results-switch {
    padding: 10px;
    margin: auto;
    width: 100px;
    font-size: 12px;
    margin-top: 10px;
    background: #E1E2DC;
    border-radius: 20px;
    cursor: pointer;
    -o-transition: 0.75s;
    -ms-transition: 0.75s;
    -moz-transition: 0.75s;
    -webkit-transition: 0.75s;
    color: #475943;
    display: inline-block;
	text-align: center;
}
*/


.smart-search-switches,
.v2-search-results-switches {
	list-style: none;
	text-align: left;
	padding: 0;
	position: relative;
	
}

.creato_search.v2 .smart-search-switches {
	text-align: center;
}


.smart-search-switch,
.v2-search-results-switches li  {
	/* opacity: 0.7; */
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	margin: 5px;
	font-size: 11px;
	cursor: pointer;
	
}


.smart-search-switch:first-of-type span {
	margin-left: 0;
}

.smart-search-switch span,
.v2-search-results-switches li span {
	height: auto;
	border-radius: 0px;
	font-style: normal;
	padding: 10px 4px;
	text-align: left;
	margin: 15px 20px 10px 0;
	position: relative;
	text-transform: capitalize;
	font-weight: 500;
	letter-spacing: 1.15px;
	font-size: 18px;

}

.v2-search-results-switches li span .search-results-count {
	display: inline;
}


.smart-search-switch.active span,
.smart-search-switch span:hover,
.v2-search-results-switches li span:hover,
.v2-search-results-switches li.active span{
    font-weight: 600;
	color: #4C4286;
}

/*
.v2-search-results-switches li {
	width: auto;
	height: auto;
	margin: 5px 5px 5px;
	position: relative;

}
*/

/*
.v2-search-results-switches li.active {
    color: #fff;
    background: #475943;
}
*/


.v2-search-results-tab.smart-search-results-section a.smart-search-single .smart-search-single-text,
.v2 .smart-search-results-section .smart-search-single-text,
.v2-search-results-tab .smart-search-single-text {
	font-size: 14px;
  position: absolute;
  bottom: 25px;
  left: 30px;
  width: calc(100% - 60px);
  margin: 0;
  text-align: left;
  color: #fff;
}

.v2 .smart-search-results-section .smart-search-single:hover .smart-search-single-text,
.v2-search-results-tab .smart-search-single:hover .smart-search-single-text {
	bottom: 40px;
}

.v2-search-results-tab.smart-search-results-section .button-link {
    color: #fff;
}

.v2 .smart-search-results-section .button-link {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  font-size: 12px;
  font-family: "lato", 'Arial', sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*
.v2-search-results-switches lies {
  margin: 20px 0;
  display: block;
  text-align: left;
}
*/

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

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

.v2-search-results-tab.smart-search-results-section {
    overflow: visible;
}

.smart-search-page-results-section {
	margin-top: 50px;
	margin-bottom: 50px;
}

.smart-search-page-results-section-inner .eve-archive {
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.smart-search-page-results-section-inner .woocommerce div.product div.images {
	width: 100%;
	margin-left: 0;
}

.smart-search-page-results-section-inner .woocommerce #content div.product div.summary, 
.smart-search-page-results-section-inner .woocommerce div.product div.summary,
.smart-search-page-results-section-inner .woocommerce-page #content div.product div.summary,
.smart-search-page-results-section-inner .woocommerce-page div.product div.summary {
	width: 100%;
}

.smart-search-page-results-section-inner .woocommerce-tabs {
	display: none;	
}

.smart-search-page-results-section-inner .woocommerce div.product h1.product_title {
	font-size: 28px;
}

.smart-search-page-results-section-inner .woocommerce div.product p.price,
.smart-search-page-results-section-inner .woocommerce div.product span.price {
	font-size: 22px;
}

.smart-search-page-results-section-inner .woocommerce-product-details__short-description {
	font-size: 14px;
}

.smart-search-page-results-section-inner .single-product-share-outer,
.smart-search-page-results-section-inner .related.products {
	display: none;
}




/* End search V2 */


@media (max-width: 1400px) {
	
	.gallery-slider, .wide-element,
	.wide-elememt.wp-block-media-text{
		width: calc(100vw - 40px);
		--widthA: calc(100vw - 1200px);
		margin-left: calc(var(--widthB) * -1) !important;
	}
	
	.columns-slider {
		width: calc(100vw - 20px);
		--widthA: calc(100vw - 1200px);
		margin-left: 0 !important;
	}
	
	.woocommerce-breadcrumb {
		width: calc(100vw - 40px);
		--widthA: calc(100vw - 1240px);
		margin-left: calc(var(--widthB) * -1) !important;
	}
	
	.single-content .wide-element {
		--widthA: calc(100vw - 840px);
		width: calc(100vw - 40px);
		margin-left: calc(var(--widthB) * -1) !important;
	}
	
	.columns-slider .slick-prev, .columns-slider .slick-next {
		right: 30px;
	}
	
	.columns-slider .slick-prev {
		right: 60px;
	}

}



@media (max-width: 1360px) {
		
	.top-bar-top .centred {
		padding: 0 10px;
		width: calc(100% - 20px);
	}
	
	.wp-block-media-text.full-width>.wp-block-media-text__content {
		padding: 30px 8% 30px 8%;
	}

}



@media (max-width: 1200px) {
	
	.gallery-slider, .wide-element,
	.wide-elememt.wp-block-media-text,
	.woocommerce-breadcrumb {
		margin-left: 0 !important;
		width: 100%;	
	}
	
	.logo-slider {
		width: calc(100% + 20px);
	}

}


@media (max-width: 1015px) {
	.creato_block-container.creato_block-container-5-columns .grid {
		grid-template-columns: calc(25% - 15px) calc(25% - 15px) calc(25% - 15px) calc(25% - 15px);
	}
	
	.nav a {
		margin-left: 18px;
		font-size: 18px;
	}
	
	.top-bar .centred {
		grid-template-columns: 160px calc(100% - 170px);
	}
	
	a.header-logo {
		width: 160px;
	}
	
	.nav ul li:last-child a {
		font-weight: 700;
		font-size: 16px;
		padding: 10px 18px 8px 18px;
	}
	
	.nav-top a {
		padding: 8px 10px 8px 10px;
		font-size: 16px;
	}
	
	a.promo-banner, .promo-banner {
		font-size: 14px;	
	}
	
	.page-content {
		margin: 160px 20px 0;
	}
	
	.search-results {
		margin: 220px 20px 0;
	}
	
	.page-content-promo {
		margin: 170px 20px 0;
	}
	
	.single-wrapper {
		margin-top: 160px;
	}
	
	.single-content {
		margin: 40px auto 60px;
	}
	
	.single-navigation .back-single {
		padding: 25px 70px 10px 40px;
		width: calc(100% - 110px);
	}
	
	.single-navigation .next-single {
		padding: 25px 40px 10px 70px;
		width: calc(100% - 110px);
	}
	
	.wp-block-media-text .schema-faq-question {
		font-size: 22px;
	}
	
	.nav ul li ul:before {
		width: calc(100% + 40px);
		left: -20px;
	}
	
	.nav li.menu-item-has-children a {
		padding: 35px 30px 35px 18px;
	}
	
}

	
@media (max-width: 900px) {
		
	.contact-details-outer.footer-contact {
		grid-template-columns: calc(50% - -5px) calc(50% - 5px);
		gap: 30px 10px;
	}
	
	.footer-top-content > div {
		margin-left: 0;
		display: block;
		width: max-content;
	}

}


@media (max-width: 870px) {
	.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);
	}
	
	.button-link.donate-button {
		display: inline-block;	
	}
	
	.nav {
		display: none;
	}
	
	.mobile-nav-header {
		display: inline-block;
	}
	
	.top-bar .centred {
		grid-template-columns: 160px calc(100% - 230px) 50px;
		justify-items: end;
	}
	
	.top-bar-scroll {
		top: -41px;
	}
	
	.wp-block-media-text .schema-faq-question:after {
		top: 12px;
	}
	
	.single-content .wide-element {
		margin-left: 0 !important;
		width: 100%;	
	}
	
	.eve-list-container.eve-list-container-3 {
		grid-template-columns: calc(33.34% - 13px) calc(33.34% - 14px) calc(33.34% - 14px);
		gap: 0 20px;
	}
	
	.single-team-content {
		grid-template-columns: 300px calc(100% - 360px);
	}
	
}

@media (max-width: 781px) {

	.how-you-helped .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: calc(50% - 10px) !important;
	}
	
	.eve-featured-home.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{
		flex-basis: calc(50% - 30px) !important;
	}
	
	.eve-featured-home {
		gap: 1em;
	}
	
	.eve-featured-home  a.wp-block-button__link {
		padding: 7px 12px 6px;
	}
	
	.contact-details-outer.footer-contact strong,
	.contact-details-outer.footer-contact .contact-footer-title {
		font-size: 16px;
	}
	
	.eve-list-container.eve-list-container-3 {
		grid-template-columns: calc(50% - 10px) calc(50% - 10px);
	}
	
	.single-event-left {
		width: calc(100% - 60px);
	}
	
	.single-event-right {
		width: 100%;
		padding: 30px 0px 40px 0;
	}
	
	.creato_block-container.creato_block-container-1-columns .grid {
		grid-template-columns: calc(50% - 10px) calc(50% - 10px);
	}
	
	.columns-grid .wp-block-column{
		min-height: unset;
	}
	
	.smart-search-page-results-section-inner,
	.v2-search-results-tab.posts .smart-search-page-results-section-inner {
		grid-template-columns: calc(50% - 10px) calc(50% - 10px);
		gap: 20px 20px;
	}
		
	.smart-search-page-results-section {	
		margin-top: 30px;
	}

}


@media (max-width: 740px) {

	.single-navigation .post-link-title {
		font-size: 16px;
	}
	
	.single-navigation .back-single {
		padding: 30px 30px 10px 40px;
		width: calc(100% - 70px);
	}
	
	.single-navigation .next-single {
		padding: 25px 30px 10px 40px;
		width: calc(100% - 70px);
	}
	
	.team-outer .archive-team {
		width: calc(50% - 18px);
	}
	
}



/* 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,
	.archive-news-outer,
	.archive-search-outer {
		grid-template-columns: calc(50% - 10px) calc(50% - 10px);
		gap: 20px;
	}
	
	.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;
	}
	
	.nav-top a {
		font-size: 14px;
	}
	
	.top-bar-scroll {
		top: -38px;
	}
	
	
	.gallery-slider .slick-prev, .gallery-slider .slick-next {
		top: 43%;
	}
	
	.has-large-font-size {
		font-size: 32px !important;
	}
	
	.eve-featured-home .has-large-font-size {
		font-size: 42px !important;
	}
	
	.eve-mobile-slider .eve-archive,
	.other-events-outer .eve-no-mobile-slider .eve-archive {
		margin: 10px 25px 40px 0 !important;
	}
	
	.eve-mobile-slider .slick-slider,
	.other-events-outer .eve-no-mobile-slider .slick-slider {
		display: block;
		width: calc(100% + 60px);
	} 
	
	.eve-mobile-slider .slick-slider .slick-track,
	.other-events-outer .eve-no-mobile-slider .slick-track {
		margin-left: 0 !important;	
	}
	
	.other-events-outer .eve-no-mobile-slider .slick-list {
		padding-right: 30%;
	}
	
	.footer-top {
		grid-template-columns: calc(100% - 140px) 120px;
	}
	
	.footer-top-content span {
		font-size: 30px;
	}
	
	.eve-container-arrows {
		margin-right: 0;
	}
	
	.single-team-content {
		grid-template-columns: 300px calc(100% - 330px);
		gap: 30px;
	}
	
	.related-team-inner {
		width: calc(100% + 20px);
	}
	
	.related-team-inner .slick-list{
		padding-right: 5%;
	}
	
	.single-team-related-outer .creato_block-container-arrows {
		margin: 0 0 20px 0;
		width: 100%;
		text-align: right;
	}
	
}



@media (max-width: 600px) {

	.wp-block-media-text .wp-block-media-text__content,
	.wp-block-media-text.wide-element>.wp-block-media-text__content {
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left:0;
		padding-right: 0;
	}
	
	.wp-block-media-text.wide-element.orange-bg>.wp-block-media-text__content,
	.wp-block-media-text.wide-element.purple-bg>.wp-block-media-text__content,
	.wp-block-media-text.wide-element.grey-bg>.wp-block-media-text__content,
	.wp-block-media-text.wide-element.pink-bg>.wp-block-media-text__content {
		padding: 30px;
	}
	
	.cookie-banner {
		width: 60px !important;
		height: 60px !important;
	}
	
	.cookie-banner i {
		font-size: 18px !important;
	}
	
	.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;
	}
	
	.wp-block-media-text.full-width>.wp-block-media-text__content,
	.wp-block-media-text.grey-bg .wp-block-media-text__content, .wp-block-media-text.pink-bg .wp-block-media-text__content, .wp-block-media-text.orange-bg .wp-block-media-text__content, .wp-block-media-text.purple-bg .wp-block-media-text__content {
		padding: 30px 8% 30px 8%;
	}
	
	.wp-block-media-text .schema-faq-question:after {
		transform: rotate(90deg);
	}
	
	.wp-block-media-text .schema-faq-question.schema-faq-answer-open:after {
		transform: rotate(-90deg);	
	}
	
	.schema-faq-answer {
		margin-bottom: 40px;
	}
	
	.remove-spacer {
		height: 0 !important;
	}
	
	.creato_block-container.creato_block-container-2-columns .grid {
		grid-template-columns: calc(50% - 10px) calc(50% - 10px);
		gap: 20px;
	}
	
	.creato_block-type-post .creato-block-image-background-false .creato_block-listing-text h3 {
		font-size: 20px;
	}
	
	.creato-block-image-background-false .creato_block-listing-text {
		margin: 20px 20px 10px;
		width: calc(100% - 40px);
	}
	
	.creato_block-type-post .creato_block-container .grid .creato_block-listing {
		border-bottom: none;
		padding-bottom: 0;
	}
	
	.footer-top {
		grid-template-columns: 100%;
	}
	
	.footer-logo {
		display:none;
	}
	
	.footer {
		padding: 40px 20px 30px;
	}
	
	.contact-details-outer.footer-contact {
		margin-top: 60px;
		gap: 25px 10px;
	}
	
	.contact-details-outer.footer-contact {
		grid-template-columns: 100%;
	}
	
	.contact-details-outer.footer-contact .contact-details-inner {
		padding-bottom: 30px;
		border-bottom: 1px solid #ffffff73;
		width: 100%;
	}
	
	.contact-details-outer.footer-contact .contact-footer-title {
		font-size: 18px;
	}
	
	.credit {
		margin-top: 25px;
		padding-top: 25px;
	}
	
	.contact-details-outer.footer-contact .contact-details-inner.contact-hub {
		padding-bottom: 0;
		border-bottom: none;
	}
	
	.credit {
		grid-template-columns: 100%;	
		gap: 20px;
	}
	
	.credit-right {
		justify-self: flex-start;
	}
	
	.credit-link {
		margin-top: 15px;
	}
	
	.creato_block-container .slider {
		width: calc(100% + 20px);
	}
	
	.creato_block-container .slick-list {
		padding-right: 20px;
	}
	
	.eve-filter-outer input[type="submit"] {
		margin-top: 15px;
	}
	
	.has-x-large-font-size {
		line-height: 1.1;
	}
	
	.nav-top a {
		font-size: 13px;
		padding: 8px 5px 8px 5px;
	}
	
	.footer-top-content {
		display: grid;
		grid-template-columns: repeat(2,1fr);
		gap:10px;
	}
	
	.footer-top-content a.button-link {
		min-width: auto !important;
		width: -webkit-fill-available;
		font-size: 15px !important;
	}
	
	.footer-top-content a.button-link:first-of-type {
		margin-right: 0;
		grid-column-start: 1;
	}
	
	.footer-top-content span {
		grid-column: span 2;
	}
	
	.footer-top-content > div {
		margin-left: 0;
		display: block;
		width: 100%;
		min-width: auto !important;
	}
	
	.footer-top-content > div a {
		width: 100%;
		display: inline-block;
		text-align: center;
		text-decoration: none;
		max-width: 100% !important;
	}
	
	.footer-top-content > div a > div {
		min-width: unset !important;
		font-size: 15px !important;
	}
	
	.footer-social {
		margin-top: 30px;
	}
	
	.single-team-content {
		grid-template-columns: 100%;
		margin-top: 0;
	}
	
	.single-team-image {
		max-width: 300px;
	}
	
	.v2 .smart-search-single-title, .v2-search-results-tab .smart-search-single-title {
		font-size: 22px;
	}

}



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

	.top-bar-top .nav-top li {
		display: none;	
	}
	
	.top-bar-top .nav-top li.menu-item-4570,
	.top-bar-top .nav-top li.menu-item-4571,
	.top-bar-top .nav-top li.menu-item-6528 {
		display: inline-block;	
	}
	
	.top-bar {
		box-shadow: 0 0px 4px 0px #a0a0a0;
	}
	
	.top-bar-scroll {
		top: 0;
	}

	a.mobile-logo {
		width: 120px;
		margin: 0px 0 0 20px;
	}
	
	a.promo-banner, .promo-banner {
		font-size: 12px;
		line-height: 1;
	}
	
	a.promo-banner span {
		font-size: 12px;
	}
	
	.svg-logo-text {
		display: none;
	}
	
	.mobile-nav-header i {
		font-size: 36px;
	}
	
	.top-bar .centred {
		grid-template-columns: 120px calc(100% - 180px) 40px;
	}
	
	a.header-logo {
		width: 120px;
	}
	
	.button-link.donate-button {
		font-weight: 700;
		padding: 5px 17px 5px 16px;
		font-size: 16px;
	}
	
	.page-content {
		margin: 100px 20px 0;
	}
	
	.single-team {
		 margin: 140px 20px 0;
	 }
	
	.page-content-promo,
	.search-results {
		margin: 160px 20px 0;
	}
	
	.nav-top a {
		font-size: 16px;
	}
	
	.single-content {
		margin: 40px auto 60px;
	}
	
	.single-wrapper {
		margin-top: 100px;
	}
	
	.single-event-wrapper {
		margin-top: 40px;
	}
	
	.single-event-wrapper .custom-breadcrumbs {
		margin: 22px 0 20px;
	}
	
	.gallery-slider img {
		aspect-ratio: 8 / 9;
	}
	
	.gallery-slider .slick-prev, .gallery-slider .slick-next {
		top: 47%;
		
		display: none !important;
	}

	.has-x-large-font-size {
		font-size: 46px !important;
	}
	
	.has-medium-font-size {
		font-size: 22px !important;
	}
	
	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"] {
		padding: 7px 22px 6px;
		min-width: 142px;
	}
	
	.flower:before {
		background-size: 80% auto;
		right: -35vh;
		width: 95vh;
		height: 60%;
	}
	
	.columns-slider .slick-prev, .columns-slider .slick-next {
		top: -40px;
	}
	
	.columns-slider .slick-list {
		padding: 0 28% 0 0;
	}
	
	.creato-block-image-background-true .creato_block-listing-text h3 {
		font-size: 22px;
	}
	
	.creato-block-image-background-true .creato_block-listing-text h3 {
		font-size: 26px;
	}
	
	.wp-block-column.grey-bg {
		padding: 20px 20px;
	}
	
	.contact-details-outer.footer-contact span {
		font-weight: 600;
	}
	
	.contact-page.contact-details-outer {
		gap: 30px;
		grid-template-columns: 100%;
	}
	
	.single-navigation .back-single {
		padding: 30px 10px 10px 15px;
		width: calc(100% - 25px);
	}
	
	.single-navigation .next-single {
		padding: 30px 15px 10px 10px;
		width: calc(100% - 25px);
	}
	
	.single-navigation .post-link-title {
		font-size: 14px;
	}
	
	.eve-filter-outer {
		width: calc(100% - 60px);
		padding: 25px 30px 40px;
	}
	
	.eve-option-grid {
		border-radius: 25px;
	}
	
	.panel-inner {
		gap: 20px;
	}
	
	.team-outer .archive-team{
		width: calc(50% - 10px);
	}	
	
	.archive-team .archive-team-content h2 {
		font-size: 22px;
	}
	
	.archive-team .archive-team-content {
		font-size: 14px;
	}

}

@media (max-width: 480px) {

	.smart-search-page-results-section-inner,
	.v2-search-results-tab.posts .smart-search-page-results-section-inner {
		grid-template-columns: 100%;
	}
	
	.v2 .smart-search-single-title, .v2-search-results-tab .smart-search-single-title {
		font-size: 30px;
	}
	
	.smart-search-switch span, .v2-search-results-switches li span {
		margin: 15px 5px 10px 0;
		font-size: 16px;
	}

}


@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,
	.creato_block-container.creato_block-container-1-columns .grid,
	.archive-news-outer,
	.archive-search-outer {
		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;
	}
	
	a.promo-banner span {
		display: none;	
	}
	
	a.promo-banner, .promo-banner {
		height: 20px;
	}
	
	.top-bar-promo.top-bar-scroll {
		top: 24px;
	}
	
	.eve-mobile-slider .slick-slider {
		width: calc(100% + 20px);
	} 
	
	.eve-mobile-slider .slick-list {
		padding-right: 10%;
	}
	
	.creato_block-container-link {
		float: left;
		clear: left;
		margin: 20px 0;
	}
	
	.top-bar.top-bar-promo {
		top: 24px;
	}
	
	.top-bar-promo.top-bar-scroll {
		top: 24px;
	}
	
	#sidebar .widget {
		margin-bottom: 0;
	}
	
	.eve-archive.slide .eve-archive-dates {
		font-size: 12px;
	}
	
	.team-outer .archive-team {
		width: 100%;
	}
	
}


@media (max-width: 400px) {
	
	
	.has-large-font-size {
		font-size: 28px !important;
	}
	
	.footer-top-content span {
		font-size: 26px;
	}
	
	.footer-top-content {
		margin-top: 0;
	}
	
	.columns-slider .slick-list {
		padding: 0 28% 0 0;
	}
	
}


























/* General Woocommerce */



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

.page-wrapper-shop #sidebar{
	display: none;
}

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

#sidebar ul li{
	list-style: none outside none;
	margin-bottom: 5px;
	width: max-content;
	display: inline-block;
	margin-right: 15px;
}

#sidebar a{
	color: #6C6D6D;
}

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

#primary{
	margin: 0 auto;
	text-align: center;
	max-width: 1200px;
	width: calc(100% - 40px);
}

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

.woocommerce .site-main {
	display: inline-block;
	width: 100%;
	margin: 200px auto 0;
}

.woocommerce .woocommerce-breadcrumb{
	display: inline-block;
	/*width: 100%;*/
	text-align: left;
	font-size: 13px;
	margin: 22px 0 40px;
	font-size: 13px;
	color: #A7A7A7;
}

.woocommerce .woocommerce-breadcrumb a{
	color: #BFBFBF;
	margin: 0 2px;
}

mark.count{
	display: none;
}

.woocommerce-products-header__title {
	font-size: 58px;
	color: #4C4286;
	text-align: left;
}

/* End General */








/* Woocommerce Buttons */



.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: inherit;
	border: 2px solid #D7532A;
	background: #D7532A;
	color: #fff;
	padding: 8px 22px 9px;
	font-family: "myriad-pro", 'Arial', sans-serif;
	font-weight: 700;
	text-align: center;
	margin: 10px 0;
	cursor: pointer;
	font-size: 16px;
	min-width: 152px;
	border-radius: 20px;
	text-decoration: none;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	-webkit-appearance:none;
}

#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: #C32472;
	border: 2px solid #C32472;
	color: #fff;
	cursor: pointer;
}

/* End Buttons */








/* Archive Products/Categories */



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

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

.woocommerce div.product p.price, .woocommerce div.product span.price{
	color: #4C4286;
	font-size: 28px;
	margin-top: 10px;
	font-weight: 600;
}

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

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

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

.woocommerce-products-header {
	display: inline-block;
	width: 100%;
	margin-bottom: 50px;
}

.woocommerce-result-count {
	font-size: 24px;
	color: #C32572;
	font-weight: 600;
}

.woocommerce .products ul, .woocommerce ul.products {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}

.woocommerce ul.products.columns-3 li.product {
	text-align: left;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	text-align: left;
	font-size: 20px;
	color: #4C4286;
}

.woocommerce ul.products li.product .price ins {
	color: #4C4286;
}

.other-product-categories {
	position: fixed;
	background: #fff;
	left: 0;
	right: 0;
	bottom: -55px;
	width: 1170px;
	margin: 0 auto;
	max-width: calc(100% - 74px);
	z-index: 9;
	border-radius: 15px 15px 0 0;
	border: 2px solid #4C4286;
	border-bottom: none;
	padding: 10px 15px;
	cursor: pointer;
	color: #4C4286;
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.other-product-categories.product-categories-active {
	bottom: 0;	
}

.other-product-categories ul {
	margin: 10px auto;
	display: flex;
	overflow: scroll;
	width: 100%;
	padding: 0;
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

.other-product-categories ul::-webkit-scrollbar {
	display: none;
}

.other-product-categories ul li {
	margin: 0;
	padding: 0;
}

.other-product-categories ul li {
	display: inline;
	text-decoration: none;
}

.other-product-categories ul li a {
	color: #fff;
	background: #D7532A;
	text-align: center;
	border-radius: 15px;
	padding: 5px 10px;
	margin: 0 5px;
	font-weight: 600;
	font-size: 14px;
	display: inline-block;
	width: max-content;
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.other-product-categories ul li a:hover {
	background: #C32472;
	color: #fff;
}

.other-product-categories h3 {
	text-align: left;
	font-weight: 700;
	margin-bottom: 20px;
}

/* End Archive Styling */








/* Single Product */

.single-product-share-outer {
	display: grid;
	grid-template-columns: 100px calc(100% - 100px);
	margin-top: 30px;
	padding-top: 10px;
	width: 100%;
}

.single-product-share {
	font-size: 14px;
	text-transform: uppercase;
	color: #4C4286;
	font-weight: 600;
}

.single-product-share i {
	font-size: 24px;
	position: relative;
	top: 4px;
	color: #4C4286;
	margin-right: 10px;
	
}

.share-icons-outer a {
	display: inline-block;
}

.share-icons-outer a i {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #4C4286;
	background: #4C4286;
	color: #fff;
	position: relative;
	margin-right: 5px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.share-icons-outer a:hover i {
	background: #C32572;
	border: 1px solid #C32572;
	color: #fff;
}

.share-icons-outer a i::before {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}


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

.woocommerce div.product h1.product_title{
	color: #4C4286;
	font-size: 42px;
}

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

.woocommerce .quantity .qty{
	background: none;
	color: #242424;
	font-size: 18px;
	padding: 8px 2px 8px 14px;
	border-radius: 25px;
	border: 2px solid #D7532A;
	margin: 10px 10px 0 0;
	width: 40px;
}

.woocommerce div.product p.stock{
	font-size: 16px;
	color: #c32572;
	font-weight: 600;
}

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

.woocommerce div.product form.cart .variations select{
	font-family: "myriad-pro", 'Arial', sans-serif;
	font-size: 14px;
	background: #fff;
	-webkit-appearance:none;
	border-radius: 0;
	color: #242424;
	padding: 10px;
	border-radius: 25px;
	border: 2px solid #D7532A;
}

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

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

.woocommerce span.sku_wrapper{
	
}

.woocommerce section.related{
	float: left;
	width: 100%;
	text-align: left;
	position: relative;
	z-index: 1;
	margin-top: 20px;
}

.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
	background: none;
}

.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes {
	border: none;	
}

.woocommerce table.shop_attributes {
	margin-top: 10px;
}

.woocommerce-message {
	border-top-color: #4C4286;
}

.woocommerce section.related:before {
	background: #EAEAEA;
	position: absolute;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	width: 100vw;
	height: 100%;
	z-index: -1;
	content: '';
}

.woocommerce section.related h2{
	text-align: center;
	margin-bottom: 30px;
	color: #4C4286;
	font-size: 42px;
	margin-top: 40px;
}

.woocommerce-product-gallery__image {
	margin-bottom: 20px;
}

.woocommerce-message, .woocommerce-info {
	text-align: left;
	border-top-color: #4C4286;
}

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

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

.woocommerce .woocommerce-ordering select {
    appearance: none;
	-webkit-appearance: none;
	background: #fff;
	border: 2px solid #D7532A;
	padding: 11px 38px 9px 20px;
	border-radius: 25px;
	width: 200px;
	text-transform: capitalize;
	color: #242424;
	font-weight: 400;
	background-repeat: no-repeat !important;
	background-position: 90% 51% !important;
	background-size: auto 9px !important;
	cursor: pointer;
	font-size: 15px;
	background: #fff url(images/select-dropdown.svg);
	font-family: "myriad-pro", 'Arial', sans-serif;
}

.single_add_to_cart_button {
	
}

.woocommerce ul.products li.product .woocommerce-loop-category__title {
	text-align: left;
	max-width: calc(100% - 63px);
	color: #48428D;
	margin-bottom: 5px;
	font-size: 26px;
	font-weight: 600;
	line-height: 1.1;
	border-radius: 25px;
	width: max-content;
}

.woocommerce a.added_to_cart {
	padding-left: 10px;
	text-decoration: underline;
}

/* End Single Product */








/* Woocommerce Tabs */



.woocommerce-tabs{
	text-align: left;
	margin: 40px 0;
	display: inline-block;
	width: calc(100% - 140px);
	background: #EAEAEA;
	border-radius: 25px;
	padding: 50px 70px;
}

.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: 25px;
	margin: 0 15px 5px 0;
	color: #242424;
	text-transform: uppercase;
	font-weight: 800;
	background: none;
	border: 2px solid #D7532A;
	  -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;
	text-align: center;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover, .woocommerce div.product .woocommerce-tabs ul.tabs li.active{
	background: #D7532A;
	color: #fff;
	border: 2px solid #D7532A;

}

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

.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	padding: 10px 10px;
	font-size: 16px;
	color: #242424;
	font-weight: 600;
	text-transform: capitalize;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	font-weight: 700;
}

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

/* end of tabs */








/* Basket */



.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: "myriad-pro", 'Arial', sans-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: #242424;
	padding: 9px 10px;
	width: 200px;
}

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

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

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
	text-decoration: none;	
}

.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button {
	display: inline-block;
	text-transform: inherit;
	border: 2px solid #D7532A;
	background: #D7532A;
	color: #fff;
	padding: 8px 22px 9px !important;
	font-family: "myriad-pro", 'Arial', sans-serif;
	font-weight: 700;
	text-align: center;
	margin: 10px 0;
	cursor: pointer;
	font-size: 16px;
	min-width: 152px;
	border-radius: 20px;
	text-decoration: none;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	-webkit-appearance:none;
	text-decoration: none !important;
}


.wc-block-cart__submit-button:hover,
.wc-block-components-checkout-place-order-button:hover {
	background: #C32472;
	border: 2px solid #C32472;
	color: #fff;
	cursor: pointer;
}

.wc-block-components-totals-coupon__button {
	background: #D7532A;
	color: #fff;
	border-radius: 30px;
	font-weight: 700;
	font-family: "myriad-pro", 'Arial', sans-serif;
}

.wc-block-components-totals-coupon__button:hover {
	background: #C32472
}

/* End Basket */








/* Checkout Page */



.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: "myriad-pro", 'Arial', sans-serif;
	border: 1px solid #ccc;
	color: #242424;
	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 */



.woocommerce nav.woocommerce-MyAccount-navigation{
	margin-top: 60px;
	display: inline-block;
	width: 100%;
	text-align: center;
	background: #4C4286;
	border-radius: 30px;
	padding: 5px 0;
	font-weight: 600;
	margin-bottom: 30px;
}

.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: capitalize;
	display: inline-block;
	font-size: 16px;
	text-decoration: none;
}

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

.woocommerce-MyAccount-content {
	margin-bottom: 80px;
}

/* End My Account */



/* Woocommerce Mobile */



@media (max-width: 970px) {

	
	.woocommerce .woocommerce-breadcrumb {
	    width: 98%;
	    margin: 10px 1% 20px 1%;
	}
	
	.woocommerce div.product div.summary {
		width: 47%;
		margin-right:1%;
	}
	
	.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;
    }
    
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
			margin: 0 0 1.992em;
		}
		
	.woocommerce-tabs {
		width: calc(100% - 80px);
		padding: 50px 40px;
	}

}

@media (max-width: 600px) {
	
	.woocommerce .woocommerce-message .button {
		float: left;
		font-size: 15px;
	}
	
	.eve-featured-home.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: calc(100% - 30px) !important;
	}
	
	.how-you-helped .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: calc(100% - 10px) !important;
	}

}


@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;
	}
	
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		width: 100%;
	}
	
	.woocommerce ul.products[class*=columns-] li.product:nth-child(2n), .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
		float: inherit;
	}
	
	.woocommerce .site-main {
		margin: 80px auto 0;
	}
	
	.woocommerce-products-header__title {
		font-size: 48px;
		line-height: 1.2;
	}
	
	.woocommerce-tabs {
		width: calc(100% - 40px);
		padding: 50px 20px;
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		border-radius: 0;
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		border: none;
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs li:hover, .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
		border: none;
		border-bottom: 2px solid #D7532A;
	}
	
	.other-product-categories {
		bottom: -42px;
	}
	
	.other-product-categories h3 {;
		margin-bottom: 12px;
		font-size: 16px;
	}
	
	.other-product-categories ul {
		margin: 0px auto;
	}
	
	.other-product-categories ul li a {
		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: "myriad-pro", 'Arial', sans-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;
	}
}

