/* stylelint-disable -- Lowercase is not wanted for fonts name. */
/* 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: 120;
}
.farlo-ui-biscuit-banner__wrapper {
	padding: 20px;
}
.farlo-ui-biscuit-banner__text {
	color: #000000;
}
.farlo-ui-biscuit-banner__text a {
	color: #000000;
}
.farlo-ui-biscuit-banner--show {
	opacity: 1;
	visibility: visible;
}
.farlo-ui-biscuit-banner--hide {
	opacity: 0;
	visibility: hidden;
}

.site-farlo-ui-revolver-carousel {
	position: relative;
}
.site-farlo-ui-revolver-carousel__viewport {
	border: 3px solid #e20612;
	height: 100%;
	overflow: hidden;
	position: relative;
	-ms-touch-action: pan-y;
	    touch-action: pan-y;
}
.site-farlo-ui-revolver-carousel__viewport--full-width {
	overflow: visible;
}
.site-farlo-ui-revolver-carousel__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
}
.site-farlo-ui-revolver-carousel__item {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	margin: 0 20px;
	max-height: 600px;
	opacity: 0.8;
	position: relative;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 100%;
}
.site-farlo-ui-revolver-carousel__item--active {
	opacity: 1;
}
.site-farlo-ui-revolver-carousel__item .attachment-gallery-image {
	margin: 0;
	width: 100%;
}
.site-farlo-ui-revolver-carousel__item figcaption {
	bottom: 0;
	font-size: 1rem;
	left: 0;
	padding: 1rem;
	position: absolute;
	width: 100%;
}
.site-farlo-ui-revolver-carousel__pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.site-farlo-ui-revolver-carousel__pagination-dot {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background: var(--global-primary-colour);
	border: 1px solid var(--global-primary-accent-colour);
	display: inline-block;
	font-size: 0;
	height: 18px;
	padding: 0;
	text-indent: -9999rem;
	width: 18px;
}
.site-farlo-ui-revolver-carousel__pagination-dot--active {
	background-color: var(--global-primary-accent-colour);
}
.site-farlo-ui-revolver-carousel__controls-arrow {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	align-items: center;
	background-color: #e20612;
	border: none;
	bottom: 0;
	color: #fff;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: flex;
	font-size: 24px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	justify-content: center;
	padding: 0 5px;
	position: absolute;
	top: 0;
	z-index: 2;
}
.site-farlo-ui-revolver-carousel__controls-arrow--prev {
	left: 0px;
}
.site-farlo-ui-revolver-carousel__controls-arrow--next {
	right: 0px;
}
.site-farlo-ui-revolver-carousel--fade .farlo-ui-revolver-carousel__item {
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	width: 100%;
}
.site-farlo-ui-revolver-carousel--fade .farlo-ui-revolver-carousel__item--visible {
	opacity: 1;
}

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

body {
	background-color: #050100;
	color: #ffffff;
	font-family: proxima-nova, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 2.4rem;
	overflow-x: hidden;
	width: 100%;
}

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

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

.site {
	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;
	overflow-x: hidden;
	position: relative;
	z-index: 1;
}
.site__wrapper {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 20px;
	width: 100%;
}
@media (min-width: 980px) {
	.site__wrapper {
		padding-left: 70px;
		padding-right: 70px;
	}
}
@media (min-width: 640px) {
	.site__wrapper {
		padding-left: 30px;
		padding-right: 30px;
	}
}
.site-main {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	padding-top: 7.625rem;
	position: relative;
	z-index: 1;
}

.page-template-page-frontpage .site-main {
	padding-top: 40px;
}

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

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

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

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

.alignfull {
	margin: 0px calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}

/* 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;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	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 (min-width: 980px) {
	.desktop-hidden {
		display: block;
	}
}

.mobile-hidden {
	display: block;
}
@media (min-width: 980px) {
	.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%;
}

@-webkit-keyframes exitLeft {
	0% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-100%);
		        transform: translateX(-100%);
	}
}

@keyframes exitLeft {
	0% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-100%);
		        transform: translateX(-100%);
	}
}
@-webkit-keyframes exitRight {
	0% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(100%);
		        transform: translateX(100%);
	}
}
@keyframes exitRight {
	0% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(100%);
		        transform: translateX(100%);
	}
}
@-webkit-keyframes enterLeft {
	0% {
		-webkit-transform: translateX(-100%);
		        transform: translateX(-100%);
	}
	100% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@keyframes enterLeft {
	0% {
		-webkit-transform: translateX(-100%);
		        transform: translateX(-100%);
	}
	100% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@-webkit-keyframes enterRight {
	0% {
		-webkit-transform: translateX(100%);
		        transform: translateX(100%);
	}
	100% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@keyframes enterRight {
	0% {
		-webkit-transform: translateX(100%);
		        transform: translateX(100%);
	}
	100% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes pulsate {
	0% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(5px);
		        transform: translateY(5px);
	}
	100% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@keyframes pulsate {
	0% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(5px);
		        transform: translateY(5px);
	}
	100% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@-webkit-keyframes scale {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.2);
		        transform: scale(1.2);
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
@keyframes scale {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.2);
		        transform: scale(1.2);
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 40px;
}

h1,
h2 {
	font-size: 2.382rem;
	font-weight: 800;
	text-transform: uppercase;
}
h1.bigger,
h2.bigger {
	font-size: 2.813rem;
}
h1 strong,
h2 strong {
	color: #E20612;
	font-weight: 700;
}
h1 img,
h2 img {
	display: inline-block;
	margin-top: 10px;
}

h3 {
	font-size: 1.875rem;
	text-transform: uppercase;
}
h3.no-uppercase {
	text-transform: none;
}

h4 {
	font-size: 1.375rem;
	font-weight: 900;
	text-transform: uppercase;
}

.extra-margin-bottom {
	margin-bottom: 0;
}
@media (min-width: 980px) {
	.extra-margin-bottom {
		margin-bottom: 5.75rem;
	}
}

.no-margin-bottom {
	margin-bottom: 0;
}

h5 {
	font-size: 1.063rem;
	font-weight: 800;
	margin-bottom: 0;
	margin-top: 0.938rem;
	text-transform: uppercase;
}

h6 {
	font-style: italic;
	font-weight: 500;
}

.site-header {
	background-color: #050100;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 100;
}
.site-header__wrapper {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	max-width: 1300px;
	padding: 20px;
	width: 100%;
}
@media (min-width: 1024px) {
	.site-header__wrapper {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
}
.site-header__wrapper svg {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.site-header__wrapper > div,
.site-header__wrapper > nav {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.home .site-header {
	background-color: transparent;
}
.home .site-header .site-logo {
	opacity: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.home .scrolled .site-header .site-logo {
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	max-width: 170px;
	opacity: 1;
}
@media (min-width: 1024px) {
	.home .scrolled .site-header .site-logo {
		max-width: 250px;
	}
}

.site-logo {
	margin-left: 0;
	max-width: 170px;
}
@media (min-width: 1024px) {
	.site-logo {
		max-width: 250px;
	}
}

.site-navigation {
	display: none;
	position: relative;
}
@media (min-width: 1024px) {
	.site-navigation {
		display: block;
	}
}
.site-navigation__list {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: none;
	gap: 1rem;
	height: 100%;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin: 0 auto;
}
.site-navigation__list > .menu-item {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
}
.site-navigation__list > .menu-item.menu-item-has-children {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	position: relative;
}
.site-navigation__list > .menu-item.menu-item-has-children .sub-menu {
	border-top: 5px solid #000000;
	height: 0;
	overflow: clip;
	padding: 0px 15px;
	position: relative;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 100%;
}
@media (min-width: 980px) {
	.site-navigation__list > .menu-item.menu-item-has-children .sub-menu {
		background-color: #E20612;
		min-width: 200px;
		position: absolute;
		top: 100%;
	}
	.site-navigation__list > .menu-item.menu-item-has-children .sub-menu:before {
		background-color: inherit;
		-webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
		        clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
		content: "";
		height: 10px;
		left: 5px;
		opacity: 0;
		position: absolute;
		top: -10px;
		visibility: hidden;
		width: 10px;
		z-index: 10;
	}
}
.site-navigation__list > .menu-item.menu-item-has-children .sub-menu a {
	font-size: 1rem;
	text-transform: uppercase;
}
.site-navigation__list > .menu-item.menu-item-has-children:hover .sub-menu--active {
	height: 100%;
}
@media (min-width: 980px) {
	.site-navigation__list > .menu-item.menu-item-has-children:hover .sub-menu {
		opacity: 1;
		visibility: visible;
	}
}
.site-navigation__list > .menu-item > a {
	border-bottom: 2px solid transparent;
	color: #ffffff;
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.085em;
	line-height: 1.313rem;
	overflow: hidden;
	padding-bottom: 3px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.site-navigation__list > .menu-item > a:after {
	background-color: #ffffff;
	bottom: 1.5px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	-webkit-transform: translateX(-100%);
	        transform: translateX(-100%);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.site-navigation__list > .menu-item > a:hover {
	text-decoration: none;
}
.site-navigation__list > .menu-item > a:hover::after {
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}
.site-navigation__list > .current-menu-item > a {
	font-weight: 800;
	text-decoration: none;
}
.site-navigation__list > .current-menu-item > a::after {
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}
@media (min-width: 1024px) {
	.site-navigation__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
.site-navigation__navicon {
	background-color: transparent;
	border: none;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 29px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	outline: none;
	padding: 0;
	position: relative;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 39px;
	z-index: 100;
}
@media (min-width: 1024px) {
	.site-navigation__navicon {
		display: none;
	}
}
.site-navigation__navicon-line-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 6px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 100%;
}
.site-navigation__navicon-line {
	background-color: #ffffff;
	border-radius: 10px;
	height: 4px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 100%;
}
.site-navigation__navicon-line.small {
	max-width: 25%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.site-navigation__navicon:hover {
	background-color: transparent;
}
.site-navigation__navicon--active {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.site-navigation__navicon--active .first {
	-webkit-transform: translateY(13px) rotate(180deg);
	        transform: translateY(13px) rotate(180deg);
}
.site-navigation__navicon--active .middle {
	opacity: 0;
}
.site-navigation__navicon--active .last {
	gap: 0;
	-webkit-transform: translateY(-13px) rotate(90deg);
	        transform: translateY(-13px) rotate(90deg);
}
.site-navigation__navicon--active .last .small {
	max-width: 50%;
}

.site-header__right {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	position: absolute;
	width: 0;
}
@media (min-width: 1024px) {
	.site-header__right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		position: relative;
	}
}
.site-header__right .farlo-ui-social-icons {
	display: none;
}
@media (min-width: 1024px) {
	.site-header__right .farlo-ui-social-icons {
		display: block;
	}
}
.site-header__right .farlo-ui-social-icons__list-item {
	margin: 0 6px;
	max-height: 23px;
	max-width: 23px;
	width: 100%;
}
.site-header__right .farlo-ui-social-icons__list-item svg {
	fill: #ffffff;
}

.site-book-now-button {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #290800;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	left: 0;
	padding: 1rem 3rem;
	position: fixed;
	right: 0;
}
@media (min-width: 1024px) {
	.site-book-now-button {
		background-color: unset;
		padding: 0;
		position: relative;
	}
}
.site-book-now-button .button--book {
	-ms-flex-item-align: start;
	    align-self: flex-start;
	background-color: #E20612;
	border-radius: 3px;
	color: #ffffff;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	font-size: 1.188rem;
	font-weight: 800;
	line-height: 1.438rem;
	padding: 0.35rem 2.063rem;
	text-align: center;
	text-transform: uppercase;
}
.site-book-now-button--right {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-left: 0px;
	margin-right: 0;
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}
@media (min-width: 980px) {
	.site-book-now-button--right {
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		margin-left: 18px;
	}
}
.site-book-now-button--right ~ .site-logo {
	-webkit-box-ordinal-group: 1;
	    -ms-flex-order: 0;
	        order: 0;
}
.site-book-now-button--right ~ .site-navigation {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}

.site-header.dark-menu svg {
	fill: #ffffff;
}
.site-header.dark-menu .site-navigation .menu-item a {
	color: #ffffff;
}
.site-header.dark-menu .site-navigation .menu-item a::after {
	background-color: #ffffff;
}
.site-header.dark-menu .site-navigation .current-menu-item a:after {
	background-color: #ffffff;
}
.site-header.dark-menu .site-navigation__navicon-line {
	background-color: #ffffff;
}
.site-header.dark-menu .site-navigation__navicon.site-navigation__navicon--active .site-navigation__navicon-line {
	background-color: #000000;
}

.site-footer {
	background-color: #1F1F1F;
	margin-top: 3rem;
}
@media (min-width: 980px) {
	.site-footer {
		margin-bottom: 0;
	}
}
.site-footer__wrapper {
	-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;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 auto;
	max-width: 1280px;
	width: 100%;
}
.site-footer__wrapper p,
.site-footer__wrapper a {
	color: #ffffff;
	margin-bottom: 0;
	-webkit-transition: 0.2s ease;
	transition: 0.2s ease;
}
.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 (min-width: 980px) {
	.site-footer__wrapper {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 20px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media (min-width: 980px) {
	.site-footer__navigation-list {
		gap: 0.563rem;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		width: 100%;
	}
}
.site-footer__left {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 33%;
	    -ms-flex: 33%;
	        flex: 33%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 20px 0;
}
.site-footer__left p {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.5rem;
	text-align: center;
	text-transform: uppercase;
}
.site-footer__left p strong {
	color: #ffffff;
	font-weight: 500;
}
@media (min-width: 980px) {
	.site-footer__left {
		-webkit-box-flex: 100%;
		    -ms-flex: 100%;
		        flex: 100%;
		width: 100%;
	}
}
.site-footer__left a {
	text-decoration: none;
}
.site-footer__center {
	background-color: #141414;
	-webkit-box-flex: 100%;
	    -ms-flex: 100%;
	        flex: 100%;
	padding: 30px 0;
}
.site-footer__center .site-footer__navigation a {
	display: block;
	font-size: 1.063rem;
	font-weight: 800;
	line-height: 1.25rem;
	text-transform: uppercase;
}
.site-footer__right {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-bottom: 4.125rem solid #141414;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 33%;
	    -ms-flex: 33%;
	        flex: 33%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	padding: 20px 0;
}
@media (min-width: 980px) {
	.site-footer__right {
		border-bottom: none;
		-webkit-box-flex: 100%;
		    -ms-flex: 100%;
		        flex: 100%;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		width: 100%;
	}
}
.site-footer__right p, .site-footer__right a {
	color: #EBEBEB;
	font-size: 0.75rem;
	line-height: 0.9375rem;
	text-transform: uppercase;
}
.site-footer__right small {
	color: #ffffff;
	font-size: 0.688rem;
	font-weight: 600;
}
.site-footer__right .site-footer__legal-list li {
	line-height: 1.5rem;
}
.site-footer__right .site-footer__legal-list a {
	color: #ffffff;
	display: block;
	font-weight: 400;
	margin: 10px 0;
	padding: 5px 0;
	text-decoration: underline;
}

.button,
.tab-label {
	background-color: #E20612;
	border: none;
	border-radius: 3px;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.188rem;
	font-weight: 900;
	line-height: 1.438rem;
	outline: none;
	overflow: hidden;
	padding: 0.35rem 2.063rem;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.button:after,
.tab-label:after {
	background-color: #290800;
	bottom: 0;
	content: "";
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: translateX(-100%);
	        transform: translateX(-100%);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 1;
}
.button:hover,
.tab-label:hover {
	text-decoration: none;
}
.button:hover:after,
.tab-label:hover:after {
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}
.button span,
.tab-label span {
	position: relative;
	z-index: 10;
}
.button.button--secondary,
.tab-label.button--secondary {
	background-color: transparent;
	border: 2px solid #000000;
	color: #000000;
}
.button.button--secondary:hover,
.tab-label.button--secondary:hover {
	border-color: #1F1F1F;
}

body.body--farlo-ui-lightbox-open {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}

.farlo-ui-lightbox {
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	background-color: rgba(0, 0, 0, 0.9);
	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: #290800;
	color: #ffffff;
	font-size: 18px;
	height: 600px;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	left: 50%;
	line-height: 1;
	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 h2 {
	font-size: 2rem;
	line-height: 1;
	margin-bottom: 5px;
}
.farlo-ui-lightbox__inner-content.dynamic p,
.farlo-ui-lightbox__inner-content.dynamic > div {
	font-size: 18px;
	line-height: 1;
	margin-top: 20px;
}
.farlo-ui-lightbox__inner-content.dynamic p:first-of-type,
.farlo-ui-lightbox__inner-content.dynamic > div:first-of-type {
	margin-top: 0;
}
@media (min-width: 640px) {
	.farlo-ui-lightbox__inner-content.dynamic > div {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
.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 (min-width: 640px) {
	.farlo-ui-lightbox__inner-content {
		margin-top: 60px;
		max-height: calc(90vh - 60px);
		padding: 10px;
		top: calc(50% - 60px);
	}
}
.farlo-ui-lightbox--active {
	opacity: 1;
	visibility: visible;
}
.farlo-ui-lightbox--active .farlo-ui-lightbox__inner-content.dynamic {
	padding: 20px;
	-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: #ffffff;
	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);
}

.wp-block-farlo-ui-tabbed-contents .tab-labels {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.wp-block-farlo-ui-tabbed-contents .tab-labels .tab-label {
	opacity: 0.6;
}
.wp-block-farlo-ui-tabbed-contents .tab-labels .tab-label:after {
	display: none;
}
.wp-block-farlo-ui-tabbed-contents .tab-labels .tab-label.active {
	opacity: 1;
}

.mobile__navigation {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #050100;
	border-left: 5px solid #E20612;
	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;
	left: 0;
	opacity: 0;
	padding-top: 30px;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: translateX(-100%);
	        transform: translateX(-100%);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 50;
}
.mobile__navigation .site-navigation__list {
	display: block;
}
.mobile__navigation svg {
	fill: #ffffff;
}
.mobile__navigation .white-bg {
	-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;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 10px;
	padding: 29px 43px;
	width: 100%;
}
.mobile__navigation .white-bg .site-navigation__list {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	max-width: 320px;
	width: 100%;
}
.mobile__navigation .white-bg .site-navigation__list a {
	font-size: 1.5rem;
}
.mobile__navigation .white-bg .farlo-ui-social-icons {
	max-width: 320px;
	padding: 20px 0;
	width: 100%;
}
.mobile__navigation .white-bg .farlo-ui-social-icons__list-item {
	max-height: 24px;
	max-width: 24px;
}
.mobile__navigation .white-bg .farlo-ui-social-icons__list-item:first-child {
	margin-left: 0;
}
.mobile__navigation .grey-bg {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #290800;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 29px 43px;
	width: 100%;
}
.mobile__navigation .grey-bg p {
	font-size: 1.125rem;
	line-height: 24.93px;
	max-width: 320px;
	width: 100%;
}

.mobile__navigation.mobile__navigation__nav--active {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

.grey-block {
	background-color: #290800;
	padding: 1rem 1.25rem;
	position: relative;
}
@media (min-width: 980px) {
	.grey-block {
		padding: 2rem 3.063rem;
	}
}
.grey-block h5 {
	margin-top: 0.5rem;
}
.grey-block h4 {
	margin-bottom: 0.9375rem;
}
.grey-block .no-margin-bottom {
	margin-bottom: 0;
}
.grey-block .extra-margin-bottom {
	margin-bottom: 0rem;
}
@media (min-width: 980px) {
	.grey-block .extra-margin-bottom {
		margin-bottom: 3.188rem;
	}
}
.grey-block h2 {
	margin-bottom: 0.25rem;
}
.grey-block h2.not-uppercase {
	text-transform: capitalize;
}
.grey-block h3 {
	margin-bottom: 0;
}
.grey-block p {
	font-weight: 600;
	line-height: 1.438rem;
	margin-bottom: 0.5rem;
}
.grey-block p em {
	font-size: 0.9875rem;
	font-weight: 300;
}

.grey-block.less-padding {
	padding: 1.688rem 1.5rem;
}

.grey-block.no-margin {
	margin-block: 0;
}

.black-block {
	background: #000000;
	color: #ffffff;
	height: 100%;
	padding: 1rem 1.25rem;
}
@media (min-width: 980px) {
	.black-block {
		padding: 2rem 0;
	}
}
.black-block .extra-margin-bottom {
	margin-bottom: 0rem;
}
@media (min-width: 980px) {
	.black-block .extra-margin-bottom {
		margin-bottom: 2.75rem;
	}
}

.black-block.no-margin {
	margin-block: 0;
}

.masthead {
	padding: 8.688rem 0;
	padding-bottom: 3rem;
	position: relative;
}
.masthead .site__wrapper {
	position: relative;
	z-index: 10;
}
.masthead__gradient {
	background: -webkit-gradient(linear, left bottom, left top, color-stop(36%, #140400), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(0deg, #140400 36%, rgba(255, 255, 255, 0) 100%);
	bottom: 0;
	-webkit-filter: drop-shadow(0px 0px 60px rgba(0, 0, 0, 0.18));
	        filter: drop-shadow(0px 0px 60px rgba(0, 0, 0, 0.18));
	height: 25%;
	left: 0;
	position: absolute;
	right: 0;
}
.masthead__top {
	-webkit-animation: fadeIn 1s;
	        animation: fadeIn 1s;
	position: relative;
	top: -8rem;
	z-index: 5;
}
.masthead__top h2 {
	font-size: 1.75rem;
	letter-spacing: -0.015em;
	line-height: 2rem;
	margin-bottom: 0;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
}
.masthead__top h3 {
	font-size: 1.313rem;
	font-weight: 600;
	letter-spacing: 0.055em;
	line-height: 1.625rem;
	margin-top: 0;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
}
@media (min-width: 980px) {
	.masthead__top {
		top: -6rem;
	}
}
.masthead__middle {
	min-height: 10rem;
	position: relative;
	width: 100%;
	z-index: 0;
}
@media (min-width: 980px) {
	.masthead__middle {
		min-height: 20rem;
	}
}
.masthead__middle--logo {
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0rem;
	left: -3rem;
	position: absolute;
	right: -3rem;
	top: -16rem;
}
@media (min-width: 980px) {
	.masthead__middle--logo {
		background-position: center;
		bottom: -5rem;
		left: -5rem;
		right: -5rem;
		top: -20rem;
	}
}
.masthead__middle--center {
	background-image: url("/app/themes/Farlo/dist/assets/media/manifest/unbelievable-oct-tt-cast.webp");
	z-index: 10;
}
.masthead__middle--center.no-webp {
	background-image: url("/app/themes/Farlo/dist/assets/media/manifest/unbelievable-oct-tt-cast.png");
}
.masthead__middle--overlay {
	background-image: url("/app/themes/Farlo/dist/assets/media/manifest/unbelievable-oct-tt-no-derren.webp");
	z-index: 20;
}
.masthead__middle--overlay.no-webp {
	background-image: url("/app/themes/Farlo/dist/assets/media/manifest/unbelievable-oct-tt-no-derren.png");
}
.masthead__middle--underlay {
	background-image: url("/app/themes/Farlo/dist/assets/media/manifest/unbelievable-oct-tt-underlay.webp");
}
.masthead__middle--underlay.no-webp {
	background-image: url("/app/themes/Farlo/dist/assets/media/manifest/unbelievable-oct-tt-underlay.png");
}
.masthead__bottom {
	-webkit-animation: fadeIn 1s;
	        animation: fadeIn 1s;
}
.masthead__bottom h2 {
	font-size: 2rem;
	letter-spacing: -0.015em;
	line-height: 2.5rem;
	margin-bottom: 1rem;
}
@media (min-width: 980px) {
	.masthead__bottom h2 {
		font-size: 2.438rem;
		line-height: 2.938rem;
	}
}
.masthead__bottom h3 {
	color: #E20612;
	font-size: 1.563rem;
	font-weight: 800;
	letter-spacing: 0.035em;
	line-height: 2rem;
	margin-bottom: 1rem;
}
.masthead__bottom .button--book {
	margin: 10px;
	max-width: 18rem;
	width: 100%;
}
.masthead__bottom .button--book.mobile-hidden {
	display: none;
}
@media (min-width: 980px) {
	.masthead__bottom .button--book.mobile-hidden {
		display: inline-block;
	}
}
@media (min-width: 980px) {
	.masthead__bottom .button--large {
		max-width: 37.25rem;
	}
}
.masthead__bottom::after {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -10rem;
	content: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 10rem;
	z-index: -10;
}
.masthead .pulse-button {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-animation-delay: 2s;
	        animation-delay: 2s;
	-webkit-animation-duration: 3s;
	        animation-duration: 3s;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	-webkit-animation-name: fadeIn;
	        animation-name: fadeIn;
	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;
	margin: 0 auto;
	margin-top: 2rem;
	opacity: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.masthead .pulse-button::after {
	-webkit-animation: pulsate infinite 3s;
	        animation: pulsate infinite 3s;
	color: #ffffff;
	content: url("/app/themes/Farlo/dist/assets/media/manifest/chevron-down.svg");
	width: 2rem;
}
.masthead .pulse-button::before {
	-webkit-animation: scale infinite 3s;
	        animation: scale infinite 3s;
	background-image: url("/app/themes/Farlo/dist/assets/media/manifest/play.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	color: #E20612;
	content: "";
	height: 2.5rem;
	margin-bottom: 10px;
	width: 2.5rem;
}

.scrolled .masthead::before {
	-webkit-animation: exitLeft 2s;
	        animation: exitLeft 2s;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}
@media (min-width: 980px) {
	.scrolled .masthead::before {
		-webkit-animation: exitLeft 4s;
		        animation: exitLeft 4s;
	}
}
.scrolled .masthead::after {
	-webkit-animation: exitRight 2s;
	        animation: exitRight 2s;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}
@media (min-width: 980px) {
	.scrolled .masthead::after {
		-webkit-animation: exitRight 4s;
		        animation: exitRight 4s;
	}
}
.scrolled .masthead__top, .scrolled .masthead__bottom {
	-webkit-animation: fadeOut 1s;
	        animation: fadeOut 1s;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

.reviews__block {
	padding: 0.688rem;
	position: relative;
	z-index: 100;
}
.reviews__block .site__wrapper {
	-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;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.reviews__block .site__wrapper .stars {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0.25rem;
}
.reviews__block .site__wrapper .stars .star {
	background-image: url("/app/themes/Farlo/dist/assets/media/manifest/star.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
	height: 26px;
	width: 26px;
}
.reviews__block .site__wrapper p {
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: 800;
	letter-spacing: 0.035em;
	line-height: 1.75rem;
	margin-bottom: 0;
	text-align: center;
	text-transform: uppercase;
}
.reviews__block .site__wrapper .meta p {
	color: #E20612;
	font-size: 1.25rem;
	font-style: italic;
	font-weight: 400;
	line-height: 1.5rem;
	margin: 0.125rem 0;
}
.reviews__block .site__wrapper .meta strong {
	font-weight: 700;
}

.wp-block-embed {
	margin: 0 auto;
}
.wp-block-embed__wrapper {
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
	width: 100%;
}
.wp-block-embed__wrapper iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.wp-block-embed__player {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: rgba(0, 0, 0, 0.8);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1000;
}
.wp-block-embed__player:after {
	background-color: rgba(0, 0, 0, 0.4);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}
.wp-block-embed__player:before {
	background-color: #ffffff;
	-webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
	        clip-path: polygon(100% 50%, 0 0, 0 100%);
	content: "";
	height: 5rem;
	width: 5rem;
	z-index: 20;
}
.wp-block-embed-soundcloud .wp-block-embed__wrapper {
	margin: 0 auto;
	max-width: 720px;
}
.wp-block-embed__wrapper--is-playing .wp-block-embed__player {
	display: none;
}

#SpektrixIFrame {
	width: 100%;
}

.spektrix-container,
.calendar-container {
	background: url(/app/uploads/2023/09/loader.gif) 50% 50% no-repeat;
	margin-bottom: 2rem;
	min-height: 300px;
	padding-left: 0;
	padding-right: 0;
}
@media (min-width: 640px) {
	.spektrix-container,
	.calendar-container {
		min-height: 600px;
	}
}
@media (min-width: 1024px) {
	.spektrix-container,
	.calendar-container {
		min-height: 1024px;
	}
}

.site-ticket-calendar .container .fc-unthemed .fc-divider, .site-ticket-calendar .container .fc-unthemed .fc-list-heading td, .site-ticket-calendar .container .fc-unthemed .fc-popover .fc-header {
	background: #c5d5e3;
	border-color: #c5d5e3;
}
.site-ticket-calendar .container .fc-header {
	font-size: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	text-shadow: -3px 3px #000;
	text-transform: uppercase;
}
.site-ticket-calendar .container .fc-list-table .fc-event-dot {
	background: transparent;
}
.site-ticket-calendar .container .fc-basic-view .fc-day-number, .site-ticket-calendar .container .fc-basic-view .fc-week-number {
	padding: 7px;
}
.site-ticket-calendar .container .fc-toolbar {
	margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
	.site-ticket-calendar .container .fc-toolbar .fc-left h2 {
		font-size: 44px;
	}
}
@media screen and (max-width: 500px) {
	.site-ticket-calendar .container .fc-toolbar {
		-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;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.site-ticket-calendar .container .fc-toolbar .fc-right {
		width: 100%;
	}
	.site-ticket-calendar .container .fc-toolbar .fc-button-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 10px 0 0 0 !important;
		width: 100%;
	}
	.site-ticket-calendar .container .fc-toolbar .fc-button-group button {
		-webkit-box-flex: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
	}
}
.site-ticket-calendar .container .fc-toolbar .fc-header-toolbar .fc-right {
	margin-top: 0;
}
.site-ticket-calendar .container .fc-toolbar .fc-header-toolbar .fc button {
	height: 45px;
}
.site-ticket-calendar .container .fc-toolbar .fc-header-toolbar .fc button .fc-icon {
	top: -3px;
}
.site-ticket-calendar .container .fc-scroller {
	height: auto !important;
	overflow: hidden;
}
.site-ticket-calendar .container .fc-view {
	background: #fff;
}
.site-ticket-calendar .container .fc-view div, .site-ticket-calendar .container .fc-view p, .site-ticket-calendar .container .fc-view a {
	font-size: 16px;
}
.site-ticket-calendar .container .fc-view .fc-basic-view .fc-day-number,
.site-ticket-calendar .container .fc-view .fc-basic-view .fc-week-number {
	padding: 7px;
}
.site-ticket-calendar .container .fc-view .fc-event {
	background: transparent;
	border-color: transparent;
	padding: 0 5px;
}
.site-ticket-calendar .container .fc-view .fc-event .fc-content {
	padding: 5px;
}
.site-ticket-calendar .container .fc-view .fc-event .fc-time {
	color: #ffffff;
}
.site-ticket-calendar .container .fc-view .fc-event .fc-title {
	color: #ffffff;
	-webkit-box-ordinal-group: 0;
	    -ms-flex-order: -1;
	        order: -1;
}
.site-ticket-calendar .container .fc-view .fc-event.limited-availability {
	position: relative;
}
.site-ticket-calendar .container .fc-view .fc-event.limited-availability .fc-content {
	background-color: #e20612;
	font-size: 14px;
}
.site-ticket-calendar .container .fc-view .fc-event.limited-availability .fc-title {
	font-size: 0;
}
.site-ticket-calendar .container .fc-view .fc-event.limited-availability .fc-title:after {
	color: #fff;
	content: "Limited Tickets";
	display: block;
	font-size: 16px;
	line-height: 1;
	position: relative;
	top: 0;
}
.site-ticket-calendar .container .fc-view .fc-event.good-availability {
	position: relative;
}
.site-ticket-calendar .container .fc-view .fc-event.good-availability .fc-title {
	font-size: 0;
}
.site-ticket-calendar .container .fc-view .fc-event.good-availability .fc-title:after {
	color: #fff;
	content: "Good Availability";
	display: block;
	font-size: 16px;
	line-height: 1;
	position: relative;
	top: 0;
}
.site-ticket-calendar .container .fc-view .fc-event .fc-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 6px;
}
@media screen and (max-width: 991px) {
	.site-ticket-calendar .container .fc-view .fc-event .fc-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		line-height: 1;
	}
	.site-ticket-calendar .container .fc-view .fc-event .fc-content .fc-title {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
}
.site-ticket-calendar .container .fc-view .fc-event .fc-content:hover span {
	text-decoration: underline;
}
.site-ticket-calendar .container .fc-view .fc-event.disabled .fc-time,
.site-ticket-calendar .container .fc-view .fc-event.disabled .fc-title {
	color: #c5d5e3;
	font-weight: normal;
}
.site-ticket-calendar .container .fc-view .fc-event.disabled .fc-content:hover span {
	font-weight: normal;
	text-decoration: none;
}
.site-ticket-calendar .container .fc-today-button {
	display: none !important;
}
.site-ticket-calendar .container .fc-list-item.limited-availability a:after {
	color: #d2232b;
	content: "Limited Availability";
	display: block;
	font-size: 12px;
	line-height: 1;
	position: relative;
	top: -1px;
}
.site-ticket-calendar .container .fc-list-item.good-availability a:after {
	color: #436fc7;
	content: "Good Availability";
	display: block;
	font-size: 12px;
	line-height: 1;
	position: relative;
	top: -1px;
}

.site-ticketing-gateway {
	background-color: #E20612;
	margin-top: 30px;
}
.site-ticketing-gateway__wrapper {
	-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;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 40px;
	text-align: center;
}
.site-ticketing-gateway__errors {
	color: #000000;
	display: none;
	font-style: italic;
	font-weight: 700;
	margin-bottom: 25px;
}
.site-ticketing-gateway__errors p {
	margin: 0;
}
.site-ticketing-gateway__errors--active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.site-ticketing-gateway__form {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	max-width: 50%;
	width: 100%;
}
.site-ticketing-gateway__form-field {
	width: 100%;
}
.site-ticketing-gateway__form-field input:not([type=checkbox]):not([type=radio]) {
	width: 100%;
}
.site-ticketing-gateway__form-field input[type=radio],
.site-ticketing-gateway__form-field input[type=checkbox] {
	left: -9999em;
	position: absolute;
}
.site-ticketing-gateway__form-field input[type=radio] + label,
.site-ticketing-gateway__form-field input[type=radio] ~ label,
.site-ticketing-gateway__form-field input[type=checkbox] + label,
.site-ticketing-gateway__form-field input[type=checkbox] ~ label {
	font-size: 18px;
	line-height: 1.25;
	padding-left: 3rem;
	position: relative;
	text-transform: none;
}
.site-ticketing-gateway__form-field input[type=radio] + label::after,
.site-ticketing-gateway__form-field input[type=radio] + label::before,
.site-ticketing-gateway__form-field input[type=radio] ~ label::after,
.site-ticketing-gateway__form-field input[type=radio] ~ label::before,
.site-ticketing-gateway__form-field input[type=checkbox] + label::after,
.site-ticketing-gateway__form-field input[type=checkbox] + label::before,
.site-ticketing-gateway__form-field input[type=checkbox] ~ label::after,
.site-ticketing-gateway__form-field input[type=checkbox] ~ label::before {
	background-clip: padding-box;
	border-radius: 100%;
	content: "";
	height: 2rem;
	left: 0;
	position: absolute;
	top: 3px;
	width: 2rem;
}
.site-ticketing-gateway__form-field input[type=radio] + label::before,
.site-ticketing-gateway__form-field input[type=radio] ~ label::before,
.site-ticketing-gateway__form-field input[type=checkbox] + label::before,
.site-ticketing-gateway__form-field input[type=checkbox] ~ label::before {
	background-color: #E20612;
	border: 0.1rem solid #1F1F1F;
}
.site-ticketing-gateway__form-field input[type=radio] + label::after,
.site-ticketing-gateway__form-field input[type=radio] ~ label::after,
.site-ticketing-gateway__form-field input[type=checkbox] + label::after,
.site-ticketing-gateway__form-field input[type=checkbox] ~ label::after {
	background-color: #000000;
	left: 0;
	top: 3px;
	-webkit-transform: scale(0);
	        transform: scale(0);
	-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;
}
.site-ticketing-gateway__form-field input[type=radio]:checked + label::after,
.site-ticketing-gateway__form-field input[type=radio]:checked ~ label::after,
.site-ticketing-gateway__form-field input[type=checkbox]:checked + label::after,
.site-ticketing-gateway__form-field input[type=checkbox]:checked ~ label::after,
.site-ticketing-gateway__form-field input[type=checkbox]:checked + label.Label::after {
	-webkit-transform: scale(0.8);
	        transform: scale(0.8);
}
.site-ticketing-gateway__form .button {
	margin: 0 0 0 10px;
}
@media (min-width: 980px) {
	.site-ticketing-gateway__form .button {
		margin: 0 auto;
	}
}
.site-ticketing-gateway__form--disclaimer {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.site-ticketing-gateway__form--disclaimer .button {
	margin-top: 20px;
}
@media (min-width: 980px) {
	.site-ticketing-gateway__form {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		gap: 15px;
		max-width: 100%;
	}
}
.site-ticketing-gateway__disclaimer {
	font-size: 1.6rem;
	line-height: 2rem;
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.site-ticketing-gateway__title {
	font-size: 2.7rem;
	font-weight: 700;
	line-height: 2.7rem;
	margin: 0 0 30px;
	text-transform: uppercase;
}
@media (min-width: 980px) {
	.site-ticketing-gateway__title {
		font-size: 2.1rem;
		line-height: 2.1rem;
		margin-bottom: 20px;
	}
}
.site-ticketing-gateway__question {
	color: #000000;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 3.2rem;
	margin-bottom: 20px;
}
@media (min-width: 980px) {
	.site-ticketing-gateway__question {
		font-size: 2.1rem;
		line-height: 2.7rem;
	}
}

.site-ticket-calendar {
	margin-bottom: 60px;
}
.site-ticket-calendar .container {
	margin: 0 auto;
	max-width: 1440px;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
}
.site-ticket-calendar .container iframe {
	overflow-y: scroll;
}
.site-ticket-calendar .container .fc-content-skeleton td {
	border-color: rgba(0, 0, 0, 0.3);
	color: #ffffff;
}
.site-ticket-calendar .container .fc-content-skeleton td > .fc-day-number {
	background-color: #ffffff;
	border-radius: 100%;
	color: #050100;
	font-weight: 700;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	width: 2rem;
}
.site-ticket-calendar .container .fc-unthemed td {
	border-color: rgba(0, 0, 0, 0.3);
}
.site-ticket-calendar .container .fc-unthemed td.fc-today {
	background-color: transparent;
}
.site-ticket-calendar .container .fc-unthemed td.fc-disabled-day {
	background-color: #d7d7d7;
	border: none;
	opacity: 1;
}
.site-ticket-calendar .container .fc .fc-row .fc-content-skeleton td {
	border-color: transparent;
}
.site-ticket-calendar .container .fc-toolbar .fc-left h2 {
	color: #ffffff;
	text-shadow: none;
	text-transform: uppercase;
}
.site-ticket-calendar .container .fc-toolbar .fc-button-group > * {
	background: #e20612;
	border: 2px solid #ffffff;
	border-radius: 0;
	display: block;
	height: auto !important;
	padding: 10px;
	text-shadow: none;
	width: unset;
}
.site-ticket-calendar .container .fc-toolbar .fc-button-group > * .fc-icon-right-single-arrow, .site-ticket-calendar .container .fc-toolbar .fc-button-group > * .fc-icon-left-single-arrow {
	-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;
}
.site-ticket-calendar .container .fc-toolbar .fc-button-group > * .fc-icon-right-single-arrow::after, .site-ticket-calendar .container .fc-toolbar .fc-button-group > * .fc-icon-left-single-arrow::after {
	color: #ffffff;
}
.site-ticket-calendar .container .fc-toolbar .fc-button-group > * .fc-icon-left-single-arrow {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}
.site-ticket-calendar .container .fc-toolbar .fc-button-group > * .fc-icon-right-single-arrow:before {
	color: #ffffff;
	content: "NEXT MONTH";
	font-family: proxima-nova, Helvetica, sans-serif;
	font-size: 15px;
}
.site-ticket-calendar .container .fc-toolbar .fc-button-group > * .fc-icon-left-single-arrow:before {
	color: #ffffff;
	content: "PREVIOUS MONTH";
	font-family: proxima-nova, Helvetica, sans-serif;
	font-size: 15px;
}
.site-ticket-calendar .container .fc-head th.fc-day-header {
	background-color: #E20612;
	text-shadow: none;
}
.site-ticket-calendar .container .fc-view .fc-event.limited-availability .fc-content {
	background-color: #e20612;
	font-size: 14px;
}
.site-ticket-calendar .container .fc-view .fc-event .fc-content {
	background-color: #000000;
	border-radius: 0;
	padding: 10px;
}
.site-ticket-calendar .container .fc-view .fc-event.disabled .fc-content {
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 0;
	color: #d7d7d7;
	opacity: 0.5;
}
@media (min-width: 640px) {
	.site-ticket-calendar .container .fc-view .fc-ltr .fc-list-heading-main,
	.site-ticket-calendar .container .fc-view .fc-ltr .fc-list-heading-alt,
	.site-ticket-calendar .container .fc-view .fc-rtl .fc-list-heading-main {
		clear: both;
		float: none;
	}
}
.site-ticket-calendar .container .fc-list-item:hover td {
	background-color: #ffffff;
}
.site-ticket-calendar .container .fc-list-table .fc-list-heading .fc-widget-header {
	background-color: #E20612;
	border-bottom: none;
	color: #ffffff;
}
.site-ticket-calendar .container .fc-list-table .fc-list-item .fc-list-item-time {
	color: #000000;
}
.site-ticket-calendar .container .fc-list-table .fc-list-item-title a,
.site-ticket-calendar .container .fc-list-table .fc-list-item-title a:not([href]) {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #000000;
	border-radius: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 3px 10px;
}
.site-ticket-calendar .container .fc-list-table .fc-list-item-title a::after,
.site-ticket-calendar .container .fc-list-table .fc-list-item-title a:not([href])::after {
	color: #fff;
	margin-left: auto;
}
@media (min-width: 980px) {
	.site-ticket-calendar .container .fc-list-table .fc-list-item-title a,
	.site-ticket-calendar .container .fc-list-table .fc-list-item-title a:not([href]) {
		display: inline-block;
	}
}
.site-ticket-calendar .container .fc-list-table .fc-list-item-title a:not([href]) {
	opacity: 0.5;
}
@media (min-width: 980px) {
	.site-ticket-calendar .container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.page-template-page-ticket-calendar .site-book-now-button {
	display: none;
}

.rank-math-list-item {
	border-top: 3px solid #ebebeb;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.rank-math-list-item:first-child {
	border-top: none;
}

.rank-math-list-item.rank-math-list-item--active {
	padding-bottom: 20px;
}

.rank-math-list-item.rank-math-list-item--active .rank-math-answer {
	opacity: 1;
	padding: 0 20px 20px;
}

.rank-math-list-item.rank-math-list-item--active .rank-math-question:before {
	height: 0;
}

.rank-math-list-item .rank-math-question {
	color: var(--global-primary-text-colour);
	cursor: pointer;
	font-family: var(--global-primary-font-family);
	font-size: 1.25rem;
	margin-bottom: 0;
	padding: 20px 60px 20px 20px;
	position: relative;
	text-transform: uppercase;
}

.rank-math-list-item .rank-math-question:after {
	background-color: #000000;
	content: "";
	height: 2px;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	width: 17px;
}

.rank-math-list-item .rank-math-question:before {
	background-color: #000000;
	content: "";
	height: 17px;
	position: absolute;
	right: 28px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	width: 2px;
}

.rank-math-list-item .rank-math-answer {
	font-family: var(--global-tertiary-font-family);
	line-height: 1;
	margin: 0;
	max-height: 0;
	opacity: 0;
	padding: 0 20px;
	-webkit-transition: 0.2s ease;
	transition: 0.2s ease;
	will-change: max-height;
}

.gform_body .gsection {
	border-bottom: 0;
}
.gform_body h3 {
	margin-bottom: 0;
	text-align: center;
}
.gform_body .hidden_label label {
	display: none;
}
.gform_body input {
	border: 2px solid #ebebeb;
	border-radius: 3px;
	margin: 0.5rem 0;
	padding: 0.25rem 0.5rem;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 100%;
}
.gform_body input:focus-visible {
	border: 2px solid #e20612;
	outline: none;
}
.gform_body .gfield_validation_message {
	background-color: #e20612;
	border-radius: 3px;
	color: #ffffff;
	margin-bottom: 1rem;
	text-align: center;
	width: 100%;
}

.gform_submission_error {
	font-size: 1.25rem;
	line-height: 1.5rem;
	margin-bottom: 0;
	text-align: center;
}

.gform_footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.gform_footer .button {
	padding: 0.5rem 3.5rem;
}
.gform_footer .button:hover {
	background-color: #000000;
}

.cast,
.creative-team {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 30px;
	width: 100%;
}
.cast__member,
.creative-team__member {
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	margin-bottom: 30px;
}
.cast__member--no-image,
.creative-team__member--no-image {
	background: #1F1F1F;
	padding: 10px;
	text-align: center;
}
.cast__member h3,
.creative-team__member h3 {
	line-height: 1;
	margin-bottom: 10px;
}
@media (min-width: 980px) {
	.cast__member,
	.creative-team__member {
		-ms-flex-preferred-size: calc(33.33% - 20px);
		    flex-basis: calc(33.33% - 20px);
	}
}
.cast__role,
.creative-team__role {
	color: rgb(245, 245, 245);
	opacity: 0.6;
}
.cast__image,
.creative-team__image {
	height: 0;
	padding-bottom: 125%;
	position: relative;
	width: 100%;
}
.cast__image-caption,
.creative-team__image-caption {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	margin-top: 10px;
}
.cast__image-caption .heading--larger,
.creative-team__image-caption .heading--larger {
	font-size: 23px;
}
.cast__image-caption .sub-heading,
.creative-team__image-caption .sub-heading {
	color: rgb(245, 245, 245);
	font-weight: 400;
	opacity: 0.6;
	text-transform: none;
}
.cast__image img,
.cast__image picture,
.creative-team__image img,
.creative-team__image picture {
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	   object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}
.cast .button--text,
.creative-team .button--text {
	background: none;
	color: #E20612;
	font-weight: 400;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
}

.partners {
	margin: 10px 0;
	margin-top: 30px;
}
.partners .h4 {
	margin-bottom: 15px;
	text-align: center;
	text-transform: uppercase;
}
.partners__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 10px 0;
	width: 100%;
}
.partners__list-item {
	max-width: 150px;
}

.popup {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: rgba(0, 0, 0, 0.7);
	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;
	z-index: 110;
}
.popup--active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.popup__container {
	background-color: #ffffff;
	color: #000000;
	max-width: 500px;
	outline: 10px solid rgba(0, 0, 0, 0.4);
	padding: 20px;
	padding-top: 30px;
	position: relative;
}
.popup__container h2 {
	margin-bottom: 10px;
}
.popup__container .button {
	display: block;
	text-align: center;
}
.popup__close {
	background-color: transparent;
	border: none;
	cursor: pointer;
	height: 20px;
	outline: none;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 20px;
}
.popup__close:before {
	background-color: #000000;
	bottom: 0;
	content: "";
	left: 50%;
	position: absolute;
	top: 0;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	width: 2px;
}
.popup__close:after {
	background-color: #000000;
	bottom: 0;
	content: "";
	left: 50%;
	position: absolute;
	top: 0;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	width: 2px;
}
@media (min-width: 980px) {
	.popup {
		padding: 20px;
	}
}

.quick-links {
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr;
	margin: 20px 0;
}
@media (min-width: 980px) {
	.quick-links {
		grid-template-columns: 1fr 1fr;
	}
}
.quick-links__item {
	border: 4px solid #E20612;
	border-radius: 5px;
	padding: 20px;
	text-align: center;
}
.quick-links__item a {
	-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;
	height: 100%;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	position: relative;
	width: 100%;
}
.quick-links__item h3 {
	text-align: center;
}

.site-404 {
	text-align: center;
}
.site-404__header {
	margin-bottom: 20px;
}
.site-404__header h1 {
	margin-bottom: 20px;
}
.site-404__header p {
	line-height: 0.9;
}
.site-404__links {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 20px;
}

.site-book-now-venue {
	margin: 0 auto;
	max-width: 400px;
	text-align: center;
}
.site-book-now-venue p {
	font-size: 1.25rem;
	line-height: 150%;
	margin-bottom: 20px;
}
.site-book-now-venue small {
	font-size: 0.8375rem;
}
.site-book-now-venue em {
	color: #E20612;
}
/*# sourceMappingURL=theme.css.map */