/*!
Theme Name: RHD State Theatre
Author: Roundhouse Designs
Author URI: https://roundhouse-designs.com/
Description: A custom theme for the State Theatre of Modesto.
Version: 1.0.2
Tested up to: 5.4
Requires PHP: 7.3
Text Domain: rhd

_s is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# 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

--------------------------------------------------------------*/
@font-face {
	font-family: "Anna ITC";
	src: url("assets/fonts/AnnaITCTT.woff2") format("woff2"), url("assets/fonts/AnnaITCTT.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/*--------------------------------------------------------------
# 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;
	-webkit-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 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* 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] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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 {
	font-size: 75%;
	line-height: 0;
	position: relative;
	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 {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * 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"] {
	-webkit-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 {
	border-style: none;
	padding: 0;
}

/**
 * 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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	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"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-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 {
	-webkit-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 {
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2;
}

.site-title {
	margin: 0;
}

.site-title,
.entry-title,
.page-title {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
}

.page-header,
.entry-header {
	text-align: center;
	margin: 1em 0 2em;
}

.page-header .page-title,
.page-header .entry-title,
.entry-header .page-title,
.entry-header .entry-title {
	font-family: "Anna ITC", sans-serif;
	font-weight: normal;
	text-align: center;
	font-size: 4em;
	margin: 0.5rem 0;
}

.page-header p,
.entry-header p {
	margin: 0;
}

.page-header p sub,
.entry-header p sub {
	font-size: 1rem;
}

.marquee-heading {
	display: block;
	height: 28px;
	width: 100%;
	text-align: center;
	margin: 0 auto 1.75em auto;
	background-image: url(assets/svg/neon-lines-100x14.svg);
	background-repeat: repeat-x;
	background-position: center;
	background-size: contain;
	z-index: 20;
	position: relative;
}

.marquee-heading__text {
	padding: 0.3em 0.3em 0.2em 0.3em;
	margin: 0 0.25em;
	border: 3px solid #fdc252;
	border-radius: 9px;
	background: #000;
	position: relative;
	bottom: 40%;
	font-family: "Anna ITC", sans-serif;
	font-weight: normal;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	color: #1b1c1d;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

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

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #000;
	min-height: 100vh;
}

.site-header {
	width: 100%;
}

.site-branding {
	position: relative;
	background: url(assets/svg/header.svg) center bottom no-repeat;
	background-size: cover;
	width: 100%;
	height: 120px;
}

@media screen and (min-width: 34em) {
	.home .site-branding {
		height: auto;
		padding-bottom: 15%;
	}
}

.site-branding .custom-logo-link {
	position: absolute;
	left: 50%;
	transform: translateX(calc(-50% + 0%));
	top: 1vh;
	height: 140%;
	overflow: hidden;
	z-index: 100;
}

.site-branding .custom-logo-link img {
	height: 100%;
	width: 100%;
}

.site-main {
	margin-top: 6vh;
}

.site-main.no-top-margin {
	margin-top: 0;
}

.site-main.no-top-margin .entry-header,
.site-main.no-top-margin .page-header {
	margin: 0;
}

.widget-area__footer {
	position: relative;
	display: flex;
	width: 100%;
}

@media screen and (max-width: 48em) {
	.widget-area__footer {
		flex-direction: column;
	}
}

@media screen and (min-width: 48em) {
	.widget-area__footer {
		flex-direction: row-reverse;
	}
}

@media screen and (max-width: 48em) {
	.widget-area__footer-right, .widget-area__footer-left {
		flex: 0 0 100%;
	}
}

@media screen and (min-width: 48em) {
	.widget-area__footer-right, .widget-area__footer-left {
		flex: 0 0 50%;
	}
}

.widget-area__footer-right {
	background: #666;
	color: #fff;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 48em) {
	.widget-area__footer-right {
		padding: 1em;
	}
}

@media screen and (min-width: 48em) {
	.widget-area__footer-right {
		padding-top: 1.25em;
	}
	.widget-area__footer-right .wp-block-columns {
		justify-content: flex-end;
		padding-right: 2em;
		padding-left: 2em;
	}
}

.widget-area__footer-right a:link, .widget-area__footer-right a:visited {
	color: #fff;
}

.widget-area__footer-left {
	background: #fdc252;
}

@media screen and (max-width: 48em) {
	.widget-area__footer-left {
		padding: 2em;
	}
}

@media screen and (min-width: 48em) {
	.widget-area__footer-left {
		padding: 2em;
	}
}

.widget-area__footer-left .wp-block-columns {
	margin-bottom: 0;
}

.widget-area__footer ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.widget-area__footer .menu > .menu-item {
	margin-bottom: 1em;
}

.widget-area__footer .menu > .menu-item > a {
	font-weight: 900;
}

.widget-area__footer .menu .menu-item {
	text-transform: uppercase;
	text-align: left;
}

.widget-area__footer .menu .menu-item a {
	color: #134269;
}

.widget-area__footer .menu .menu-item a:link, .widget-area__footer .menu .menu-item a:visited {
	text-decoration: none;
}

.widget-area__footer .menu .menu-item .sub-menu {
	margin-bottom: 1em;
}

.site-info {
	background: #2f2c27;
	color: #fff;
	text-align: center;
	padding: 2em 0;
	font-weight: 400;
}

.site-info p {
	margin: 1em 0;
}

.site-info p:nth-of-type(2) {
	font-style: italic;
}

@media screen and (max-width: 48em) {
	.site-info .item {
		display: block;
	}
}

.site-info .item a:link, .site-info .item a:visited {
	color: #fff;
}

@media screen and (max-width: 48em) {
	.site-info .sep {
		display: none;
	}
}

@media screen and (max-width: 48em) {
	.large-screen {
		display: none;
	}
}

@media screen and (min-width: 48em) {
	.small-screen {
		display: none;
	}
}

.alignwide {
	width: 1000px;
}

.alignfull {
	width: 100%;
}

hr,
.wp-block-separator {
	opacity: 1;
}

.widget hr.has-background, .widget
.wp-block-separator.has-background {
	background-color: #666;
	border: 0;
	height: 3px;
	width: 66.6667%;
	margin: 0.5em auto 2em auto;
}

.entry-content hr, .entry-content
.wp-block-separator {
	background: url(assets/svg/neon-lines-100x14.svg) transparent;
	background-repeat: repeat-x;
	background-size: contain;
	max-width: 1200px;
	height: 20px;
	margin: 2em auto;
	border: none;
	border-bottom-width: 0;
	display: block;
}

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: 600;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

.doclist {
	line-height: 1.5;
}

.doclist thead tr th {
	text-align: left;
}

.doclist thead tr th:first-of-type {
	width: 66.6667%;
}

.doclist td {
	padding: 4px 0;
}

/* Links
--------------------------------------------- */
a {
	color: #ce5353;
}

a:link, a:visited {
	text-decoration: none;
}

a:visited {
	color: #c83f3f;
}

a:hover, a:active {
	color: #d46767;
	outline: 0;
}

a:focus {
	outline: thin dotted;
}

a.button {
	border: 3px solid #ce5353;
	border-radius: 9px;
	background-color: transparent;
	color: #fff;
	cursor: pointer;
	line-height: 1;
	padding: 0.8em 1.25em;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	transition: all 100ms ease-out;
	display: inline-block;
}

a.button:hover, a.button:active {
	background-color: #ce5353;
	border-color: #ce5353;
	color: #fff;
}

a.button:visited {
	color: #fff;
}

/* Forms
--------------------------------------------- */
button,
input[type='button'],
input[type='reset'],
input[type='submit'],
.wp-block-button__link {
	border: 3px solid #ce5353;
	border-radius: 9px;
	background-color: transparent;
	color: #fff;
	cursor: pointer;
	line-height: 1;
	padding: 0.8em 1.25em;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	transition: all 100ms ease-out;
}

button:hover, button:active,
input[type='button']:hover,
input[type='button']:active,
input[type='reset']:hover,
input[type='reset']:active,
input[type='submit']:hover,
input[type='submit']:active,
.wp-block-button__link:hover,
.wp-block-button__link:active {
	background-color: #ce5353;
	border-color: #ce5353;
	color: #fff;
}

button:visited,
input[type='button']:visited,
input[type='reset']:visited,
input[type='submit']:visited,
.wp-block-button__link:visited {
	color: #fff;
}

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 {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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: #1b1c1d;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/* Templates
--------------------------------------------- */
.page-template-template-no-title-php .entry-content {
	margin-top: 0;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site {
	display: grid;
	grid-template-columns: auto;
	grid-template-areas: 'header' 'main' 'footer';
}

.page .site,
.single-post .site,
.search .site {
	grid-template-columns: 100%;
	grid-template-areas: 'header' 'sidebar' 'poster' 'main' 'footer';
}

@media screen and (max-width: 48em) {
	.single-film .site,
	.single-live_event .site {
		grid-template-columns: 100%;
		grid-template-areas: 'header' 'sidebar' 'poster' 'main' 'related' 'footer';
	}
}

@media screen and (min-width: 48em) {
	.single-film .site,
	.single-live_event .site {
		grid-template-columns: auto minmax(380px, 820px) 380px auto;
		grid-template-areas: 'header header header header' 'poster poster poster poster' '. main sidebar .' 'related related related related' 'footer footer footer footer';
	}
}

@media screen and (min-width: 48em) and (min-width: 48em) {
	.single-film .site .site-main,
	.single-film .site .widget-area__sidebar,
	.single-live_event .site .site-main,
	.single-live_event .site .widget-area__sidebar {
		margin-right: 1rem;
		margin-left: 1rem;
	}
}

.single-film .site .banner-image,
.single-live_event .site .banner-image {
	grid-area: poster;
}

.single-film .site .related,
.single-live_event .site .related {
	grid-area: related;
}

.site-header {
	grid-area: header;
}

.single-film .site-main,
.single-live_event .site-main,
.page .site-main, .single-film
.widget-area__sidebar,
.single-live_event
.widget-area__sidebar,
.page
.widget-area__sidebar {
	margin-bottom: 2em;
}

.site-main {
	grid-area: main;
	overflow: hidden;
	/* Resolves issue with <pre> elements forcing full width. */
}

.widget-area__sidebar {
	grid-area: sidebar;
}

.site-footer {
	grid-area: footer;
}

@media screen and (min-width: 48em) {
	.no-sidebar {
		display: flex;
		flex-wrap: wrap;
	}
	.no-sidebar .site {
		flex: 1;
		display: grid;
		grid-template-columns: auto;
		grid-template-areas: "header" "main" "footer";
		min-height: 100vh;
		z-index: 1;
		position: relative;
	}
}

@media screen and (min-width: 48em) and (max-width: 48em) {
	.no-sidebar .site {
		padding: 1em 0 0;
	}
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
}

.main-navigation a:link, .main-navigation a:visited {
	text-decoration: none;
}

.main-navigation a:hover, .main-navigation a:active {
	text-decoration: underline;
	text-decoration-style: dotted;
}

.main-navigation .off-canvas {
	display: flex;
	flex-direction: column;
	height: 100vh;
	width: 450px;
	max-width: 90vw;
	position: fixed;
	top: 0;
	right: 0;
	transform: translateX(200vw);
	background: #00244e;
	padding: 0.5em 1em;
	z-index: 100;
	transition: transform 250ms ease-out;
	overflow-y: auto;
	overflow-x: hidden;
}

@media screen and (max-width: 48em) {
	.main-navigation .off-canvas {
		width: 100vw;
		max-width: none;
	}
}

.admin-bar .main-navigation .off-canvas {
	padding-top: calc(0.25em + 32px);
}

.toggled .main-navigation .off-canvas {
	transform: translateX(0);
}

.main-navigation .off-canvas .widget-area__nav {
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media screen and (max-width: 48em) {
	.main-navigation .off-canvas .widget-area__nav {
		margin-bottom: 8em;
	}
}

.main-navigation .menu-main-menu-container {
	height: 100%;
	width: 100%;
}

.main-navigation .menu-main-menu-container > ul {
	margin: 0;
}

.main-navigation .menu-main-menu-container > ul > li > a::before {
	margin-right: 1rem;
	color: #fdc252;
	display: inline-block;
	width: 1rem;
}

.main-navigation .menu-main-menu-container > ul > li:not(.menu-item-has-children) > a::before {
	content: '\00a0';
}

.main-navigation .menu-main-menu-container ul {
	list-style: none;
	padding: 0 0.5em;
	line-height: 1.4;
	height: 100%;
	text-align: left;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.4em;
	width: 100%;
}

@media screen and (max-width: 48em) {
	.main-navigation .menu-main-menu-container ul {
		padding-left: 0;
	}
}

.main-navigation .menu-main-menu-container ul li {
	padding: 0.3em 1em 0.3em 0;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.4rem;
}

.main-navigation .menu-main-menu-container ul li.menu-item-has-children > a::before {
	content: '\002B';
}

.main-navigation .menu-main-menu-container ul li.menu-item-has-children > .sub-menu {
	visibility: hidden;
	position: absolute;
	margin-top: 0.2em;
	padding-left: 0.6em;
	margin-left: 1.1em;
	border-left: 6px solid #578cb3;
}

.main-navigation .menu-main-menu-container ul li.menu-item-has-children.menu-active > a::before {
	content: '\2212';
}

.main-navigation .menu-main-menu-container ul li.menu-item-has-children.menu-active > ul {
	position: initial;
	visibility: visible;
}

.main-navigation .menu-main-menu-container ul li.menu-item-has-children.menu-active ul {
	display: block;
}

.main-navigation .menu-main-menu-container ul li a {
	color: #fdc252;
	width: 100%;
	display: inline;
}

.main-navigation .menu-main-menu-container ul li a:hover, .main-navigation .menu-main-menu-container ul li a:active {
	text-decoration: none;
}

.menu-toggle {
	position: absolute;
	top: 0.35rem;
	right: 1rem;
	z-index: 100;
	display: block;
	height: auto;
	width: auto;
}

.menu-toggle img {
	height: auto;
	width: auto;
	display: block;
}

.admin-bar .menu-toggle {
	top: calc(1em + 32px);
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 2% 1.5em;
}

.comment-navigation.custom .nav-links,
.posts-navigation.custom .nav-links,
.post-navigation.custom .nav-links {
	flex-direction: row;
}

.comment-navigation.custom .page-numbers:not(.next):not(.prev),
.posts-navigation.custom .page-numbers:not(.next):not(.prev),
.post-navigation.custom .page-numbers:not(.next):not(.prev) {
	display: none;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
}

.comment-navigation .nav-previous,
.comment-navigation .nav-next,
.comment-navigation .next,
.comment-navigation .prev,
.posts-navigation .nav-previous,
.posts-navigation .nav-next,
.posts-navigation .next,
.posts-navigation .prev,
.post-navigation .nav-previous,
.post-navigation .nav-next,
.post-navigation .next,
.post-navigation .prev {
	flex: 0 0 auto;
	display: block;
	width: auto;
	margin: 2em 1em;
}

.comment-navigation a,
.posts-navigation a,
.post-navigation a {
	border: 3px solid #ce5353;
	border-radius: 9px;
	background-color: transparent;
	color: #fff;
	cursor: pointer;
	line-height: 1;
	padding: 0.8em 1.25em;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	transition: all 100ms ease-out;
	color: #ce5353;
}

.comment-navigation a:hover, .comment-navigation a:active,
.posts-navigation a:hover,
.posts-navigation a:active,
.post-navigation a:hover,
.post-navigation a:active {
	background-color: #ce5353;
	border-color: #ce5353;
	color: #fff;
}

.comment-navigation a:visited,
.posts-navigation a:visited,
.post-navigation a:visited {
	color: #fff;
}

.icon-link {
	height: 1.5rem;
	font-size: 110%;
}

.icon-link a {
	display: block;
	height: 100%;
	font-weight: 600;
}

.icon-link a::before {
	width: 2rem;
	height: 100%;
	display: block;
	content: '';
	margin-right: 0.5em;
	float: left;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.icon-link.projector a::before {
	background-image: url("assets/svg/projector-icon.svg");
}

.icon-link.ticket a::before {
	background-image: url("assets/svg/ticket-icon.svg");
}

.icon-link.popcorn a::before {
	background-image: url("assets/svg/popcorn-icon.svg");
}

.icon-link.ada a::before {
	background-image: url("assets/svg/ada-icon.svg");
}

.icon-link.shield a::before {
	background-image: url("assets/svg/shield-icon.svg");
}

.icon-link.car a::before {
	background-image: url("assets/svg/car-icon.svg");
}

.icon-link.utensils a::before {
	background-image: url("assets/svg/utensils-icon.svg");
}

.icon-link.calendar a::before {
	background-image: url("assets/svg/calendar-icon.svg");
}

.icon-link.news a::before {
	background-image: url("assets/svg/news-icon.svg");
}

.entry-content .icon-link {
	margin: 1em auto 2em;
	display: block;
}

@media screen and (max-width: 48em) {
	.entry-content .icon-link {
		width: auto;
		text-align: center;
	}
}

@media screen and (min-width: 48em) {
	.entry-content .icon-link {
		width: 90%;
	}
}

.icon-link a {
	text-transform: uppercase;
	font-style: normal;
	display: inline-block;
}

/* Variables
--------------------------------------------- */
/* Base styles
--------------------------------------------- */
.c-hamburger {
	background-color: transparent;
	z-index: 100;
	overflow: hidden;
	padding: 0;
	width: 57.6px;
	height: 57.6px;
	border-left: 1px solid;
	border: none;
	border-top-right-radius: 0;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	box-shadow: none;
	overflow: visible;
	text-indent: -9999px;
	font-size: 0;
	cursor: pointer;
	transition: all 0.15s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.c-hamburger:hover {
	background-color: transparent;
}

.c-hamburger:focus {
	outline: none;
}

.c-hamburger.toggled {
	background-color: transparent;
}

.c-hamburger.toggled .menu {
	background-color: #fdc252;
}

.c-hamburger.toggled .menu::before, .c-hamburger.toggled .menu::after {
	background-color: #fdc252;
}

.c-hamburger.toggled .label {
	opacity: 0;
}

.c-hamburger .menu {
	border-radius: 9px;
	background-color: #fdc252;
	position: absolute;
	top: 26.8px;
	right: 11.2px;
	left: 11.2px;
	display: block;
	height: 4px;
}

.c-hamburger .menu::before, .c-hamburger .menu::after {
	border-radius: 9px;
	background-color: #fdc252;
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 4px;
	content: '';
}

.c-hamburger .menu::before {
	top: -11.2px;
}

.c-hamburger .menu::after {
	bottom: -11.2px;
}

.c-hamburger .label {
	font-family: "Anna ITC", sans-serif;
	font-weight: normal;
	position: absolute;
	left: 50%;
	transform: translateX(calc(-50% + 0%));
	bottom: -16px;
	color: #fdc252;
	display: block;
	font-size: 1.5rem;
	margin: 0;
	overflow: visible;
	opacity: 1;
	text-indent: 0;
	transition: opacity 150ms ease-out;
	width: 100%;
}

/* Toggle styles
--------------------------------------------- */
/**
 * Style 1
 *
 * Rotating hamburger icon (rot), that simply rotates 90 degrees when activated.
 * Nothing too fancy, simple transition.
 */
.c-hamburger--rot .menu {
	transition: transform 0.15s;
}

.c-hamburger--rot.toggled .menu {
	transform: rotate(90deg);
}

/**
 * Style 2
 *
 * Hamburger to "x" (htx). Takes on a hamburger shape, bars slide
 * down to center and transform into an "x".
 */
.c-hamburger--htx .menu {
	transition: background 0s 0.15s;
}

.c-hamburger--htx .menu::before, .c-hamburger--htx .menu::after {
	transition-delay: 0.15s, 0s;
	transition-duration: 0.15s, 0.15s;
}

.c-hamburger--htx .menu::before {
	transition-property: top, transform;
}

.c-hamburger--htx .menu::after {
	transition-property: bottom, transform;
}

.c-hamburger--htx.toggled .menu {
	background: none !important;
}

.c-hamburger--htx.toggled .menu::before {
	top: 0;
	transform: rotate(45deg);
}

.c-hamburger--htx.toggled .menu::after {
	bottom: 0;
	transform: rotate(-45deg);
}

.c-hamburger--htx.toggled .menu::before, .c-hamburger--htx.toggled .menu::after {
	transition-delay: 0s, 0.15s;
}

/**
 * Style 3
 *
 * Hamburger to left-arrow (htla). Hamburger menu transforms to a left-pointing
 * arrow. Usually indicates an off canvas menu sliding in from left that
 * will be close on re-click of the icon.
 */
.c-hamburger--htla .menu {
	transition: transform 0.15s;
}

.c-hamburger--htla .menu::before {
	transition: transform 0.15s, width 0.15s, top 0.15s;
	transform-origin: top right;
}

.c-hamburger--htla .menu::after {
	transition: transform 0.15s, width 0.15s, bottom 0.15s;
	transform-origin: bottom right;
}

.c-hamburger--htla.toggled .menu {
	transform: rotate(180deg);
}

.c-hamburger--htla.toggled .menu::before, .c-hamburger--htla.toggled .menu::after {
	width: 50%;
}

.c-hamburger--htla.toggled .menu::before {
	top: 0;
	transform: translateX(21.6px) translateY(2px) rotate(45deg);
}

.c-hamburger--htla.toggled .menu::after {
	bottom: 0;
	transform: translateX(21.6px) translateY(-2px) rotate(-45deg);
}

/**
 * Style 4
 *
 * Hamburger to right-arrow (htra). Hamburger menu transforms to a
 * right-pointing arrow. Usually indicates an off canvas menu sliding in from
 * right that will be close on re-click of the icon.
 */
.c-hamburger--htra .menu {
	transition: transform 0.15s;
}

.c-hamburger--htra .menu::before {
	transition: transform 0.15s, width 0.15s, top 0.15s;
	transform-origin: top left;
}

.c-hamburger--htra .menu::after {
	transition: transform 0.15s, width 0.15s, bottom 0.15s;
	transform-origin: bottom left;
}

.c-hamburger--htra.toggled .menu {
	transform: rotate(180deg);
}

.c-hamburger--htra.toggled .menu::before, .c-hamburger--htra.toggled .menu::after {
	width: 50%;
}

.c-hamburger--htra.toggled .menu::before {
	top: 0;
	transform: translateX(-4px) translateY(2px) rotate(-45deg);
}

.c-hamburger--htra.toggled .menu::after {
	bottom: 0;
	transform: translateX(-4px) translateY(-2px) rotate(45deg);
}

.main-navigation .header-cart {
	width: 4em;
	position: absolute;
	top: 0.2em;
	left: 1rem;
	height: auto;
	padding: 1em;
}

.main-navigation .header-cart:hover, .main-navigation .header-cart:active {
	text-decoration: none;
}

.main-navigation .header-cart figure {
	margin: 0;
}

.main-navigation .header-cart figure figcaption {
	color: #fdc252;
	font-size: 1.5rem;
	line-height: 1;
	position: relative;
	bottom: 3px;
	text-align: center;
	font-family: "Anna ITC", sans-serif;
	font-weight: normal;
}

.admin-bar .main-navigation .header-cart {
	top: 30px;
}

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

.post,
.page {
	margin: 0;
}

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

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

.home .entry-content {
	margin-top: 0;
}

.single-post .entry-content {
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
}

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

.post-thumbnail,
.entry-content .wp-audio-shortcode,
.widget-area__sidebar .widget,
.entry-content
> *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.featured-slider-container):not(.woocommerce):not(.wp-block-soliloquy-soliloquywp):not(.marquee-heading),
*[class*='inner-container']
> *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),
.entry-header > *,
.default-max-width {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 3%;
	padding-left: 3%;
}

.banner-image {
	margin: 0 auto 1em;
	display: block;
	width: 100%;
	padding-bottom: 40%;
	height: 0;
	position: relative;
	overflow: hidden;
}

@media screen and (max-width: 48em) {
	.banner-image {
		display: none;
	}
}

@media screen and (min-width: 48em) {
	.banner-image + .site-main .entry-header .entry-title,
	.banner-image + .site-main .entry-header .page-title,
	.banner-image + .site-main .page-header .entry-title,
	.banner-image + .site-main .page-header .page-title {
		border: 0;
		clip: rect(1px, 1px, 1px, 1px);
		clip-path: inset(50%);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute !important;
		width: 1px;
		word-wrap: normal !important;
	}
	.banner-image + .site-main .entry-header .entry-title:focus,
	.banner-image + .site-main .entry-header .page-title:focus,
	.banner-image + .site-main .page-header .entry-title:focus,
	.banner-image + .site-main .page-header .page-title:focus {
		background-color: #f1f1f1;
		border-radius: 3px;
		box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
		clip: auto !important;
		clip-path: none;
		display: block;
		font-size: 0.875rem;
		font-weight: 700;
		height: auto;
		left: 5px;
		line-height: normal;
		padding: 15px 23px 14px;
		text-decoration: none;
		top: 5px;
		width: auto;
		z-index: 100000;
	}
}

.banner-image img {
	width: 100%;
	height: auto;
	display: block;
}

.banner-image figcaption {
	border-radius: 9px;
	padding: 1em;
	position: absolute;
	bottom: 2em;
	left: 5vw;
	background-color: rgba(27, 28, 29, 0.85);
	max-width: 75%;
}

.banner-image figcaption .title {
	border: 3px solid #578cb3;
	border-radius: 9px;
	padding: 1.5rem 2rem;
	font-size: 300%;
	font-weight: 700;
	color: #fff;
	display: block;
	line-height: 1.2;
}

.banner-image figcaption .sub {
	display: block;
	text-align: left;
	font-size: 1rem;
	padding-left: 3px;
	padding-top: 5px;
}

.entry-taxonomies {
	list-style: none;
	padding-left: 0;
	margin: 1em 0;
	display: flex;
	justify-content: flex-start;
}

.entry-taxonomies .taxonomy-badge {
	flex: 0 0 auto;
	margin-right: 1em;
}

.post-item-taxonomy-link {
	border: 3px solid #ce5353;
	border-radius: 9px;
	background-color: transparent;
	color: #fff;
	cursor: pointer;
	line-height: 1;
	padding: 0.8em 1.25em;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	transition: all 100ms ease-out;
	display: inline-block;
	text-transform: uppercase;
	padding: 0.8em 1.2em 0.7em;
	line-height: 1;
	border: none;
	transition: all 100ms ease-out;
	text-decoration: none;
	font-weight: 600;
	font-size: 0.9em;
}

.post-item-taxonomy-link:hover, .post-item-taxonomy-link:active {
	background-color: #ce5353;
	border-color: #ce5353;
	color: #fff;
}

.post-item-taxonomy-link:visited {
	color: #fff;
}

.post-item-taxonomy-link:link, .post-item-taxonomy-link:visited {
	color: #fff;
}

.post-item-taxonomy-link:hover {
	text-decoration: none;
	filter: brightness(120%);
	color: inherit;
}

.post-item-taxonomy-link.film_genre {
	background-color: #578cb3;
}

.post-item-taxonomy-link.film_event_category.type-film {
	background-color: #ce5353;
}

.post-item-taxonomy-link.film_event_category.type-live_event {
	background-color: #fdc252;
}

.post-item-taxonomy-link.category {
	background-color: #134269;
}

.rhd-post-items-container {
	margin-top: 2em;
	margin-bottom: 2em;
}

@media screen and (max-width: 48em) {
	.rhd-post-items-container {
		max-width: 85%;
		margin-right: auto;
		margin-left: auto;
	}
}

.rhd-post-items-container.grid .rhd-post-items {
	display: flex;
	max-width: 94%;
	margin: 0 auto;
	flex-wrap: wrap;
}

@media screen and (max-width: 48em) {
	.rhd-post-items-container.grid .rhd-post-items {
		justify-content: center;
	}
}

@media screen and (min-width: 48em) {
	.rhd-post-items-container.grid .rhd-post-items {
		justify-content: flex-start;
	}
}

.rhd-post-items-container.grid .rhd-post-items .post-item {
	flex-shrink: 0;
	flex-grow: 0;
	margin-bottom: 2em;
}

@media screen and (max-width: 48em) {
	.rhd-post-items-container.grid .rhd-post-items .post-item {
		flex-basis: 100%;
	}
}

@media screen and (min-width: 48em) {
	.rhd-post-items-container.grid .rhd-post-items .post-item {
		flex-basis: 25%;
	}
}

.rhd-post-items-container:not(.siema):not(.grid) .rhd-post-items {
	width: auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-evenly;
}

@media screen and (max-width: 48em) {
	.rhd-post-items-container:not(.siema):not(.grid) .rhd-post-items {
		flex-wrap: wrap;
		justify-content: center;
	}
}

@media screen and (max-width: 48em) {
	.rhd-post-items-container:not(.siema):not(.grid) .rhd-post-items .post-item {
		margin-bottom: 2em;
	}
}

@media screen and (min-width: 64em) {
	.rhd-post-items-container:not(.siema):not(.grid) .rhd-post-items.post-items_1 .post-item {
		flex-basis: 100%;
	}
}

@media screen and (min-width: 38em) and (max-width: 64em) {
	.rhd-post-items-container:not(.siema):not(.grid) .rhd-post-items.post-items_1 .post-item {
		flex-basis: 200%;
	}
}

@media screen and (min-width: 64em) {
	.rhd-post-items-container:not(.siema):not(.grid) .rhd-post-items.post-items_2 .post-item {
		flex-basis: 50%;
	}
}

@media screen and (min-width: 38em) and (max-width: 64em) {
	.rhd-post-items-container:not(.siema):not(.grid) .rhd-post-items.post-items_2 .post-item {
		flex-basis: 100%;
	}
}

@media screen and (min-width: 64em) {
	.rhd-post-items-container:not(.siema):not(.grid) .rhd-post-items.post-items_3 .post-item {
		flex-basis: 33.33333%;
	}
}

@media screen and (min-width: 38em) and (max-width: 64em) {
	.rhd-post-items-container:not(.siema):not(.grid) .rhd-post-items.post-items_3 .post-item {
		flex-basis: 66.66667%;
	}
}

@media screen and (min-width: 64em) {
	.rhd-post-items-container:not(.siema):not(.grid) .rhd-post-items.post-items_4 .post-item {
		flex-basis: 25%;
	}
}

@media screen and (min-width: 38em) and (max-width: 64em) {
	.rhd-post-items-container:not(.siema):not(.grid) .rhd-post-items.post-items_4 .post-item {
		flex-basis: 50%;
	}
}

@media screen and (min-width: 64em) {
	.rhd-post-items-container:not(.siema):not(.grid) .rhd-post-items.post-items_5 .post-item {
		flex-basis: 20%;
	}
}

@media screen and (min-width: 38em) and (max-width: 64em) {
	.rhd-post-items-container:not(.siema):not(.grid) .rhd-post-items.post-items_5 .post-item {
		flex-basis: 40%;
	}
}

@media screen and (min-width: 64em) {
	.rhd-post-items-container:not(.siema):not(.grid) .rhd-post-items.post-items_6 .post-item {
		flex-basis: 16.66667%;
	}
}

@media screen and (min-width: 38em) and (max-width: 64em) {
	.rhd-post-items-container:not(.siema):not(.grid) .rhd-post-items.post-items_6 .post-item {
		flex-basis: 33.33333%;
	}
}

@media screen and (min-width: 64em) {
	.rhd-post-items-container:not(.siema):not(.grid) .rhd-post-items.post-items_7 .post-item {
		flex-basis: 14.28571%;
	}
}

@media screen and (min-width: 38em) and (max-width: 64em) {
	.rhd-post-items-container:not(.siema):not(.grid) .rhd-post-items.post-items_7 .post-item {
		flex-basis: 28.57143%;
	}
}

@media screen and (min-width: 64em) {
	.rhd-post-items-container:not(.siema):not(.grid) .rhd-post-items.post-items_8 .post-item {
		flex-basis: 12.5%;
	}
}

@media screen and (min-width: 38em) and (max-width: 64em) {
	.rhd-post-items-container:not(.siema):not(.grid) .rhd-post-items.post-items_8 .post-item {
		flex-basis: 25%;
	}
}

@media screen and (min-width: 64em) {
	.rhd-post-items-container:not(.siema):not(.grid) .rhd-post-items.post-items_9 .post-item {
		flex-basis: 11.11111%;
	}
}

@media screen and (min-width: 38em) and (max-width: 64em) {
	.rhd-post-items-container:not(.siema):not(.grid) .rhd-post-items.post-items_9 .post-item {
		flex-basis: 22.22222%;
	}
}

@media screen and (min-width: 64em) {
	.rhd-post-items-container:not(.siema):not(.grid) .rhd-post-items.post-items_10 .post-item {
		flex-basis: 10%;
	}
}

@media screen and (min-width: 38em) and (max-width: 64em) {
	.rhd-post-items-container:not(.siema):not(.grid) .rhd-post-items.post-items_10 .post-item {
		flex-basis: 20%;
	}
}

.rhd-post-items {
	margin-right: auto;
	margin-left: auto;
}

@media screen and (min-width: 48em) {
	.rhd-post-items {
		margin-top: 2em;
		margin-bottom: 2em;
	}
}

.post-item {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 100%;
	padding: 0 1em;
	max-width: 400px;
}

.post-item__header a {
	color: inherit;
	text-decoration: none;
}

.post-item__header .post-item-image-link {
	overflow: hidden;
	display: block;
	margin-bottom: 0.5em;
	height: 0;
	padding-bottom: 150%;
}

.post-item__header .post-item-image-link img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 200ms ease-out;
}

.post-item__header .post-item-image-link:hover img, .post-item__header .post-item-image-link:active img {
	transform: scale(105%);
}

.post-item__header .post-item-title {
	margin: 0;
	font-size: 1.4em;
	text-transform: uppercase;
	text-align: left;
}

.post-item__header .post-item-taxonomy-link {
	position: relative;
	top: -1.8em;
	left: 1em;
}

.post-item__content .post-item-date {
	font-weight: 500;
}

.single-film .entry-header .entry-title,
.single-live_event .entry-header .entry-title {
	font-family: "Anna ITC", sans-serif;
	font-weight: normal;
	font-size: 5em;
	text-decoration: underline;
}

.single-film .single-item-heading,
.single-live_event .single-item-heading {
	text-transform: uppercase;
	border-bottom: 3px solid #fdc252;
	font-size: 1.4em;
	max-width: 1200px;
	margin-bottom: 0;
}

.single-film .trailer iframe,
.single-live_event .trailer iframe {
	margin-top: 1em;
}

.single-film .film-live_event-meta,
.single-live_event .film-live_event-meta {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.single-film .film-live_event-meta dt,
.single-film .film-live_event-meta dd,
.single-live_event .film-live_event-meta dt,
.single-live_event .film-live_event-meta dd {
	display: inline;
	flex: 0 0 50%;
	margin: 0 0 0.5em;
}

.single-film .film-live_event-meta dd,
.single-live_event .film-live_event-meta dd {
	text-align: right;
}

.single-film .entry-footer,
.single-live_event .entry-footer {
	margin-top: 2em;
	padding-top: 4px;
}

.single-film .entry-footer::before,
.single-live_event .entry-footer::before {
	content: '';
	border-top: 6px double #fdc252;
	display: block;
	width: 100%;
	padding-right: 2%;
	padding-left: 2%;
}

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

.bypostauthor {
	display: block;
}

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

.widget-area__sidebar .widget > * {
	text-align: center;
}

.widget-area__sidebar .widget .widget-title {
	font-family: "Anna ITC", sans-serif;
	font-weight: normal;
	border-bottom: 7px double #fdc252;
	margin: 0.25em 0 0;
	padding: 0 0.25em;
	text-align: center;
	display: inline-block;
	line-height: 1.1;
}

.widget-area__sidebar .widget .show-poster-group > p {
	display: none;
}

@media screen and (max-width: 48em) {
	.widget-area__sidebar .widget .show-poster-group .poster-info .film-live_event-poster {
		margin-top: 0;
	}
}

@media screen and (min-width: 48em) {
	.widget-area__sidebar .widget .show-poster-group .poster-info .film-live_event-poster {
		margin-top: 1.5em;
	}
}

.widget-area__sidebar .widget .show-poster-group .poster-info .film-live_event-poster img {
	width: 100%;
	height: auto;
}

.widget-area__sidebar .widget .show-poster-group .poster-info .film-live_event-poster figcaption {
	font-family: "Anna ITC", sans-serif;
	font-weight: normal;
	font-size: 1.8em;
	display: flex;
	justify-content: center;
}

.widget-area__sidebar .widget .show-poster-group .poster-info .film-live_event-poster figcaption span:not(:last-of-type)::after {
	content: "\2022";
}

.widget-area__sidebar .widget .showtimes-group {
	border: 3px solid #578cb3;
	border-radius: 9px;
	padding: 1em 0;
}

@media screen and (max-width: 48em) {
	.widget-area__sidebar .widget .showtimes-group {
		margin-right: 1em;
		margin-left: 1em;
	}
}

.widget-area__sidebar .widget .showtimes-group .showtimes__list {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 1.1em;
}

.widget-area__sidebar .widget .showtimes-group .showtimes__list .showtime {
	text-align: center;
	font-size: 110%;
}

.widget-area__sidebar .widget .showtimes-group .showtimes__list .showtime.past {
	opacity: 0.35;
}

.widget-area__sidebar .widget .showtimes-group .showtimes__list .showtime.past .time {
	text-decoration: line-through;
}

.widget-area__sidebar .widget .showtimes-group .showtimes__list .showtime.past .time a {
	pointer-events: none;
}

.widget-area__sidebar .widget .showtimes-group .showtimes__list .showtime:not(:last-child) {
	margin-bottom: 1em;
}

.widget-area__sidebar .widget .showtimes-group .showtimes__list .showtime p {
	margin: 0;
}

.widget-area__sidebar .widget .showtimes-group .showtimes__list .showtime__date {
	font-size: 85%;
}

.widget-area__sidebar .widget .showtimes-group .showtimes__list .showtime__info {
	font-weight: 600;
}

.widget-area__sidebar .widget .showtimes-group .showtimes__list .showtime__info .time .cc {
	font-size: 80%;
}

.widget-area__sidebar .widget .showtimes-group .showtimes .purchase-link {
	margin-top: 1em;
}

.widget-area__sidebar .widget.widget_nav_menu .menu {
	margin: 2em 0.5em;
	padding-left: 0;
	list-style: none;
	text-align: left;
}

.widget-area__sidebar .widget.widget_nav_menu .menu .menu-item {
	height: 1.5rem;
	margin: 1em 0;
	height: 2em;
}

.widget-area__sidebar .widget.widget_nav_menu .menu .menu-item a {
	display: block;
	height: 100%;
	font-weight: 600;
}

.widget-area__sidebar .widget.widget_nav_menu .menu .menu-item a::before {
	width: 2rem;
	height: 100%;
	display: block;
	content: '';
	margin-right: 0.667em;
	float: left;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.widget-area__sidebar .widget.widget_nav_menu .menu .menu-item.projector a::before {
	background-image: url("assets/svg/projector-icon.svg");
}

.widget-area__sidebar .widget.widget_nav_menu .menu .menu-item.ticket a::before {
	background-image: url("assets/svg/ticket-icon.svg");
}

.widget-area__sidebar .widget.widget_nav_menu .menu .menu-item.popcorn a::before {
	background-image: url("assets/svg/popcorn-icon.svg");
}

.widget-area__sidebar .widget.widget_nav_menu .menu .menu-item.ada a::before {
	background-image: url("assets/svg/ada-icon.svg");
}

.widget-area__sidebar .widget.widget_nav_menu .menu .menu-item.shield a::before {
	background-image: url("assets/svg/shield-icon.svg");
}

.widget-area__sidebar .widget.widget_nav_menu .menu .menu-item.car a::before {
	background-image: url("assets/svg/car-icon.svg");
}

.widget-area__sidebar .widget.widget_nav_menu .menu .menu-item.utensils a::before {
	background-image: url("assets/svg/utensils-icon.svg");
}

.widget-area__sidebar .widget.widget_nav_menu .menu .menu-item.calendar a::before {
	background-image: url("assets/svg/calendar-icon.svg");
}

.widget-area__sidebar .widget.widget_nav_menu .menu .menu-item.news a::before {
	background-image: url("assets/svg/news-icon.svg");
}

.single-page .widget-area__sidebar .widget.widget_nav_menu .menu .menu-item.film-only,
.single-post .widget-area__sidebar .widget.widget_nav_menu .menu .menu-item.film-only,
.single-live_event .widget-area__sidebar .widget.widget_nav_menu .menu .menu-item.film-only {
	display: none;
}

.widget-area__sidebar .widget.widget_nav_menu .menu .menu-item a {
	color: #fff;
	font-style: italic;
	line-height: 1.6;
	font-size: 1.2em;
}

.widget-area__footer .widget {
	margin-bottom: 0;
}

.widget-area__footer .widget.widget_mc4wp_form_widget {
	text-align: right;
}

@media screen and (min-width: 48em) {
	.widget-area__footer .widget.widget_mc4wp_form_widget {
		position: absolute;
		width: 600px;
		max-width: 94%;
		right: 3%;
	}
}

.widget-area__footer .widget.widget_mc4wp_form_widget .mc4wp-alert {
	color: #fff;
}

@media screen and (min-width: 48em) {
	.widget-area__footer .widget.widget_mc4wp_form_widget .mc4wp-form-fields {
		text-align: right;
	}
}

.widget-area__footer .widget.widget_mc4wp_form_widget .mc4wp-form-fields h3 {
	font-family: "Anna ITC", sans-serif;
	font-weight: normal;
	margin-bottom: 0;
	font-size: 3em;
}

.widget-area__footer .widget.widget_mc4wp_form_widget .mc4wp-form-fields p {
	margin: 0.25em 0 0.75em;
}

.widget-area__footer .widget.widget_mc4wp_form_widget .mc4wp-form-fields .fields {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 64em) {
	.widget-area__footer .widget.widget_mc4wp_form_widget .mc4wp-form-fields .fields {
		flex-wrap: wrap;
		justify-content: flex-end;
	}
}

@media screen and (min-width: 64em) {
	.widget-area__footer .widget.widget_mc4wp_form_widget .mc4wp-form-fields .fields {
		flex-wrap: nowrap;
	}
}

@media screen and (max-width: 64em) {
	.widget-area__footer .widget.widget_mc4wp_form_widget .mc4wp-form-fields .fields input {
		flex: 0 0 100%;
		margin-bottom: 1em;
	}
}

.widget-area__footer .widget.widget_mc4wp_form_widget .mc4wp-form-fields .fields input[name="EMAIL"] {
	font-size: 1.1em;
	line-height: 2;
	background-color: #666;
	border-radius: 9px;
	border: 3px solid #fff;
	padding: 0.25em 1em;
	flex: 1 1 300px;
	max-width: none;
}

.widget-area__footer .widget.widget_mc4wp_form_widget .mc4wp-form-fields .fields input[name="EMAIL"]::placeholder {
	color: #fff;
	opacity: 0.75;
	font-style: italic;
}

.widget-area__footer .widget.widget_mc4wp_form_widget .mc4wp-form-fields .fields input[name="EMAIL"]:focus {
	color: inherit;
}

@media screen and (min-width: 64em) {
	.widget-area__footer .widget.widget_mc4wp_form_widget .mc4wp-form-fields .fields input[name="EMAIL"] {
		margin-right: 1em;
	}
}

.widget-area__footer .widget.widget_mc4wp_form_widget .mc4wp-form-fields .fields input[type="submit"] {
	flex: 0;
}

@media screen and (max-width: 48em) {
	.widget-area__footer .widget .footer-widget-columns {
		flex-wrap: wrap;
	}
}

@media screen and (min-width: 48em) {
	.widget-area__footer .widget .footer-widget-columns {
		flex-wrap: nowrap;
	}
}

@media screen and (max-width: 48em) {
	.widget-area__footer .widget .footer-widget-columns .wp-block-column {
		flex-basis: 100%;
	}
}

.widget-area__footer .widget .footer-widget-columns .contact {
	margin-right: 0.65em;
	flex: 100%;
}

.widget-area__footer .widget .footer-widget-columns .contact a:not(.wp-block-social-link-anchor):hover, .widget-area__footer .widget .footer-widget-columns .contact a:not(.wp-block-social-link-anchor):active {
	color: #fdc252;
}

@media screen and (min-width: 48em) {
	.widget-area__footer .widget .footer-widget-columns .logo {
		margin-left: 0;
		flex: 0 0 150px;
	}
}

@media screen and (max-width: 48em) {
	.widget-area__footer .widget .footer-widget-columns .logo .wp-block-image figure {
		margin: 2em 0 0 0;
	}
}

@media screen and (min-width: 48em) {
	.widget-area__footer .widget .footer-widget-columns .logo .wp-block-image figure {
		margin: 5px 0 0 0;
	}
}

@media screen and (max-width: 48em) {
	.widget-area__footer .widget .wp-block-column p.address {
		margin-top: 0;
	}
}

@media screen and (min-width: 48em) {
	.widget-area__footer .widget .wp-block-column p.address {
		margin-top: 4px;
	}
}

.widget-area__footer .widget .wp-block-column .wp-block-social-links {
	float: none;
}

.widget-area__footer .widget .wp-block-column .wp-block-social-links li:last-of-type {
	margin-right: 0;
}

.widget-area__nav .widget {
	flex: 0;
}

.widget-area__nav .widget.widget_search .wp-block-search {
	margin: 0 auto;
}

.widget-area__nav .widget.widget_search .wp-block-search label {
	visibility: hidden;
	height: 0;
}

.widget-area__nav .widget.widget_search .wp-block-search button {
	border: 3px solid #ce5353;
	border-radius: 9px;
	background-color: transparent;
	color: #fff;
	cursor: pointer;
	line-height: 1;
	padding: 0.8em 1.25em;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	transition: all 100ms ease-out;
}

.widget-area__nav .widget.widget_search .wp-block-search button:hover, .widget-area__nav .widget.widget_search .wp-block-search button:active {
	background-color: #ce5353;
	border-color: #ce5353;
	color: #fff;
}

.widget-area__nav .widget.widget_search .wp-block-search button:visited {
	color: #fff;
}

.widget-area__nav .widget.widget_media_image {
	margin: 0;
}

.widget-area__nav .widget.widget_media_image .secondary-logo {
	width: 75%;
}

.widget-area__nav .widget.widget_media_image .secondary-logo figure {
	margin: 0;
}

.widget-area__nav .widget.widget_nav_menu {
	flex: 1;
}

.widget-area__nav .widget .nav-bottom-links .wp-block-column {
	flex-basis: 50% !important;
}

.widget-area__nav .widget .callout-link a {
	color: inherit;
}

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

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

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

.wp-block-embed__wrapper {
	padding-top: 56.25%;
	overflow: hidden;
	position: relative;
}

.wp-block-embed__wrapper iframe {
	margin: 1em auto;
	display: block;
	border: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

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

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

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

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

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

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

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

.wp-block-gallery.no-flex-grow .blocks-gallery-grid .blocks-gallery-item {
	flex-grow: 0;
}

@media screen and (max-width: 48em) {
	.wp-block-gallery.programming-series-gallery {
		padding: 0 !important;
	}
}

@media screen and (max-width: 48em) {
	.wp-block-gallery.programming-series-gallery .blocks-gallery-grid .blocks-gallery-item {
		flex: 0 0 94%;
		margin: 0.3334em auto;
	}
	.wp-block-gallery.programming-series-gallery .blocks-gallery-grid .blocks-gallery-item:last-of-type {
		margin-bottom: 0;
	}
}

.wp-block-gallery.programming-series-gallery .blocks-gallery-grid .blocks-gallery-item figure {
	position: relative;
}

.wp-block-gallery.programming-series-gallery .blocks-gallery-grid .blocks-gallery-item figure a {
	color: inherit;
}

.wp-block-gallery.programming-series-gallery .blocks-gallery-grid .blocks-gallery-item figure figcaption {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(calc(-50% + 0%), calc(-50% + 0%));
	background: transparent;
	padding: 0;
	font-weight: 800;
	font-size: 200%;
	bottom: initial;
	text-transform: uppercase;
}

/* Siema sliders
--------------------------------------------- */
.siema {
	position: relative;
}

@media screen and (max-width: 48em) {
	.siema.rhd-post-items-container {
		width: 82%;
	}
}

@media screen and (min-width: 48em) {
	.siema.rhd-post-items-container {
		width: 90%;
	}
}

.siema .slider {
	width: 100%;
	position: relative;
	z-index: 10;
}

.siema .slider.featured-slider__item {
	height: 100%;
}

.siema .slider.featured-slider .wp-block-cover::before {
	height: 100vh;
}

@media screen and (max-width: 48em) {
	.siema .slider.featured-slider .wp-block-cover__inner-container {
		padding: 2vh 0 4vh 0;
	}
}

@media screen and (max-width: 48em) {
	.siema .slider.featured-slider .wp-block-cover__image-background {
		min-height: 130%;
		top: initial;
		right: initial;
		bottom: initial;
		left: initial;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(calc(-50% + 0%), calc(-50% + 0%));
	}
}

@media screen and (min-width: 48em) {
	.siema .slider.featured-slider .wp-block-cover__image-background {
		height: auto;
		min-height: 100%;
	}
}

.siema .slider.featured-slider .wp-block-cover .wp-block-buttons .wp-block-button__link {
	color: #fff;
	border-color: #fff;
}

.siema .slider.featured-slider + .siema-nav {
	position: absolute;
	z-index: 20;
}

@media screen and (max-width: 48em) {
	.siema .slider.featured-slider + .siema-nav {
		right: 0;
		bottom: 5%;
		transform: scale(50%);
		transform-origin: right;
	}
}

@media screen and (min-width: 48em) {
	.siema .slider.featured-slider + .siema-nav {
		right: 5vw;
		bottom: 2rem;
	}
}

.siema .slider.rhd-post-items + .siema-nav {
	display: block;
	justify-content: space-between;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(calc(-50% + 0%), calc(-50% + 0%));
}

@media screen and (max-width: 48em) {
	.siema .slider.rhd-post-items + .siema-nav {
		width: 123%;
	}
}

@media screen and (min-width: 48em) {
	.siema .slider.rhd-post-items + .siema-nav {
		width: 1340px;
		max-width: 113%;
	}
}

.siema .slider.rhd-post-items + .siema-nav > button {
	visibility: hidden;
}

.siema .slider.rhd-post-items + .siema-nav > button.visible {
	visibility: visible;
}

.siema .slider.rhd-post-items + .siema-nav > button:first-of-type {
	float: left;
	clear: left;
}

.siema .slider.rhd-post-items + .siema-nav > button:last-of-type {
	float: right;
	clear: right;
}

.siema .siema-nav {
	z-index: 1;
}

.siema .siema-nav button {
	border-radius: 50%;
	border: none;
	background-color: transparent;
	cursor: pointer;
	transition: background-color 100ms ease;
	margin: 0 0.5em;
}

@media screen and (max-width: 48em) {
	.siema .siema-nav button {
		background-color: rgba(47, 44, 39, 0.5);
	}
}

.siema .siema-nav button:hover, .siema .siema-nav button:active {
	background-color: rgba(47, 44, 39, 0.5);
}

.siema .siema-nav button svg {
	width: auto;
	height: auto;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}

.siema .siema-nav button svg path {
	fill: #fff;
}

.siema .siema-nav__next svg {
	margin-left: 7px;
}

.siema .siema-nav__prev svg {
	margin-right: 7px;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* RHD
--------------------------------------------- */
.related {
	background-color: #2f2c27;
	padding-bottom: 3em;
}

.related .rhd-related-posts-container {
	max-width: 1200px;
	margin: 0 auto;
}

.related .rhd-related-posts-container .rhd-related-posts-title {
	text-align: center;
	font-family: "Anna ITC", sans-serif;
	font-weight: normal;
	font-size: 3.3em;
	margin: 0.5em 0;
	background-image: url(assets/svg/3-neon-lines.svg);
	background-repeat: repeat-x;
	background-position: center;
	background-size: 66%;
	width: 100%;
	display: inline-block;
}

.related .rhd-related-posts-container .rhd-related-posts-title > span {
	background: #2f2c27;
	padding: 0.25em;
}

.related .rhd-related-posts-container .rhd-related-posts {
	justify-content: center;
	align-items: flex-start;
}

@media screen and (max-width: 48em) {
	.related .rhd-related-posts-container .rhd-related-posts {
		flex-wrap: wrap;
	}
}

.related .rhd-related-posts-container .rhd-related-posts .related-post {
	padding: 0 2em;
}

@media screen and (max-width: 48em) {
	.related .rhd-related-posts-container .rhd-related-posts .related-post {
		flex-basis: 50%;
		margin-bottom: 1em;
	}
}

.related .rhd-related-posts-container .rhd-related-posts .related-post .related-link {
	color: inherit;
	line-height: 1.3;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.1em;
}

.wp-block-rhdwp-expandable-text .expand-toggle-icon svg path {
	fill: #fdc252;
}

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

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

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

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

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/*# sourceMappingURL=style.css.map */