:root {
	--global-extra-small-breakpoint: 240px;
	--global-small-breakpoint: 640px;
	--global-mid-breakpoint: 980px;
	--global-large-breakpoint: 1024px;
	--global-mid-large-breakpoint: 1280px;
	--global-extra-large-breakpoint: 1500px;
}

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: var(--wp--preset--color--text-colour);
	font-family: var(--wp--preset--font-family--primary-font-family);
	font-size: 1.6rem;
	height: auto;
	line-height: 1.5;
	overflow-x: hidden;
	width: 100%;
}

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

.display__none {
	display: none;
}
.display__fixed {
	position: fixed;
}
.display__block {
	display: block;
}
.display__absolute {
	position: absolute;
}

.wrapper {
	margin: 0 auto;
	max-width: var(--wp--custom--spacing--wrapper-width);
	padding-left: calc(var(--wp--custom--spacing--spacing-unit) * 2px);
	padding-right: calc(var(--wp--custom--spacing--spacing-unit) * 2px);
}
.wrapper__header {
	align-items: center;
	display: flex;
	gap: calc(var(--wp--custom--spacing--spacing-unit) * 3px);
}

.alignleft {
	margin-right: auto;
}
.alignleft__mobile {
	margin-right: auto;
}
@media (min-width: 980px) {
	.alignleft__mobile {
		margin-right: unset;
	}
}
@media (min-width: 980px) {
	.alignleft__desktop {
		margin-right: auto;
		text-align: left;
	}
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
}
.aligncenter__mobile {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
@media (min-width: 980px) {
	.aligncenter__mobile {
		margin-left: unset;
		margin-right: unset;
		text-align: unset;
	}
}
@media (min-width: 980px) {
	.aligncenter__desktop {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
}

.alignright {
	margin-left: auto;
}
.alignright__mobile {
	margin-left: auto;
	text-align: right;
}
@media (min-width: 980px) {
	.alignright__mobile {
		margin-left: unset;
		text-align: unset;
	}
}
@media (min-width: 980px) {
	.alignright__desktop {
		margin-left: auto;
		text-align: right;
	}
}

.mobile-hidden {
	display: none;
}
@media (min-width: 980px) {
	.mobile-hidden {
		display: inherit;
	}
}

.desktop-hidden {
	display: inherit;
}
@media (min-width: 980px) {
	.desktop-hidden {
		display: none;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: calc(var(--wp--custom--spacing--spacing-unit) * 2px);
	margin-top: 0;
}
h1.is-style-no-margin,
h2.is-style-no-margin,
h3.is-style-no-margin,
h4.is-style-no-margin,
h5.is-style-no-margin,
h6.is-style-no-margin {
	margin-bottom: 0;
}

.header__logo {
	align-items: center;
	display: flex;
	position: relative;
	width: 100%;
}
.header__logo a {
	align-items: center;
	display: flex;
	flex: none;
	height: 100%;
	width: 100%;
}
.header__logo img {
	height: auto;
	width: 100%;
}
.header__logo-img-alt {
	left: 0;
	opacity: 0;
	position: absolute;
	transition: all 0.3s ease-in-out;
}
.scrolled .header__logo-img-alt {
	opacity: 1;
}
.header__logo-1 {
	max-width: 100px;
}
.header__logo-2 {
	max-width: 110px;
}
.header__logo-3 {
	max-width: 120px;
}
.header__logo-4 {
	max-width: 130px;
}
.header__logo-5 {
	max-width: 140px;
}
.header__logo-6 {
	max-width: 50px;
}
.header__logo-7 {
	max-width: 160px;
}
.header__logo-8 {
	max-width: 170px;
}
.header__logo-9 {
	max-width: 180px;
}
.header__logo-10 {
	max-width: 200px;
}
.header__logo-alignleft {
	margin-right: auto;
}
.header__logo-alignright {
	margin-left: auto;
}
.header__logo-aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.wp-block-button__link {
	background-color: var(--wp--custom--default-button--default-button-background-colour);
	padding: var(--wp-custom--default-button--default-button-horizontal-padding) var(--wp--custom--default-button--default-button-horizontal-padding);
}

.header__navigation .navigation {
	align-items: center;
	background-color: var(--mobile-menu-background);
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	transform: var(--mobile-menu-entrance-side);
	transition: all 0.3s ease-in-out;
	visibility: hidden;
}
.header__navigation .navigation__list {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: calc(var(--wp--custom--spacing--spacing-unit) * 2px);
	justify-content: center;
	list-style: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.header__navigation .navigation__list li a {
	border-bottom: 1px solid transparent;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.header__navigation .navigation__list li a.is-style-underline-hover:hover {
	border-bottom: 1px solid;
}
.header__navigation .navigation__mobile-input {
	height: 0;
	left: -9999em;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	width: 0;
}
.header__navigation .navigation__mobile-hamburger {
	cursor: pointer;
	display: block;
	height: 48px;
	position: relative;
	width: 48px;
	z-index: 100;
}
.header__navigation .navigation__mobile-hamburger:before, .header__navigation .navigation__mobile-hamburger:after {
	background-color: var(--mobile-menu-icon-header-colour);
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	transition: all 0.3s ease-in-out;
}
.header__navigation .navigation__mobile-hamburger:before {
	top: 40%;
}
.header__navigation .navigation__mobile-hamburger:after {
	bottom: 40%;
}
.header__navigation .navigation__mobile-socials {
	padding: calc(var(--wp--custom--spacing--spacing-unit) * 1px);
}
.header__navigation.header__navigation-desktop .navigation {
	transition: all 0.3s ease-in-out;
}
@media (min-width: 980px) {
	.header__navigation.header__navigation-desktop .navigation {
		background-color: unset;
		bottom: unset;
		display: block;
		left: unset;
		opacity: 1;
		position: unset;
		right: unset;
		top: unset;
		transform: none;
		visibility: visible;
	}
	.header__navigation.header__navigation-desktop .navigation__mobile-hamburger {
		display: none;
	}
}
.header__navigation.header__navigation-desktop .navigation__list {
	justify-content: unset;
	opacity: 1;
}
@media (min-width: 980px) {
	.header__navigation.header__navigation-desktop .navigation__list {
		flex-direction: row;
	}
}
.header__navigation #mobile-menu:checked ~ .navigation {
	flex-direction: column;
	gap: calc(var(--wp--custom--spacing--spacing-unit) * 2px);
	opacity: 1;
	transform: none;
	visibility: visible;
	z-index: 90;
}
.header__navigation #mobile-menu:checked ~ .navigation li a {
	color: var(--font-colour-mobile-header) !important;
}
.header__navigation #mobile-menu:checked ~ .header__mobile .navigation__mobile-hamburger:before {
	top: 50%;
	transform: rotate(45deg);
}
.header__navigation #mobile-menu:checked ~ .header__mobile .navigation__mobile-hamburger:after {
	bottom: 50%;
	transform: rotate(-45deg);
}

@media screen and (max-width: 980px) {
	.header__cta-fix-mobile {
		bottom: 0;
		bottom: calc(var(--wp--custom--spacing--spacing-unit) * 1px);
		left: calc(var(--wp--custom--spacing--spacing-unit) * 1px);
		position: fixed;
		right: calc(var(--wp--custom--spacing--spacing-unit) * 1px);
		text-align: center;
		z-index: 50;
	}
}

.header {
	background-color: var(--wp--custom--header--background-colour);
	opacity: 1;
	padding: var(--wp--custom--header--vertical-padding) var(--wp--custom--header--horizontal-padding);
	transition: all 0.3s ease-in-out;
	z-index: 50;
}
.header.display__fixed {
	left: 0;
	right: 0;
	top: 0;
}
.header.display__absolute {
	left: 0;
	right: 0;
	top: 0;
}
.header__transparent {
	opacity: 0;
}
.scrolled .header__transparent {
	opacity: 1;
}
.header__order-1 {
	order: 1;
}
@media (min-width: 980px) {
	.header__order-1 {
		order: unset;
	}
}
.header__order-2 {
	order: 2;
}
@media (min-width: 980px) {
	.header__order-2 {
		order: unset;
	}
}
.header__order-3 {
	order: 3;
}
@media (min-width: 980px) {
	.header__order-3 {
		order: unset;
	}
}
.header__order-4 {
	order: 4;
}
@media (min-width: 980px) {
	.header__order-4 {
		order: unset;
	}
}

.footer__navigation .navigation__list {
	display: grid;
	gap: calc(var(--wp--custom--spacing--spacing-unit) * 1px);
	list-style: none;
	margin: 0;
	margin-top: calc(var(--wp--custom--spacing--spacing-unit) * 1px);
	padding: 0;
}
.footer__navigation .navigation__list .sub-menu {
	display: none;
}
.footer__navigation .navigation__list-submenu .sub-menu {
	display: block;
	list-style: none;
	margin-bottom: calc(var(--wp--custom--spacing--spacing-unit) * 1px);
	margin-top: calc(var(--wp--custom--spacing--spacing-unit) * 1px);
	padding: 0;
	transform: scale(0.8);
}
@media (min-width: 980px) {
	.footer__navigation .navigation__list-col-1 {
		grid-template-columns: repeat(1, 1fr);
	}
}
@media (min-width: 980px) {
	.footer__navigation .navigation__list-col-2 {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (min-width: 980px) {
	.footer__navigation .navigation__list-col-3 {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (min-width: 980px) {
	.footer__navigation .navigation__list-col-4 {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media (min-width: 980px) {
	.footer__navigation .navigation__list-col-5 {
		grid-template-columns: repeat(5, 1fr);
	}
}
@media (min-width: 980px) {
	.footer__navigation .navigation__list-col-6 {
		grid-template-columns: repeat(6, 1fr);
	}
}
.footer__navigation .navigation__list a {
	text-decoration: none;
}
.footer__navigation .navigation__list a.is-style-underline-hover:hover {
	text-decoration: underline;
}

.footer__logo {
	position: relative;
	width: 100%;
}
.footer__logo img {
	height: auto;
	width: 100%;
}
.footer__logo-img-alt {
	left: 0;
	opacity: 0;
	position: absolute;
	transition: all 0.3s ease-in-out;
}
.scrolled .footer__logo-img-alt {
	opacity: 1;
}
.footer__logo-1 {
	max-width: 100px;
}
.footer__logo-2 {
	max-width: 120px;
}
.footer__logo-3 {
	max-width: 130px;
}
.footer__logo-4 {
	max-width: 140px;
}
.footer__logo-5 {
	max-width: 150px;
}
.footer__logo-6 {
	max-width: 160px;
}
.footer__logo-7 {
	max-width: 170px;
}
.footer__logo-8 {
	max-width: 180px;
}
.footer__logo-9 {
	max-width: 190px;
}
.footer__logo-10 {
	max-width: 200px;
}
.footer__logo-alignleft {
	margin-right: auto;
}
.footer__logo-alignright {
	margin-left: auto;
}
.footer__logo-aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.wp-block-button__link {
	background-color: var(--wp--custom--default-button--default-button-background-colour);
	padding: var(--wp-custom--default-button--default-button-horizontal-padding) var(--wp--custom--default-button--default-button-horizontal-padding);
}

.footer__partners {
	margin: calc(var(--wp--custom--spacing--spacing-unit) * 1px);
}
.footer__partners-list {
	display: flex;
	gap: calc(var(--wp--custom--spacing--spacing-unit) * 2px);
	list-style: none;
	margin: 0;
	margin-bottom: calc(var(--wp--custom--spacing--spacing-unit) * 1px);
	margin-top: calc(var(--wp--custom--spacing--spacing-unit) * 1px);
	padding: 0;
}
.alignright__mobile .footer__partners-list {
	justify-content: flex-end;
}
.aligncenter__mobile .footer__partners-list {
	justify-content: center;
}
.alignleft__mobile .footer__partners-list {
	justify-content: flex-start;
}
@media (min-width: 980px) {
	.alignright__desktop .footer__partners-list {
		justify-content: flex-end;
	}
	.alignleft__desktop .footer__partners-list {
		justify-content: flex-start;
	}
	.aligncenter__desktop .footer__partners-list {
		justify-content: center;
	}
}
.footer__partners-list-item img {
	height: 100%;
	max-height: 50px;
	width: auto;
}

.footer__company-information {
	display: flex;
	flex-direction: column;
	gap: calc(var(--wp--custom--spacing--spacing-unit) * 0.5px);
	margin-bottom: calc(var(--wp--custom--spacing--spacing-unit) * 1px);
	margin-top: calc(var(--wp--custom--spacing--spacing-unit) * 1px);
}

.footer {
	padding-bottom: calc(var(--wp--custom--spacing--spacing-unit) * 2px);
	padding-top: calc(var(--wp--custom--spacing--spacing-unit) * 2px);
}
.footer__wrapper {
	display: flex;
	flex-direction: column;
	gap: calc(var(--wp--custom--spacing--spacing-unit) * 2px);
}
@media (min-width: 980px) {
	.footer__display-centred .footer__wrapper {
		flex-direction: row;
		justify-content: center;
	}
}
.footer__display-space-between .footer__wrapper {
	align-items: center;
	flex-direction: column;
}
@media (min-width: 980px) {
	.footer__display-space-between .footer__wrapper {
		align-items: flex-end;
		flex-direction: row;
		justify-content: space-between;
	}
}
@media (min-width: 980px) {
	.footer__flex-align-center .footer__wrapper {
		align-items: center;
	}
	.footer__flex-align-flex-end .footer__wrapper {
		align-items: flex-end;
	}
	.footer__flex-align-flex-start .footer__wrapper {
		align-items: flex-start;
	}
}
.footer__credits {
	display: block;
	font-size: 80%;
	margin: 0 auto;
	margin-bottom: calc(var(--wp--custom--spacing--spacing-unit) * 1px);
	margin-top: calc(var(--wp--custom--spacing--spacing-unit) * 2px);
	text-align: center;
}
.footer__display-centred .footer__credits {
	text-align: center;
}
.footer__credits a {
	color: inherit;
	text-decoration: none;
}
.footer__col {
	flex-basis: 100%;
}
@media (min-width: 980px) {
	.footer__col-1 {
		flex-basis: var(--col-1-flex);
	}
	.footer__col-2 {
		flex-basis: var(--col-2-flex);
	}
	.footer__col-3 {
		flex-basis: var(--col-3-flex);
	}
	.footer__col-4 {
		flex-basis: var(--col-4-flex);
	}
}
.footer__cta-fix-mobile {
	padding-bottom: calc(var(--wp--custom--spacing--spacing-unit) * 6px);
}
@media (min-width: 980px) {
	.footer__cta-fix-mobile {
		padding-bottom: calc(var(--wp--custom--spacing--spacing-unit) * 0px);
	}
}

.wp-block-button__link {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background: var(--wp--custom--default-button--background-colour);
	border: var(--wp--custom--default-button--border-thickness) solid var(--wp--custom--default-button--border-colour);
	border-radius: calc(var(--wp--custom--spacing--radius-unit) * 1px);
	color: var(--wp--custom--default-button--typography-colour);
	cursor: pointer;
	font-family: var(--wp--custom--default-button--typography-font-family);
	font-size: var(--wp--custom--default-button--typography-mobile-size);
	font-weight: var(--wp--custom--default-button--typography-weight);
	letter-spacing: var(--wp--custom--default-button--typography-letter-spacing);
	margin: 0;
	outline: none;
	padding: var(--wp--custom--default-button--vertical-padding) var(--wp--custom--default-button--horizontal-padding);
	transition: all 0.3s ease-in-out;
}
@media (min-width: 980px) {
	.wp-block-button__link {
		font-size: var(--wp--custom--default-button--typography-desktop-size);
	}
}
.wp-block-button__link:hover {
	background-color: var(--wp--custom--default-button--hover--background-colour);
	border-color: var(--wp--custom--default-button--hover--border-colour);
	color: var(--wp--custom--default-button--hover--font-colour);
}
.is-style-outline .wp-block-button__link {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background: var(--wp--custom--outline-button--background-colour);
	border: var(--wp--custom--outline-button--border-thickness) solid var(--wp--custom--outline-button--border-colour);
	border-radius: calc(var(--wp--custom--spacing--radius-unit) * 1px);
	color: var(--wp--custom--outline-button--typography-colour);
	cursor: pointer;
	font-family: var(--wp--custom--outline-button--typography-font-family);
	font-size: var(--wp--custom--outline-button--typography-mobile-size);
	font-weight: var(--wp--custom--outline-button--typography-weight);
	letter-spacing: var(--wp--custom--outline-button--typography-letter-spacing);
	margin: 0;
	outline: none;
	padding: var(--wp--custom--outline-button--vertical-padding) var(--wp--custom--outline-button--horizontal-padding);
	transition: all 0.3s ease-in-out;
}
@media (min-width: 980px) {
	.is-style-outline .wp-block-button__link {
		font-size: var(--wp--custom--outline-button--typography-desktop-size);
	}
}
.is-style-outline .wp-block-button__link:hover {
	background-color: var(--wp--custom--outline-button--hover--background-colour);
	border-color: var(--wp--custom--outline-button--hover--border-colour);
	color: var(--wp--custom--outline-button--hover--font-colour);
}

.celestial-ui-social-icons__list {
	align-items: center;
	display: flex;
	fill: var(--fill-colour);
	gap: calc(var(--wp--custom--spacing--spacing-unit) * 2px);
	list-style: none;
	margin: 0;
	padding: 0;
}
.celestial-ui-social-icons__list-item svg {
	max-height: calc(var(--wp--custom--spacing--spacing-unit) * 4px);
	max-width: calc(var(--wp--custom--spacing--spacing-unit) * 4px);
	width: 100%;
}

.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form {
	color: inherit;
	margin-bottom: calc(var(--wp--custom--spacing--spacing-unit) * 2px);
}
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gform_title {
	margin-bottom: calc(var(--wp--custom--spacing--spacing-unit) * 1px);
}
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gform_description {
	margin-top: calc(var(--wp--custom--spacing--spacing-unit) * 0px);
}
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gform_fields {
	row-gap: calc(var(--wp--custom--spacing--spacing-unit) * 2px);
}
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gfield_label, .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gfield_consent_label {
	color: inherit;
}
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gfield_label a, .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gfield_consent_label a {
	color: inherit;
}
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gform_footer input.gform_button.button {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background: var(--wp--custom--default-button--background-colour);
	border: var(--wp--custom--default-button--border-thickness) solid var(--wp--custom--default-button--border-colour);
	border-radius: calc(var(--wp--custom--spacing--radius-unit) * 1px);
	color: var(--wp--custom--default-button--typography-colour);
	cursor: pointer;
	font-family: var(--wp--custom--default-button--typography-font-family);
	font-size: var(--wp--custom--default-button--typography-mobile-size);
	font-weight: var(--wp--custom--default-button--typography-weight);
	letter-spacing: var(--wp--custom--default-button--typography-letter-spacing);
	margin: 0;
	outline: none;
	padding: var(--wp--custom--default-button--vertical-padding) var(--wp--custom--default-button--horizontal-padding);
	transition: all 0.3s ease-in-out;
}
@media (min-width: 980px) {
	.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gform_footer input.gform_button.button {
		font-size: var(--wp--custom--default-button--typography-desktop-size);
	}
}
.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gform_footer input.gform_button.button:hover {
	background-color: var(--wp--custom--default-button--hover--background-colour);
	border-color: var(--wp--custom--default-button--hover--border-colour);
	color: var(--wp--custom--default-button--hover--font-colour);
}

.celestial-ui-icons__icon-container {
	height: calc(var(--wp--custom--spacing--spacing-unit) * var(--size) * 1px);
	width: calc(var(--wp--custom--spacing--spacing-unit) * var(--size) * 1px);
}
.celestial-ui-icons__icon-container svg {
	fill: var(--fill);
	height: calc(var(--wp--custom--spacing--spacing-unit) * var(--size) * 1px);
	width: calc(var(--wp--custom--spacing--spacing-unit) * var(--size) * 1px);
}

.celestial-bullet-icon {
	align-items: flex-start;
	display: flex;
	gap: calc(var(--wp--custom--spacing--spacing-unit) * 2px);
	justify-content: flex-start;
	margin-bottom: calc(var(--wp--custom--spacing--spacing-unit) * 2px);
	width: max-width;
}
.celestial-bullet-icon__icon {
	max-width: calc(var(--wp--custom--spacing--spacing-unit) * 1px);
}
.celestial-bullet-icon__text p {
	margin-bottom: 0;
	margin-top: 0;
}
.celestial-bullet-icon__text p a {
	color: var(--global-primary-text-colour);
}

.site-page__events {
	display: flex;
	flex-wrap: wrap;
}
@media (min-width: 980px) {
	.site-page__events {
		gap: 5%;
	}
}
@media (min-width: 1024px) {
	.site-page__events {
		gap: 10%;
	}
}
.site-page__events-top {
	display: flex;
	flex-basis: 100%;
	flex-wrap: wrap;
	gap: calc(var(--wp--custom--spacing--spacing-unit) * 3px);
	margin-bottom: calc(var(--wp--custom--spacing--spacing-unit) * 3px);
	max-width: 100%;
}
@media (min-width: 980px) {
	.site-page__events-top {
		gap: calc(var(--wp--custom--spacing--spacing-unit) * 1px);
		margin-bottom: calc(var(--wp--custom--spacing--spacing-unit) * 1px);
	}
}
.site-page__events-top .site-header-section__left {
	flex: 1 1 auto;
	max-width: 100%;
}
.site-page__events-top .site-header-section__left h1 {
	margin: 0;
}
.site-page__events-top .site-header-section__right {
	align-self: flex-end;
	display: none;
	flex: 0 1 auto;
}
@media (min-width: 980px) {
	.site-page__events-top .site-header-section__right {
		display: block;
	}
}
.site-page__events-top .site-header-section__right .wp-block-button {
	margin-top: auto;
}
.site-page__events-top #gallery {
	flex: 1 0 100%;
}
@media (min-width: 980px) {
	.site-page__events-left {
		max-width: 55%;
	}
}
@media (min-width: 1024px) {
	.site-page__events-left {
		max-width: 56%;
	}
}
.site-page__events-left-image {
	margin-bottom: calc(var(--wp--custom--spacing--spacing-unit) * 5px);
}
.site-page__events-left-image img {
	height: auto;
	width: 100%;
}
.site-page__events-left #synopsis {
	margin-bottom: calc(var(--wp--custom--spacing--spacing-unit) * 5px);
}
.site-page__events-right {
	flex: 1;
	margin-bottom: calc(var(--wp--custom--spacing--spacing-unit) * 2px);
	margin-top: calc(var(--wp--custom--spacing--spacing-unit) * 2px);
}
.site-page__events-right-sticky {
	align-self: flex-start;
}
@media (min-width: 980px) {
	.site-page__events-right-sticky {
		position: sticky;
		top: calc(var(--wp--custom--spacing--spacing-unit) * 2px);
	}
}
.site-page__events-right-section {
	border: 1px solid var(--wp--preset--color--primary-colour);
	margin-bottom: calc(var(--wp--custom--spacing--spacing-unit) * 3px);
	padding: calc(var(--wp--custom--spacing--spacing-unit) * 3px);
}
.site-page__events-right-section:last-child {
	margin-bottom: calc(var(--wp--custom--spacing--spacing-unit) * 0px);
}
@media (min-width: 980px) {
	.site-page__events-right-section:last-child {
		margin-bottom: calc(var(--wp--custom--spacing--spacing-unit) * 3px);
	}
}
.site-page__events-right-section__icon-title {
	align-items: center;
	display: flex;
	gap: calc(var(--wp--custom--spacing--spacing-unit) * 2px);
	justify-content: flex-start;
	margin-bottom: calc(var(--wp--custom--spacing--spacing-unit) * 3px);
}
.site-page__events-right-section .farlo-ui-ticket-calendar {
	margin-left: calc(var(--wp--custom--spacing--spacing-unit) * -3px);
	margin-right: calc(var(--wp--custom--spacing--spacing-unit) * -3px);
	padding-left: calc(var(--wp--custom--spacing--spacing-unit) * 3px);
	padding-right: calc(var(--wp--custom--spacing--spacing-unit) * 3px);
}
.site-page__events-right-section .farlo-ui-ticket-calendar .farlo-ui-ticket-calendar__gap-active {
	margin-left: calc(var(--wp--custom--spacing--spacing-unit) * -3px);
	margin-right: calc(var(--wp--custom--spacing--spacing-unit) * -3px);
}
.site-page__events-right-section#event-key-info {
	background: var(--global-white);
	border: 0;
	border: 1px solid var(--wp--preset--color--primary-colour);
	bottom: calc((var(--top-offset) - 20) * -1px);
	left: 0;
	max-height: 80svh;
	overflow: auto;
	padding-top: calc(var(--wp--custom--spacing--spacing-unit) * 2px);
	position: fixed;
	right: 0;
	transition: bottom 0.3s ease-in-out;
	z-index: 1;
}
.event-key-info--open .site-page__events-right-section#event-key-info {
	bottom: calc(var(--wp--custom--spacing--spacing-unit) * 5px);
}
@media (min-width: 980px) {
	.site-page__events-right-section#event-key-info {
		box-shadow: none;
		max-height: none;
		overflow: hidden;
		padding-top: calc(var(--wp--custom--spacing--spacing-unit) * 3px);
		position: static;
	}
}
.site-page__events-right-section#event-key-info #event-key-info__toggle {
	align-items: center;
	color: var(--global-primary-accent-colour);
	display: flex;
	gap: calc(var(--wp--custom--spacing--spacing-unit) * 2px);
	justify-content: center;
	padding-bottom: calc(var(--wp--custom--spacing--spacing-unit) * 3px);
	text-align: center;
}
@media (min-width: 980px) {
	.site-page__events-right-section#event-key-info #event-key-info__toggle {
		padding-bottom: calc(var(--wp--custom--spacing--spacing-unit) * 3px);
	}
}
.site-page__events-right-section#event-key-info #event-key-info__toggle:before {
	content: attr(data-closed);
}
.event-key-info--open .site-page__events-right-section#event-key-info #event-key-info__toggle:before {
	content: attr(data-open);
}
.site-page__events-right-section#event-key-info #event-key-info__toggle:after {
	content: "";
	height: calc(var(--wp--custom--spacing--spacing-unit) * 1px);
	margin-top: 2px;
	transform: rotate(-45deg);
	width: calc(var(--wp--custom--spacing--spacing-unit) * 1px);
}
.event-key-info--open .site-page__events-right-section#event-key-info #event-key-info__toggle:after {
	margin-top: -6px;
	transform: rotate(135deg);
}
@media (min-width: 980px) {
	.site-page__events-right-section#event-key-info #event-key-info__toggle {
		display: none;
	}
}
.site-page__events-right-section #event-book-tickets-button {
	background: var(--global-white);
	bottom: calc(var(--wp--custom--spacing--spacing-unit) * 0px);
	left: calc(var(--wp--custom--spacing--spacing-unit) * 0px);
	padding: calc(var(--wp--custom--spacing--spacing-unit) * 2px);
	position: fixed;
	right: calc(var(--wp--custom--spacing--spacing-unit) * 0px);
	z-index: 2;
}
@media (min-width: 980px) {
	.site-page__events-right-section #event-book-tickets-button {
		background: transparent;
		padding: 0;
		position: static;
	}
}
.site-page__events-right__shows .site-events-card {
	margin-bottom: calc(var(--wp--custom--spacing--spacing-unit) * 2px);
	padding-bottom: calc(var(--wp--custom--spacing--spacing-unit) * 2px);
}
.site-page__events-right__shows .site-events-card:last-child {
	border-bottom: 0;
}
.site-page__events #group-rates .site-event-section__content h4,
.site-page__events #education-rates .site-event-section__content h4 {
	margin-bottom: calc(var(--wp--custom--spacing--spacing-unit) * 1px);
	margin-top: calc(var(--wp--custom--spacing--spacing-unit) * 3px);
}
.site-page__events #group-rates .site-event-section__content h4:first-child,
.site-page__events #education-rates .site-event-section__content h4:first-child {
	margin-top: 0;
}
.site-page__events #group-rates .site-event-section__content p,
.site-page__events #education-rates .site-event-section__content p {
	color: var(--global-secondary-text-colour);
	margin: 0;
}
.site-page__events #group-rates .site-event-section__content .wp-block-button,
.site-page__events #education-rates .site-event-section__content .wp-block-button {
	margin-top: calc(var(--wp--custom--spacing--spacing-unit) * 2px);
}

#related-shows {
	margin-bottom: calc(var(--wp--custom--spacing--spacing-unit) * -8px);
	margin-top: calc(var(--wp--custom--spacing--spacing-unit) * 8px);
	padding-bottom: calc(var(--wp--custom--spacing--spacing-unit) * 8px);
	padding-top: calc(var(--wp--custom--spacing--spacing-unit) * 8px);
	position: relative;
}
#related-shows:before {
	background: var(--global-secondary-accent-colour);
	bottom: 0;
	content: "";
	left: -9999em;
	position: absolute;
	right: -9999em;
	top: 0;
	z-index: -1;
}

.site-events__container {
	display: grid;
	gap: calc(var(--wp--custom--spacing--spacing-unit) * 2px);
	grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 980px) {
	.site-events__container {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (min-width: 1024px) {
	.site-events__container {
		grid-template-columns: repeat(var(--site-events-columns), 1fr);
	}
}
.site-events-card {
	width: 100%;
}
.site-events__footer {
	padding-top: calc(var(--wp--custom--spacing--spacing-unit) * 6px);
	text-align: center;
}

.site-events-card {
	display: flex;
	flex: 1;
	flex: 1;
	flex-direction: column;
	height: 100%;
	padding: 0;
	position: relative;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
@media (min-width: 980px) {
	.site-events-card {
		flex: none;
		padding: 0;
	}
}
.site-events-card > a {
	height: 100%;
	text-decoration: none;
	text-transform: none;
}
.site-events-card > a:hover .site-events-card__poster {
	transform: translateY(-2px);
}
.site-events-card h3, .site-events-card h4 {
	margin-bottom: calc(var(--wp--custom--spacing--spacing-unit) * 1px);
}
.site-events-card .site-event-actions {
	margin-top: auto;
}
.site-events-card__details {
	display: flex;
	flex: 1;
	flex-wrap: wrap;
	padding-bottom: calc(var(--wp--custom--spacing--spacing-unit) * 1px);
	padding-top: calc(var(--wp--custom--spacing--spacing-unit) * 3px);
}
.site-events-card__details .link {
	padding-right: calc(var(--wp--custom--spacing--spacing-unit) * 2px);
	position: relative;
}
.site-events-card__details .link:after {
	border-left: 0;
	border-top: 0;
	content: "";
	height: calc(var(--wp--custom--spacing--spacing-unit) * 1px);
	margin-top: 6px;
	position: absolute;
	right: 0;
	transform: rotate(-45deg);
	width: calc(var(--wp--custom--spacing--spacing-unit) * 1px);
}
.site-events-card__title {
	flex: 1 0 100%;
}
.site-events-card__info {
	margin-left: auto;
}
.site-events-card__poster {
	overflow: clip;
	position: relative;
	transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.site-events-card__poster img {
	pointer-events: none;
	-webkit-user-drag: none;
	user-drag: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	        user-select: none;
}
.site-events-card__poster .trending-badge {
	background-color: var(--global-primary-accent-colour);
	bottom: 0;
	padding: 10px;
	position: absolute;
}
.site-events-card--small a {
	align-items: center;
	display: flex;
	gap: calc(var(--wp--custom--spacing--spacing-unit) * 3px);
}
.site-events-card--small a .site-events-card__poster {
	max-width: calc(var(--wp--custom--spacing--spacing-unit) * 20px);
	width: 30%;
}
.site-events-card--small a .site-events-card__details {
	padding-top: 0;
}
.site-events-card--small a .site-events-card__details h3 {
	font-weight: 600;
}
.site-events-card__browse-all {
	align-items: center;
	background: url(../media/browse-all.jpg);
	background-size: cover;
	display: flex;
	justify-content: center;
	min-height: calc(var(--wp--custom--spacing--spacing-unit) * 40px);
	overflow: hidden;
}
.site-events-card__browse-all a {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: calc(var(--wp--custom--spacing--spacing-unit) * 1px);
}
.site-events-card__browse-all a h3 {
	color: var(--global-white);
	margin: 0;
	text-align: center;
	text-shadow: 0 0 15px black;
}

.accessible-performances__general {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}
.accessible-performances__general-poster {
	max-width: 300px;
	width: 100%;
}
.accessible-performances__general-poster img {
	border-radius: calc(var(--global-border-radius) * 0.5);
}
.accessible-performances__title {
	border-top: 2px solid #ffffff;
	display: block;
	margin-top: 20px;
	padding-top: 20px;
	width: 100%;
}
@media (min-width: 980px) {
	.accessible-performances__title {
		margin-top: 40px;
	}
}
.accessible-performances__list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 20px 0;
	padding: 20px 0;
	width: 100%;
}
.accessible-performances__list a {
	flex-basis: 100%;
	text-decoration: none;
}
@media (min-width: 980px) {
	.accessible-performances__list a {
		flex-basis: calc(33.33% - 8px);
	}
}
.accessible-performances__list-item {
	background-color: #ffffff;
	border-radius: calc(var(--global-border-radius) * 0.5);
	color: var(--global-primary-colour);
	padding: 20px;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	width: 100%;
}
@media (min-width: 980px) {
	.accessible-performances__list-item {
		width: unset;
	}
}
.accessible-performances__list-item:hover {
	background-color: var(--global-primary-accent-colour);
}
.accessible-performances__list-item-date {
	display: block;
	font-weight: 700;
	width: 100%;
}
.accessible-performances__icons {
	display: flex;
	gap: 30px;
	margin: 10px 0;
}
.accessible-performances__icons-icon {
	border-radius: calc(var(--global-border-radius) * 0.5);
	max-width: 55px;
	overflow: hidden;
	width: 100%;
}

.site-events-card {
	display: flex;
	flex: 1;
	flex: 1;
	flex-direction: column;
	height: 100%;
	padding: 0;
	position: relative;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
@media (min-width: 980px) {
	.site-events-card {
		flex: none;
		padding: 0;
	}
}
.site-events-card > a {
	height: 100%;
	text-decoration: none;
	text-transform: none;
}
.site-events-card > a:hover .site-events-card__poster {
	transform: translateY(-2px);
}
.site-events-card h3, .site-events-card h4 {
	margin-bottom: calc(var(--wp--custom--spacing--spacing-unit) * 1px);
}
.site-events-card .site-event-actions {
	margin-top: auto;
}
.site-events-card__details {
	display: flex;
	flex: 1;
	flex-wrap: wrap;
	padding-bottom: calc(var(--wp--custom--spacing--spacing-unit) * 1px);
	padding-top: calc(var(--wp--custom--spacing--spacing-unit) * 1px);
}
.site-events-card__details .wp-block-button, .site-events-card__details .wp-block-buttons {
	width: 100%;
}
.site-events-card__details .wp-block-button__link, .site-events-card__details .wp-block-buttons__link {
	text-align: center;
	width: 100%;
}
.site-events-card__dates {
	color: var(--wp--preset--color--text-colour);
	padding-bottom: calc(var(--wp--custom--spacing--spacing-unit) * 1px);
}
.site-events-card__title {
	flex: 1 0 100%;
}
.site-events-card__info {
	margin-left: auto;
}
.site-events-card__poster {
	overflow: clip;
	position: relative;
	transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.site-events-card__poster img {
	height: auto;
	pointer-events: none;
	-webkit-user-drag: none;
	user-drag: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	        user-select: none;
	width: 100%;
}
.site-events-card__poster .trending-badge {
	background-color: var(--global-primary-accent-colour);
	bottom: 0;
	padding: 10px;
	position: absolute;
}
.site-events-card--small a {
	align-items: center;
	display: flex;
	gap: calc(var(--wp--custom--spacing--spacing-unit) * 3px);
}
.site-events-card--small a .site-events-card__poster {
	max-width: calc(var(--wp--custom--spacing--spacing-unit) * 20px);
	width: 30%;
}
.site-events-card--small a .site-events-card__details {
	padding-top: 0;
}
.site-events-card--small a .site-events-card__details h3 {
	font-weight: 600;
}
.site-events-card__browse-all {
	align-items: center;
	background: url(../media/browse-all.jpg);
	background-size: cover;
	display: flex;
	justify-content: center;
	min-height: calc(var(--wp--custom--spacing--spacing-unit) * 40px);
	overflow: hidden;
}
.site-events-card__browse-all a {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: calc(var(--wp--custom--spacing--spacing-unit) * 1px);
}
.site-events-card__browse-all a h3 {
	color: var(--global-white);
	margin: 0;
	text-align: center;
	text-shadow: 0 0 15px black;
}

.site-photogallery-grid {
	display: grid;
	gap: 2px;
	grid-template-columns: repeat(20, 1fr);
	grid-template-rows: repeat(4, 1fr);
	position: relative;
}
.site-photogallery-grid__item {
	background: var(--global-secondary-accent-colour);
	overflow: hidden;
}
.site-photogallery-grid__item img {
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
}
.site-photogallery-grid__item-large {
	grid-column: 1/span 20;
	grid-row: 1/span 2;
}
.site-photogallery-grid__item:nth-child(2) {
	grid-column: 1/span 10;
	grid-row: 3;
}
.site-photogallery-grid__item:nth-child(3) {
	grid-column: 11/span 10;
	grid-row: 3;
}
.site-photogallery-grid__item:nth-child(4) {
	grid-column: 1/span 10;
	grid-row: 4;
}
.site-photogallery-grid__item:nth-child(5) {
	grid-column: 11/span 10;
	grid-row: 4;
}
@media (min-width: 980px) {
	.site-photogallery-grid {
		grid-template-columns: repeat(20, 1fr);
		grid-template-rows: repeat(2, 1fr);
	}
	.site-photogallery-grid__item:not(.site-photogallery-grid__item-blank):not(.site-photogallery-grid__item-large) {
		cursor: pointer;
	}
	.site-photogallery-grid__item-large {
		grid-column: 1/span 12;
		grid-row: 1/span 2;
	}
	.site-photogallery-grid__item:nth-child(2) {
		grid-column: 13/span 4;
		grid-row: 1;
	}
	.site-photogallery-grid__item:nth-child(3) {
		grid-column: 17/span 4;
		grid-row: 1;
	}
	.site-photogallery-grid__item:nth-child(4) {
		border-radius: 0;
		grid-column: 13/span 4;
		grid-row: 2;
	}
	.site-photogallery-grid__item:nth-child(5) {
		grid-column: 17/span 4;
		grid-row: 2;
	}
}
.site-photogallery-grid .button {
	bottom: calc(var(--wp--custom--spacing--spacing-unit) * 1px);
	position: absolute;
	right: calc(var(--wp--custom--spacing--spacing-unit) * 1px);
}
.site-photogallery__overlay {
	display: none;
}

.related-shows {
	margin: 50px 0;
}
.related-shows__heading {
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.related-shows__heading-right-button {
	color: #ffffff;
	text-decoration: none;
}
.related-shows .site-events {
	margin: 20px 0;
}
@media (min-width: 980px) {
	.related-shows .site-events {
		margin: 50px 0;
	}
}

.site-ticket-information {
	border-radius: var(--global-border-radius);
	flex-basis: 100%;
	margin: 20px 0;
	padding: 16px;
}
.site-ticket-information__full-width {
	flex-basis: 100%;
}
@media (min-width: 980px) {
	.site-ticket-information {
		flex-basis: calc(50% - 32px);
		margin: 16px;
		padding: 32px;
	}
}
.site-ticket-information h3 {
	font-weight: 400;
}
.site-ticket-information__list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 20px;
}
.site-ticket-information__list-item {
	align-items: flex-start;
	background-color: var(--global-secondary-accent-colour);
	border-radius: calc(var(--global-border-radius) * 0.5);
	display: flex;
	flex-direction: column;
	padding: 16px 12px;
	width: 100%;
}
.site-ticket-information__list-item .is-style-heading-1 {
	font-weight: 500;
	line-height: 1;
	margin: 0;
}
@media (min-width: 980px) {
	.site-ticket-information__list-item {
		max-width: 250px;
	}
}

.site-collapsible-section {
	border-top: 1px solid var(--wp--preset--color--text-colour);
	padding-bottom: calc(var(--wp--custom--spacing--spacing-unit) * 2.5px);
	padding-top: calc(var(--wp--custom--spacing--spacing-unit) * 2.5px);
}
.site-collapsible-section__header {
	cursor: pointer;
	position: relative;
}
.site-collapsible-section__header h3 {
	margin: 0;
}
.site-collapsible-section__header:after {
	content: "";
	height: calc(var(--wp--custom--spacing--spacing-unit) * 2px);
	margin-top: calc(var(--wp--custom--spacing--spacing-unit) * 2.25px);
	position: absolute;
	right: 0;
	top: 0;
	transform: rotate(45deg);
	transition: transform 0.3s ease-in-out;
	width: calc(var(--wp--custom--spacing--spacing-unit) * 2px);
}
.site-collapsible-section__header:first-child:last-child {
	cursor: default;
}
.site-collapsible-section__header:first-child:last-child:after {
	content: none;
}
.site-collapsible-section__open:after {
	transform: rotate(225deg);
}
.site-collapsible-section__content {
	height: calc(var(--section-height, 0) * 1px);
	overflow: hidden;
	transition: height 0.3s ease-in-out;
}
.site-collapsible-section__content > *:last-child {
	padding-bottom: calc(var(--wp--custom--spacing--spacing-unit) * 2.5px);
}

.site-reviews .site-event-section__content {
	display: flex;
	flex-wrap: wrap;
	gap: calc(var(--wp--custom--spacing--spacing-unit) * 3px);
}
.site-reviews .site-event-section__content .site-reviews__listing-item {
	flex: 100%;
}
@media (min-width: 980px) {
	.site-reviews .site-event-section__content .site-reviews__listing-item {
		flex: calc(33% - 30px);
	}
}
.site-reviews .site-event-section__content .site-reviews__listing-item .stars {
	color: var(--global-primary-accent-colour);
	font-size: 1.8rem;
	line-height: 1;
	margin-bottom: calc(var(--wp--custom--spacing--spacing-unit) * 1px);
}
.site-reviews .site-event-section__content .site-reviews__listing-item-no-stars {
	display: block;
	height: 42px;
}
.site-reviews .site-event-section__content .site-reviews__listing-item-text {
	display: block;
	margin-bottom: calc(var(--wp--custom--spacing--spacing-unit) * 1px);
}
.site-reviews .site-event-section__content .site-reviews__listing-item-citation {
	font-weight: 700;
}

.site-cast-details {
	width: 100%;
}
.site-cast-details__members {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: calc(var(--wp--custom--spacing--spacing-unit) * 3px);
	justify-content: flex-start;
}
.site-cast-details__member {
	display: flex;
	flex-basis: calc(50% - 20px);
	flex-direction: column;
	position: relative;
}
.site-cast-details__member-headshot {
	height: calc(var(--wp--custom--spacing--spacing-unit) * 8px);
	overflow: hidden;
	width: calc(var(--wp--custom--spacing--spacing-unit) * 8px);
}
.site-cast-details__member-headshot {
	overflow: hidden;
}
.site-cast-details__member-info {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: flex-start;
	margin-top: calc(var(--wp--custom--spacing--spacing-unit) * 1px);
	text-align: left;
}
.site-cast-details__member-bio {
	color: var(--global-primary-text-colour);
	display: none;
}
.site-cast-details__member-name, .site-cast-details__member-role {
	margin: 0;
}
.site-cast-details__member-role {
	color: var(--global-secondary-text-colour);
}
.site-cast-details__member .farlo-ui-lightbox__toggle {
	border: none;
	bottom: 0;
	cursor: pointer;
	left: 0;
	opacity: 0;
	outline: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}
@media (min-width: 980px) {
	.site-cast-details__member {
		flex-basis: calc(25% - 18.66px);
	}
}

.site-creative-team {
	width: 100%;
}
.site-creative-team__members {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: calc(var(--wp--custom--spacing--spacing-unit) * 3px);
	justify-content: flex-start;
}
.site-creative-team__member {
	display: flex;
	flex-basis: calc(50% - 20px);
	flex-direction: column;
}
.site-creative-team__member-headshot {
	overflow: hidden;
}
.site-creative-team__member-info {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: flex-start;
	margin-top: calc(var(--wp--custom--spacing--spacing-unit) * 1px);
	text-align: left;
}
.site-creative-team__member-name, .site-creative-team__member-role {
	margin: 0;
}
.site-creative-team__member-role {
	color: var(--global-secondary-text-colour);
}
@media (min-width: 980px) {
	.site-creative-team__member {
		flex-basis: calc(25% - 18.66px);
	}
}

.farlo-ui-ticket-calendar {
	overflow: hidden;
}
.farlo-ui-ticket-calendar__wrapper + .wp-block-button {
	margin-top: calc(var(--wp--custom--spacing--spacing-unit) * 2px);
}
.farlo-ui-ticket-calendar__header {
	align-items: center;
	display: flex;
	justify-content: center;
}
.farlo-ui-ticket-calendar__header-month-year {
	color: var(--global-primary-text-colour);
	flex: 1;
	line-height: 1;
	margin: 0;
	text-align: center;
	white-space: nowrap;
	width: -moz-max-content;
	width: max-content;
}
.farlo-ui-ticket-calendar__button {
	background: transparent;
	border: none;
	border-radius: 100%;
	cursor: pointer;
	display: block;
	font-size: 1.8rem;
}
.farlo-ui-ticket-calendar__button-disabled {
	cursor: auto;
	opacity: 0.2;
}
.farlo-ui-ticket-calendar__weeks {
	display: grid;
	font-weight: 600;
	grid-gap: 1px;
	grid-template-columns: repeat(7, 1fr);
	margin-top: calc(var(--wp--custom--spacing--spacing-unit) * 1px);
	text-align: left;
	width: 100%;
}
.farlo-ui-ticket-calendar__weeks > .farlo-ui-ticket-calendar__week-day {
	text-align: center;
}
.farlo-ui-ticket-calendar__days {
	display: grid;
	grid-gap: 1px;
	grid-template-columns: repeat(7, 1fr);
	margin-top: calc(var(--wp--custom--spacing--spacing-unit) * 1px);
	text-align: center;
	width: 100%;
}
.farlo-ui-ticket-calendar__days .farlo-ui-ticket-calendar__gap {
	grid-column: span 7;
}
.farlo-ui-ticket-calendar__days .farlo-ui-ticket-calendar__gap-active {
	background: var(--global-secondary-accent-colour);
	border: 1px solid #000000;
	display: flex;
	flex-direction: column;
	margin-top: -1px;
	padding: calc(var(--wp--custom--spacing--spacing-unit) * 1px);
}
.farlo-ui-ticket-calendar__days .farlo-ui-ticket-calendar__perf {
	background: white;
	border: 1px solid #000000;
	border-bottom: 0;
	color: var(--global-primary-text-colour);
	display: flex;
	gap: calc(var(--wp--custom--spacing--spacing-unit) * 2px);
	overflow: hidden;
	padding: calc(var(--wp--custom--spacing--spacing-unit) * 1px);
	position: relative;
	text-decoration: none;
}
.farlo-ui-ticket-calendar__days .farlo-ui-ticket-calendar__perf:last-child {
	border-bottom: 1px solid #000000;
}
.farlo-ui-ticket-calendar__days .farlo-ui-ticket-calendar__perf > div {
	display: flex;
	flex-direction: column;
}
.farlo-ui-ticket-calendar__days .farlo-ui-ticket-calendar__perf-left {
	flex: 0 0 15%;
}
.farlo-ui-ticket-calendar__days .farlo-ui-ticket-calendar__perf-right {
	flex-grow: 1;
	text-align: left;
}
.farlo-ui-ticket-calendar__days .farlo-ui-ticket-calendar__perf-date {
	font-size: 2rem;
	font-weight: 600;
}
.farlo-ui-ticket-calendar__days .farlo-ui-ticket-calendar__perf-day {
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.farlo-ui-ticket-calendar__days .farlo-ui-ticket-calendar__perf-time {
	font-weight: 600;
}
.farlo-ui-ticket-calendar__days .farlo-ui-ticket-calendar__perf:hover {
	color: var(--global-primary-accent-colour);
}
.farlo-ui-ticket-calendar__days .farlo-ui-ticket-calendar__perf:before {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: calc(var(--wp--custom--spacing--spacing-unit) * 0.5px);
}
.farlo-ui-ticket-calendar__days .farlo-ui-ticket-calendar__day {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.2rem;
	justify-content: center;
	padding-bottom: calc(var(--wp--custom--spacing--spacing-unit) * 1px);
	padding-top: calc(var(--wp--custom--spacing--spacing-unit) * 1px);
	position: relative;
	width: 100%;
}
.farlo-ui-ticket-calendar__days .farlo-ui-ticket-calendar__day:not(.farlo-ui-ticket-calendar__day--empty) {
	cursor: pointer;
}
.farlo-ui-ticket-calendar__days .farlo-ui-ticket-calendar__day-active {
	background: var(--global-secondary-accent-colour);
	border: 1px solid #000000;
	border-bottom: 0;
	transform: translateY(1px);
}
.farlo-ui-ticket-calendar__days .farlo-ui-ticket-calendar__day-number {
	flex-basis: 100%;
	text-align: center;
}
.farlo-ui-ticket-calendar__days .farlo-ui-ticket-calendar__day--today {
	background-color: var(--global-primary-colour);
}
.farlo-ui-ticket-calendar__days .farlo-ui-ticket-calendar__day--today::after {
	background-color: var(--global-primary-accent-colour);
	border-radius: 100%;
	content: "";
	display: block;
	height: 6px;
	margin: auto;
	position: relative;
	width: 6px;
}
.farlo-ui-ticket-calendar__days .farlo-ui-ticket-calendar__day--empty {
	opacity: 0.2;
}
.farlo-ui-ticket-calendar__days .farlo-ui-ticket-calendar__day[rel]:focus, .farlo-ui-ticket-calendar__days .farlo-ui-ticket-calendar__day[rel]:hover {
	background-color: var(--global-primary-colour);
}
.farlo-ui-ticket-calendar__days-date {
	display: block;
	font-weight: 600;
	width: 100%;
}
.farlo-ui-ticket-calendar__days .farlo-ui-ticket-calendar__event span {
	align-items: center;
	cursor: pointer;
	display: block;
	display: flex;
	flex-direction: column;
	gap: 5px;
	justify-content: center;
	margin-bottom: calc(var(--wp--custom--spacing--spacing-unit) * 0.25px);
	margin-top: calc(var(--wp--custom--spacing--spacing-unit) * 0.25px);
	padding: calc(var(--wp--custom--spacing--spacing-unit) * 0.25px);
	text-decoration: none;
}
.farlo-ui-ticket-calendar__days .farlo-ui-ticket-calendar__event span:before {
	border-radius: 100%;
	content: "";
	flex: none;
	flex: none;
	height: 5px;
	width: 5px;
}
.farlo-ui-ticket-calendar__days-row {
	display: contents;
}
.farlo-ui-ticket-calendar__days-row [data-colspan="2"] {
	grid-column: span 1;
}
.farlo-ui-ticket-calendar__days-row [data-colspan="3"] {
	grid-column: span 2;
}
.farlo-ui-ticket-calendar__days-row [data-colspan="4"] {
	grid-column: span 3;
}
.farlo-ui-ticket-calendar__days-row [data-colspan="5"] {
	grid-column: span 4;
}
.farlo-ui-ticket-calendar__days-row [data-colspan="6"] {
	grid-column: span 5;
}
.farlo-ui-ticket-calendar__days-row [data-colspan="7"] {
	grid-column: span 6;
}
.farlo-ui-ticket-calendar__no-events {
	padding-top: calc(var(--wp--custom--spacing--spacing-unit) * 1px);
	text-align: center;
}

.farlo-ui-ticket-calendar__availability-key {
	display: flex;
	flex-direction: reverse;
	flex-wrap: nowrap;
	justify-content: center;
	margin-bottom: calc(var(--wp--custom--spacing--spacing-unit) * 2px);
	margin-top: calc(var(--wp--custom--spacing--spacing-unit) * 2px);
	white-space: nowrap;
}

.farlo-ui-ticket-calendar__key-item {
	align-items: center;
	display: flex;
	font-size: 1rem;
	gap: 16px;
	line-height: 1;
	position: relative;
}
@media (min-width: 640px) {
	.farlo-ui-ticket-calendar__key-item {
		font-size: 1.1rem;
	}
}
@media (min-width: 980px) {
	.farlo-ui-ticket-calendar__key-item {
		font-size: 1.2rem;
	}
}
.farlo-ui-ticket-calendar__key-item:before {
	border-radius: 100%;
	content: "";
	flex: none;
	flex: none;
	height: 10px;
	transform: translateX(10px);
	width: 10px;
}

.sold-out:before, .sold-out span:before {
	background-color: #cccccc;
}

.last-few-tickets:before, .last-few-tickets span:before {
	background-color: #BA0F0F;
}

.selling-fast:before, .selling-fast span:before {
	background-color: #FCA311;
}

.available-tickets:before, .available-tickets span:before {
	background-color: #008B38;
}

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

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

.flickity-viewport {
	height: 100%;
	overflow: hidden;
	position: relative;
	touch-action: pan-y;
}

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

.flickity-rtl .flickity-slider {
	left: unset;
	right: 0;
}

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

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

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

/* ---- flickity-cell ---- */
.flickity-cell {
	left: 0;
	position: absolute;
}

.flickity-rtl .flickity-cell {
	left: unset;
	right: 0;
}

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

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

.flickity-button:focus {
	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 */
	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;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: absolute;
	text-align: center;
	width: 100%;
}

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

.flickity-page-dot {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background: hsla(0, 0%, 20%, 0.25);
	border: none;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	height: 10px;
	margin: 0 8px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 10px;
}

.flickity-rtl .flickity-page-dot {
	text-indent: 9999px;
}

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

.flickity-page-dot.is-selected {
	background: hsl(0, 0%, 20%);
}
/*# sourceMappingURL=theme.css.map */