@charset "UTF-8";
/* stylelint-disable -- Lowercase is not wanted for fonts name. */
:root {
	--body-width:1400px;
}

@-webkit-keyframes transformGlow {
	0%, 100% {
		-webkit-transform: scale(0.8);
		        transform: scale(0.8);
	}
	50% {
		-webkit-transform: scale(0.9);
		        transform: scale(0.9);
	}
}

@keyframes transformGlow {
	0%, 100% {
		-webkit-transform: scale(0.8);
		        transform: scale(0.8);
	}
	50% {
		-webkit-transform: scale(0.9);
		        transform: scale(0.9);
	}
}
/* Box sizing rules */
*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
	padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core body defaults */
body {
	line-height: 1.5;
	min-height: 100vh;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
	list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
	-webkit-text-decoration-skip: ink;
	        text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
	display: block;
	max-width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
	font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
	* {
		-webkit-animation-duration: 0.01ms !important;
		        animation-duration: 0.01ms !important;
		-webkit-animation-iteration-count: 1 !important;
		        animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		-webkit-transition-duration: 0.01ms !important;
		        transition-duration: 0.01ms !important;
	}
}
.farlo-ui-biscuit-banner {
	background-color: #ffffff;
	bottom: 20px;
	color: #000000;
	left: 20px;
	opacity: 0;
	position: fixed;
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
	visibility: hidden;
	width: 300px;
	z-index: 3;
}
.farlo-ui-biscuit-banner__wrapper {
	padding: 20px;
}
.farlo-ui-biscuit-banner__text {
	color: #000000;
}
.farlo-ui-biscuit-banner--show {
	opacity: 1;
	visibility: visible;
}
.farlo-ui-biscuit-banner--hide {
	opacity: 0;
	visibility: hidden;
}

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
	position: relative;
}

.flickity-enabled:focus {
	outline: none;
}

.flickity-viewport {
	height: 100%;
	overflow: hidden;
	position: relative;
}

.flickity-slider {
	height: 100%;
	position: absolute;
	width: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
	background: hsla(0deg, 0%, 100%, 0.75);
	border: none;
	color: #333;
	position: absolute;
}

.flickity-button:hover {
	background: white;
	cursor: pointer;
}

.flickity-button:focus {
	-webkit-box-shadow: 0 0 0 5px #19F;
	        box-shadow: 0 0 0 5px #19F;
	outline: none;
}

.flickity-button:active {
	opacity: 0.6;
}

.flickity-button:disabled {
	cursor: auto;
	opacity: 0.3;
	/* prevent disabled button from capturing pointer up event. #716 */
	pointer-events: none;
}

.flickity-button-icon {
	fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
	border-radius: 50%;
	height: 44px;
	top: 50%;
	/* vertically center */
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 44px;
}

.flickity-prev-next-button.previous {
	left: 10px;
}

.flickity-prev-next-button.next {
	right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
	left: auto;
	right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
	left: 10px;
	right: auto;
}

.flickity-prev-next-button .flickity-button-icon {
	height: 60%;
	left: 20%;
	position: absolute;
	top: 20%;
	width: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
	bottom: -25px;
	line-height: 1;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.flickity-rtl .flickity-page-dots {
	direction: rtl;
}

.flickity-page-dots .dot {
	background: #333;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	height: 10px;
	margin: 0 8px;
	opacity: 0.25;
	width: 10px;
}

.flickity-page-dots .dot.is-selected {
	opacity: 1;
}

/* flickity-fade */
.flickity-enabled.is-fade .flickity-slider > * {
	pointer-events: none;
	z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
	pointer-events: auto;
	z-index: 1;
}

html {
	-ms-font-feature-settings: inherit;
	font-size: 62.5%;
	-webkit-font-smoothing: antialiased;
	height: auto;
	margin: 0;
	min-height: 100%;
	-webkit-overflow-scrolling: touch;
	padding: 0;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	width: 100%;
}

body {
	color: #20202a;
	font-family: "Hind Madurai", sans-serif;
	font-size: 1.8rem;
	line-height: 1.3334;
	overflow-x: hidden;
	width: 100%;
}

a {
	color: #3B1C11;
	text-decoration: none;
}
a:focus, a:hover {
	text-decoration: underline;
}

p > a:not(.button) {
	text-decoration: underline;
}

img {
	display: block;
	height: auto;
	margin: auto;
	max-width: 100%;
}

.resize-animation-stopper * {
	-webkit-animation: none !important;
	        animation: none !important;
	-webkit-transition: none !important;
	transition: none !important;
}

.site {
	background: transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	min-height: 100vh;
	min-width: 280px;
	position: relative;
	position: relative;
	z-index: 1;
}
.site:before {
	background-color: #faf7ef;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.site:after {
	background-image: url(../media/images/noise.png);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.3;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.webp .site:after {
	background-image: url(../media/images/noise.webp);
}
.site__wrapper {
	margin: 0 auto;
	max-width: var(--body-width);
	padding-left: 20px;
	padding-right: 20px;
}
.site-main {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	padding-top: 40px;
	position: relative;
	z-index: 1;
}
body:not(.single-events) .site-main {
	overflow: hidden;
}
.site-navigation__nav--open .site-main {
	margin-top: calc(var(--nav-offset) * 1px);
}
.home .site-main {
	padding-bottom: 0;
	padding-top: 0;
}
.home .site-main .site__wrapper {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.home .site-main .site__wrapper > .wp-block-group .wp-block-group__inner-container {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--body-width);
	padding-bottom: 80px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 80px;
}
@media (max-width: 1023.9px) {
	.home .site-main .site__wrapper > .wp-block-group .wp-block-group__inner-container {
		padding-bottom: 60px;
		padding-top: 60px;
	}
}
.home .site-main .site__wrapper > .wp-block-group .wp-block-group__inner-container .wp-block-column {
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	font-size: 2.2rem;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media (max-width: 1023.9px) {
	.home .site-main .site__wrapper > .wp-block-group .wp-block-group__inner-container .wp-block-column {
		font-size: 20px;
	}
}
@media (max-width: 767.9px) {
	.home .site-main .site__wrapper > .wp-block-group .wp-block-group__inner-container .wp-block-column {
		font-size: 18px;
	}
}

.section-padding {
	padding-bottom: 80px;
	padding-top: 80px;
}
@media (max-width: 1023.9px) {
	.section-padding {
		padding-bottom: 60px;
		padding-top: 60px;
	}
}

/**
 * Alignments
 */
.aligncenter {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: auto;
}

.has-text-align-left {
	text-align: left;
}

.has-text-align-center {
	text-align: center;
}

.align-center {
	text-align: center;
}

.has-text-align-right {
	text-align: right;
}

.alignleft {
	float: left;
}
@media (max-width: 767.9px) {
	.alignleft {
		float: none;
	}
}

.alignright {
	float: right;
}
@media (max-width: 767.9px) {
	.alignright {
		float: none;
	}
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%);
	height: 1px;
	height: auto !important;
	left: -999em;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	width: auto !important;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eeeeee;
	clip: auto !important;
	-webkit-clip-path: none;
	        clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 99;
}

.desktop-hidden {
	display: none;
}
@media (max-width: 1023.9px) {
	.desktop-hidden {
		display: block;
	}
}

.mobile-hidden {
	display: block;
}
@media (max-width: 1023.9px) {
	.mobile-hidden {
		display: none;
	}
}

/* Farlo UI */
.farlo-ui-social-icons__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.farlo-ui-social-icons__list-item {
	display: inline-block;
	margin: 0 10px;
	max-height: 48px;
	max-width: 48px;
}

.farlo-ui-social-icon__icon {
	display: block;
	height: 100%;
	width: 100%;
}
.farlo-ui-social-icon__icon svg,
.farlo-ui-social-icon__icon > span {
	display: block;
	height: 100%;
	width: 100%;
}

.centre-heading {
	text-align: center;
}
.centre-heading .block-intro-section {
	margin-left: auto;
	margin-right: auto;
}

.intro-text {
	max-width: 880px;
}

.flex-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 40px 3%;
	width: 100%;
}
.flex-section__half, .flex-section__third, .flex-section__two-third, .flex-section__quarter, .flex-section__three-quarter, .flex-section__fifth {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	width: 100%;
}
.flex-section__half.justify-center, .flex-section__third.justify-center, .flex-section__two-third.justify-center, .flex-section__quarter.justify-center, .flex-section__three-quarter.justify-center, .flex-section__fifth.justify-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.flex-section__auto {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	width: auto;
}
.flex-section__half {
	max-width: 48.5%;
}
@media (max-width: 1023.9px) {
	.flex-section__half {
		max-width: 100%;
	}
}
.flex-section__third {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	max-width: 48.5%;
	min-width: 31.33%;
}
@media (max-width: 767.9px) {
	.flex-section__third {
		max-width: 100%;
		min-width: 100%;
		width: 100%;
	}
}
@media (max-width: 1023.9px) {
	.flex-section .flex-section .flex-section__third {
		max-width: 31.33%;
	}
}
@media (max-width: 767.9px) {
	.flex-section .flex-section .flex-section__third {
		max-width: 100%;
	}
}
.flex-section__two-third {
	max-width: 65.66%;
}
@media (max-width: 1023.9px) {
	.flex-section__two-third {
		max-width: 100%;
	}
}
.flex-section__quarter {
	max-width: 22.75%;
}
@media (max-width: 1023.9px) {
	.flex-section__quarter {
		max-width: 48.5%;
	}
}
@media (max-width: 767.9px) {
	.flex-section__quarter {
		max-width: 100%;
	}
}
.flex-section__three-quarter {
	max-width: 74.25%;
}
@media (max-width: 1023.9px) {
	.flex-section__three-quarter {
		max-width: 48.5%;
	}
}
@media (max-width: 767.9px) {
	.flex-section__three-quarter {
		max-width: 100%;
	}
}
.flex-section__fifth {
	max-width: 17.6%;
}
@media (max-width: 1023.9px) {
	.flex-section__fifth {
		max-width: 48.5%;
	}
}
@media (max-width: 413px) {
	.flex-section__fifth {
		max-width: 100%;
	}
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
#menu-primary-menu a,
.button,
.wp-block-buttons,
.btn {
	font-family: "Bevan", sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}
h1.sans-serif,
.h1.sans-serif,
h2.sans-serif,
.h2.sans-serif,
h3.sans-serif,
.h3.sans-serif,
h4.sans-serif,
.h4.sans-serif,
h5.sans-serif,
.h5.sans-serif,
h6.sans-serif,
.h6.sans-serif,
#menu-primary-menu a.sans-serif,
.button.sans-serif,
.wp-block-buttons.sans-serif,
.btn.sans-serif {
	font-family: "Hind Madurai", sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
}

h1,
.h1 {
	font-size: 70px;
	line-height: 1;
	margin: 0 0 40px;
}
h1.text-shadow, h1.woocommerce-products-header__title, h1.product_title,
.h1.text-shadow,
.h1.woocommerce-products-header__title,
.h1.product_title {
	text-shadow: 4px 4px 0px #ff017d;
}
@media (max-width: 1365px) {
	h1,
	.h1 {
		font-size: 60px;
	}
	h1.text-shadow, h1.woocommerce-products-header__title, h1.product_title,
	.h1.text-shadow,
	.h1.woocommerce-products-header__title,
	.h1.product_title {
		text-shadow: 3px 3px 0px #ff017d;
	}
}
@media (max-width: 1279px) {
	h1,
	.h1 {
		font-size: 5vw;
	}
	h1.text-shadow, h1.woocommerce-products-header__title, h1.product_title,
	.h1.text-shadow,
	.h1.woocommerce-products-header__title,
	.h1.product_title {
		text-shadow: 2px 2px 0px #ff017d;
	}
}
@media (max-width: 1023.9px) {
	h1,
	.h1 {
		font-size: 60px;
	}
	h1.text-shadow, h1.woocommerce-products-header__title, h1.product_title,
	.h1.text-shadow,
	.h1.woocommerce-products-header__title,
	.h1.product_title {
		text-shadow: 3px 3px 0px #ff017d;
	}
}
@media (max-width: 767.9px) {
	h1,
	.h1 {
		font-size: 9vw;
	}
	h1.text-shadow, h1.woocommerce-products-header__title, h1.product_title,
	.h1.text-shadow,
	.h1.woocommerce-products-header__title,
	.h1.product_title {
		text-shadow: 2px 2px 0px #ff017d;
	}
}
h2,
.h2 {
	font-size: 50px;
	line-height: 1;
	margin: 0 0 30px;
}
@media (max-width: 1023.9px) {
	h2,
	.h2 {
		font-size: 40px;
	}
}
@media (max-width: 767.9px) {
	h2,
	.h2 {
		font-size: 30px;
	}
}

.gform_title,
h3,
.h3 {
	font-size: 36px;
	line-height: 1;
	margin: 0 0 30px;
}
@media (max-width: 1023.9px) {
	.gform_title,
	h3,
	.h3 {
		font-size: 28px;
	}
}
@media (max-width: 767.9px) {
	.gform_title,
	h3,
	.h3 {
		font-size: 24px;
	}
}
.gform_title.text-shadow, .ukds-mc-form .gform_title,
h3.text-shadow,
.ukds-mc-form h3,
.h3.text-shadow,
.ukds-mc-form .h3 {
	text-shadow: 2px 2px 0px #ff017d;
}

h4,
.h4 {
	font-size: 28px;
	line-height: 1;
	margin: 0 0 10px;
}
@media (max-width: 1279px) {
	h4,
	.h4 {
		font-size: 20px;
	}
}
@media (max-width: 1023.9px) {
	h4,
	.h4 {
		font-size: 24px;
	}
}
@media (max-width: 767.9px) {
	h4,
	.h4 {
		font-size: 20px;
	}
}

h5,
.h5 {
	font-size: 24px;
	line-height: 1;
	margin: 0 0 10px;
}
@media (max-width: 1023.9px) {
	h5,
	.h5 {
		font-size: 22px;
	}
}
@media (max-width: 767.9px) {
	h5,
	.h5 {
		font-size: 18px;
	}
}

h6,
.h6 {
	font-size: 20px;
	line-height: 1;
	margin: 0 0 10px;
}
@media (max-width: 767.9px) {
	h6,
	.h6 {
		font-size: 16px;
	}
}

.large-text {
	font-size: 2.2rem;
}
@media (max-width: 1023.9px) {
	.large-text {
		font-size: 20px;
	}
}
@media (max-width: 767.9px) {
	.large-text {
		font-size: 18px;
	}
}

.word-per-line {
	word-spacing: 1000px;
}

.poster-frame {
	background-image: url(../media/images/tr-3.png), url(../media/images/bl-3.png), url(../media/images/tl-3.png), url(../media/images/br-3.png);
	background-position: 100% 0, 0 100%, 0 0, 100% 100%;
	background-repeat: no-repeat;
	border-bottom: 1px solid #795325;
	padding: 28px 28px 30px;
}
.webp .poster-frame {
	background-image: url(../media/images/tr-3.webp), url(../media/images/bl-3.webp), url(../media/images/tl-3.webp), url(../media/images/br-3.webp);
}
@media (max-width: 767.9px) {
	.poster-frame {
		background-size: 93px, 93px, 800px, 800px;
		padding: 14px 14px 15px;
	}
}

.background-noise {
	background: transparent;
	position: relative;
}
.background-noise:before {
	background-color: transparent;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.background-noise:after {
	background-image: url(../media/images/noise.png);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.3;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.webp .background-noise:after {
	background-image: url(../media/images/noise.webp);
}

.background-brick-wall {
	background: transparent;
	position: relative;
}
.background-brick-wall:before {
	background: url(../media/images/brick-wall.jpg);
	background-size: 1500px;
	bottom: 0;
	content: "";
	left: -999em;
	position: absolute;
	right: -999em;
	top: 0;
	z-index: -1;
}
.webp .background-brick-wall:before {
	background: url(../media/images/brick-wall.webp);
}

.pink {
	color: #ff017d;
}

.-pink {
	background: transparent;
	color: white;
	position: relative;
}
.-pink:before {
	background-color: #ff017d;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.-pink:after {
	background-image: url(../media/images/noise.png);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.3;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.webp .-pink:after {
	background-image: url(../media/images/noise.webp);
}

.light {
	color: #faf7ef;
}

.-light {
	background: transparent;
	position: relative;
}
.-light:before {
	background-color: #faf7ef;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.-light:after {
	background-image: url(../media/images/noise.png);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.3;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.webp .-light:after {
	background-image: url(../media/images/noise.webp);
}

.light-pink {
	color: #FFF2F8;
}

.-light-pink {
	color: #3B1C11;
}
.-light-pink:not(.-no-noise) {
	background: transparent;
	position: relative;
}
.-light-pink:not(.-no-noise):before {
	background-color: #FFF2F8;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.-light-pink:not(.-no-noise):after {
	background-image: url(../media/images/noise.png);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.3;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.webp .-light-pink:not(.-no-noise):after {
	background-image: url(../media/images/noise.webp);
}
.-light-pink.-full-width-bg {
	background: transparent;
	position: relative;
}
.-light-pink.-full-width-bg:before {
	background: #FFF2F8;
	bottom: 0;
	content: "";
	left: -999em;
	position: absolute;
	right: -999em;
	top: 0;
	z-index: -1;
}

.dark-pink {
	color: #DDB4B5;
}

.-dark-pink {
	background: transparent;
	position: relative;
}
.-dark-pink:before {
	background-color: #DDB4B5;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.-dark-pink:after {
	background-image: url(../media/images/noise.png);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.3;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.webp .-dark-pink:after {
	background-image: url(../media/images/noise.webp);
}
.-dark-pink:not(.-no-noise) {
	background: transparent;
	position: relative;
}
.-dark-pink:not(.-no-noise):before {
	background-color: #DDB4B5;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.-dark-pink:not(.-no-noise):after {
	background-image: url(../media/images/noise.png);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.3;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.webp .-dark-pink:not(.-no-noise):after {
	background-image: url(../media/images/noise.webp);
}
.-dark-pink.-full-width-bg {
	background: transparent;
	position: relative;
}
.-dark-pink.-full-width-bg:before {
	background: #DDB4B5;
	bottom: 0;
	content: "";
	left: -999em;
	position: absolute;
	right: -999em;
	top: 0;
	z-index: -1;
}

.brown {
	color: #3B1C11;
}

.-brown {
	background: transparent;
	color: white;
	position: relative;
}
.-brown:before {
	background-color: #3B1C11;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.-brown:after {
	background-image: url(../media/images/noise.png);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.3;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.webp .-brown:after {
	background-image: url(../media/images/noise.webp);
}

.yellow {
	color: #E0E0B8;
}

.-yellow {
	background: transparent;
	position: relative;
}
.-yellow:before {
	background-color: #E0E0B8;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.-yellow:after {
	background-image: url(../media/images/noise.png);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.3;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.webp .-yellow:after {
	background-image: url(../media/images/noise.webp);
}

.dark {
	color: #20202a;
}

.-dark {
	background: transparent;
	position: relative;
}
.-dark:before {
	background-color: #20202a;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.-dark:after {
	background-image: url(../media/images/noise.png);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.3;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.webp .-dark:after {
	background-image: url(../media/images/noise.webp);
}

.white {
	color: white;
}

.-white {
	background: white;
}
.-white.-full-width-bg {
	background: transparent;
	position: relative;
}
.-white.-full-width-bg:before {
	background: white;
	bottom: 0;
	content: "";
	left: -999em;
	position: absolute;
	right: -999em;
	top: 0;
	z-index: -1;
}

.form-item,
.form-row,
.ginput_container,
.ukds-mc-form-item {
	position: relative;
	width: 100%;
}
.form-item input[type=text],
.form-item input[type=tel],
.form-item input[type=email],
.form-item input[type=date],
.form-item input[type=number],
.form-item input[type=password],
.form-item textarea,
.form-item select,
.form-row input[type=text],
.form-row input[type=tel],
.form-row input[type=email],
.form-row input[type=date],
.form-row input[type=number],
.form-row input[type=password],
.form-row textarea,
.form-row select,
.ginput_container input[type=text],
.ginput_container input[type=tel],
.ginput_container input[type=email],
.ginput_container input[type=date],
.ginput_container input[type=number],
.ginput_container input[type=password],
.ginput_container textarea,
.ginput_container select,
.ukds-mc-form-item input[type=text],
.ukds-mc-form-item input[type=tel],
.ukds-mc-form-item input[type=email],
.ukds-mc-form-item input[type=date],
.ukds-mc-form-item input[type=number],
.ukds-mc-form-item input[type=password],
.ukds-mc-form-item textarea,
.ukds-mc-form-item select {
	background: #fffafc;
	border: 1px solid #DDB4B5;
	border-radius: 5px;
	outline: 0 !important;
	padding: 10px 12px;
	width: 100%;
}
.form-item input[type=text]:active, .form-item input[type=text]:focus,
.form-item input[type=tel]:active,
.form-item input[type=tel]:focus,
.form-item input[type=email]:active,
.form-item input[type=email]:focus,
.form-item input[type=date]:active,
.form-item input[type=date]:focus,
.form-item input[type=number]:active,
.form-item input[type=number]:focus,
.form-item input[type=password]:active,
.form-item input[type=password]:focus,
.form-item textarea:active,
.form-item textarea:focus,
.form-item select:active,
.form-item select:focus,
.form-row input[type=text]:active,
.form-row input[type=text]:focus,
.form-row input[type=tel]:active,
.form-row input[type=tel]:focus,
.form-row input[type=email]:active,
.form-row input[type=email]:focus,
.form-row input[type=date]:active,
.form-row input[type=date]:focus,
.form-row input[type=number]:active,
.form-row input[type=number]:focus,
.form-row input[type=password]:active,
.form-row input[type=password]:focus,
.form-row textarea:active,
.form-row textarea:focus,
.form-row select:active,
.form-row select:focus,
.ginput_container input[type=text]:active,
.ginput_container input[type=text]:focus,
.ginput_container input[type=tel]:active,
.ginput_container input[type=tel]:focus,
.ginput_container input[type=email]:active,
.ginput_container input[type=email]:focus,
.ginput_container input[type=date]:active,
.ginput_container input[type=date]:focus,
.ginput_container input[type=number]:active,
.ginput_container input[type=number]:focus,
.ginput_container input[type=password]:active,
.ginput_container input[type=password]:focus,
.ginput_container textarea:active,
.ginput_container textarea:focus,
.ginput_container select:active,
.ginput_container select:focus,
.ukds-mc-form-item input[type=text]:active,
.ukds-mc-form-item input[type=text]:focus,
.ukds-mc-form-item input[type=tel]:active,
.ukds-mc-form-item input[type=tel]:focus,
.ukds-mc-form-item input[type=email]:active,
.ukds-mc-form-item input[type=email]:focus,
.ukds-mc-form-item input[type=date]:active,
.ukds-mc-form-item input[type=date]:focus,
.ukds-mc-form-item input[type=number]:active,
.ukds-mc-form-item input[type=number]:focus,
.ukds-mc-form-item input[type=password]:active,
.ukds-mc-form-item input[type=password]:focus,
.ukds-mc-form-item textarea:active,
.ukds-mc-form-item textarea:focus,
.ukds-mc-form-item select:active,
.ukds-mc-form-item select:focus {
	background: white;
	border-color: #ff017d;
}
.form-item input[type=text].invalid,
.form-item input[type=tel].invalid,
.form-item input[type=email].invalid,
.form-item input[type=date].invalid,
.form-item input[type=number].invalid,
.form-item input[type=password].invalid,
.form-item textarea.invalid,
.form-item select.invalid,
.form-row input[type=text].invalid,
.form-row input[type=tel].invalid,
.form-row input[type=email].invalid,
.form-row input[type=date].invalid,
.form-row input[type=number].invalid,
.form-row input[type=password].invalid,
.form-row textarea.invalid,
.form-row select.invalid,
.ginput_container input[type=text].invalid,
.ginput_container input[type=tel].invalid,
.ginput_container input[type=email].invalid,
.ginput_container input[type=date].invalid,
.ginput_container input[type=number].invalid,
.ginput_container input[type=password].invalid,
.ginput_container textarea.invalid,
.ginput_container select.invalid,
.ukds-mc-form-item input[type=text].invalid,
.ukds-mc-form-item input[type=tel].invalid,
.ukds-mc-form-item input[type=email].invalid,
.ukds-mc-form-item input[type=date].invalid,
.ukds-mc-form-item input[type=number].invalid,
.ukds-mc-form-item input[type=password].invalid,
.ukds-mc-form-item textarea.invalid,
.ukds-mc-form-item select.invalid {
	background: rgba(200, 0, 0, 0.1);
	border-color: #900;
}

.form-item,
.ginput_container,
.ukds-mc-form-item {
	margin-bottom: 10px;
}
.form-item input[type=radio],
.form-item input[type=checkbox],
.ginput_container input[type=radio],
.ginput_container input[type=checkbox],
.ukds-mc-form-item input[type=radio],
.ukds-mc-form-item input[type=checkbox] {
	position: absolute;
	z-index: -999;
}
.form-item input[type=radio] + label,
.form-item input[type=checkbox] + label,
.ginput_container input[type=radio] + label,
.ginput_container input[type=checkbox] + label,
.ukds-mc-form-item input[type=radio] + label,
.ukds-mc-form-item input[type=checkbox] + label {
	display: block;
	overflow: hidden;
	padding-left: 30px;
	position: relative;
}
.form-item input[type=radio] + label:before, .form-item input[type=radio] + label:after,
.form-item input[type=checkbox] + label:before,
.form-item input[type=checkbox] + label:after,
.ginput_container input[type=radio] + label:before,
.ginput_container input[type=radio] + label:after,
.ginput_container input[type=checkbox] + label:before,
.ginput_container input[type=checkbox] + label:after,
.ukds-mc-form-item input[type=radio] + label:before,
.ukds-mc-form-item input[type=radio] + label:after,
.ukds-mc-form-item input[type=checkbox] + label:before,
.ukds-mc-form-item input[type=checkbox] + label:after {
	border: 1px solid #DDB4B5;
	border-radius: 5px;
	content: "";
	height: 2.4rem;
	left: 0;
	position: absolute;
	top: 5px;
	width: 2.4rem;
}
.form-item input[type=radio] + label:before,
.form-item input[type=checkbox] + label:before,
.ginput_container input[type=radio] + label:before,
.ginput_container input[type=checkbox] + label:before,
.ukds-mc-form-item input[type=radio] + label:before,
.ukds-mc-form-item input[type=checkbox] + label:before {
	background: white;
}
.form-item input[type=radio] + label:after,
.form-item input[type=checkbox] + label:after,
.ginput_container input[type=radio] + label:after,
.ginput_container input[type=checkbox] + label:after,
.ukds-mc-form-item input[type=radio] + label:after,
.ukds-mc-form-item input[type=checkbox] + label:after {
	background: #ff017d;
	border-color: transparent;
	color: white;
	content: "✓";
	font-size: 35px;
	font-weight: 900;
	line-height: 2.4rem;
	text-align: center;
	text-shadow: 0 0 1px #ff017d;
	-webkit-transform: scale(0);
	        transform: scale(0);
}
.form-item input[type=radio].invalid + label,
.form-item input[type=checkbox].invalid + label,
.ginput_container input[type=radio].invalid + label,
.ginput_container input[type=checkbox].invalid + label,
.ukds-mc-form-item input[type=radio].invalid + label,
.ukds-mc-form-item input[type=checkbox].invalid + label {
	color: #900;
}
.form-item input[type=radio]:checked + label:after,
.form-item input[type=checkbox]:checked + label:after,
.ginput_container input[type=radio]:checked + label:after,
.ginput_container input[type=checkbox]:checked + label:after,
.ukds-mc-form-item input[type=radio]:checked + label:after,
.ukds-mc-form-item input[type=checkbox]:checked + label:after {
	-webkit-transform: scale(1);
	        transform: scale(1);
}

.form-row label .required,
.form-item label .required {
	color: #ff017d;
	display: inline-block;
	margin-left: 4px;
}
.form-row label span:not(.required),
.form-item label span:not(.required) {
	font-size: 1.6rem;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
fieldset legend {
	font-weight: 600;
	margin-top: 20px;
}

.ukds-mc-form .ukds-mc-step {
	visibility: hidden;
}
.ukds-mc-form > form {
	background-color: #faf7ef;
	border-radius: 10px;
}
.ukds-mc-form > form .ukds-mc-form-item {
	margin-bottom: 20px;
}
.ukds-mc-form > form .ukds-mc-tab {
	background-color: #faf7ef;
}
.ukds-mc-form > form .ukds-mc-tab.loading:after {
	border-radius: 10px;
}
.ukds-mc-form > form .ukds-mc-text-label {
	font-family: "Bevan", sans-serif;
	text-transform: uppercase;
}
.ukds-mc-form > form .ukds-mc-choice-field {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 4px;
}
.ukds-mc-form > form .ukds-mc-choice-field:before, .ukds-mc-form > form .ukds-mc-choice-field:after {
	top: 0 !important;
}
.ukds-mc-form > form .ukds-mc-nav {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.site-page .gform_validation_errors {
	border: 0 !important;
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
	font-size: 2rem !important;
	margin-bottom: 20px !important;
	text-transform: none !important;
}
.site-page .gform_validation_errors h2 {
	font-family: "Hind Madurai", sans-serif;
}
.site-page .gform_heading {
	margin-bottom: 30px;
}
.site-page .gform_required_legend {
	display: none;
}
.site-page .gform_wrapper.gravity-theme .gfield_label {
	font-size: 2rem;
	margin-bottom: 3px;
}
.site-page .gform_wrapper.gravity-theme input[type=text],
.site-page .gform_wrapper.gravity-theme input[type=password],
.site-page .gform_wrapper.gravity-theme input[type=email],
.site-page .gform_wrapper.gravity-theme input[type=url],
.site-page .gform_wrapper.gravity-theme input[type=date],
.site-page .gform_wrapper.gravity-theme input[type=month],
.site-page .gform_wrapper.gravity-theme input[type=time],
.site-page .gform_wrapper.gravity-theme input[type=datetime],
.site-page .gform_wrapper.gravity-theme input[type=datetime-local],
.site-page .gform_wrapper.gravity-theme input[type=week],
.site-page .gform_wrapper.gravity-theme input[type=number],
.site-page .gform_wrapper.gravity-theme input[type=search],
.site-page .gform_wrapper.gravity-theme input[type=tel],
.site-page .gform_wrapper.gravity-theme input[type=color],
.site-page .gform_wrapper.gravity-theme textarea,
.site-page .gform_wrapper.gravity-theme select {
	background: #fffafc;
	border: 1px solid #DDB4B5;
	border-radius: 5px;
	font-size: 2rem;
	outline: 0 !important;
	padding: 10px 12px;
	width: 100%;
}
.site-page .gform_wrapper.gravity-theme input[type=text]:active, .site-page .gform_wrapper.gravity-theme input[type=text]:focus,
.site-page .gform_wrapper.gravity-theme input[type=password]:active,
.site-page .gform_wrapper.gravity-theme input[type=password]:focus,
.site-page .gform_wrapper.gravity-theme input[type=email]:active,
.site-page .gform_wrapper.gravity-theme input[type=email]:focus,
.site-page .gform_wrapper.gravity-theme input[type=url]:active,
.site-page .gform_wrapper.gravity-theme input[type=url]:focus,
.site-page .gform_wrapper.gravity-theme input[type=date]:active,
.site-page .gform_wrapper.gravity-theme input[type=date]:focus,
.site-page .gform_wrapper.gravity-theme input[type=month]:active,
.site-page .gform_wrapper.gravity-theme input[type=month]:focus,
.site-page .gform_wrapper.gravity-theme input[type=time]:active,
.site-page .gform_wrapper.gravity-theme input[type=time]:focus,
.site-page .gform_wrapper.gravity-theme input[type=datetime]:active,
.site-page .gform_wrapper.gravity-theme input[type=datetime]:focus,
.site-page .gform_wrapper.gravity-theme input[type=datetime-local]:active,
.site-page .gform_wrapper.gravity-theme input[type=datetime-local]:focus,
.site-page .gform_wrapper.gravity-theme input[type=week]:active,
.site-page .gform_wrapper.gravity-theme input[type=week]:focus,
.site-page .gform_wrapper.gravity-theme input[type=number]:active,
.site-page .gform_wrapper.gravity-theme input[type=number]:focus,
.site-page .gform_wrapper.gravity-theme input[type=search]:active,
.site-page .gform_wrapper.gravity-theme input[type=search]:focus,
.site-page .gform_wrapper.gravity-theme input[type=tel]:active,
.site-page .gform_wrapper.gravity-theme input[type=tel]:focus,
.site-page .gform_wrapper.gravity-theme input[type=color]:active,
.site-page .gform_wrapper.gravity-theme input[type=color]:focus,
.site-page .gform_wrapper.gravity-theme textarea:active,
.site-page .gform_wrapper.gravity-theme textarea:focus,
.site-page .gform_wrapper.gravity-theme select:active,
.site-page .gform_wrapper.gravity-theme select:focus {
	background: white;
	border-color: #ff017d;
}

.site-header {
	background: transparent;
	position: relative;
	z-index: 9;
}
.site-header:before {
	background-color: #20202a;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.site-header:after {
	background-image: url(../media/images/noise.png);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.3;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.webp .site-header:after {
	background-image: url(../media/images/noise.webp);
}
.site-navigation__nav--open .site-header {
	left: 0;
	margin-top: calc((var(--nav-offset) - var(--navbar-offset)) * 1px);
	position: fixed;
	right: 0;
}
.site-header__wrapper {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	padding: 10px 20px;
}
.site-header__wrapper > div,
.site-header__wrapper > nav {
	-webkit-box-flex: 1;
	    -ms-flex: auto;
	        flex: auto;
}
.pre-header .site-header__wrapper {
	padding-bottom: 7px;
	padding-top: 7px;
}
.site-header__wrapper .header-actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	    -ms-flex: 0;
	        flex: 0;
	gap: 10px;
	margin-left: auto;
}
.site-header__wrapper .header-actions .header-actions__button {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.site-header__wrapper .header-actions .header-actions__button span {
	font-family: "Bevan", sans-serif;
	font-size: 1.3rem;
	text-transform: uppercase;
	white-space: nowrap;
}
.site-header__wrapper .header-actions .header-actions__button.button-user {
	background: white;
	background: #ff017d;
	border: 2px solid #ff017d;
	border-radius: 30px;
	color: white;
	padding: 0 10px;
}
.site-header__wrapper .header-actions .header-actions__button.button-user svg {
	fill: white;
	margin-right: 4px;
}
@media (max-width: 767.9px) {
	.site-header__wrapper .header-actions .header-actions__button.button-user svg {
		margin-right: 0;
	}
}
@media (max-width: 767.9px) {
	.site-header__wrapper .header-actions .header-actions__button.button-user span {
		display: none;
	}
}
.site-header__wrapper .header-actions .header-actions__button.button-user:hover {
	background: white;
	color: #ff017d;
	text-decoration: none;
}
.site-header__wrapper .header-actions .header-actions__button.button-user:hover svg {
	fill: #ff017d;
}
.site-header__wrapper .header-actions .farlo-ui-icons__icon-container {
	background: transparent;
	border: 0;
	fill: black;
	height: auto;
	padding: 0;
	width: auto;
}
.site-navigation__nav--open .site-header__wrapper .header-actions .farlo-ui-icons__icon-container {
	fill: white;
}
.site-header__wrapper .header-actions .farlo-ui-icons__icon-container svg {
	height: 24px;
	width: 24px;
}
.site-header__wrapper .header-actions .farlo-ui-icons__icon-container:hover {
	fill: #ff017d;
}
.site-header__wrapper .header-actions .button-basket .basket-count {
	background: #ff017d;
	border-radius: 10px;
	color: white;
	font-size: 1.2rem;
	font-weight: 500;
	height: 20px;
	left: -6px;
	line-height: 20px;
	position: relative;
	text-align: center;
	top: 1px;
	width: 20px;
}
.site-header__wrapper .header-actions .button-basket:hover {
	text-decoration: none;
}
.site-header__wrapper .box-office-number {
	color: #ff017d;
	letter-spacing: 1px;
}
.site-header__wrapper .box-office-number .h6 {
	font-size: 1.3rem;
}
.site-header__wrapper .box-office-number a {
	font-size: 1.6rem;
}
@media (max-width: 767.9px) {
	.site-header__wrapper .box-office-number .h6 span:first-child {
		display: none;
	}
}
.site-header__wrapper .header-socials {
	-webkit-box-flex: 0;
	    -ms-flex-positive: 0;
	        flex-grow: 0;
	margin-left: auto;
}
.site-header__wrapper .header-socials .farlo-ui-social-icons__list-item {
	max-height: 20px;
	max-width: 24px;
}
.site-header__wrapper .header-socials .farlo-ui-social-icons__list-item:hover svg {
	fill: #ff017d;
}
@media (max-width: 1279px) {
	.site-header__wrapper .site-navigation {
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		background: rgba(0, 0, 0, 0.4);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: calc(var(--vh, 1vh) * 100);
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		left: 0;
		opacity: 0;
		position: fixed;
		right: 0;
		top: 0;
		-webkit-transform: translateY(-150%);
		        transform: translateY(-150%);
		-webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
		transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
		transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
		transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
		z-index: 9;
	}
	.site-navigation__nav--open .site-header__wrapper .site-navigation {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
.site-header__wrapper .site-navigation__list {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 auto;
}
@media (max-width: 1279px) {
	.site-header__wrapper .site-navigation__list {
		background: transparent;
		display: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		height: auto;
		margin: 0;
		margin-bottom: auto;
		padding-bottom: 40px;
		padding-top: 130px;
		position: relative;
		width: 100%;
	}
	.site-header__wrapper .site-navigation__list:before {
		background-color: #20202a;
		bottom: 0;
		content: "";
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: -1;
	}
	.site-header__wrapper .site-navigation__list:after {
		background-image: url(../media/images/noise.png);
		bottom: 0;
		content: "";
		left: 0;
		opacity: 0.3;
		position: absolute;
		right: 0;
		top: 0;
		z-index: -1;
	}
	.webp .site-header__wrapper .site-navigation__list:after {
		background-image: url(../media/images/noise.webp);
	}
}
.site-header__wrapper .site-navigation__list > .menu-item {
	margin: 0 10px;
}
.site-header__wrapper .site-navigation__list > .menu-item > a {
	color: white;
	font-size: 1.5rem;
	white-space: nowrap;
}
@media (max-width: 1279px) {
	.site-header__wrapper .site-navigation__list > .menu-item > a {
		display: inline-block;
		font-size: 2.4rem;
		margin: 8px 0;
	}
}
.site-header__wrapper .site-navigation__list > .menu-item.current-menu-item a,
.site-header__wrapper .site-navigation__list > .menu-item a:hover {
	color: #ff017d;
	text-decoration: none;
}
body:not(.postid-1380) .site-header__wrapper .site-navigation__list > .menu-item.current_page_parent a {
	color: #ff017d;
	text-decoration: none;
}
.site-header__wrapper .site-navigation__navicon {
	display: none;
}
@media (max-width: 1279px) {
	.site-header__wrapper .site-navigation__navicon {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		background: transparent;
		border: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 40px;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin: 0 20px 0 0;
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
		padding: 0;
		width: 40px;
		z-index: 10;
	}
	.site-header__wrapper .site-navigation__navicon-line {
		background: #FEDC00;
		border-radius: 3px;
		-webkit-box-shadow: inset 1px 2px 0px -1px rgba(255, 255, 255, 0.7);
		        box-shadow: inset 1px 2px 0px -1px rgba(255, 255, 255, 0.7);
		height: 4px;
		position: relative;
		width: 30px;
	}
	.site-header__wrapper .site-navigation__navicon-line:before {
		background: #29ABE2;
		border-radius: 3px;
		-webkit-box-shadow: inset 1px 2px 0px -1px rgba(255, 255, 255, 0.7);
		        box-shadow: inset 1px 2px 0px -1px rgba(255, 255, 255, 0.7);
		content: "";
		height: 4px;
		left: 2px;
		position: absolute;
		top: -8px;
		width: 30px;
	}
	.site-header__wrapper .site-navigation__navicon-line:after {
		background: #03A550;
		border-radius: 3px;
		bottom: -8px;
		-webkit-box-shadow: inset 1px 2px 0px -1px rgba(255, 255, 255, 0.7);
		        box-shadow: inset 1px 2px 0px -1px rgba(255, 255, 255, 0.7);
		content: "";
		height: 4px;
		left: 3px;
		position: absolute;
		width: 30px;
	}
}
.site-header__wrapper .site-logo {
	margin-left: 0;
	max-width: 250px;
	min-width: 180px;
	width: 100%;
	z-index: 10;
}
@media (max-width: 767.9px) {
	.site-header__wrapper .site-logo {
		left: 50%;
		max-width: 29%;
		position: absolute;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
}
.site-header__wrapper .site-book-now-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	    -ms-flex-positive: 0;
	        flex-grow: 0;
	margin-left: auto;
	z-index: 11;
}
body.woocommerce-cart .site-header__wrapper .site-book-now-button,
.site-header__wrapper .site-book-now-button body.woocommerce-checkout {
	visibility: hidden !important;
}
@media (max-width: 1365px) {
	.site-header__wrapper .site-book-now-button .button {
		padding: 6px 6px 4px;
	}
}
@media (max-width: 767.9px) {
	.site-header__wrapper .site-book-now-button {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		background: transparent;
		bottom: -200px;
		height: 80px;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		left: 0;
		position: relative;
		position: fixed;
		right: 0;
		-webkit-transition: bottom 0.3s ease-in-out;
		transition: bottom 0.3s ease-in-out;
	}
	.site-header__wrapper .site-book-now-button:before {
		background-color: #20202a;
		bottom: 0;
		content: "";
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: -1;
	}
	.site-header__wrapper .site-book-now-button:after {
		background-image: url(../media/images/noise.png);
		bottom: 0;
		content: "";
		left: 0;
		opacity: 0.3;
		position: absolute;
		right: 0;
		top: 0;
		z-index: -1;
	}
	.webp .site-header__wrapper .site-book-now-button:after {
		background-image: url(../media/images/noise.webp);
	}
	.home .site-header__wrapper .site-book-now-button {
		bottom: 0;
	}
	.site-navigation__nav--open .site-header__wrapper .site-book-now-button {
		bottom: 0;
	}
	.site-header__wrapper .site-book-now-button .button {
		background-color: #ff017d;
		color: white;
		padding-bottom: 10px;
		padding-left: 16px;
		padding-right: 16px;
		padding-top: 10px;
	}
	.site-header__wrapper .site-book-now-button .button:hover {
		background-color: white;
		color: #ff017d;
	}
}

#member-status {
	background-color: white;
}
#member-status .site__wrapper {
	color: white;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
}
#member-status .site__wrapper a {
	color: white;
}
#member-status .site__wrapper p {
	margin: 0;
}
#member-status.member-status-cupcake {
	color: #3B1C11;
}
#member-status.member-status-cupcake p {
	color: #3B1C11;
}
#member-status.member-status-cupcake a {
	color: #3B1C11;
}

.site-navigation__nav--open .pre-header {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 10;
}
.site-navigation__nav--open .pre-header a {
	color: #ff017d;
	fill: white;
}

.newsletter-signup {
	font-size: 2.2rem;
	overflow: hidden;
	z-index: 3;
}
@media (max-width: 1023.9px) {
	.newsletter-signup {
		font-size: 20px;
	}
}
@media (max-width: 767.9px) {
	.newsletter-signup {
		font-size: 18px;
	}
}
.newsletter-signup .form-group {
	background: #FFF2F8;
	padding: 40px;
}
@media (max-width: 767.9px) {
	.newsletter-signup .form-group {
		padding-left: 30px;
		padding-right: 30px;
	}
}
.newsletter-signup .framed-form {
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
	margin-left: auto;
	margin-right: auto;
	max-width: 660px;
	-webkit-transform: rotate(-1deg);
	        transform: rotate(-1deg);
}
@media (max-width: 767.9px) {
	.newsletter-signup .framed-form {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
}
.newsletter-signup .sprinkles-top {
	background: url(../media/images/sprinkles.png) 50% 100% no-repeat;
	background-repeat: repeat-x;
	background-size: 1370px auto;
	height: 150px;
	left: 0;
	left: 0;
	margin-top: -100px;
	position: absolute;
	right: 0;
}
.webp .newsletter-signup .sprinkles-top {
	background-image: url(../media/images/sprinkles.webp);
}
@media (max-width: 1023.9px) {
	.newsletter-signup .newsletter-signup__left {
		padding-top: 60px;
	}
}

.socials-section {
	background: #f9f6ee;
	font-size: 2.2rem;
	text-align: center;
}
@media (max-width: 1023.9px) {
	.socials-section {
		font-size: 20px;
	}
}
@media (max-width: 767.9px) {
	.socials-section {
		font-size: 18px;
	}
}
.socials-section .h2 {
	margin-bottom: 0;
}
@media (max-width: 767.9px) {
	.socials-section .h4 {
		font-size: 1.6rem;
	}
}
.socials-section .farlo-ui-social-icons__list {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.socials-section .socials-section__instagram {
	margin-top: 40px;
}
@media screen and (max-width: 416.9px) {
	.socials-section .socials-section__instagram {
		margin-left: -20px;
		margin-right: -20px;
	}
}
.socials-section .socials-section__instagram .fts-instagram-wrapper {
	margin: 10px;
}
@media screen and (max-width: 416.9px) {
	.socials-section .socials-section__instagram .fts-instagram-wrapper {
		margin: 0;
		width: 50% !important;
	}
}
.socials-section .socials-section__instagram .fts-instagram-load-more-wrapper {
	margin-top: 10px;
}
@media screen and (max-width: 416.9px) {
	.socials-section .socials-section__instagram .fts-instagram-load-more-wrapper {
		margin-top: 30px;
	}
}
.socials-section .socials-section__instagram .fts-instagram-load-more-wrapper .fts-fb-load-more {
	background: #ff017d !important;
	background-color: #ff017d;
	border: 2px solid #ff017d !important;
	border-radius: 30px !important;
	color: white !important;
	color: white;
	font-family: "Bevan", sans-serif !important;
	font-size: 1.4rem !important;
	padding: 6px 16px 4px !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	-webkit-transition: 0.3s ease !important;
	transition: 0.3s ease !important;
	white-space: nowrap !important;
	width: auto;
}
.socials-section .socials-section__instagram .fts-instagram-load-more-wrapper .fts-fb-load-more:hover {
	background-color: white;
	color: #ff017d;
}

.site-footer {
	background: #20202a;
	color: white;
}
.site-footer__wrapper {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	padding-left: 20px;
	padding-right: 20px;
}
@media (max-width: 1279px) {
	.site-footer__wrapper {
		gap: 10px;
		padding-bottom: 30px;
		padding-top: 30px;
	}
}
.site-footer__wrapper p,
.site-footer__wrapper a {
	color: #E0E0B8;
	margin-bottom: 0;
}
.site-footer__wrapper p[href*=mailto],
.site-footer__wrapper a[href*=mailto] {
	word-break: break-all;
}
.site-footer__wrapper p a, .site-footer__wrapper p:focus, .site-footer__wrapper p:hover,
.site-footer__wrapper a a,
.site-footer__wrapper a:focus,
.site-footer__wrapper a:hover {
	opacity: 1;
}
@media (max-width: 1279px) {
	.site-footer__wrapper {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
.site-footer__navigation-list {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}
@media (max-width: 767.9px) {
	.site-footer__navigation-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 5px;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		width: 100%;
	}
}
.site-footer__section {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	max-width: 30%;
	padding-bottom: 60px;
	padding-top: 60px;
}
@media (max-width: 1279px) {
	.site-footer__section {
		padding-bottom: 30px;
		padding-top: 30px;
	}
}
@media (max-width: 767.9px) {
	.site-footer__section {
		padding-bottom: 15px;
		padding-top: 15px;
	}
}
.site-footer__section h4,
.site-footer__section .h4 {
	font-size: 20px;
	margin-bottom: 20px;
}
.site-footer__section .menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.site-footer__section .menu > li {
	-webkit-box-flex: 50%;
	    -ms-flex: 50%;
	        flex: 50%;
	margin: 0 0 5px;
	text-transform: uppercase;
}
@media (max-width: 767.9px) {
	.site-footer__section .menu > li {
		-webkit-box-flex: 100%;
		    -ms-flex: 100%;
		        flex: 100%;
	}
}
.site-footer__left {
	max-width: 40%;
}
.site-footer__left img {
	width: 100%;
}
.site-footer__left > div:first-child {
	margin-bottom: 20px;
	max-width: 250px;
}
.site-footer__left .footer-content {
	color: #E0E0B8;
	text-transform: uppercase;
}
.site-footer__left .footer-content h4 {
	margin-bottom: 0;
}
.site-footer__left .gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 40px;
}
.site-footer__left .gallery img {
	width: auto;
}
@media (max-width: 1279px) {
	.site-footer__left {
		-webkit-box-flex: 100%;
		    -ms-flex: 100%;
		        flex: 100%;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		max-width: 100%;
	}
}
@media (max-width: 1279px) {
	.site-footer__middle, .site-footer__right {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		max-width: 50%;
	}
}
@media (max-width: 767.9px) {
	.site-footer__middle, .site-footer__right {
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 100%;
		        flex: 1 0 100%;
		max-width: 100%;
	}
}

.sub-footer {
	background: #231F20;
	color: white;
	font-size: 1.4rem;
	letter-spacing: 1px;
	text-transform: uppercase;
}
@media (max-width: 767.9px) {
	.home .sub-footer {
		padding-bottom: 80px;
	}
}
.sub-footer a {
	color: white;
}
.sub-footer .site__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 10px;
	padding-top: 10px;
}
@media (max-width: 767.9px) {
	.sub-footer .site__wrapper {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
.sub-footer .credit {
	margin-left: auto;
	opacity: 0.6;
}
@media (max-width: 767.9px) {
	.sub-footer .credit {
		margin-right: auto;
	}
}

.btn,
.button {
	background-color: #ff017d;
	border: 2px solid #ff017d;
	border-radius: 30px;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-size: 1.4rem;
	padding: 6px 16px 4px;
	text-decoration: none;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	white-space: nowrap;
}
.btn:active, .btn:focus, .btn:hover,
.button:active,
.button:focus,
.button:hover {
	text-decoration: none;
}
.btn:hover,
.button:hover {
	background-color: white;
	color: #ff017d;
}
.btn.checkout-button, .btn.single_add_to_cart_button, .btn.button--large, .btn#place_order,
.button.checkout-button,
.button.single_add_to_cart_button,
.button.button--large,
.button#place_order {
	font-size: 2.2rem;
	padding: 10px 20px;
}
@media (max-width: 767.9px) {
	.btn.checkout-button, .btn.single_add_to_cart_button, .btn.button--large, .btn#place_order,
	.button.checkout-button,
	.button.single_add_to_cart_button,
	.button.button--large,
	.button#place_order {
		font-size: 1.6rem;
		padding: 10px 15px;
	}
}
.btn.button--outline,
.button.button--outline {
	background-color: transparent;
	color: #ff017d;
}
.btn.button--outline:hover,
.button.button--outline:hover {
	background-color: white;
}
.btn.button--secondary,
.button.button--secondary {
	background-color: white;
	color: #ff017d;
}
.btn.button--secondary:hover,
.button.button--secondary:hover {
	background-color: #ff017d;
	color: white;
}
.btn.button--small,
.button.button--small {
	font-size: 1.3rem;
	padding-left: 8px;
	padding-right: 8px;
}
.btn[disabled],
.button[disabled] {
	opacity: 0.5;
}

.wp-block-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
}
.wp-block-buttons.center {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
}

.farlo-ui-social-icons__list {
	gap: 10px;
}
.farlo-ui-social-icons__list-item {
	margin: 0;
}

.event-carousel {
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: stretch;
	    -ms-flex-pack: stretch;
	        justify-content: stretch;
	margin-left: auto;
	margin-right: auto;
	max-width: 1400px;
	position: relative;
}
.event-carousel .flickity-viewport {
	-webkit-transition: height 0.1s linear;
	transition: height 0.1s linear;
}
.event-carousel__slider {
	background: #FFF2F8;
	height: var(--slider-height, auto);
	overflow: hidden;
}
.event-carousel__slider:not(.flickity-enabled) .event-carousel__slide:not(:first-child) {
	display: none;
}
.event-carousel__slide {
	position: relative;
}
.event-carousel__slide a {
	display: block;
	position: relative;
}
.event-carousel__slide a:after {
	bottom: 0;
	-webkit-box-shadow: inset 0 0px 5px rgba(0, 0, 0, 0.7);
	        box-shadow: inset 0 0px 5px rgba(0, 0, 0, 0.7);
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.event-carousel__info {
	background: rgba(0, 0, 0, 0.3);
	bottom: 0;
	color: white;
	left: 0;
	padding: 20px;
	position: absolute;
	right: 0;
}
.event-carousel__info h3 {
	line-height: 1;
	margin: 0;
}
.event-carousel__inner {
	overflow: hidden;
	width: 100%;
}
.event-carousel__inner:before {
	border: 57px solid transparent;
	-o-border-image: url(../media/images/lightbulbs-4.png) 32.33% round;
	   border-image: url(../media/images/lightbulbs-4.png) 32.33% round;
	bottom: -15px;
	content: "";
	content: "";
	left: -15px;
	position: absolute;
	right: -16px;
	top: -17px;
}
.webp .event-carousel__inner:before {
	-o-border-image: url(../media/images/lightbulbs-4.webp) 32.33% round;
	   border-image: url(../media/images/lightbulbs-4.webp) 32.33% round;
}
@media (max-width: 767.9px) {
	.event-carousel__inner:before {
		border-width: 27px;
		bottom: -7px;
		left: -7px;
		right: -6px;
		top: -7px;
	}
}
.event-carousel .event-carousel-border {
	background: #f5ff78;
	-webkit-filter: blur(10px);
	        filter: blur(10px);
	mix-blend-mode: color-burn;
	position: absolute;
}
@media (max-width: 767.9px) {
	.event-carousel .event-carousel-border {
		-webkit-filter: none;
		        filter: none;
	}
}
.event-carousel .event-carousel-top {
	-webkit-animation: borderTopBottom 1.5s infinite;
	        animation: borderTopBottom 1.5s infinite;
	height: 23px;
	left: 5px;
	right: calc(100% - 5px);
	top: 2px;
}
@media (max-width: 767.9px) {
	.event-carousel .event-carousel-top {
		height: 13px;
	}
}
.event-carousel .event-carousel-right {
	-webkit-animation: borderRightLeft 1.5s infinite;
	        animation: borderRightLeft 1.5s infinite;
	-webkit-animation-delay: 750ms;
	        animation-delay: 750ms;
	bottom: calc(100% - 25px);
	right: 2px;
	top: 25px;
	width: 23px;
}
@media (max-width: 767.9px) {
	.event-carousel .event-carousel-right {
		width: 13px;
	}
}
.event-carousel .event-carousel-bottom {
	animation: borderTopBottom 1.5s infinite reverse;
	bottom: 2px;
	height: 23px;
	left: calc(100% - 5px);
	right: 5px;
}
@media (max-width: 767.9px) {
	.event-carousel .event-carousel-bottom {
		height: 13px;
	}
}
.event-carousel .event-carousel-left {
	animation: borderRightLeft 1.5s infinite reverse;
	-webkit-animation-delay: 750ms;
	        animation-delay: 750ms;
	bottom: 25px;
	left: 2px;
	top: calc(100% - 25px);
	width: 23px;
}
@media (max-width: 767.9px) {
	.event-carousel .event-carousel-left {
		width: 13px;
	}
}

@-webkit-keyframes borderTopBottom {
	0% {
		left: 2px;
		right: calc(100% - 2px);
	}
	50% {
		left: 2px;
		right: 2px;
	}
	100% {
		left: calc(100% - 2px);
		right: 2px;
	}
}

@keyframes borderTopBottom {
	0% {
		left: 2px;
		right: calc(100% - 2px);
	}
	50% {
		left: 2px;
		right: 2px;
	}
	100% {
		left: calc(100% - 2px);
		right: 2px;
	}
}
@-webkit-keyframes borderRightLeft {
	0% {
		bottom: calc(100% - 25px);
		top: 25px;
	}
	50% {
		bottom: 25px;
		top: 25px;
	}
	100% {
		bottom: 25px;
		top: calc(100% - 25px);
	}
}
@keyframes borderRightLeft {
	0% {
		bottom: calc(100% - 25px);
		top: 25px;
	}
	50% {
		bottom: 25px;
		top: 25px;
	}
	100% {
		bottom: 25px;
		top: calc(100% - 25px);
	}
}
.nav-links {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: 50px;
	text-align: center;
}
.nav-links > span,
.nav-links > a {
	background: white;
	border: 2px solid #ff017d;
	border-radius: 18px;
	color: #ff017d;
	font-family: "Bevan", sans-serif;
	height: 36px;
	line-height: 32px;
	text-align: center;
	width: 36px;
}
.nav-links > span:hover, .nav-links > span.current,
.nav-links > a:hover,
.nav-links > a.current {
	background: #ff017d;
	color: white;
	text-decoration: none;
}

.woocommerce-pagination {
	text-align: center;
}
.woocommerce-pagination .page-numbers {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: 50px;
	text-align: center;
}
.woocommerce-pagination .page-numbers li > a,
.woocommerce-pagination .page-numbers li > span {
	background: white;
	border: 2px solid #ff017d;
	border-radius: 18px;
	color: #ff017d;
	font-family: "Bevan", sans-serif;
	height: 36px;
	line-height: 32px;
	text-align: center;
	width: 36px;
}
.woocommerce-pagination .page-numbers li > a:hover, .woocommerce-pagination .page-numbers li > a.current,
.woocommerce-pagination .page-numbers li > span:hover,
.woocommerce-pagination .page-numbers li > span.current {
	background: #ff017d;
	color: white;
	text-decoration: none;
}

.site-faqs .site-faqs__accordions {
	background: white;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	max-width: 880px;
	width: 100%;
}
.site-faqs .site-faqs__accordions .site-faqs__accordion-faq {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.site-faqs .site-faqs__accordions .site-faqs__accordion-faq:last-child {
	border: 0;
}
.site-faqs .site-faqs__accordions .site-faqs__accordion-question {
	cursor: pointer;
	font-family: "Bevan", sans-serif;
	font-size: 1.6rem;
	padding: 20px;
	padding-right: 50px;
	position: relative;
	text-transform: uppercase;
}
.site-faqs .site-faqs__accordions .site-faqs__accordion-question:after {
	color: #ff017d;
	content: "+";
	font-weight: 700;
	position: absolute;
	right: 20px;
}
.site-faqs .site-faqs__accordions .site-faqs__accordion-answer {
	height: 0;
	overflow: hidden;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-transition: height 0.2s ease-in-out;
	transition: height 0.2s ease-in-out;
}
.site-faqs .site-faqs__accordions .site-faqs__accordion-answer > p {
	padding: 0 0 20px;
}

.card {
	background: #FFF2F8;
	border-radius: 20px;
	height: 100%;
	padding: 40px;
}
.card.card-centered .farlo-ui-icons__icon-container {
	margin: 0 auto 20px;
}

.farlo-ui-icons__icon-container {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: white;
	border: 2px solid #ff017d;
	border-radius: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	fill: #ff017d;
	height: 64px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 64px;
}
.farlo-ui-icons__icon-svg {
	height: 32px;
	width: 32px;
}

.saleable-tiers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.saleable-tiers h3 + p {
	margin-bottom: 30px;
}
.saleable-tiers__tier {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-bottom: 1px solid #e4d0d0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 5px 0;
	padding-bottom: 10px;
	width: 100%;
}
@media (max-width: 767.9px) {
	.saleable-tiers__tier {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 10px;
	}
}
.saleable-tiers__tier .tag {
	border-radius: 20px;
	color: white;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 5px 10px 4px;
	text-transform: uppercase;
}
.saleable-tiers__tier .tag-none {
	color: black;
}
.saleable-tiers__tier .available-from {
	font-weight: 600;
}
.saleable-tiers .button {
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
.saleable-tiers p:last-child {
	text-align: center;
	width: 100%;
}
.saleable-tiers.upcoming-popup .button {
	margin: 5px auto;
	min-width: 270px;
	text-align: center;
}

.scroll-row {
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	overflow-x: auto;
}
@media (max-width: 1023.9px) {
	.scroll-row {
		gap: 20px;
	}
	.scroll-row .full-event-tile {
		max-width: calc(33.33% - 10px);
	}
}
@media (max-width: 767.9px) {
	.scroll-row {
		margin-left: -20px;
		margin-right: -20px;
		overflow: auto;
		padding-left: 20px;
		padding-right: 20px;
		width: auto;
	}
	.scroll-row .full-event-tile {
		min-width: 240px;
	}
	.scroll-row .tile {
		min-width: 200px;
		padding-bottom: 20px;
	}
}

.perks-page {
	text-align: center;
}

.perks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 20px;
	margin: 20px 0;
	width: 100%;
}
@media (max-width: 1023.9px) {
	.perks {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
.perks .perk {
	background-color: #f7f7f7;
	border-radius: 25px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	padding: 20px;
	text-align: center;
}
.perks .perk h3 {
	color: #ff017d;
}
.perks .perk ol {
	list-style-position: inside;
	padding: 0;
	text-align: center;
}
.perks .perk ol li::marker {
	color: #ff017d;
	font-weight: bold;
}
.perks .perk .lightbox-button {
	display: block;
	margin: 20px auto;
}
.perks .perk .lightbox {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: rgba(0, 0, 0, 0.6);
	bottom: 0;
	display: none;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	left: 0;
	padding: 10px;
	position: fixed;
	right: 0;
	top: 0;
}
.perks .perk .lightbox__container {
	background-color: #ffffff;
	border-radius: 25px;
	max-width: 400px;
	padding: 20px;
}
.perks .perk .lightbox__container .button {
	margin: 0 10px;
}
.perks .perk .lightbox--active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.subscription_details_perks {
	background-color: #ffffff;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	margin-bottom: 40px;
	padding: 20px;
}
.subscription_details_perks h3 {
	margin-bottom: 10px;
}
.subscription_details_perks p {
	margin-bottom: 20px;
}
.subscription_details_perks ol {
	padding: 0 20px;
}
.subscription_details_perks ol li::marker {
	color: #ff017d;
	font-weight: bold;
}

.password {
	display: none;
}
.password--active {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: rgba(0, 0, 0, 0.6);
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
}
.password__box {
	background-color: #ffffff;
	border-radius: 25px;
	max-width: 400px;
	padding: 20px;
}
.password__box h2 {
	font-size: 20px;
	margin-bottom: 10px;
}
.password__box form {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 10px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.password__box .pw-error {
	color: #900;
	font-size: 12px;
	margin-bottom: 0;
	margin-top: 0;
}

.single-events #site-main {
	background: url(../media/images/brick-wall.jpg);
	background-size: 1500px;
	padding-bottom: 0;
}
.webp .single-events #site-main {
	background: url(../media/images/brick-wall.webp);
}
.single-events #site-main .site__wrapper > h3 {
	margin-bottom: 60px;
}

.site-event-content__left {
	font-weight: 600;
}
.site-event-content__left .site-event-content__description * {
	display: none;
	margin-bottom: 20px;
}
.site-event-content__left .site-event-content__description p:first-child,
.site-event-content__left .site-event-content__description p:first-child * {
	display: revert;
}
.site-event-content__left .site-event-content__description .button {
	display: inline-block;
}
.site-event-content__left .site-event-content__description p:first-child + .button {
	display: none;
}
.site-event-content__left .site-event-content__description.read-all * {
	display: revert;
}

.event-secondary-image {
	-webkit-box-shadow: 0 16px 20px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 16px 20px rgba(0, 0, 0, 0.5);
	-webkit-transform: rotate(1deg);
	        transform: rotate(1deg);
}
.event-secondary-image img {
	width: 100%;
}

@media (max-width: 1279px) {
	.site-event-hero-banner {
		padding-bottom: 0;
		padding-top: 0;
	}
}
.site-event-hero-banner h1 {
	margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
	.site-event-hero-banner h1 {
		font-size: 50px;
	}
}
.site-event-hero-banner__featured-image {
	-webkit-box-shadow: 0 16px 20px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 16px 20px rgba(0, 0, 0, 0.5);
	max-width: 600px;
	-webkit-transform: rotate(-1deg);
	        transform: rotate(-1deg);
}
@media (max-width: 1023.9px) {
	.site-event-hero-banner__featured-image {
		max-width: 480px;
	}
}
@media (max-width: 767.9px) {
	.site-event-hero-banner__featured-image {
		max-width: 60%;
	}
}
@media screen and (max-width: 500px) {
	.site-event-hero-banner__featured-image {
		max-width: 100%;
	}
}
.site-event-hero-banner__featured-image img {
	width: 100%;
}

.legacy-extra-content * {
	color: #20202a !important;
	display: block;
	float: none !important;
	font-family: "Hind Madurai", sans-serif !important;
	font-size: 2rem !important;
	margin: 0;
	padding: 0;
	width: 100%;
}
.legacy-extra-content table {
	width: 100% !important;
}
.legacy-extra-content strong {
	display: inline-block;
}
.legacy-extra-content hr,
.legacy-extra-content br,
.legacy-extra-content img {
	display: none !important;
}

.site-event-reviews__review-stars {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: 10px;
}
.site-event-reviews svg {
	fill: #ffd03c;
	max-height: 30px;
	max-width: 30px;
}
.site-event-reviews__review {
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}
.site-event-reviews p {
	font-size: 2.2rem;
	font-weight: 600;
	margin-bottom: 10px;
}
@media (max-width: 1023.9px) {
	.site-event-reviews p {
		font-size: 20px;
	}
}
@media (max-width: 767.9px) {
	.site-event-reviews p {
		font-size: 18px;
	}
}

.site-event-creative .flex-section {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.site-event-creative__item-text {
	font-weight: 600;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.site-event-cast .flex-section {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.site-event-cast__item-text {
	font-weight: 600;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.site-event-cast__item-headshot {
	margin-bottom: 20px;
}
.site-event-cast__item-headshot img {
	border: 6px solid #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0 0px 0px 3px #ff017d;
	        box-shadow: 0 0px 0px 3px #ff017d;
}

.site-event-upcoming-performances__item a {
	background: #FFF1F1;
	border-radius: 20px;
	display: block;
	padding: 30px;
	width: 100%;
}
.site-event-upcoming-performances__item a .button {
	font-size: 1.6rem;
	text-align: center;
	width: 100%;
}
.site-event-upcoming-performances__item a .button span {
	font-size: 1.4rem;
}
.site-event-upcoming-performances__item a:hover {
	text-decoration: none;
}
.site-event-upcoming-performances__item a:hover .button {
	background-color: white;
	color: #ff017d;
}
.site-event-upcoming-performances__item a:hover .button:hover {
	background-color: #ff017d;
	color: white;
}
.site-event-upcoming-performances__buttons {
	margin-top: 30px;
}

#event-navigation {
	bottom: 0;
	left: 0;
	position: sticky;
	right: 0;
}
#event-navigation > div {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	width: 100%;
}
#event-navigation ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.5rem;
	gap: 30px;
	list-style: none;
	margin-right: 30px;
	overflow: auto;
	padding-bottom: 30px;
	padding-top: 30px;
	position: relative;
	white-space: nowrap;
}
@media (max-width: 767.9px) {
	#event-navigation ul {
		padding-bottom: 20px;
		padding-top: 20px;
	}
}
#event-navigation ul.scroll-overflow-x {
	gap: 16px;
	margin-right: 0;
	padding-right: 20px;
}
#event-navigation ul.scroll-overflow-x + .divider {
	background: -webkit-gradient(linear, left top, right top, from(rgba(68, 38, 21, 0)), to(rgb(61, 31, 20)));
	background: linear-gradient(to right, rgba(68, 38, 21, 0), rgb(61, 31, 20));
	display: block;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	height: 50px;
	left: -10px;
	position: relative;
	width: 10px;
	z-index: 32;
}
@media (max-width: 767.9px) {
	#event-navigation ul.scroll-overflow-x + .divider {
		height: 30px;
	}
}
#event-navigation ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#event-navigation ul li a {
	color: white;
}
@media (max-width: 767.9px) {
	#event-navigation ul li a {
		font-size: 1.3rem;
	}
}
#event-navigation ul li a:focus, #event-navigation ul li a:active, #event-navigation ul li a:hover {
	color: #ff017d;
	text-decoration: none;
}
#event-navigation .wp-block-buttons {
	margin-left: auto;
}
@media (max-width: 767.9px) {
	#event-navigation .wp-block-buttons .button {
		font-size: 1.4rem;
		padding: 6px 8px;
	}
}

.extra-show-info .farlo-ui-icons__icon-container {
	margin-bottom: 20px;
	position: absolute;
}
.extra-show-info h4,
.extra-show-info .event-extra-info__item-body {
	padding-left: 90px;
}

.page-template-page-memberships .site-main {
	padding-bottom: 0;
}

.memberships-section {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 2.2rem;
	min-height: 60vh;
	min-height: calc(var(--vh, 1vh) * 60);
	padding-bottom: 60px;
	padding-top: 60px;
}
@media (max-width: 1023.9px) {
	.memberships-section {
		font-size: 20px;
	}
}
@media (max-width: 767.9px) {
	.memberships-section {
		font-size: 18px;
	}
}
.memberships-section__left, .memberships-section__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.memberships-section__left {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media (max-width: 1023.9px) {
	.memberships-section__left {
		left: 0;
		margin-top: -40px;
		max-width: 36%;
		position: absolute;
		top: 0;
		-webkit-transform: translateX(-20%);
		        transform: translateX(-20%);
		width: auto;
	}
}
@media (max-width: 767.9px) {
	.memberships-section__left {
		margin: 0 auto;
		max-width: 100%;
		max-width: 100%;
		position: static;
		text-align: center;
		-webkit-transform: none;
		        transform: none;
		width: 100%;
	}
	.memberships-section__left .membership-image {
		max-width: 66%;
	}
}
.memberships-section__right {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media (max-width: 1023.9px) {
	.memberships-section__right {
		padding-left: 30%;
	}
}
@media (max-width: 767.9px) {
	.memberships-section__right {
		padding-left: 0;
	}
}
.memberships-section__buttons {
	margin-top: 40px;
}
.memberships-section .membership-image {
	position: relative;
}
.memberships-section .membership-image:before {
	-webkit-animation: transformGlow 5s linear infinite;
	        animation: transformGlow 5s linear infinite;
	background: rgb(255, 255, 255);
	border-radius: 100px;
	bottom: 0;
	content: "";
	-webkit-filter: blur(50px);
	        filter: blur(50px);
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scale(0.8);
	        transform: scale(0.8);
	-webkit-transform-origin: center center;
	        transform-origin: center center;
	z-index: 0;
}
.memberships-section .membership-image img {
	position: relative;
	z-index: 1;
}
.memberships-section:nth-child(odd) .membership-image {
	-webkit-transform: rotate(-1deg);
	        transform: rotate(-1deg);
}
.memberships-section:nth-child(even) .membership-image {
	-webkit-transform: rotate(2deg);
	        transform: rotate(2deg);
}

.member-notice {
	background: #FFF2F8;
	border: 1px solid white;
	border-radius: 10px;
	margin: 20px 0;
	padding: 20px;
}

.page-template-perks-template .site-header__wrapper {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.page-template-perks-template .site-logo {
	position: static;
	-webkit-transform: none;
	        transform: none;
}
.page-template-perks-template .site-main {
	padding-top: 0;
}
.page-template-perks-template .site-page__wrapper {
	padding: 20px;
}
.page-template-perks-template .errors {
	color: #900;
}

#merchandise .wp-block-image {
	bottom: 0;
	margin: 0 0 -4%;
	position: absolute;
	right: 55%;
	width: 680px;
}
@media (max-width: 1023.9px) {
	#merchandise .wp-block-image {
		left: 50%;
		margin-bottom: 40px;
		margin-top: -140px;
		max-width: 490px;
		position: relative;
		right: unset;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
}

#memberships .wp-block-image {
	margin-bottom: 0px;
	-webkit-transform: scale(1.2);
	        transform: scale(1.2);
}
@media (max-width: 1023.9px) {
	#memberships .wp-block-image {
		margin-bottom: -30px;
		margin-top: -60px;
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
#memberships .wp-block-buttons {
	position: relative;
	z-index: 1;
}
@media (max-width: 1023.9px) {
	#memberships {
		padding-bottom: 120px;
	}
}

#home-whats-on .wp-block-group__inner-container {
	padding-bottom: 0;
	padding-top: 40px;
}
@media (max-width: 767.9px) {
	#home-whats-on .wp-block-group__inner-container {
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
	}
}
#home-whats-on:before {
	background: #FFF9FA url(../media/images/halftone.png) 0 -230px repeat-x;
	background-size: 580px;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.8;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.webp #home-whats-on:before {
	background-image: url(../media/images/halftone.webp);
}

#your-visit:before {
	background: url(../media/images/building-bg-seamless.png) repeat;
}
.webp #your-visit:before {
	background-image: url(../media/images/building-bg-seamless.webp);
}
#your-visit .wp-block-image {
	bottom: 0;
	margin: 0;
	min-width: 955px;
	position: absolute;
	right: 50%;
}
@media (max-width: 1023.9px) {
	#your-visit .wp-block-image {
		position: relative;
	}
}
@media (max-width: 1023.9px) {
	#your-visit .wp-block-columns > .wp-block-column:first-child {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	#your-visit .wp-block-columns .wp-block-image {
		bottom: -60px;
		min-width: auto;
		position: relative;
		right: 30%;
	}
}

#whats-on-events .section-padding {
	padding-top: 0;
}
#whats-on-events #now-showing {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	min-width: 740px;
}
@media (max-width: 767.9px) {
	#whats-on-events .flex-section .flex-section__third {
		min-width: 100%;
	}
}

#venue-info-points .venue-info {
	margin-bottom: 40px;
}
#venue-info-points .venue-info .farlo-ui-icons__icon-container {
	position: absolute;
}
#venue-info-points .venue-info h5, #venue-info-points .venue-info p {
	padding-left: 90px;
}

#map {
	position: relative;
}
@media (max-width: 1499.9px) {
	#map {
		margin-left: -20px;
		margin-right: -20px;
	}
}
#map img {
	-o-object-fit: contain;
	   object-fit: contain;
	-o-object-position: top;
	   object-position: top;
}
@media (max-width: 1279px) {
	#map figure {
		padding-bottom: 60px;
	}
}
@media (max-width: 767.9px) {
	#map figure {
		padding-bottom: 110px;
	}
}
#map .wp-block-buttons {
	bottom: 20px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	left: 20px;
	position: absolute;
	right: 20px;
	text-align: center;
}
@media (max-width: 767.9px) {
	#map .wp-block-buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	#map .wp-block-buttons .wp-block-button {
		width: 100%;
	}
}

#get-in-touch {
	margin: 50px auto 0;
}
#get-in-touch .gform_wrapper {
	background: white;
	border-radius: 20px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	padding: 60px;
}

body.woocommerce-page.single-product #site-main, body.woocommerce-page.tax-product_cat #site-main {
	background: url(../media/images/brick-wall.jpg);
	background-size: 1500px;
	padding-bottom: 0;
}
.webp body.woocommerce-page.single-product #site-main, .webp body.woocommerce-page.tax-product_cat #site-main {
	background: url(../media/images/brick-wall.webp);
}
body.woocommerce-page img {
	width: 100%;
}

.woocommerce-page.single-product #site-main {
	background: url(../media/images/brick-wall.jpg);
	background-size: 1500px;
}
.webp .woocommerce-page.single-product #site-main {
	background: url(../media/images/brick-wall.webp);
}
.woocommerce-page.single-product #site-main .product_cat-membership .wc-memberships-member-discount-message {
	display: none;
}
.woocommerce-page.single-product #site-main .product_cat-membership .quantity {
	display: none !important;
}
.woocommerce-page.single-product #site-main .product.type-product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.woocommerce-page.single-product #site-main .product.type-product .product-title {
	margin-bottom: 5px;
}
.woocommerce-page.single-product #site-main .product.type-product .price {
	color: #ff017d;
	font-family: "Bevan", sans-serif;
	font-size: 3.4rem;
	line-height: 1;
	margin-bottom: 10px;
}
.woocommerce-page.single-product #site-main .product.type-product .quantity {
	margin-top: 20px;
}
.woocommerce-page.single-product #site-main .product.type-product .single_add_to_cart_button {
	margin-top: 20px;
}
.woocommerce-page.single-product #site-main .product.type-product .product-description {
	font-weight: 600;
}
.woocommerce-page.single-product #site-main .product.type-product .in-stock {
	display: none;
	font-weight: 600;
	margin-top: 10px;
}
.woocommerce-page.single-product #site-main .product.type-product .woocommerce-product-gallery {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	max-width: 50%;
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	width: 100%;
}
.woocommerce-page.single-product #site-main .product.type-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 550px;
}
@media (max-width: 1023.9px) {
	.woocommerce-page.single-product #site-main .product.type-product .woocommerce-product-gallery {
		max-width: 100%;
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
	}
}
.woocommerce-page.single-product #site-main .product.type-product .summary {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	max-width: 50%;
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	padding-bottom: 60px;
	padding-top: 60px;
	width: 100%;
}
@media (max-width: 1023.9px) {
	.woocommerce-page.single-product #site-main .product.type-product .summary {
		max-width: 100%;
	}
}
.woocommerce-page.single-product #site-main .product.type-product .summary .wc-memberships-member-discount-message {
	margin-top: 40px;
}
.woocommerce-page.single-product #site-main .product.type-product .related {
	background: white;
	margin-top: 60px;
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
	padding-bottom: 80px;
	padding-top: 80px;
	position: relative;
}
@media (max-width: 1023.9px) {
	.woocommerce-page.single-product #site-main .product.type-product .related {
		padding-bottom: 60px;
		padding-top: 60px;
	}
}
.woocommerce-page.single-product #site-main .product.type-product .related:before {
	background: white;
	bottom: 0;
	content: "";
	left: -999em;
	position: absolute;
	right: -999em;
	top: 0;
	z-index: -1;
}
.woocommerce-page.single-product #site-main .product.type-product .related ul, .woocommerce-page.single-product #site-main .product.type-product .related li {
	clear: none;
	float: none;
	padding: 0;
}
.woocommerce-page.single-product #site-main .product.type-product .related ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2rem;
}
.woocommerce-page.single-product #site-main .product.type-product .qty {
	-webkit-appearance: none;
	border: 2px solid #ff017d;
	border-radius: 32px;
	color: #ff017d;
	font-family: "Bevan", sans-serif;
	height: 60px;
	margin: 0;
	margin: 0;
	outline: none !important;
	padding: 0;
	text-align: center;
	width: 60px;
}
.woocommerce-page.single-product #site-main .product.type-product .quantity {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5px;
}
.woocommerce-page.single-product #site-main .product.type-product .quantity .qty-control {
	background: #ff017d;
	border: 2px solid #ff017d;
	border-radius: 20px;
	color: white;
	cursor: pointer;
	font-size: 2.2rem;
	font-weight: 700;
	height: 40px;
	width: 40px;
}
.woocommerce-page.single-product #site-main .product.type-product .quantity .qty {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}
.woocommerce-page.single-product #site-main .product.type-product .quantity .qty-down {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}
.woocommerce-page.single-product #site-main .product.type-product .quantity .qty-up {
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
}
.woocommerce-page.single-product #site-main .product.type-product .variations_button .quantity {
	display: none;
}
.woocommerce-page.single-product #site-main .product.type-product .variations {
	margin-top: 30px;
	width: 100%;
}
.woocommerce-page.single-product #site-main .product.type-product .variations tbody,
.woocommerce-page.single-product #site-main .product.type-product .variations tr,
.woocommerce-page.single-product #site-main .product.type-product .variations th, .woocommerce-page.single-product #site-main .product.type-product .variations td {
	display: block;
}
.woocommerce-page.single-product #site-main .product.type-product .variations th.label {
	display: none;
}
.woocommerce-page.single-product #site-main .product.type-product .variations #gift-card-value {
	background: white;
	border: 2px solid #ff017d;
	border-radius: 30px;
	color: #ff017d;
	font-family: "Bevan", sans-serif;
	font-size: 2.2rem;
	max-width: 400px;
	padding: 10px 20px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
@media (max-width: 1023.9px) {
	.woocommerce-page.single-product #site-main .product.type-product .variations #gift-card-value {
		font-size: 1.6rem;
	}
}
.woocommerce-page.single-product #site-main .product.type-product .variations .reset_variations {
	display: none !important;
}
.woocommerce-page.single-product #site-main .product.type-product .single_variation_wrap .woocommerce-variation-price {
	display: none !important;
}
.woocommerce-page.single-product #site-main .product.type-product .single_variation_wrap .single_add_to_cart_button {
	margin-top: 10px;
	max-width: 400px;
	width: 100%;
}
.woocommerce-page.single-product #site-main .product.type-product.product_cat-posters .woocommerce-product-gallery__wrapper {
	background-image: url(../media/images/tr-3.png), url(../media/images/bl-3.png), url(../media/images/tl-3.png), url(../media/images/br-3.png);
	background-position: 100% 0, 0 100%, 0 0, 100% 100%;
	background-repeat: no-repeat;
	border-bottom: 1px solid #795325;
	margin-left: auto;
	max-width: 400px;
	padding: 28px 28px 30px;
}
.webp .woocommerce-page.single-product #site-main .product.type-product.product_cat-posters .woocommerce-product-gallery__wrapper {
	background-image: url(../media/images/tr-3.webp), url(../media/images/bl-3.webp), url(../media/images/tl-3.webp), url(../media/images/br-3.webp);
}
@media (max-width: 767.9px) {
	.woocommerce-page.single-product #site-main .product.type-product.product_cat-posters .woocommerce-product-gallery__wrapper {
		background-size: 93px, 93px, 800px, 800px;
		padding: 14px 14px 15px;
	}
}
@media (max-width: 1023.9px) {
	.woocommerce-page.single-product #site-main .product.type-product.product_cat-posters .woocommerce-product-gallery__wrapper {
		margin-right: auto;
	}
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.wc-memberships-member-discount {
	display: none;
}

.woocommerce-info,
.woocommerce-notices-wrapper:not(:empty) {
	background: white;
	border-radius: 10px;
	margin-bottom: 30px;
	padding: 30px;
}

.woocommerce-notices-wrapper .woocommerce-info {
	padding: 0;
}

.post-type-archive-product #site-main {
	padding-bottom: 0;
}
.post-type-archive-product .block-past-events {
	position: relative;
}
.post-type-archive-product .block-past-events:before {
	background: #000;
	background: url(../media/images/brick-wall.jpg);
	background-size: 1500px;
	bottom: 0;
	content: "";
	left: 0;
	left: -999em;
	padding-bottom: 0;
	position: absolute;
	right: 0;
	right: -999em;
	top: 0;
	z-index: -1;
}

.archive.tax-product_cat .woocommerce-result-count,
.archive.tax-product_cat .woocommerce-ordering {
	margin-bottom: 30px;
}
.archive.tax-product_cat .orderby {
	border: 1px solid #ff017d;
	border-radius: 30px;
	font-family: "Bevan";
	font-size: 1.4rem;
	padding: 10px;
	text-transform: uppercase;
}
.archive.tax-product_cat .type-product {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 10px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
}
.archive.tax-product_cat .type-product a:first-child {
	width: 100%;
}
.archive.tax-product_cat .type-product h3 {
	margin-top: 10px;
}
.archive.tax-product_cat .type-product .amount {
	color: #ff017d;
	font-family: "Bevan", sans-serif;
	font-weight: 700;
}

.woocommerce-page #site-main .shop_table {
	border-radius: 10px;
	border-spacing: 0;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	margin-bottom: 40px;
	overflow: hidden;
	width: 100%;
}
.woocommerce-page #site-main .shop_table th,
.woocommerce-page #site-main .shop_table td,
.woocommerce-page #site-main .shop_table tr:nth-child(2n) td,
.woocommerce-page #site-main .shop_table tr:nth-child(2n) td {
	background: white;
	border: 1px solid #FFF2F8;
	border-width: 1px 0 0;
	font-weight: 600;
	padding: 20px;
}
.woocommerce-page #site-main .shop_table th input[type=text],
.woocommerce-page #site-main .shop_table th input[type=number],
.woocommerce-page #site-main .shop_table th input[type=email],
.woocommerce-page #site-main .shop_table td input[type=text],
.woocommerce-page #site-main .shop_table td input[type=number],
.woocommerce-page #site-main .shop_table td input[type=email],
.woocommerce-page #site-main .shop_table tr:nth-child(2n) td input[type=text],
.woocommerce-page #site-main .shop_table tr:nth-child(2n) td input[type=number],
.woocommerce-page #site-main .shop_table tr:nth-child(2n) td input[type=email],
.woocommerce-page #site-main .shop_table tr:nth-child(2n) td input[type=text],
.woocommerce-page #site-main .shop_table tr:nth-child(2n) td input[type=number],
.woocommerce-page #site-main .shop_table tr:nth-child(2n) td input[type=email] {
	background: #fffafc;
	border: 1px solid #DDB4B5;
	border-radius: 5px;
	outline: 0 !important;
	padding: 10px 12px;
	width: 100%;
}
.woocommerce-page #site-main .shop_table th input[type=text]:active, .woocommerce-page #site-main .shop_table th input[type=text]:focus,
.woocommerce-page #site-main .shop_table th input[type=number]:active,
.woocommerce-page #site-main .shop_table th input[type=number]:focus,
.woocommerce-page #site-main .shop_table th input[type=email]:active,
.woocommerce-page #site-main .shop_table th input[type=email]:focus,
.woocommerce-page #site-main .shop_table td input[type=text]:active,
.woocommerce-page #site-main .shop_table td input[type=text]:focus,
.woocommerce-page #site-main .shop_table td input[type=number]:active,
.woocommerce-page #site-main .shop_table td input[type=number]:focus,
.woocommerce-page #site-main .shop_table td input[type=email]:active,
.woocommerce-page #site-main .shop_table td input[type=email]:focus,
.woocommerce-page #site-main .shop_table tr:nth-child(2n) td input[type=text]:active,
.woocommerce-page #site-main .shop_table tr:nth-child(2n) td input[type=text]:focus,
.woocommerce-page #site-main .shop_table tr:nth-child(2n) td input[type=number]:active,
.woocommerce-page #site-main .shop_table tr:nth-child(2n) td input[type=number]:focus,
.woocommerce-page #site-main .shop_table tr:nth-child(2n) td input[type=email]:active,
.woocommerce-page #site-main .shop_table tr:nth-child(2n) td input[type=email]:focus,
.woocommerce-page #site-main .shop_table tr:nth-child(2n) td input[type=text]:active,
.woocommerce-page #site-main .shop_table tr:nth-child(2n) td input[type=text]:focus,
.woocommerce-page #site-main .shop_table tr:nth-child(2n) td input[type=number]:active,
.woocommerce-page #site-main .shop_table tr:nth-child(2n) td input[type=number]:focus,
.woocommerce-page #site-main .shop_table tr:nth-child(2n) td input[type=email]:active,
.woocommerce-page #site-main .shop_table tr:nth-child(2n) td input[type=email]:focus {
	background: white;
	border-color: #ff017d;
}
.woocommerce-page #site-main .shop_table thead th,
.woocommerce-page #site-main .shop_table thead td {
	background: #20202a;
	color: white;
	font-family: "Bevan", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}
.woocommerce-page #site-main .shop_table td.actions {
	background: #FFF2F8;
}
.woocommerce-page #site-main .shop_table tfoot th {
	background-color: #f7f7f7;
	text-align: left;
}
.woocommerce-page #site-main .shop_table th.product-name,
.woocommerce-page #site-main .shop_table td.product-name {
	text-align: left;
}
.woocommerce-page #site-main .shop_table th.product-price,
.woocommerce-page #site-main .shop_table td.product-price,
.woocommerce-page #site-main .shop_table th.product-quantity,
.woocommerce-page #site-main .shop_table td.product-quantity,
.woocommerce-page #site-main .shop_table th.product-subtotal,
.woocommerce-page #site-main .shop_table td.product-subtotal,
.woocommerce-page #site-main .shop_table th.product-total,
.woocommerce-page #site-main .shop_table td.product-total,
.woocommerce-page #site-main .shop_table tr.cart-subtotal td,
.woocommerce-page #site-main .shop_table tr.order-total td {
	text-align: right;
}
.woocommerce-page #site-main .shop_table #coupon_code {
	max-width: 200px;
	padding: 4px 10px;
	width: 100%;
}
@media (max-width: 767.9px) {
	.woocommerce-page #site-main .shop_table #coupon_code {
		max-width: 100%;
	}
}
.woocommerce-page #site-main .shop_table .coupon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
}
@media (max-width: 767.9px) {
	.woocommerce-page #site-main .shop_table .coupon {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.woocommerce-page #site-main .shop_table .coupon > input,
	.woocommerce-page #site-main .shop_table .coupon > button {
		max-width: 100%;
		width: 100%;
	}
}
.woocommerce-page #site-main .shop_table td.product-quantity .qty {
	max-width: 75px;
}
.woocommerce-page #site-main .shop_table .product-thumbnail img {
	max-width: 50px;
}
.woocommerce-page #site-main .shop_table.cart .coupon {
	display: none;
}
.woocommerce-page #site-main #wc-stripe-payment-request-button-separator {
	margin: 20px 0 !important;
}
.woocommerce-page #site-main .checkout-button {
	text-align: center;
	width: 100%;
}
.woocommerce-page .woocommerce-checkout {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 4%;
	width: 100%;
}
.woocommerce-page .woocommerce-checkout > .woocommerce-NoticeGroup {
	background: #FFF2F8;
	border-radius: 10px;
	margin-bottom: 30px;
	padding: 30px;
	width: 100%;
}
.woocommerce-page .woocommerce-checkout #order_review_heading {
	display: none;
}
.woocommerce-page .woocommerce-checkout #order_review {
	-webkit-box-ordinal-group: 1;
	    -ms-flex-order: 0;
	        order: 0;
}
.woocommerce-page .woocommerce-checkout #customer_details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 48%;
	        flex: 1 0 48%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 40px 4%;
}
.woocommerce-page .woocommerce-checkout #customer_details:before, .woocommerce-page .woocommerce-checkout #customer_details:after {
	content: none !important;
}
.woocommerce-page .woocommerce-checkout #customer_details > div {
	float: none;
	width: 100%;
}
.woocommerce-page .woocommerce-checkout #customer_details > div:before, .woocommerce-page .woocommerce-checkout #customer_details > div:after {
	content: none !important;
}
.woocommerce-page .woocommerce-checkout #customer_details > div > div:before, .woocommerce-page .woocommerce-checkout #customer_details > div > div:after {
	content: none !important;
}
.woocommerce-page .woocommerce-checkout #order_review {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 48%;
	        flex: 1 0 48%;
}
.woocommerce-page .woocommerce-checkout #wc-stripe-payment-request-wrapper,
.woocommerce-page .woocommerce-checkout #wc-stripe-payment-request-button-separator {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 100%;
	        flex: 1 0 100%;
}
.woocommerce-page .woocommerce-checkout .woocommerce-additional-fields h3 {
	display: none;
}
.woocommerce-page .woocommerce-checkout .woocommerce-additional-fields,
.woocommerce-page .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
	margin-bottom: 40px;
}
.woocommerce-page .woocommerce-checkout #payment > ul,
.woocommerce-page .woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-page .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
.woocommerce-page .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
.woocommerce-page .woocommerce-checkout .display_membership_field__field-wrapper {
	background: white;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 10px 4%;
	padding: 40px;
}
.woocommerce-page .woocommerce-checkout #payment > ul .form-row,
.woocommerce-page .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce-page .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row,
.woocommerce-page .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row,
.woocommerce-page .woocommerce-checkout .display_membership_field__field-wrapper .form-row {
	margin-bottom: 5px;
	width: 100%;
}
.woocommerce-page .woocommerce-checkout #payment > ul .form-row label,
.woocommerce-page .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row label,
.woocommerce-page .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row label,
.woocommerce-page .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row label,
.woocommerce-page .woocommerce-checkout .display_membership_field__field-wrapper .form-row label {
	margin-bottom: 8px;
}
.woocommerce-page .woocommerce-checkout #payment > ul #billing_first_name_field,
.woocommerce-page .woocommerce-checkout #payment > ul #billing_last_name_field,
.woocommerce-page .woocommerce-checkout #payment > ul #billing_city_field,
.woocommerce-page .woocommerce-checkout #payment > ul #billing_postcode_field,
.woocommerce-page .woocommerce-checkout #payment > ul #shipping_first_name_field,
.woocommerce-page .woocommerce-checkout #payment > ul #shipping_last_name_field,
.woocommerce-page .woocommerce-checkout #payment > ul #shipping_city_field,
.woocommerce-page .woocommerce-checkout #payment > ul #shipping_postcode_field,
.woocommerce-page .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_first_name_field,
.woocommerce-page .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_last_name_field,
.woocommerce-page .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_city_field,
.woocommerce-page .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_postcode_field,
.woocommerce-page .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #shipping_first_name_field,
.woocommerce-page .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #shipping_last_name_field,
.woocommerce-page .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #shipping_city_field,
.woocommerce-page .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #shipping_postcode_field,
.woocommerce-page .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #billing_first_name_field,
.woocommerce-page .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #billing_last_name_field,
.woocommerce-page .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #billing_city_field,
.woocommerce-page .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #billing_postcode_field,
.woocommerce-page .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_first_name_field,
.woocommerce-page .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_last_name_field,
.woocommerce-page .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_city_field,
.woocommerce-page .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_postcode_field,
.woocommerce-page .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #billing_first_name_field,
.woocommerce-page .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #billing_last_name_field,
.woocommerce-page .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #billing_city_field,
.woocommerce-page .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #billing_postcode_field,
.woocommerce-page .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_first_name_field,
.woocommerce-page .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_last_name_field,
.woocommerce-page .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_city_field,
.woocommerce-page .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_postcode_field,
.woocommerce-page .woocommerce-checkout .display_membership_field__field-wrapper #billing_first_name_field,
.woocommerce-page .woocommerce-checkout .display_membership_field__field-wrapper #billing_last_name_field,
.woocommerce-page .woocommerce-checkout .display_membership_field__field-wrapper #billing_city_field,
.woocommerce-page .woocommerce-checkout .display_membership_field__field-wrapper #billing_postcode_field,
.woocommerce-page .woocommerce-checkout .display_membership_field__field-wrapper #shipping_first_name_field,
.woocommerce-page .woocommerce-checkout .display_membership_field__field-wrapper #shipping_last_name_field,
.woocommerce-page .woocommerce-checkout .display_membership_field__field-wrapper #shipping_city_field,
.woocommerce-page .woocommerce-checkout .display_membership_field__field-wrapper #shipping_postcode_field {
	width: 48%;
}
.woocommerce-page .woocommerce-checkout #payment > ul .woocommerce-input-wrapper .input-text,
.woocommerce-page .woocommerce-checkout #payment > ul .woocommerce-input-wrapper .select2-container--default .select2-selection--single,
.woocommerce-page .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper .input-text,
.woocommerce-page .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper .select2-container--default .select2-selection--single,
.woocommerce-page .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .woocommerce-input-wrapper .input-text,
.woocommerce-page .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .woocommerce-input-wrapper .select2-container--default .select2-selection--single,
.woocommerce-page .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .woocommerce-input-wrapper .input-text,
.woocommerce-page .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .woocommerce-input-wrapper .select2-container--default .select2-selection--single,
.woocommerce-page .woocommerce-checkout .display_membership_field__field-wrapper .woocommerce-input-wrapper .input-text,
.woocommerce-page .woocommerce-checkout .display_membership_field__field-wrapper .woocommerce-input-wrapper .select2-container--default .select2-selection--single {
	background: #fffafc;
	border: 1px solid #DDB4B5;
	border-radius: 5px;
	height: auto;
	outline: 0 !important;
	padding: 10px 12px;
	padding: 15px 20px;
	width: 100%;
}
.woocommerce-page .woocommerce-checkout #payment > ul .woocommerce-input-wrapper .input-text:active, .woocommerce-page .woocommerce-checkout #payment > ul .woocommerce-input-wrapper .input-text:focus,
.woocommerce-page .woocommerce-checkout #payment > ul .woocommerce-input-wrapper .select2-container--default .select2-selection--single:active,
.woocommerce-page .woocommerce-checkout #payment > ul .woocommerce-input-wrapper .select2-container--default .select2-selection--single:focus,
.woocommerce-page .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper .input-text:active,
.woocommerce-page .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper .input-text:focus,
.woocommerce-page .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper .select2-container--default .select2-selection--single:active,
.woocommerce-page .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper .select2-container--default .select2-selection--single:focus,
.woocommerce-page .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .woocommerce-input-wrapper .input-text:active,
.woocommerce-page .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .woocommerce-input-wrapper .input-text:focus,
.woocommerce-page .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .woocommerce-input-wrapper .select2-container--default .select2-selection--single:active,
.woocommerce-page .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .woocommerce-input-wrapper .select2-container--default .select2-selection--single:focus,
.woocommerce-page .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .woocommerce-input-wrapper .input-text:active,
.woocommerce-page .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .woocommerce-input-wrapper .input-text:focus,
.woocommerce-page .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .woocommerce-input-wrapper .select2-container--default .select2-selection--single:active,
.woocommerce-page .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .woocommerce-input-wrapper .select2-container--default .select2-selection--single:focus,
.woocommerce-page .woocommerce-checkout .display_membership_field__field-wrapper .woocommerce-input-wrapper .input-text:active,
.woocommerce-page .woocommerce-checkout .display_membership_field__field-wrapper .woocommerce-input-wrapper .input-text:focus,
.woocommerce-page .woocommerce-checkout .display_membership_field__field-wrapper .woocommerce-input-wrapper .select2-container--default .select2-selection--single:active,
.woocommerce-page .woocommerce-checkout .display_membership_field__field-wrapper .woocommerce-input-wrapper .select2-container--default .select2-selection--single:focus {
	background: white;
	border-color: #ff017d;
}
.woocommerce-page .woocommerce-checkout #payment > ul .woocommerce-input-wrapper .select2-container .select2-selection--single .select2-selection__rendered,
.woocommerce-page .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper .select2-container .select2-selection--single .select2-selection__rendered,
.woocommerce-page .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .woocommerce-input-wrapper .select2-container .select2-selection--single .select2-selection__rendered,
.woocommerce-page .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .woocommerce-input-wrapper .select2-container .select2-selection--single .select2-selection__rendered,
.woocommerce-page .woocommerce-checkout .display_membership_field__field-wrapper .woocommerce-input-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 0;
}
.woocommerce-page .woocommerce-checkout #payment > ul .woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-page .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-page .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-page .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-page .woocommerce-checkout .display_membership_field__field-wrapper .woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
	right: 11px;
	top: 18px;
}
.woocommerce-page .woocommerce-checkout .mailchimp-newsletter {
	background: white;
	border-radius: 10px;
	margin: 20px 0 0;
	padding: 20px;
}
.woocommerce-page .woocommerce-checkout #payment .wc_payment_method {
	width: 100%;
}
.woocommerce-page .woocommerce-checkout #payment #payment_method_stripe + label {
	display: block;
	font-family: "Bevan", sans-serif;
	font-size: 2.4rem;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.woocommerce-page .woocommerce-checkout #payment fieldset {
	border: 0;
	margin: 20px 0;
	padding: 0;
}
.woocommerce-page .woocommerce-checkout #payment fieldset .wc-stripe-elements-field,
.woocommerce-page .woocommerce-checkout #payment fieldset .wc-stripe-iban-element-field {
	background: #fffafc;
	border: 1px solid #DDB4B5;
	border-radius: 5px;
	outline: 0 !important;
	padding: 10px 12px;
	padding: 15px 20px;
	width: 100%;
}
.woocommerce-page .woocommerce-checkout #payment fieldset .wc-stripe-elements-field:active, .woocommerce-page .woocommerce-checkout #payment fieldset .wc-stripe-elements-field:focus,
.woocommerce-page .woocommerce-checkout #payment fieldset .wc-stripe-iban-element-field:active,
.woocommerce-page .woocommerce-checkout #payment fieldset .wc-stripe-iban-element-field:focus {
	background: white;
	border-color: #ff017d;
}
.woocommerce-page .woocommerce-checkout #payment fieldset#wc-stripe-cc-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 10px 4%;
}
.woocommerce-page .woocommerce-checkout #payment fieldset#wc-stripe-cc-form .form-row {
	max-width: 48%;
}
.woocommerce-page .woocommerce-checkout #payment fieldset#wc-stripe-cc-form .form-row:nth-child(1) {
	max-width: 100%;
}
.woocommerce-page .woocommerce-checkout #payment fieldset#wc-stripe-cc-form .stripe-source-errors:not(:empty) {
	background: #ffdddd;
	border-radius: 5px;
	padding: 20px;
	width: 100%;
}
.woocommerce-page .woocommerce-checkout #payment #place_order {
	float: none;
	margin-top: 20px;
	text-align: center;
	width: 100%;
}
.woocommerce-page .woocommerce-checkout #payment .place-order {
	margin-top: 40px;
}
.woocommerce-page .woocommerce-checkout #payment .woocommerce-privacy-policy-text {
	margin-bottom: 20px;
}
.woocommerce-page .woocommerce-checkout #ship-to-different-address {
	font-size: 2rem;
}
.woocommerce-page .woocommerce-order .woocommerce-thankyou-order-received {
	font-size: 2.4rem;
	font-weight: 600;
	margin-bottom: 20px;
	text-align: center;
}
.woocommerce-page .woocommerce-order ul.woocommerce-order-overview {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 20px 4%;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 40px;
	margin-top: 40px;
	width: 100%;
}
.woocommerce-page .woocommerce-order ul.woocommerce-order-overview li {
	background: white;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 20px;
	text-align: center;
}
.woocommerce-page .woocommerce-order ul.woocommerce-order-overview li strong {
	font-family: "Bevan", sans-serif;
	font-size: 1.6rem;
	font-weight: normal;
	text-transform: uppercase;
}
.woocommerce-page .woocommerce-order ul.woocommerce-order-overview li.email strong {
	word-break: break-all;
}
@media (max-width: 767.9px) {
	.woocommerce-page .woocommerce-order ul.woocommerce-order-overview li {
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 48%;
		        flex: 1 0 48%;
	}
}
@media (max-width: 413px) {
	.woocommerce-page .woocommerce-order ul.woocommerce-order-overview li {
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 100%;
		        flex: 1 0 100%;
	}
}
.woocommerce-page.woocommerce-order-received h1.page-title {
	display: none;
}
.woocommerce-page.woocommerce-order-received h2 {
	font-size: 30px;
}
.woocommerce-page.woocommerce-order-received .download-remaining,
.woocommerce-page.woocommerce-order-received .download-expires,
.woocommerce-page.woocommerce-order-received .download-file {
	text-align: center;
}
.woocommerce-page.woocommerce-order-received .woocommerce-order-downloads {
	margin-top: 40px;
}
.woocommerce-page.woocommerce-order-received .woocommerce-order-details,
.woocommerce-page.woocommerce-order-received .woocommerce-customer-details {
	margin-bottom: 40px;
	margin-top: 40px;
}

.woocommerce-account #site-main {
	padding-bottom: 50px;
}
.woocommerce-account #site-main h1 + .woocommerce {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
}
@media (max-width: 1023.9px) {
	.woocommerce-account #site-main h1 + .woocommerce {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
.woocommerce-account #site-main h1 + .woocommerce > .woocommerce-MyAccount-navigation {
	width: 300px;
}
@media (max-width: 1023.9px) {
	.woocommerce-account #site-main h1 + .woocommerce > .woocommerce-MyAccount-navigation {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		width: 100%;
	}
}
.woocommerce-account #site-main h1 + .woocommerce > .woocommerce-MyAccount-navigation ul {
	border-radius: 10px;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
.woocommerce-account #site-main h1 + .woocommerce > .woocommerce-MyAccount-navigation ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.woocommerce-account #site-main h1 + .woocommerce > .woocommerce-MyAccount-navigation ul li a {
	background: white;
	border-top: 1px solid #FFF2F8;
	display: block;
	padding: 15px 20px;
}
.woocommerce-account #site-main h1 + .woocommerce > .woocommerce-MyAccount-navigation ul li a:hover {
	color: #ff017d;
	text-decoration: none;
}
.woocommerce-account #site-main h1 + .woocommerce > .woocommerce-MyAccount-navigation ul li:first-child a {
	border: 0;
}
.woocommerce-account #site-main h1 + .woocommerce > .woocommerce-MyAccount-navigation ul li.is-active a {
	border-left: 3px solid #ff017d;
	color: #ff017d;
	font-weight: 600;
}
.woocommerce-account #site-main h1 + .woocommerce > .woocommerce-MyAccount-content {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.woocommerce-account #site-main h1 + .woocommerce > .woocommerce-MyAccount-content h2 {
	font-size: 30px;
}
.woocommerce-account #site-main h1 + .woocommerce > .woocommerce-MyAccount-content .woocommerce-customer-details address {
	background: white;
	border-radius: 10px;
	padding: 40px;
}
.woocommerce-account #site-main h1 + .woocommerce > .woocommerce-MyAccount-content .shop_table thead th {
	text-align: left;
}

.woocommerce-edit-account .woocommerce-MyAccount-content,
.woocommerce-edit-address .woocommerce-MyAccount-content,
.woocommerce-members_area .woocommerce-MyAccount-content {
	background: white;
	border-radius: 10px;
	padding: 40px;
}
.woocommerce-edit-account .woocommerce-MyAccount-content input[type=text],
.woocommerce-edit-account .woocommerce-MyAccount-content input[type=password],
.woocommerce-edit-account .woocommerce-MyAccount-content input[type=tel],
.woocommerce-edit-account .woocommerce-MyAccount-content input[type=email],
.woocommerce-edit-address .woocommerce-MyAccount-content input[type=text],
.woocommerce-edit-address .woocommerce-MyAccount-content input[type=password],
.woocommerce-edit-address .woocommerce-MyAccount-content input[type=tel],
.woocommerce-edit-address .woocommerce-MyAccount-content input[type=email],
.woocommerce-members_area .woocommerce-MyAccount-content input[type=text],
.woocommerce-members_area .woocommerce-MyAccount-content input[type=password],
.woocommerce-members_area .woocommerce-MyAccount-content input[type=tel],
.woocommerce-members_area .woocommerce-MyAccount-content input[type=email] {
	background: #fffafc;
	border: 1px solid #DDB4B5;
	border-radius: 5px;
	outline: 0 !important;
	padding: 10px 12px;
	width: 100%;
}
.woocommerce-edit-account .woocommerce-MyAccount-content input[type=text]:active, .woocommerce-edit-account .woocommerce-MyAccount-content input[type=text]:focus,
.woocommerce-edit-account .woocommerce-MyAccount-content input[type=password]:active,
.woocommerce-edit-account .woocommerce-MyAccount-content input[type=password]:focus,
.woocommerce-edit-account .woocommerce-MyAccount-content input[type=tel]:active,
.woocommerce-edit-account .woocommerce-MyAccount-content input[type=tel]:focus,
.woocommerce-edit-account .woocommerce-MyAccount-content input[type=email]:active,
.woocommerce-edit-account .woocommerce-MyAccount-content input[type=email]:focus,
.woocommerce-edit-address .woocommerce-MyAccount-content input[type=text]:active,
.woocommerce-edit-address .woocommerce-MyAccount-content input[type=text]:focus,
.woocommerce-edit-address .woocommerce-MyAccount-content input[type=password]:active,
.woocommerce-edit-address .woocommerce-MyAccount-content input[type=password]:focus,
.woocommerce-edit-address .woocommerce-MyAccount-content input[type=tel]:active,
.woocommerce-edit-address .woocommerce-MyAccount-content input[type=tel]:focus,
.woocommerce-edit-address .woocommerce-MyAccount-content input[type=email]:active,
.woocommerce-edit-address .woocommerce-MyAccount-content input[type=email]:focus,
.woocommerce-members_area .woocommerce-MyAccount-content input[type=text]:active,
.woocommerce-members_area .woocommerce-MyAccount-content input[type=text]:focus,
.woocommerce-members_area .woocommerce-MyAccount-content input[type=password]:active,
.woocommerce-members_area .woocommerce-MyAccount-content input[type=password]:focus,
.woocommerce-members_area .woocommerce-MyAccount-content input[type=tel]:active,
.woocommerce-members_area .woocommerce-MyAccount-content input[type=tel]:focus,
.woocommerce-members_area .woocommerce-MyAccount-content input[type=email]:active,
.woocommerce-members_area .woocommerce-MyAccount-content input[type=email]:focus {
	background: white;
	border-color: #ff017d;
}
.woocommerce-edit-account .woocommerce-MyAccount-content .form-row,
.woocommerce-edit-address .woocommerce-MyAccount-content .form-row,
.woocommerce-members_area .woocommerce-MyAccount-content .form-row {
	margin-bottom: 15px;
}
.woocommerce-edit-account .woocommerce-MyAccount-content .form-row input + span > em,
.woocommerce-edit-address .woocommerce-MyAccount-content .form-row input + span > em,
.woocommerce-members_area .woocommerce-MyAccount-content .form-row input + span > em {
	color: #E0E0B8;
	font-size: 1.2rem;
}

.woocommerce-account-dashboard {
	background: white;
	border-radius: 10px;
	padding: 40px;
}
.woocommerce-account-dashboard p:first-child {
	margin-bottom: 20px;
}

.woocommerce-MyAccount-content h3 {
	font-size: 2.4rem;
}

.woocommerce-edit-address .woocommerce-MyAccount-content h3 {
	margin-top: 30px;
}
.woocommerce-edit-address .woocommerce-MyAccount-content a {
	color: #ff017d;
}

.woocommerce-order-pay #payment {
	background: white;
	border-radius: 10px;
	padding: 40px;
}
.woocommerce-order-pay #payment li.payment_method_stripe {
	margin-bottom: 20px;
}
.woocommerce-order-pay #payment li.payment_method_stripe #payment_method_stripe + label {
	display: block;
	font-weight: 700;
	margin-bottom: 10px;
}
.woocommerce-order-pay #payment #place_order {
	float: none;
	font-size: 1.6rem;
	margin-top: 20px;
	padding-bottom: 8px;
	padding-top: 8px;
}
.woocommerce-order-pay #payment #stripe-payment-data ul {
	margin-top: 20px;
}
.woocommerce-order-pay #payment #stripe-payment-data .wc-credit-card-form {
	margin-top: 20px;
}
.woocommerce-order-pay #payment #stripe-payment-data .wc-credit-card-form .wc-stripe-elements-field {
	border-radius: 5px;
	padding: 10px;
}

.page-id-1355:not(.member-logged-in) h1,
.woocommerce-lost-password h1 {
	display: none;
}
.page-id-1355:not(.member-logged-in) h1 + .woocommerce,
.woocommerce-lost-password h1 + .woocommerce {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.page-id-1355:not(.member-logged-in) h1 + .woocommerce .woocommerce-notices-wrapper,
.woocommerce-lost-password h1 + .woocommerce .woocommerce-notices-wrapper {
	margin: 0 auto;
	max-width: 600px;
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}

.woocommerce-lost-password .lost_reset_password {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.woocommerce-lost-password .lost_reset_password .form-row {
	width: 100%;
}

.woocommerce .account-auth-section {
	margin: 50px auto 0;
	max-width: 600px;
	width: 100%;
}
.woocommerce .account-auth-section form {
	background: white;
	border-radius: 10px;
	padding: 40px;
}
.woocommerce .account-auth-section form .woocommerce-form__label-for-checkbox {
	display: inline-block;
	margin: 10px 0 0;
}
.woocommerce .account-auth-section form button[type=submit] {
	display: block;
	margin: 20px 0;
}
.woocommerce .account-auth-section form .form-row {
	margin-bottom: 10px;
}
.woocommerce .account-auth-section form.lost_reset_password .form-row-first {
	margin-top: 20px;
}

.woocommerce-view-subscription .shop_table.order_details {
	position: relative;
}
.woocommerce-view-subscription .wcs-switch-link.button {
	left: 0;
	position: absolute;
	top: 0;
}
.woocommerce-view-subscription .shop_table.subscription_details tr:last-child td:last-child a {
	margin: 5px;
}

.related.products {
	width: 100%;
}
.related.products .tile {
	margin: 0 10px;
	width: calc(20% - 15px);
}
@media (max-width: 1279px) {
	.related.products .tile {
		width: calc(25% - 15px);
	}
}
@media (max-width: 1023.9px) {
	.related.products .tile {
		width: calc(33.3% - 15px);
	}
}
@media (max-width: 767.9px) {
	.related.products .tile {
		width: calc(50% - 15px);
	}
}
@media (max-width: 413px) {
	.related.products .tile {
		width: 100%;
	}
}
.related.products .related-carousel {
	outline: none !important;
	overflow: hidden;
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
.related.products .related-carousel:not(.flickity-enabled) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	opacity: 0;
}
.related.products .related-carousel .flickity-page-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 6px;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin-top: 30px;
}
.related.products .related-carousel .flickity-page-dots li {
	background: transparent;
	border: 2px solid #ff017d;
	border-radius: 8px;
	height: 16px;
	-webkit-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
	width: 16px;
}
.related.products .related-carousel .flickity-page-dots li.is-selected {
	background: #ff017d;
}

.woocommerce-form-coupon-toggle {
	margin-bottom: 0;
}
.woocommerce-form-coupon-toggle + form {
	background: rgb(255, 255, 255);
	border-radius: 0px 0px 10px 10px;
	margin-top: -50px;
	padding: 0px 30px 30px;
	-webkit-transform-origin: center top;
	        transform-origin: center top;
}
.woocommerce-form-coupon-toggle + form p {
	margin: 0 0 8px;
}
.woocommerce-form-coupon-toggle + form * {
	float: none !important;
}
.woocommerce-form-coupon-toggle + form .form-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.woocommerce-page #site-main .recurring-totals {
	display: table-row;
	text-align: center;
}
.woocommerce-page #site-main .recurring-totals th {
	background: #fafafa;
}

.woocommerce-page:not(.single-product) #site-main {
	padding-bottom: 50px;
}

.farlo-ui-lightbox {
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	background-color: rgba(0, 0, 0, 0.4);
	height: 100%;
	left: 0;
	opacity: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	    touch-action: manipulation;
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	visibility: hidden;
	width: 100%;
	z-index: 4;
}
.farlo-ui-lightbox__inner {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.farlo-ui-lightbox__inner-content {
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 100%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	left: 50%;
	max-height: calc(90vh - 44px);
	max-width: 90%;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	white-space: normal;
	width: 100%;
}
.farlo-ui-lightbox__inner-content.dynamic {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	background-color: #faf7ef;
	border-radius: 10px;
	height: auto;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	left: 50%;
	max-height: 90vh;
	max-width: 90%;
	text-align: left;
	-webkit-transition: scale 0.4s ease;
	transition: scale 0.4s ease;
	width: 600px;
}
.farlo-ui-lightbox__inner-content.dynamic p {
	margin-bottom: 20px;
}
.farlo-ui-lightbox__inner-content.dynamic p:last-child {
	margin-bottom: 0;
}
@media (max-width: 767.9px) {
	.farlo-ui-lightbox__inner-content.dynamic {
		padding: 30px;
	}
}
.farlo-ui-lightbox__inner-content.geo-targeted {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
}
.farlo-ui-lightbox__inner-content.geo-targeted p {
	font-size: 2rem;
	line-height: 2.1334rem;
	margin-bottom: 30px;
}
.farlo-ui-lightbox__inner-content.geo-targeted .site-geo-targeting__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
}
.farlo-ui-lightbox__inner-content iframe {
	height: 100%;
	width: 100%;
}
.farlo-ui-lightbox__inner-content iframe,
.farlo-ui-lightbox__inner-content > .wp-block-embed {
	margin: 0;
}
.farlo-ui-lightbox__inner-content iframe figcaption,
.farlo-ui-lightbox__inner-content > .wp-block-embed figcaption {
	display: none;
}
@media (max-width: 767.9px) {
	.farlo-ui-lightbox__inner-content {
		margin-top: 60px;
		max-height: calc(90vh - 60px);
		padding: 10px;
		top: calc(50% - 30px);
	}
}
.farlo-ui-lightbox--active {
	opacity: 1;
	visibility: visible;
}
.farlo-ui-lightbox--active .farlo-ui-lightbox__inner-content.dynamic {
	-webkit-transform: scale(1) translate(-50%, -50%);
	        transform: scale(1) translate(-50%, -50%);
}
.farlo-ui-lightbox__button-close {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background: none;
	border: none;
	border-radius: 0;
	height: 48px;
	padding: 0;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 48px;
}
.farlo-ui-lightbox__button-close::after, .farlo-ui-lightbox__button-close::before {
	background-color: white;
	content: "";
	display: block;
	height: 100%;
	left: 24px;
	position: absolute;
	top: 0;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	width: 2px;
}
.farlo-ui-lightbox__button-close::after {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

[data-video] {
	cursor: pointer;
	position: relative;
}
[data-video]:before, [data-video]:after {
	background: rgba(0, 0, 0, 0.2);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
[data-video]:after {
	background: rgba(255, 255, 255, 0.1);
	border: 2px solid white;
	border-radius: 50px;
	bottom: unset;
	color: white;
	content: "▶";
	font-size: 40px;
	height: 100px;
	left: 50%;
	line-height: 100px;
	margin: 0;
	margin-left: -50px;
	margin-top: -50px;
	padding: 0;
	right: unset;
	text-align: center;
	top: 50%;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	width: 100px;
}
[data-video]:hover:after {
	-webkit-transform: scale(1.2);
	        transform: scale(1.2);
}

.block-intro-section {
	max-width: 880px;
	padding-bottom: 60px;
}

.carousel {
	background: rgba(255, 255, 255, 0.1);
	display: block;
	max-width: none;
	overflow: hidden;
	padding-bottom: 20px;
	padding-top: 20px;
	width: 100%;
}
.carousel:not(.flickity-enabled) {
	opacity: 0;
}
.carousel-image {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 10px;
	min-height: 100%;
}
.carousel-image img {
	display: block;
	height: 600px;
	margin: 0 auto;
	max-height: 683px;
	max-width: none;
	min-width: 20%;
	opacity: 0;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
@media (max-width: 1023.9px) {
	.carousel-image img {
		height: 450px;
	}
}
@media (max-width: 767.9px) {
	.carousel-image img {
		height: 400px;
	}
}
.carousel-image img.flickity-preloaded, .carousel-image img.flickity-lazyloaded {
	opacity: 1;
}

.media-carousel-controls {
	display: none;
}

.awards__item {
	text-align: center;
}
.awards__item h6 {
	margin-bottom: 0;
	margin-top: 10px;
}
.awards__item p {
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#past-events {
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1279px) {
	#past-events {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media (max-width: 1023.9px) {
	#past-events {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 767.9px) {
	#past-events {
		gap: 20px;
		grid-template-columns: repeat(2, 1fr);
	}
}
#past-events .previous-event-tile {
	max-width: 100%;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	transition: -webkit-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
#past-events .previous-event-tile:nth-child(3n) {
	-webkit-transform: rotate(1deg);
	        transform: rotate(1deg);
}
#past-events .previous-event-tile:nth-child(5n) {
	-webkit-transform: rotate(-1deg);
	        transform: rotate(-1deg);
}
#past-events .previous-event-tile:hover {
	-webkit-transform: rotate(0) scale(1.1);
	        transform: rotate(0) scale(1.1);
}
#past-events .previous-event-tile img {
	width: 100%;
}
#past-events + p {
	text-align: center;
}

.tile-upcoming-event img {
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.tile-upcoming-event .tile-excerpt {
	margin-bottom: 40px;
}

.upcoming-event-tile {
	margin-top: 40px;
}

#upcoming-events .upcoming-event-tile:first-child {
	margin-top: 0;
}

.tile-full {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 100%;
}
.tile-full img {
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.tile-full__image {
	position: relative;
}
.tile-full__image .tags {
	bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	left: 10px;
	margin-top: 5px;
	position: absolute;
	right: 10px;
}
.tile-full__image .tags .tag {
	border-radius: 20px;
	color: white;
	display: inline-block;
	font-size: 0.9rem;
	font-weight: 600;
	padding: 4px 8px;
	text-transform: uppercase;
}
.tile-full__image .tags .tag-cupcake {
	color: #20202a;
}
.tile-full__info {
	padding: 20px 20px 10px;
	text-align: center;
}
.tile-full__info .title-small {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	font-size: 18px;
	-webkit-line-clamp: 2;
	line-height: 1.2;
	margin: 0;
	overflow: hidden;
}
.tile-full__info .event-dates {
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.tile-full .wp-block-buttons {
	margin-top: auto;
}
/*# sourceMappingURL=theme.css.map */