/*
Theme Name: cet-fandango-child
Author: Content Engineering Team
Description: A child theme of cet-fandango
Template: cet-fandango
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cet-fandango-child
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */
:root {
	--color-black: #000;
	--color-gray-50: #f2f3f3;
	--color-gray-100: #cccfd1;
	--color-gray-200: #999ea3;
	--color-gray-400: #626b72;
	--color-gray-600: #333e48;
	--color-gray-800: #252d34;
	--color-gray-900: #171c20;

	/* Primary - Buttons */
	--color-primary-brand: #922bac;
	--color-primary-hover: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), var(--color-primary-brand);
	--color-primary-light: linear-gradient(0deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.25) 100%), var(--color-primary-brand);

	/* Secondary - Links, Highlights, Icons */
	--color-secondary: #3185e0;
	--color-secondary-dark: #275b93;
	--color-secondary-light: #679ad1;
	--color-secondary-lighter: #cedfef;
	--color-secondary-lightest: #eef4f9;

	/* Status - Colors and Accessibility */
	--color-success: #17a916;
	--color-success-background: #172020;
	--color-error: #fb312b;
	--color-error-background: #1e1d20;
	--color-warning: #ffb600;
	--color-warning-background: #1f221f;
	--color-info-background: #181f26;
	--color-available-seat: #4aa7f6;
	--color-accessibility: #0059ff;

	/* Partner - Branding */
	--color-rotten-tomatoes: #fa320a;
}

.color {

	/* Border Colors */

	/* Background Colors */

	/* Text Colors */
}

.color-border-primary {
	border-color: var(--color-gray-600);
}

.color-surface-primary {
	background-color: var(--color-gray-50);
}

.color-surface-secondary {
	background-color: var(--color-gray-800);
}

.color-surface-tertiary {
	background-color: var(--color-black);
}

.color-surface-invert {
	background-color: var(--color-gray-900);
}

.color-text-primary {
	color: var(--color-gray-900);
}

.color-text-secondary {
	color: var(--color-gray-400);
}

.color-text-tertiary {
	color: var(--color-gray-200);
}

.color-text-invert {
	color: var(--color-gray-50);
}

.color-text-color {
	color: var(--color-gray-100);
}

/* stylelint-disable scss/dollar-variable-pattern */
/* stylelint-enable scss/dollar-variable-pattern */

/* TODO: Add Proxima Nova font*/

/* --------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# External Library
  - Bootstrap
# Import Variables and mixins
  - Abstracts
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments


 */

/* --------------------------------------------------------------
# Import variables and mixins.
-------------------------------------------------------------- */
:root {
	--color-black: #000;
	--color-gray-50: #f2f3f3;
	--color-gray-100: #cccfd1;
	--color-gray-200: #999ea3;
	--color-gray-400: #626b72;
	--color-gray-600: #333e48;
	--color-gray-800: #252d34;
	--color-gray-900: #171c20;

	/* Primary - Buttons */
	--color-primary-brand: #922bac;
	--color-primary-hover: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), var(--color-primary-brand);
	--color-primary-light: linear-gradient(0deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.25) 100%), var(--color-primary-brand);

	/* Secondary - Links, Highlights, Icons */
	--color-secondary: #3185e0;
	--color-secondary-dark: #275b93;
	--color-secondary-light: #679ad1;
	--color-secondary-lighter: #cedfef;
	--color-secondary-lightest: #eef4f9;

	/* Status - Colors and Accessibility */
	--color-success: #17a916;
	--color-success-background: #172020;
	--color-error: #fb312b;
	--color-error-background: #1e1d20;
	--color-warning: #ffb600;
	--color-warning-background: #1f221f;
	--color-info-background: #181f26;
	--color-available-seat: #4aa7f6;
	--color-accessibility: #0059ff;

	/* Partner - Branding */
	--color-rotten-tomatoes: #fa320a;
}

.color {

	/* Border Colors */

	/* Background Colors */

	/* Text Colors */
}

.color-border-primary {
	border-color: var(--color-gray-600);
}

.color-surface-primary {
	background-color: var(--color-gray-50);
}

.color-surface-secondary {
	background-color: var(--color-gray-800);
}

.color-surface-tertiary {
	background-color: var(--color-black);
}

.color-surface-invert {
	background-color: var(--color-gray-900);
}

.color-text-primary {
	color: var(--color-gray-900);
}

.color-text-secondary {
	color: var(--color-gray-400);
}

.color-text-tertiary {
	color: var(--color-gray-200);
}

.color-text-invert {
	color: var(--color-gray-50);
}

.color-text-color {
	color: var(--color-gray-100);
}

/* stylelint-disable scss/dollar-variable-pattern */
/* stylelint-enable scss/dollar-variable-pattern */
/* stylelint-disable scss/dollar-variable-pattern */
/* stylelint-enable scss/dollar-variable-pattern */
/* stylelint-disable scss/dollar-variable-pattern */

/* Used for woo commerce, use bootstrap for our application */
/* stylelint-enable scss/dollar-variable-pattern */

/* --------------------------------------------------------------
# External Libraries
-------------------------------------------------------------- */
.row .col-xs-1 {
	flex: 0 0 auto;
	width: 16.66667%;
}

.row .col-xs-2 {
	flex: 0 0 auto;
	width: 33.33333%;
}

.row .col-xs-3 {
	flex: 0 0 auto;
	width: 50%;
}

.row .col-xs-4 {
	flex: 0 0 auto;
	width: 66.66667%;
}

.row .col-xs-5 {
	flex: 0 0 auto;
	width: 83.33333%;
}

.row .col-xs-6 {
	flex: 0 0 auto;
	width: 100%;
}

:root {
	--bs-breakpoint-xs: 0;
	--bs-breakpoint-sm: 360px;
	--bs-breakpoint-md: 768px;
	--bs-breakpoint-lg: 1024px;
	--bs-breakpoint-xl: 1440px;
	--bs-breakpoint-xxl: 1920px;
}

.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-0.5 * var(--bs-gutter-x));
	margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	margin-top: var(--bs-gutter-y);
}

.col {
	flex: 1 0 0%;
}

.row-cols-auto > * {
	flex: 0 0 auto;
	width: auto;
}

.row-cols-1 > * {
	flex: 0 0 auto;
	width: 100%;
}

.row-cols-2 > * {
	flex: 0 0 auto;
	width: 50%;
}

.row-cols-3 > * {
	flex: 0 0 auto;
	width: 33.33333%;
}

.row-cols-4 > * {
	flex: 0 0 auto;
	width: 25%;
}

.row-cols-5 > * {
	flex: 0 0 auto;
	width: 20%;
}

.row-cols-6 > * {
	flex: 0 0 auto;
	width: 16.66667%;
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
}

.col-1 {
	flex: 0 0 auto;
	width: 8.33333%;
}

.col-2 {
	flex: 0 0 auto;
	width: 16.66667%;
}

.col-3 {
	flex: 0 0 auto;
	width: 25%;
}

.col-4 {
	flex: 0 0 auto;
	width: 33.33333%;
}

.col-5 {
	flex: 0 0 auto;
	width: 41.66667%;
}

.col-6 {
	flex: 0 0 auto;
	width: 50%;
}

.col-7 {
	flex: 0 0 auto;
	width: 58.33333%;
}

.col-8 {
	flex: 0 0 auto;
	width: 66.66667%;
}

.col-9 {
	flex: 0 0 auto;
	width: 75%;
}

.col-10 {
	flex: 0 0 auto;
	width: 83.33333%;
}

.col-11 {
	flex: 0 0 auto;
	width: 91.66667%;
}

.col-12 {
	flex: 0 0 auto;
	width: 100%;
}

.offset-1 {
	margin-left: 8.33333%;
}

.offset-2 {
	margin-left: 16.66667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.33333%;
}

.offset-5 {
	margin-left: 41.66667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.33333%;
}

.offset-8 {
	margin-left: 66.66667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.33333%;
}

.offset-11 {
	margin-left: 91.66667%;
}

.g-1rem,
.gx-1rem {
	--bs-gutter-x: ;
}

.g-1rem,
.gy-1rem {
	--bs-gutter-y: ;
}

@media (min-width: 360px) {

	.col-sm {
		flex: 1 0 0%;
	}

	.row-cols-sm-auto > * {
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-sm-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}

	.row-cols-sm-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}

	.row-cols-sm-3 > * {
		flex: 0 0 auto;
		width: 33.33333%;
	}

	.row-cols-sm-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}

	.row-cols-sm-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}

	.row-cols-sm-6 > * {
		flex: 0 0 auto;
		width: 16.66667%;
	}

	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
	}

	.col-sm-1 {
		flex: 0 0 auto;
		width: 8.33333%;
	}

	.col-sm-2 {
		flex: 0 0 auto;
		width: 16.66667%;
	}

	.col-sm-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-sm-4 {
		flex: 0 0 auto;
		width: 33.33333%;
	}

	.col-sm-5 {
		flex: 0 0 auto;
		width: 41.66667%;
	}

	.col-sm-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-sm-7 {
		flex: 0 0 auto;
		width: 58.33333%;
	}

	.col-sm-8 {
		flex: 0 0 auto;
		width: 66.66667%;
	}

	.col-sm-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-sm-10 {
		flex: 0 0 auto;
		width: 83.33333%;
	}

	.col-sm-11 {
		flex: 0 0 auto;
		width: 91.66667%;
	}

	.col-sm-12 {
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-sm-0 {
		margin-left: 0;
	}

	.offset-sm-1 {
		margin-left: 8.33333%;
	}

	.offset-sm-2 {
		margin-left: 16.66667%;
	}

	.offset-sm-3 {
		margin-left: 25%;
	}

	.offset-sm-4 {
		margin-left: 33.33333%;
	}

	.offset-sm-5 {
		margin-left: 41.66667%;
	}

	.offset-sm-6 {
		margin-left: 50%;
	}

	.offset-sm-7 {
		margin-left: 58.33333%;
	}

	.offset-sm-8 {
		margin-left: 66.66667%;
	}

	.offset-sm-9 {
		margin-left: 75%;
	}

	.offset-sm-10 {
		margin-left: 83.33333%;
	}

	.offset-sm-11 {
		margin-left: 91.66667%;
	}

	.g-sm-1rem,
	.gx-sm-1rem {
		--bs-gutter-x: ;
	}

	.g-sm-1rem,
	.gy-sm-1rem {
		--bs-gutter-y: ;
	}
}

@media (min-width: 768px) {

	.col-md {
		flex: 1 0 0%;
	}

	.row-cols-md-auto > * {
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-md-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}

	.row-cols-md-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}

	.row-cols-md-3 > * {
		flex: 0 0 auto;
		width: 33.33333%;
	}

	.row-cols-md-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}

	.row-cols-md-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}

	.row-cols-md-6 > * {
		flex: 0 0 auto;
		width: 16.66667%;
	}

	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
	}

	.col-md-1 {
		flex: 0 0 auto;
		width: 8.33333%;
	}

	.col-md-2 {
		flex: 0 0 auto;
		width: 16.66667%;
	}

	.col-md-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-md-4 {
		flex: 0 0 auto;
		width: 33.33333%;
	}

	.col-md-5 {
		flex: 0 0 auto;
		width: 41.66667%;
	}

	.col-md-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-md-7 {
		flex: 0 0 auto;
		width: 58.33333%;
	}

	.col-md-8 {
		flex: 0 0 auto;
		width: 66.66667%;
	}

	.col-md-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-md-10 {
		flex: 0 0 auto;
		width: 83.33333%;
	}

	.col-md-11 {
		flex: 0 0 auto;
		width: 91.66667%;
	}

	.col-md-12 {
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-md-0 {
		margin-left: 0;
	}

	.offset-md-1 {
		margin-left: 8.33333%;
	}

	.offset-md-2 {
		margin-left: 16.66667%;
	}

	.offset-md-3 {
		margin-left: 25%;
	}

	.offset-md-4 {
		margin-left: 33.33333%;
	}

	.offset-md-5 {
		margin-left: 41.66667%;
	}

	.offset-md-6 {
		margin-left: 50%;
	}

	.offset-md-7 {
		margin-left: 58.33333%;
	}

	.offset-md-8 {
		margin-left: 66.66667%;
	}

	.offset-md-9 {
		margin-left: 75%;
	}

	.offset-md-10 {
		margin-left: 83.33333%;
	}

	.offset-md-11 {
		margin-left: 91.66667%;
	}

	.g-md-1rem,
	.gx-md-1rem {
		--bs-gutter-x: ;
	}

	.g-md-1rem,
	.gy-md-1rem {
		--bs-gutter-y: ;
	}
}

@media (min-width: 1024px) {

	.col-lg {
		flex: 1 0 0%;
	}

	.row-cols-lg-auto > * {
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-lg-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}

	.row-cols-lg-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}

	.row-cols-lg-3 > * {
		flex: 0 0 auto;
		width: 33.33333%;
	}

	.row-cols-lg-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}

	.row-cols-lg-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}

	.row-cols-lg-6 > * {
		flex: 0 0 auto;
		width: 16.66667%;
	}

	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
	}

	.col-lg-1 {
		flex: 0 0 auto;
		width: 8.33333%;
	}

	.col-lg-2 {
		flex: 0 0 auto;
		width: 16.66667%;
	}

	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.33333%;
	}

	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.66667%;
	}

	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-lg-7 {
		flex: 0 0 auto;
		width: 58.33333%;
	}

	.col-lg-8 {
		flex: 0 0 auto;
		width: 66.66667%;
	}

	.col-lg-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-lg-10 {
		flex: 0 0 auto;
		width: 83.33333%;
	}

	.col-lg-11 {
		flex: 0 0 auto;
		width: 91.66667%;
	}

	.col-lg-12 {
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-lg-0 {
		margin-left: 0;
	}

	.offset-lg-1 {
		margin-left: 8.33333%;
	}

	.offset-lg-2 {
		margin-left: 16.66667%;
	}

	.offset-lg-3 {
		margin-left: 25%;
	}

	.offset-lg-4 {
		margin-left: 33.33333%;
	}

	.offset-lg-5 {
		margin-left: 41.66667%;
	}

	.offset-lg-6 {
		margin-left: 50%;
	}

	.offset-lg-7 {
		margin-left: 58.33333%;
	}

	.offset-lg-8 {
		margin-left: 66.66667%;
	}

	.offset-lg-9 {
		margin-left: 75%;
	}

	.offset-lg-10 {
		margin-left: 83.33333%;
	}

	.offset-lg-11 {
		margin-left: 91.66667%;
	}

	.g-lg-1rem,
	.gx-lg-1rem {
		--bs-gutter-x: ;
	}

	.g-lg-1rem,
	.gy-lg-1rem {
		--bs-gutter-y: ;
	}
}

@media (min-width: 1440px) {

	.col-xl {
		flex: 1 0 0%;
	}

	.row-cols-xl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-xl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}

	.row-cols-xl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}

	.row-cols-xl-3 > * {
		flex: 0 0 auto;
		width: 33.33333%;
	}

	.row-cols-xl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}

	.row-cols-xl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}

	.row-cols-xl-6 > * {
		flex: 0 0 auto;
		width: 16.66667%;
	}

	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
	}

	.col-xl-1 {
		flex: 0 0 auto;
		width: 8.33333%;
	}

	.col-xl-2 {
		flex: 0 0 auto;
		width: 16.66667%;
	}

	.col-xl-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-xl-4 {
		flex: 0 0 auto;
		width: 33.33333%;
	}

	.col-xl-5 {
		flex: 0 0 auto;
		width: 41.66667%;
	}

	.col-xl-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-xl-7 {
		flex: 0 0 auto;
		width: 58.33333%;
	}

	.col-xl-8 {
		flex: 0 0 auto;
		width: 66.66667%;
	}

	.col-xl-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-xl-10 {
		flex: 0 0 auto;
		width: 83.33333%;
	}

	.col-xl-11 {
		flex: 0 0 auto;
		width: 91.66667%;
	}

	.col-xl-12 {
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-xl-0 {
		margin-left: 0;
	}

	.offset-xl-1 {
		margin-left: 8.33333%;
	}

	.offset-xl-2 {
		margin-left: 16.66667%;
	}

	.offset-xl-3 {
		margin-left: 25%;
	}

	.offset-xl-4 {
		margin-left: 33.33333%;
	}

	.offset-xl-5 {
		margin-left: 41.66667%;
	}

	.offset-xl-6 {
		margin-left: 50%;
	}

	.offset-xl-7 {
		margin-left: 58.33333%;
	}

	.offset-xl-8 {
		margin-left: 66.66667%;
	}

	.offset-xl-9 {
		margin-left: 75%;
	}

	.offset-xl-10 {
		margin-left: 83.33333%;
	}

	.offset-xl-11 {
		margin-left: 91.66667%;
	}

	.g-xl-1rem,
	.gx-xl-1rem {
		--bs-gutter-x: ;
	}

	.g-xl-1rem,
	.gy-xl-1rem {
		--bs-gutter-y: ;
	}
}

@media (min-width: 1920px) {

	.col-xxl {
		flex: 1 0 0%;
	}

	.row-cols-xxl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-xxl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}

	.row-cols-xxl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}

	.row-cols-xxl-3 > * {
		flex: 0 0 auto;
		width: 33.33333%;
	}

	.row-cols-xxl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}

	.row-cols-xxl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}

	.row-cols-xxl-6 > * {
		flex: 0 0 auto;
		width: 16.66667%;
	}

	.col-xxl-auto {
		flex: 0 0 auto;
		width: auto;
	}

	.col-xxl-1 {
		flex: 0 0 auto;
		width: 8.33333%;
	}

	.col-xxl-2 {
		flex: 0 0 auto;
		width: 16.66667%;
	}

	.col-xxl-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-xxl-4 {
		flex: 0 0 auto;
		width: 33.33333%;
	}

	.col-xxl-5 {
		flex: 0 0 auto;
		width: 41.66667%;
	}

	.col-xxl-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-xxl-7 {
		flex: 0 0 auto;
		width: 58.33333%;
	}

	.col-xxl-8 {
		flex: 0 0 auto;
		width: 66.66667%;
	}

	.col-xxl-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-xxl-10 {
		flex: 0 0 auto;
		width: 83.33333%;
	}

	.col-xxl-11 {
		flex: 0 0 auto;
		width: 91.66667%;
	}

	.col-xxl-12 {
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-xxl-0 {
		margin-left: 0;
	}

	.offset-xxl-1 {
		margin-left: 8.33333%;
	}

	.offset-xxl-2 {
		margin-left: 16.66667%;
	}

	.offset-xxl-3 {
		margin-left: 25%;
	}

	.offset-xxl-4 {
		margin-left: 33.33333%;
	}

	.offset-xxl-5 {
		margin-left: 41.66667%;
	}

	.offset-xxl-6 {
		margin-left: 50%;
	}

	.offset-xxl-7 {
		margin-left: 58.33333%;
	}

	.offset-xxl-8 {
		margin-left: 66.66667%;
	}

	.offset-xxl-9 {
		margin-left: 75%;
	}

	.offset-xxl-10 {
		margin-left: 83.33333%;
	}

	.offset-xxl-11 {
		margin-left: 91.66667%;
	}

	.g-xxl-1rem,
	.gx-xxl-1rem {
		--bs-gutter-x: ;
	}

	.g-xxl-1rem,
	.gy-xxl-1rem {
		--bs-gutter-y: ;
	}
}

@media (min-width: 768px) {

	.col-md-1 {
		flex: 0 0 auto;
		width: 12.5%;
	}

	.col-md-2 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-md-3 {
		flex: 0 0 auto;
		width: 37.5%;
	}

	.col-md-4 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-md-5 {
		flex: 0 0 auto;
		width: 62.5%;
	}

	.col-md-6 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-md-7 {
		flex: 0 0 auto;
		width: 87.5%;
	}

	.col-md-8 {
		flex: 0 0 auto;
		width: 100%;
	}
}

/* --------------------------------------------------------------
# Generic
-------------------------------------------------------------- */

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	margin: 0.67em 0;
	font-size: 2em;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	text-decoration: underline;
	text-decoration: underline dotted;
	border-bottom: none;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	display: table;
	max-width: 100%;
	padding: 0;
	color: inherit;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/* --------------------------------------------------------------
# Base
-------------------------------------------------------------- */

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	font-family: "Proxima Nova", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	color: var(--color-gray-900);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

h1 {
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 1.5em;
}

h2 {
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 1.5em;
}

h3 {
	font-size: 1.75rem;
	font-weight: 600;
	line-height: 1.21;
	margin-bottom: 1.2em;
}

h4 {
	font-size: 1.25rem;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 1.1em;
}

h5 {
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.25;
	margin-bottom: 1em;
}

label {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.25;
}

label.medium {
	font-size: 0.75rem;
	font-weight: 800;
	line-height: 1.43;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	max-width: 100%;
	padding: 1.6em;
	margin-bottom: 1.6em;
	overflow: auto;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	background: var(--color-gray-50);
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	cursor: help;
	border-bottom: 1px dotted var(--color-gray-600);
}

mark,
ins {
	text-decoration: none;
	background: var(--color-gray-50);
}

big {
	font-size: 125%;
}

.body-xlarge {
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.4;
}

.body-large {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

.body-medium {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.43;
}

.body-small {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.33;
}

.body-special {
	font-size: 0.75rem;
	font-style: italic;
	font-weight: 800;
	line-height: 1.33;
}

.body-micro {
	font-size: 0.5rem;
	font-weight: 400;
	line-height: 1.2;
}

@font-face {
	font-family: "Proximanova";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("https://d1qqbhrzb3a9o0.cloudfront.net/DEFAULTS/FONTS/proxima-nova/proximanova-bold-webfont.eot");
	src: url("https://d1qqbhrzb3a9o0.cloudfront.net/DEFAULTS/FONTS/proxima-nova/proximanova-bold-webfont.eot?#iefix") format("embedded-opentype"), url("https://d1qqbhrzb3a9o0.cloudfront.net/DEFAULTS/FONTS/proxima-nova/proximanova-bold-webfont.woff2") format("woff2"), url("https://d1qqbhrzb3a9o0.cloudfront.net/DEFAULTS/FONTS/proxima-nova/proximanova-bold-webfont.woff") format("woff"), url("https://d1qqbhrzb3a9o0.cloudfront.net/DEFAULTS/FONTS/proxima-nova/proximanova-bold-webfont.ttf") format("truetype"), url("https://d1qqbhrzb3a9o0.cloudfront.net/DEFAULTS/FONTS/proxima-nova/proximanova-bold-webfont.svg#proximanova-bold") format("svg");
}

@font-face {
	font-family: "Proximanova";
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: url("https://d1qqbhrzb3a9o0.cloudfront.net/DEFAULTS/FONTS/proxima-nova/proximanova-boldit-webfont.eot");
	src: url("https://d1qqbhrzb3a9o0.cloudfront.net/DEFAULTS/FONTS/proxima-nova/proximanova-boldit-webfont.eot?#iefix") format("embedded-opentype"), url("https://d1qqbhrzb3a9o0.cloudfront.net/DEFAULTS/FONTS/proxima-nova/proximanova-boldit-webfont.woff2") format("woff2"), url("https://d1qqbhrzb3a9o0.cloudfront.net/DEFAULTS/FONTS/proxima-nova/proximanova-boldit-webfont.woff") format("woff"), url("https://d1qqbhrzb3a9o0.cloudfront.net/DEFAULTS/FONTS/proxima-nova/proximanova-boldit-webfont.ttf") format("truetype"), url("https://d1qqbhrzb3a9o0.cloudfront.net/DEFAULTS/FONTS/proxima-nova/proximanova-boldit-webfont.svg#proximanova-boldit") format("svg");
}

@font-face {
	font-family: "Proximanova";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("https://d1qqbhrzb3a9o0.cloudfront.net/DEFAULTS/FONTS/proxima-nova/proximanova-regular-webfont.eot");
	src: url("https://d1qqbhrzb3a9o0.cloudfront.net/DEFAULTS/FONTS/proxima-nova/proximanova-regular-webfont.eot?#iefix") format("embedded-opentype"), url("https://d1qqbhrzb3a9o0.cloudfront.net/DEFAULTS/FONTS/proxima-nova/proximanova-regular-webfont.woff2") format("woff2"), url("https://d1qqbhrzb3a9o0.cloudfront.net/DEFAULTS/FONTS/proxima-nova/proximanova-regular-webfont.woff") format("woff"), url("https://d1qqbhrzb3a9o0.cloudfront.net/DEFAULTS/FONTS/proxima-nova/proximanova-regular-webfont.ttf") format("truetype"), url("https://d1qqbhrzb3a9o0.cloudfront.net/DEFAULTS/FONTS/proxima-nova/proximanova-regular-webfont.svg#proximanova-regular") format("svg");
}

@font-face {
	font-family: "Proximanova";
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url("https://d1qqbhrzb3a9o0.cloudfront.net/DEFAULTS/FONTS/proxima-nova/proximanova-regularit-webfont.eot");
	src: url("https://d1qqbhrzb3a9o0.cloudfront.net/DEFAULTS/FONTS/proxima-nova/proximanova-regularit-webfont.eot?#iefix") format("embedded-opentype"), url("https://d1qqbhrzb3a9o0.cloudfront.net/DEFAULTS/FONTS/proxima-nova/proximanova-regularit-webfont.woff2") format("woff2"), url("https://d1qqbhrzb3a9o0.cloudfront.net/DEFAULTS/FONTS/proxima-nova/proximanova-regularit-webfont.woff") format("woff"), url("https://d1qqbhrzb3a9o0.cloudfront.net/DEFAULTS/FONTS/proxima-nova/proximanova-regularit-webfont.ttf") format("truetype"), url("https://d1qqbhrzb3a9o0.cloudfront.net/DEFAULTS/FONTS/proxima-nova/proximanova-regularit-webfont.svg#proximanova-regularit") format("svg");
}

@font-face {
	font-family: "Alternate Gothic No1";
	font-style: normal;
	font-weight: normal;
	font-display: swap;
	src: url("https://d1qqbhrzb3a9o0.cloudfront.net/DEFAULTS/FONTS/alternate-gothic/alternate_gothic_no1_pro-webfont.eot");
	src: url("https://d1qqbhrzb3a9o0.cloudfront.net/DEFAULTS/FONTS/alternate-gothic/alternate_gothic_no1_pro-webfont.eot?#iefix") format("embedded-opentype"), url("https://d1qqbhrzb3a9o0.cloudfront.net/DEFAULTS/FONTS/alternate-gothic/alternate_gothic_no1_pro-webfont.woff2") format("woff2"), url("https://d1qqbhrzb3a9o0.cloudfront.net/DEFAULTS/FONTS/alternate-gothic/alternate_gothic_no1_pro-webfont.woff") format("woff"), url("https://d1qqbhrzb3a9o0.cloudfront.net/DEFAULTS/FONTS/alternate-gothic/alternate_gothic_no1_pro-webfont.ttf") format("truetype"), url("https://d1qqbhrzb3a9o0.cloudfront.net/DEFAULTS/FONTS/alternate-gothic/alternate_gothic_no1_pro-webfont.svg#alternate_gothic_no1_pro") format("svg");
}

/* Elements
--------------------------------------------- */
body {
	background: var(--color-gray-50);
}

hr {
	height: 1px;
	margin-bottom: 1.5em;
	background-color: var(--color-gray-50);
	border: 0;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	width: 100%;
	margin: 0 0 1.5em;
}

/* Links
--------------------------------------------- */
a {
	color: var(--color-secondary);
	text-decoration: none;
	font-weight: 600;
}

a:visited {
	color: var(--color-primary-brand);
}

a:hover,
a:focus,
a:active {
	color: var(--color-secondary-dark);
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a.short-link {
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.43;
	text-transform: uppercase;
}

a.descriptive {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.43;
}

a.small-link {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.33;
	text-decoration: underline;
	text-transform: capitalize;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-button__link {
	display: flex;
	align-items: center;
	padding: 12px 20px;
	margin: 0;
	color: var(--color-gray-50);
	border: 0;
	border-radius: 100px;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 1.12px;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color 0.3s;
}

button::before,
input[type="button"]::before,
input[type="reset"]::before,
input[type="submit"]::before,
.wp-block-button__link::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4.33046 2.09001L13.6638 7.41874C14.1118 7.67451 14.112 8.32034 13.6642 8.57642L4.33086 13.9137C3.88643 14.1679 3.33325 13.847 3.33325 13.335V2.66896C3.33325 2.15719 3.88603 1.83627 4.33046 2.09001Z' fill='%23F2F3F3'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 8px;
}

button.medium,
input[type="button"].medium,
input[type="reset"].medium,
input[type="submit"].medium,
.wp-block-button__link.medium {
	line-height: 16px;
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.wp-block-button__link.small {
	padding: 8px 16px;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.96px;
}

button.small::before,
input[type="button"].small::before,
input[type="reset"].small::before,
input[type="submit"].small::before,
.wp-block-button__link.small::before {
	width: 12px;
	height: 12px;
}

button.primary,
input[type="button"].primary,
input[type="reset"].primary,
input[type="submit"].primary,
.wp-block-button__link.primary {
	background-color: var(--color-primary-brand);
	border-color: var(--color-primary-brand);
}

button.primary:hover,
input[type="button"].primary:hover,
input[type="reset"].primary:hover,
input[type="submit"].primary:hover,
.wp-block-button__link.primary:hover {
	background-color: var(--color-primary-hover);
	border-color: var(--color-primary-hover);
}

button.primary:active,
input[type="button"].primary:active,
input[type="reset"].primary:active,
input[type="submit"].primary:active,
.wp-block-button__link.primary:active {
	background-color: var(--color-primary-brand);
	border-color: var(--color-primary-brand);
}

button.primary:disabled,
input[type="button"].primary:disabled,
input[type="reset"].primary:disabled,
input[type="submit"].primary:disabled,
.wp-block-button__link.primary:disabled {
	opacity: 0.25;
}

button.secondary,
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary,
.wp-block-button__link.secondary {
	background-color: rgba(98, 107, 114, 0.4);
	border-color: rgba(98, 107, 114, 0.4);
	backdrop-filter: blur(12px);
}

button.secondary:hover,
input[type="button"].secondary:hover,
input[type="reset"].secondary:hover,
input[type="submit"].secondary:hover,
.wp-block-button__link.secondary:hover {
	background-color: rgba(98, 107, 114, 0.48);
	border-color: rgba(98, 107, 114, 0.48);
}

button.secondary:active,
input[type="button"].secondary:active,
input[type="reset"].secondary:active,
input[type="submit"].secondary:active,
.wp-block-button__link.secondary:active {
	padding: 9px 17px;
	background-color: rgba(98, 107, 114, 0.48);
	border: 3px solid rgba(98, 107, 114, 0.8);
}

button.secondary:disabled,
input[type="button"].secondary:disabled,
input[type="reset"].secondary:disabled,
input[type="submit"].secondary:disabled,
.wp-block-button__link.secondary:disabled {
	opacity: 0.5;
}

button.secondary.small:active,
input[type="button"].secondary.small:active,
input[type="reset"].secondary.small:active,
input[type="submit"].secondary.small:active,
.wp-block-button__link.secondary.small:active {
	padding: 5px 13px;
}

button.round,
input[type="button"].round,
input[type="reset"].round,
input[type="submit"].round,
.wp-block-button__link.round {
	padding: 12px 12px;
	border-radius: 50%;
}

button.round::before,
input[type="button"].round::before,
input[type="reset"].round::before,
input[type="submit"].round::before,
.wp-block-button__link.round::before {
	margin-right: 0;
	width: 24px;
	height: 24px;
}

button.round:active,
input[type="button"].round:active,
input[type="reset"].round:active,
input[type="submit"].round:active,
.wp-block-button__link.round:active {
	padding: 9px 9px;
}

button.round.medium,
button.round.small,
input[type="button"].round.medium,
input[type="button"].round.small,
input[type="reset"].round.medium,
input[type="reset"].round.small,
input[type="submit"].round.medium,
input[type="submit"].round.small,
.wp-block-button__link.round.medium,
.wp-block-button__link.round.small {
	padding: 8px 8px;
}

button.round.medium:active,
button.round.small:active,
input[type="button"].round.medium:active,
input[type="button"].round.small:active,
input[type="reset"].round.medium:active,
input[type="reset"].round.small:active,
input[type="submit"].round.medium:active,
input[type="submit"].round.small:active,
.wp-block-button__link.round.medium:active,
.wp-block-button__link.round.small:active {
	padding: 5px 5px;
}

button.round.small::before,
input[type="button"].round.small::before,
input[type="reset"].round.small::before,
input[type="submit"].round.small::before,
.wp-block-button__link.round.small::before {
	width: 16px;
	height: 16px;
}

/* Input and Textarea Base Styles */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	padding: 12px;
	color: var(--color-gray-400);
	border: 1px solid var(--color-gray-100);
	border-radius: 4px;
	font-size: 16px;
	width: 100%;
	background-color: var(--color-gray-50);
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 20px 20px;

	/* Floating Label Effect */

	/* Remove icon on input type password */
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: var(--color-gray-400);
	border-color: var(--color-secondary);
	border-width: 2px;
	outline: none;
}

input[type="text"].error,
input[type="email"].error,
input[type="url"].error,
input[type="password"].error,
input[type="search"].error,
input[type="number"].error,
input[type="tel"].error,
input[type="range"].error,
input[type="date"].error,
input[type="month"].error,
input[type="week"].error,
input[type="time"].error,
input[type="datetime"].error,
input[type="datetime-local"].error,
input[type="color"].error,
textarea.error {
	border-color: var(--color-error);
}

input[type="text"]:focus + label,
input[type="text"]:not(:placeholder-shown) + label,
input[type="email"]:focus + label,
input[type="email"]:not(:placeholder-shown) + label,
input[type="url"]:focus + label,
input[type="url"]:not(:placeholder-shown) + label,
input[type="password"]:focus + label,
input[type="password"]:not(:placeholder-shown) + label,
input[type="search"]:focus + label,
input[type="search"]:not(:placeholder-shown) + label,
input[type="number"]:focus + label,
input[type="number"]:not(:placeholder-shown) + label,
input[type="tel"]:focus + label,
input[type="tel"]:not(:placeholder-shown) + label,
input[type="range"]:focus + label,
input[type="range"]:not(:placeholder-shown) + label,
input[type="date"]:focus + label,
input[type="date"]:not(:placeholder-shown) + label,
input[type="month"]:focus + label,
input[type="month"]:not(:placeholder-shown) + label,
input[type="week"]:focus + label,
input[type="week"]:not(:placeholder-shown) + label,
input[type="time"]:focus + label,
input[type="time"]:not(:placeholder-shown) + label,
input[type="datetime"]:focus + label,
input[type="datetime"]:not(:placeholder-shown) + label,
input[type="datetime-local"]:focus + label,
input[type="datetime-local"]:not(:placeholder-shown) + label,
input[type="color"]:focus + label,
input[type="color"]:not(:placeholder-shown) + label,
textarea:focus + label,
textarea:not(:placeholder-shown) + label {
	top: -10px;
	left: 12px;
	font-size: 12px;
	color: var(--color-gray-400);
	background-color: var(--color-gray-50);
	padding: 0 4px;
}

input[type="text"]::-ms-clear,
input[type="email"]::-ms-clear,
input[type="url"]::-ms-clear,
input[type="password"]::-ms-clear,
input[type="search"]::-ms-clear,
input[type="number"]::-ms-clear,
input[type="tel"]::-ms-clear,
input[type="range"]::-ms-clear,
input[type="date"]::-ms-clear,
input[type="month"]::-ms-clear,
input[type="week"]::-ms-clear,
input[type="time"]::-ms-clear,
input[type="datetime"]::-ms-clear,
input[type="datetime-local"]::-ms-clear,
input[type="color"]::-ms-clear,
textarea::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

select {
	border: 1px solid var(--color-gray-100);
}

textarea {
	width: 100%;
}

/* Floating Label Styles */
.input-container {
	position: relative;
	margin-bottom: 1.5em;

	/* Error Text */
}

.input-container label {
	position: absolute;
	top: 12px;
	left: 12px;
	font-size: 16px;
	color: var(--color-black);
	pointer-events: none;
	transition: all 0.2s ease;
}

.input-container input.error:focus + label {
	color: var(--color-error);
}

.input-container .error-message {
	color: var(--color-error);
	font-size: 12px;
	margin-top: 4px;
}

.input-container .error-message::before {
	content: url("./images/icons/form-invalid.svg");
	position: relative;
	top: 4px;
	padding-right: 3px;
}

.input-container input.error + .error-message {
	display: block;
}

/* Clear button functionality on click */
.clear-icon {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	width: 20px;
	height: 20px;
	display: none;
	background-image: url("./images/icons/form-clear.svg");
	background-repeat: no-repeat;
	background-size: 20px 20px;
}

/* Show the clear icon when there is text */
input:valid ~ .clear-icon {
	display: block;
}

input.error ~ .clear-icon {
	top: 35%;
}

/* --------------------------------------------------------------
# Layouts
-------------------------------------------------------------- */

/* --------------------------------------------------------------
# Components
-------------------------------------------------------------- */

/* Navigation
--------------------------------------------- */
#masthead.site-header {
	display: flex;
	padding: 24px 80px;
	background-color: var(--color-black);
	color: var(--color-secondary-lightest);
	white-space: nowrap;
	line-height: 20px;
	position: relative;
	width: 100%;
	top: 0;

	/* Small menu. */
}

#masthead.site-header .desktop-logo {
	display: none;
	margin-right: 48px;
}

#masthead.site-header .site-header-inner {
	justify-content: space-between;
	align-items: center;
	width: 100%;
	display: flex;
	margin-left: auto;
	margin-right: auto;
}

#masthead.site-header .site-header-inner .site-title .title-link {
	color: var(--color-secondary-lightest);
	margin-right: 48px;
	font-size: 28px;
	text-decoration: none;
	font-style: normal;
	font-weight: 600;
	line-height: 34px;
}

#masthead.site-header .site-header-inner .custom-logo {
	height: 40px;
	width: 40px;
}

#masthead.site-header .site-header-right {
	display: flex;
	gap: 42px;
	align-items: center;
}

#masthead.site-header .site-header-right .location-container {
	display: flex;
	gap: 12px;
	align-items: center;
}

#masthead.site-header .site-header-right .location-container .location-name {
	font-size: 16px;
}

#masthead.site-header .site-header-right .location-container .location-address {
	font-size: 14px;
	color: #999ea4;
}

#masthead.site-header .site-header-right .change-location-container a {
	color: var(--color-secondary);
	font-size: 14px;
}

#masthead.site-header #primary-menu {
	flex-wrap: wrap;
}

#masthead.site-header #primary-menu li {
	margin-right: 20px;
}

#masthead.site-header #primary-menu li.current-menu-item a,
#masthead.site-header #primary-menu li.current_page_item a {
	color: var(--color-secondary-lightest);
	border: 2px var(--color-primary-brand) solid;
	border-radius: 9999px;
}

#masthead.site-header #primary-menu li a {
	color: #999ea4;
	font-size: 16px;
	font-style: normal;
	padding: 8px 18px;
}

#masthead.site-header .main-navigation {
	display: block;
	width: 100%;
}

#masthead.site-header .main-navigation .close-mobile-menu-btn {
	display: none;
}

#masthead.site-header .main-navigation ul {
	display: none;
	padding-left: 0;
	margin: 0;
	list-style: none;
}

#masthead.site-header .main-navigation ul ul {
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	float: left;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

#masthead.site-header .main-navigation ul ul ul {
	top: 0;
	left: -999em;
}

#masthead.site-header .main-navigation ul ul li:hover > ul,
#masthead.site-header .main-navigation ul ul li.focus > ul {
	left: auto;
	display: block;
}

#masthead.site-header .main-navigation ul ul a {
	width: 200px;
}

#masthead.site-header .main-navigation ul li:hover > ul,
#masthead.site-header .main-navigation ul li.focus > ul {
	left: auto;
}

#masthead.site-header .main-navigation li {
	position: relative;
}

#masthead.site-header .main-navigation a {
	display: block;
	text-decoration: none;
}

#masthead.site-header .menu-toggle,
#masthead.site-header .main-navigation.toggled ul {
	display: block;
	top: 12px;
}

@media screen and (max-width: 1350px) {

	#masthead.site-header {
		white-space: initial;
	}

	#masthead.site-header .location-name,
	#masthead.site-header .change-location-container {
		display: none;
	}
}

@media screen and (max-width: 768px) {

	#masthead.site-header {
		padding: 15px 25px;
	}

	#masthead.site-header .site-title {
		display: none;
	}

	#masthead.site-header .site-title .title-link {
		margin-right: 0 !important;
	}

	#masthead.site-header .theater-logo {
		display: block;
		width: 36px;
		height: 36px;
		margin-right: 25px;
	}

	#masthead.site-header .menu-toggle {
		background-color: transparent;
		color: var(--color-secondary-lightest);
		border: 2px var(--color-primary-brand) solid;
		border-radius: 9999px;
		display: flex;
		gap: 5px;
		padding: 8px 18px;
	}

	#masthead.site-header .menu-toggle::before {
		display: none;
	}

	#masthead.site-header .location-address {
		white-space: nowrap;
		color: var(--color-secondary) !important;
	}

	#masthead.site-header .location-address:hover {
		cursor: pointer;
	}

	#masthead.site-header .main-navigation.toggled .primary-menu__container {
		top: 66px;
		left: 0;
		width: 100%;
		height: 100dvh;
		padding-bottom: 200px;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0, #000 88.47%);
		backdrop-filter: blur(12px);
		position: absolute;
		display: flex;
		justify-content: center;
		padding-top: 66px;
	}

	#masthead.site-header .main-navigation.toggled #primary-menu {
		position: absolute;
		top: 74px;
		left: 0;
		width: 100vw;
		height: 100dvh;
		padding-bottom: 200px;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, #000 88.47%);
		backdrop-filter: blur(12px);
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		text-align: left;
		gap: 60px;
		flex-wrap: nowrap;
		overflow: scroll;
		padding-top: 25%;
	}

	#masthead.site-header .main-navigation.toggled #primary-menu li a {
		border: 0;
		padding: 20px 18px;
	}

	#masthead.site-header .main-navigation.toggled .close-mobile-menu-btn {
		display: block;
		background-color: #1c1c1c;
		padding: 15px;
		padding-bottom: 8px;
		position: fixed;
		bottom: 15%;
		left: calc(50% - 31px);
	}

	#masthead.site-header .main-navigation.toggled .close-mobile-menu-btn::before {
		display: none;
	}
}

@media screen and (min-width: 768px) {

	#masthead.site-header .menu-toggle {
		display: none;
	}

	#masthead.site-header .theater-logo {
		display: none;
	}

	#masthead.site-header .desktop-logo {
		display: block;
	}

	#masthead.site-header .site-title {
		display: block;
	}

	#masthead.site-header .main-navigation ul {
		display: flex;
	}

	#masthead.site-header .close-mobile-menu-btn {
		display: none;
	}
}

.site-main #masthead.site-header .comment-navigation,
.site-main
#masthead.site-header .posts-navigation,
.site-main
#masthead.site-header .post-navigation {
	margin: 0 0 1.5em;
}

#masthead.site-header .comment-navigation .nav-links,
#masthead.site-header .posts-navigation .nav-links,
#masthead.site-header .post-navigation .nav-links {
	display: flex;
}

#masthead.site-header .comment-navigation .nav-previous,
#masthead.site-header .posts-navigation .nav-previous,
#masthead.site-header .post-navigation .nav-previous {
	flex: 1 0 50%;
}

#masthead.site-header .comment-navigation .nav-next,
#masthead.site-header .posts-navigation .nav-next,
#masthead.site-header .post-navigation .nav-next {
	flex: 1 0 50%;
	text-align: end;
}

.site-footer {
	padding: 2em;
	display: flex;
	flex-direction: column;
	background-color: var(--color-black);
	flex-wrap: wrap;
}

.site-footer .footer-container {
	display: flex;
	justify-content: space-around;
	padding: 2em;
	flex-wrap: wrap;
}

.site-footer .footer-container .flex-item:last-child {
	flex-basis: 100%;
}

.site-footer .footer-container .site-title {
	padding: 20px;
}

.site-footer .footer-container .site-title a {
	font-size: 28px;
	text-decoration: none;
	color: var(--color-secondary-lightest);
	line-height: 34px;
}

.site-footer .footer-container #footer-menu {
	padding-left: 0;
	margin-left: 0;
	padding-right: 125px;
	column-count: 3;
	column-gap: calc(10vw + 25px);
	list-style-type: none;
	margin-top: 5px;
}

.site-footer .footer-container #footer-menu li {
	margin-bottom: 20px;
}

.site-footer .footer-container #footer-menu li a {
	text-decoration: none;
	color: var(--color-secondary-lightest);
	font-size: 16px;
}

.site-footer .footer-container .footer-social-icons {
	display: flex;
	flex-direction: column;
}

.site-footer .footer-container .footer-social-icons a {
	text-decoration: none;
}

.site-footer .site-info {
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	color: var(--color-secondary-lightest);
}

@media screen and (max-width: 1135px) {

	.site-footer .footer-container .flex-item:first-child {
		flex-basis: 100%;
	}
}

@media screen and (max-width: 800px) {

	.site-footer .footer-container .footer-social-icons {
		flex-direction: row;
		justify-content: center;
	}
}

@media screen and (max-width: 768px) {

	.site-footer {
		padding: 0;
	}

	.site-footer .footer-container {
		flex-direction: column;
		align-items: center;
	}

	.site-footer .footer-container #footer-menu {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding-right: 0;
		margin-bottom: 0;
		column-count: unset;
	}

	.site-footer .footer-container .footer-social-icons,
	.site-footer .footer-container .site-info {
		order: 1;
	}

	.site-footer .footer-container .site-info {
		order: 0;
		margin-bottom: 25px;
	}
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	margin: 0 0 1.5em;
	clear: both;
}

/* Category page
--------------------------------------------- */
.se-taxonomy-term {
	--header-offset-vertical: 1.5rem;
	--subheader-color: #68767f;
	--subheader-font-size: 1rem;
	--subheader-font-weight: 600;
	--subheader-transform: uppercase;
	--title-color: #23282b;
	--title-font-size: 3.75rem;
	--title-font-weight: 300;
	--title-transform: capitalize;
	--text-color: #23282b;
	--text-font-size: 100%;
	--text-font-weight: inherit;
	--text-paragraph-offset-bottom: 1.5rem;
	--accent-color: #1b87c8;
	--accent-secondary-color: #fab516;
	line-height: 1.5;
}

.se-taxonomy-term a {
	--link-color: var(--accent-color);
	--link-decoration-color: var(--accent-secondary-color);
	--link-font-weight: 600;
	--link-transition: 0.5s;
	--link-underline-offset: 5px;
	font-weight: var(--link-font-weight);
	color: var(--link-color);
	text-decoration-color: var(--link-decoration-color);
	text-underline-offset: var(--link-underline-offset);
	transition: text-decoration-color var(--link-transition) ease;
}

.se-taxonomy-term a:hover,
.se-taxonomy-term a:focus {
	text-decoration-color: var(--link-color);
}

.se-taxonomy-term ul {
	padding: 0;
	padding-block: 0.5rem;
	margin: 0;
	list-style: circle inside;
}

.se-taxonomy-term ul ul {
	padding-left: 10%;
}

.se-taxonomy-term__header {
	padding-block: var(--header-offset-vertical);
}

@media (min-width: 768px) {

	.se-taxonomy-term__header {
		padding-block-start: calc(var(--header-offset-vertical) * 1.75);
	}
}

.se-taxonomy-term__title {
	margin-bottom: 0.75rem;
	font-size: var(--title-font-size);
	font-weight: var(--title-font-weight);
	line-height: 1.2;
	color: var(--title-color);
	text-transform: var(--title-transform);
}

.se-taxonomy-term__subtitle {
	margin-bottom: calc(var(--subheader-font-size) / 2);
	font-size: var(--subheader-font-size);
	font-weight: var(--subheader-font-weight);
	line-height: 1.5;
	color: var(--subheader-color);
	text-transform: var(--subheader-transform);
	letter-spacing: 0.25rem;
}

.se-taxonomy-term__description {
	font-size: var(--text-font-size);
	font-weight: var(--text-font-weight);
	color: var(--text-color);
}

.se-taxonomy-term__description p:not(:last-child) {
	margin-bottom: var(--text-paragraph-offset-bottom);
}

.se-taxonomy-term__list .se-taxonomy-term__list-entry {
	--card-columns: clamp(80px, 25%, 160px) 1fr;
	--card-column-gap: 0.75rem;
	--card-row-gap: 0.35rem;
	--card-title-font-size: 1.5rem;
	--card-font-size: var(--text-font-size);
	--card-font-weight: var(--text-font-weight);
	--card-text-color: var(--text-color);
	--card-image-aspect-ratio: 1/1;
	--underline-color: #c3cace;
	--underline-height: 2px;
	--underline-vertical-offset: 0.75rem;
	margin-bottom: var(--underline-vertical-offset);
}

.se-taxonomy-term__list .se-taxonomy-term__list-entry.has-single-column {
	--card-columns: 1fr;
}

.se-taxonomy-term__list .se-taxonomy-term__list-entry .se-listing {
	display: grid;
	grid-template-columns: var(--card-columns);
	gap: var(--card-column-gap, 0.25rem);
	align-items: start;
	width: 100%;
	height: 100%;
	padding-bottom: var(--underline-vertical-offset);
	font-size: var(--card-font-size);
	font-weight: var(--card-font-weight);
	color: var(--card-text-color);
	text-decoration: none;
	border: none;
	border-bottom: var(--underline-height) solid var(--underline-color);
}

.se-taxonomy-term__list .se-taxonomy-term__list-entry .se-listing__details {
	display: grid;
	gap: var(--card-row-gap, 0.25rem);
}

.se-taxonomy-term__list .se-taxonomy-term__list-entry .se-listing__image {
	aspect-ratio: var(--card-image-aspect-ratio);
	overflow: hidden;
	border-radius: var(--card-image-border-radius, 5px);
}

.se-taxonomy-term__list .se-taxonomy-term__list-entry .se-listing__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.se-taxonomy-term__list .se-taxonomy-term__list-entry .se-listing__title {
	font-size: var(--card-title-font-size);
	line-height: 2;
}

.se-taxonomy-term__pagination {
	--gap: 0.5rem;
	display: flex;
	gap: var(--gap);
	justify-content: space-between;
}

.se-taxonomy-term__pagination .pagination {
	display: flex;
	gap: var(--gap);
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	border: none;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	max-width: 100%;
	margin-bottom: 1.5em;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	display: grid;
	grid-gap: 1.5em;
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/* --------------------------------------------------------------
# Plugins
-------------------------------------------------------------- */

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/* Booking API
--------------------------------------------- */
tckt-confirmation-summary::part(root-container) {
	background-color: black;
	margin: 0 auto !important;
}

@media (min-width: 768px) {

	tckt-confirmation-banner::part(root-container) {
		margin-bottom: -9rem;
	}

	tckt-confirmation-summary::part(root-container) {
		position: relative;
		z-index: 10;
		padding: 2.5rem;
	}

	tckt-confirmation-summary::part(confirmation-reservation-summary-desktop) {
		padding: 2.5rem;
	}
}

@media (max-width: 768px) {

	tckt-confirmation-banner::part(root-container) {
		margin-bottom: -6.5rem;
	}

	tckt-confirmation-summary::part(confirmation-reservation-summary-mobile) {
		width: calc(100vw - 2rem);
		margin-left: 1rem;
		padding: 1rem;
	}

	tckt-confirmation-summary::part(confirmation-payment-summary) {
		width: calc(100vw - 2rem);
		margin-left: 1rem;
		margin-top: 1rem;
	}
}

main {
	background-color: black;
}

tckt-reservation-flow::part(root-container) {
	background-color: black;
	padding-top: 1.75rem;
	margin-left: 0;
}

@media (min-width: 768px) {

	tckt-reservation-flow::part(root-container) {
		margin-left: 5rem;
		margin-right: 5rem;
	}
}

/* Padding for the reservation flow */
tckt-reservation-movie-banner::part(root-container) {
	padding-left: 0.5rem;
}

tckt-seats-selector::part(seats-root-container) {
	padding-right: 0.5rem;
}

tckt-seats-selector::part(date-selector-root-container),
tckt-seats-selector::part(seats-root-container),
tckt-reservation-flow::part(breadcrumbs-root-container) {
	padding-left: 0.5rem;
}

tckt-reservation-flow::part(hold-timer-container) {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

@media (min-width: 768px) {

	tckt-reservation-movie-banner::part(root-container) {
		padding-left: 5rem;
	}

	tckt-seats-selector::part(date-selector-root-container),
	tckt-seats-selector::part(seats-root-container),
	tckt-reservation-flow::part(breadcrumbs-root-container) {
		padding-left: 2.5rem;
	}

	tckt-reservation-flow::part(hold-timer-container) {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	background-color: #171c20;
	color: white;
}

/* Common */
.grow {
	flex-grow: 1;
}

/* Header */
header {
	background-color: var(--color-common-950);
	color: var(--color-common-50);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem;
}

.header-left {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

@media (min-width: 768px) {

	header {
		padding-left: 5rem;
	}

	.header-left {
		gap: 1rem;
	}
}

.logo-container {
	display: flex;
	align-items: center;
}

.nav-list {
	list-style: none;
	display: flex;
	gap: 1.25rem;
}

.nav-link {
	color: white;
	text-decoration: none;
	border: 2px solid #9b4de3;
	border-radius: 9999px;
	padding: 0.5rem 1.3rem;
}

.header-right {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

tckt-be-name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 35vw;
}

tckt-login-menu {
	padding-right: 0.5rem;
}

@media (min-width: 768px) {

	tckt-login-menu {
		padding-right: 0;
	}

	tckt-be-name {
		max-width: unset;
	}

	.header-right {
		gap: 1rem;
	}
}

/* Main Content */
.content-section {
	padding: 3.75rem 1rem;
	min-height: 8rem;
}

@media (min-width: 768px) {

	.content-section {
		padding-left: 5rem;
	}
}

.bg-black {
	background-color: black;
}

/* Footer */
footer {
	margin-top: auto;
	background-color: var(--color-common-950);
	padding: 3rem 1rem 1rem;
}

.footer-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}

@media (min-width: 768px) {

	footer {
		padding: 3rem 5rem 1rem;
	}

	.footer-container {
		flex-direction: row;
		gap: 2rem;
		justify-content: space-between;
	}

	.footer-logo {
		align-self: flex-start;
	}
}

.footer-copyright {
	text-align: center;
	margin-top: 1rem;
	color: var(--color-common-200);
	font-size: 0.75rem;
}

/* Movie Sections */
tckt-movie-showtimes::part(root-container),
tckt-movie-info::part(root-container),
tckt-movie-photos::part(root-container),
tckt-movie-videos::part(root-container) {
	background-color: black;
	padding: 1.75rem 1rem;
	min-height: 8rem;
}

@media (min-width: 768px) {

	tckt-movie-showtimes::part(root-container),
	tckt-movie-info::part(root-container),
	tckt-movie-photos::part(root-container),
	tckt-movie-videos::part(root-container) {
		padding: 2.5rem 5rem;
	}

	tckt-movie-info::part(root-container),
	tckt-movie-photos::part(root-container),
	tckt-movie-videos::part(root-container) {
		background-color: #171c20;
	}
}

/* Global Typography */
body,
button,
input,
textarea,
a,
div {
	font-family: "Montserrat", sans-serif;
}

/* --------------------------------------------------------------
# Utilities
-------------------------------------------------------------- */

/* Accessibility
--------------------------------------------- */
/* stylelint-disable declaration-no-important */

/* Text meant only for screen readers. */
.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	word-wrap: normal !important;
	border: 0;
}

.screen-reader-text:focus {
	top: 5px;
	left: 5px;
	z-index: 100000;
	display: block;
	width: auto;
	height: auto;
	padding: 15px 23px 14px;
	clip: auto !important;
	clip-path: none;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: normal;
	color: var(--color-accessibility);
	text-decoration: none;
	background-color: var(--color-gray-50);
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* stylelint-enable declaration-no-important */

/* Alignments
--------------------------------------------- */
.alignleft {

	/* rtl:ignore */
	float: left;

	/* rtl:ignore */
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/* rtl:ignore */
	float: right;
	margin-bottom: 1.5em;

	/* rtl:ignore */
	margin-left: 1.5em;
}

.aligncenter {
	margin-bottom: 1.5em;
	clear: both;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
