/*!
Theme Name: FIVARS
Theme URI: http://underscores.me/
Author: Ben Cross
Author URI: http://bencross.la
Description: Description
Version: 2022.39
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fivars
Tags: custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

fivars is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Variables
# Google Fonts import
# Normalize
# Typography
# Elements
# Forms
# Links
# Site Header
# Comment & Post Navigation
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Site Content
	## Home Page
	## Posts and pages
	## Comments
	## Site Footer
# Infinite scroll
# Media
	## Captions
	## Galleries
# Media Queries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/

:root {
	/* Site Colors */
	--logo-green: hsl(157, 100%, 50%); /* #00FF9F */
	/* --element-bg: #000000; */
	/* --light-pink: #FFB3FF; */
	--magenta: hsl(300, 100%, 71%); /* #ff69FF */
	/* --white: #F6F6F6; */

	--comp-color-400: rgb(15, 215, 255); /* #0DD6FF */
	--comp-color-200: #0CE8D2;

	--black: rgb(21, 20, 20); /* #161515 */
	--grey-one: rgb(85, 81, 81); /* #555151 */
	--grey-two: #807a7a;
	--grey-three: #a8a3a0;
	--white: #f4ede9;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* #region */
/* normalize.css v8.0.0 | 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; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * 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; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/* 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; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	appearance: button;
	-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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 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;
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	appearance: none;
	-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 {
	appearance: button;
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

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

/*--------------------------------------------------------------
# Typography

This URL is for reference. See functions.php for enqueue of Google Fonts

https://fonts.googleapis.com/css2?family=Dosis:wght@700&family=Source+Sans+3:ital,wght@0,400;0,700;1,400;1,700&display=swap

font-family: 'Dosis', sans-serif;
font-family: 'Source Sans 3', sans-serif;
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
	font-family: 'Source Sans 3', sans-serif;;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Source Sans 3', sans-serif;
	clear: both;
	font-weight: 700;
	margin: 0;
}

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: var(--white);
	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 var(--grey-one);
	cursor: help;
}

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: var(--black);
	background: linear-gradient(145deg, var(--black) 65%, var(--grey-three) 150%);
	color: var(--white);	
}

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

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

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: baseline;
}

figure {
	width: 100px;
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
	max-width: 100%;
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: initial;
	border-color: initial;
	border-radius: 3px;
	-moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
	background: var(--magenta);
	color: rgba(41, 41, 41, 1);
	font-family: 'Source Sans 3', sans-serif;
	font-weight : 700;
	text-transform: uppercase;
	line-height: 0;
	padding: 15px;
	cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: var(--comp-color-400);
	border-color: initial;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: initial;
}

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 {
	color: var(--grey-one);
	border: 1px solid var(--grey-three);
	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: var(--black);
}

select {
	border: 1px solid var(--grey-three);
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
	-moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
	color: var(--comp-color-400);
	text-decoration: none;
	font-weight: 700;
}

a:visited {
	color: var(--comp-color-400);
}

a:hover, a:focus, a:active {
	color: var(--magenta);
}

a:focus {
	outline: 1px dashed;
}

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

/*--------------------------------------------------------------
# Site Header
--------------------------------------------------------------*/
.site-header {
	position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
	width: 100%;
	padding: 15px 10px 35px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center; /* Keep lignmnet for grid */
	background: linear-gradient(130deg, rgba(21, 20, 20, 0.8) 60%, rgb(85, 81, 81, 0.8) 130%);
	border-bottom: 1px solid rgba(15, 215, 255, 0.3);
	backdrop-filter: blur(100px);
}
.header-content {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto 0;
}
.site-branding {
	width: 75%;
}
.site-title img {
	width: 60%;
	max-width: 250px;
	display: block;
	line-height: 0;
}
.site-description {
	font-size: 3.46vw;
	color: var(--magenta);
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 5px 5px 5px 10px;
	text-align: left;
}

/* Buy Tickets Button - Site Header */
.buy-tix {
	width: 200px;
	order: 2;
	margin-right: 30px;
}
.buy-tix button {
	font-size: 1em;
}

/* ----- Main Navigation - Site Header ----- */
.nav-container {
	order: 3;
	justify-self: end;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
}
/* Nav Icon -- Main Navigation */
#nav-icon {
	width: 30px;
	height: 23px;
	margin: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
#nav-icon span {
	display: block;
	position: absolute;
	height: 5px;
	width: 100%;
	border-radius: 2.5px;
	background: var(--magenta);
	opacity: 1;
	right: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#nav-icon span:nth-child(1) {
	top: 0px;
}
#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
	top: 9px;
	width: 90%;
}
#nav-icon span:nth-child(4) {
	top: 18px;
	width: 75%;
}
#nav-icon.open span:nth-child(1) {
	top: 9px;
	width: 0%;
	left: 25%;
}
#nav-icon.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#nav-icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#nav-icon.open span:nth-child(4) {
	top: 9px;
	width: 0%;
	left: 25%;
}

/* Main Navigation */
.menus-container {
	display: none;
	position: fixed;
	top: 50px;
	right:10px;
	width: auto;
	z-index: 10;
	padding: 0px 20px 20px 40px;
}
.menus-container-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--magenta);
	padding: 0px 20px 20px 40px;
	clip-path: polygon(5% 8%, 95% 0%, 100% 95%, 25% 90%);
}
.main-navigation {
	position: relative;
	z-index: 11;
	width: 100%;
	padding: 5px 20px 20px 20px;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-navigation ul li {
	text-align: right;
	line-height: 1.75;
	position: relative;
}
.main-navigation a {
	color: var(--black);
}

/* Seach Form - Site Header */

.search-form {
	position: relative;
	z-index: 11;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	padding: 10px;
}
.search-form input[type="search"] {
	box-shadow: 0px 5px 5px 2px rgba(0, 0, 0, 0.05);
}
.search-submit {
	color: black;
	font-weight: bold;
	width: 24px;
	height: 24px;
	margin-left: 20px;
}

/* ----- Filter on Stories Archive Pages ----- */
.archive .stories-filter {
	position: absolute;
	width: 100%;
	top: calc(100% + 1px);
	left: 0px;
	z-index: 4;
	padding: 10px 0px;
	background:var(--black);
}
.archive .filter-toggle {
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}
.archive .filter-text {
	padding-right: 10px;
	color: var(--magenta);
	font-weight: bold;
}
.archive .filter-list  {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 85%;
	left: calc(50% - 140px);
	width: auto;
	margin: auto;
	padding: 50px;
	background-color: var(--magenta);
	clip-path: polygon(0 13%, 60% 0, 97% 9%, 85% 97%, 12% 89%);
}
.archive .filter-list li {
	text-align: center;
	padding: 0px 0px 8px;
}
.archive .filter-list li a {
	color: var(--black);
}
#filter-nav-icon {
	width: 20px;
	height: 10px;
	margin: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
#filter-nav-icon span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	border-radius: 1px;
	background: var(--magenta);
	opacity: 1;
	right: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#filter-nav-icon span:nth-child(1) {
	top: 0px;
}
#filter-nav-icon span:nth-child(2),
#filter-nav-icon span:nth-child(3) {
	top:5px;
	width: 90%;
}
#filter-nav-icon span:nth-child(4) {
	top: 10px;
	width: 75%;
}
#filter-nav-icon.open span:nth-child(1) {
	top: 9px;
	width: 0%;
	left: 25%;
}
#filter-nav-icon.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#filter-nav-icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#filter-nav-icon.open span:nth-child(4) {
	top: 9px;
	width: 0%;
	left: 25%;
}

/*--------------------------------------------------------------
# Comment & Post Navigation
--------------------------------------------------------------*/
.site-main .comment-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* Archive and Post Navigation */
.posts-navigation-container {
	width: 100%;
	max-width: 1280px;
	margin: 0px auto;
}
.posts-navigation-container p {
	width: 100%;
	font-size: 1.5em;
	text-align: center;
	margin: 0;
}
.posts-navigation .nav-links {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: flex-start;
	width: 90%;
	margin: auto;
	padding: 20px;
	text-align: center;
}
.posts-navigation .nav-links {
	font-size: 1.8rem;
}
.posts-navigation .nav-links a:hover {
	color: var(--magenta);
}
.single .post-navigation .nav-links {
	justify-content: space-between;
}
.posts-navigation .nav-next {
	padding-left: 40px;
	border-left: 1px solid var(--white);
	margin-left: 40px;
}
.post-navigation .nav-next {
	text-align: right;
	width: 45%;
}
.post-navigation .nav-previous {
	text-align: left;
	width: 45%;
}
.single .nav-links .prev,
.single .nav-links .next {
	color: var(--white);
	font-weight: normal;
}

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	padding-bottom: 0.8em;
	width: auto !important;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	width: auto !important;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	/* content: ""; */
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Site Content
--------------------------------------------------------------*/
.site-content {
    margin: 0 auto;
}
.archive .site-main,
.search .site-main {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: stretch;
	gap: 80px 30px;
	max-width: 1920px;
	margin: auto;
	margin-top: 120px;
}
.error404 .site-main {
	max-width: 1024px;
	margin: auto;
	padding: 0px 30px;
}
.error404 ul {
	margin: 0;
}
.category-news .site-main {
	gap: 50px 30px;
}
.archive .page-header,
.search .page-header {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 0px 20px;
}
.archive .page-title,
.search .page-title {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: min(max(36px, 9vw), 72px);
	color: var(--white);
}
.post, 
.search .page {
    background: linear-gradient(145deg, var(--black) 70%, var(--grey-one) 150%);
	border: 1px solid rgba(255,255,255,0.1);
	width: 100%;
	max-width: 340px;
	padding-bottom: 3em;
	position: relative;
	display: flex;
	flex-flow: column nowrap;
	align-items: stretch;
	box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.3);
}
.search .post, 
.search .page {
	padding-bottom: 30px;
}
.home .frontpage-stories .post {
	width: 87%;
}
.premiere-status {
	position: absolute;
	top: -40px;
	left: 5%;
	width: 90%;
	border-radius: 3px 3px 0px 0px;
	color: var(--white);
	padding: 5px 10px 10px 20px;
	background: linear-gradient(145deg, var(--grey-one) 0%, var(--black) 60%);
	
	/* border: 1px solid rgba(255,255,255,0.2); */
}
.premiere-status p {
	font-size: 1em;
	font-weight: 700;
	margin: 0;
	padding: 0;
	opacity: 80%;
}
.post-thumbnail {
	justify-self: flex-start;
	position: relative;
	z-index: 99;
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.2);
}
.post .attachment-thumbnail {
	display: block;
	vertical-align: baseline;
	width: 100%;
}
.post .passive-interactive-cat {
	justify-self: flex-start;
	position: relative;
	z-index: 9;
	padding: 10px 20px;
	background-color: var(--grey-one);
}
.post .passive-interactive-cat p {
	color: var(--comp-color-400);
	font-weight: 700;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}
.post .entry-title {
	font-size: 1.3em;
	line-height: 1.3;
	padding: 20px 20px 10px 20px;
	margin: 0;
	width: 100%;
}
.post .entry-title a {
	display: block;
	color: var(--white);
}
.post .entry-title a:hover {
	color: var(--magenta);
}
.post .stories-custom-fields {
	margin-bottom: 20px;
	padding: 0px 20px;
	font-size: 0.8em;
}
.stories-director {
	margin-bottom: 15px;
}
.post .stories-custom-fields .field-desc {
	margin-bottom: 5px;
	opacity: 0.7;
}
.post .stories-custom-fields .field-value {
	margin: 0;
	font-weight: 700;
}
.post .entry-content {
	margin: 0;
	padding: 0 20px;
	font-size: 0.9rem;
	align-self: baseline;
}
.post .entry-content p {
	margin: 0px 0px 10px 0px;
}
.post .read-more {
	width: 100%;
	text-align: right;
	padding: 0;
	position: absolute;
	bottom: 10px;
	right:20px;
}
.post .read-more a {
	width: 100%;
	text-align: right;
}

/*--------------------------------------------------------------
## Home Page
--------------------------------------------------------------*/
.frontpage-section {
	margin: auto;
	padding:15px 0 10px;
}
.frontpage-section .section-heading {
	width: 100%;
	/* font-size: min(max(36px, 9vw), 72px); */
	font-size: 36px;
	text-align: center;
	position: relative;
	z-index: 2;
    margin: 0 0 20px 0;
	padding: 0px 20px;
}
.frontpage-section .cat-link {
	display: block;
	position: relative;
	z-index: 2;
	width: 100%;
	margin: 0 0 30px;
	text-align: center;
	font-size: min(max(36px, 9vw), 24px);
    font-weight: 900;
	padding: 30px 20px 0px;
}

/*----- Splash Section: For content see 'Pages > FrontPage - Spash' -----*/
.frontpage-splash {
	margin: 30px 0;
	padding: 130px 20px 50px;
	width: 100%;
	background-image: url('https://fivars.net/wp-content/uploads/2022/12/FIVARS-Lobby-e1670228494872.jpg');
	background-position: 50% 30%; /* Center the image */
  	background-repeat: no-repeat; /* Do not repeat the image */
  	background-size: cover; /* Resize the background image to cover the entire container */
	position: relative;
	overflow: hidden;
}
.frontpage-splash::after {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	box-shadow: 0px 0px 60px 20px rgba(0,0,0,1);
}

.frontpage-splash__content {
	max-width: 1920px;
	margin: auto;
	display: flex;
	flex-flow: row wrap;
}

.landing-subs {
	position: relative;
	max-width: 500px;
	padding: 30px;
	backdrop-filter: blur(30px);
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}
.landing-subs::before {
	display: block;
	content: "";
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	border: 1px solid var(--comp-color-400);
	opacity: 0.4;
}
.landing-subs::after {
	display: block;
	content: "";
	position: absolute;
	z-index:-1;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-color: var(--black);
	opacity: 0.6;
}
.landing-subs__fivars-owl {
	width: 100%;
}
.landing-subs__fivars-owl img {
	width: 100%;
}
.landing-subs__heading {
	display: block;
	font-size: 2.5em;
	line-height: 1em;
	text-transform: uppercase;
	width: 100%;
}
.landing-subs__info {
	display: block;
	font-size: 1.2em;
	line-height: 1.2;
	width: 100%;
}
.landing-subs__button {
	display: block;
	width: 100%;
	margin-right: 5%;
	position: relative;
}
.landing-subs__button a {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.landing-subs__deadline {
	display: block;
	font-size: 1.2em;
	font-weight: 700;
	width: 100%;
}

/*----- Splash Awards -----*/
.splash-awards {
	margin-top: 50px;
	padding: 0px 20px;
}
.splash-awards iframe {
	margin-bottom: 20px;
}

/*----- Stories Section -----*/
.frontpage-stories {
	max-width: 1920px;
	margin: auto;
	position: relative;
}
.frontpage-stories-content {
	position: relative;
	z-index: 2;
    display: flex;
    flex-flow: row nowrap;
	align-items: stretch;
	gap: 80px 30px;
    overflow-x: auto;
	padding: 40px 20px 20px 20px;
}
.frontpage-stories-content .post {
    flex: 0 0 auto;
    /* margin: 0 30px 0 0; */
}

/*----- Frontpage News Section -----*/
.frontpage-news {
	position: relative;
}
.frontpage-news-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	margin:auto;
}
.frontpage-news .section-heading {
	position: relative;
	z-index: 2;
}
.frontpage-news-content {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	gap: 50px;
	position: relative;
	z-index: 2;
}
.frontpage-news-content .post:first-child {
	margin-top: 0px;
}
.frontpage-news-content .cat-link {
	width: 100%;
	padding-top: 0px;
}

/*----- Frontpage Signup Section -----*/
.frontpage-signup {
	width: 100%;
	background-image: url('https://fivars.net/wp-content/uploads/2022/12/0706FF15-5C14-4FF1-A4BB-CC723257DFD3-scaled.jpg');
	background-position: 0% 30%; /* Center the image */
  	background-repeat: no-repeat; /* Do not repeat the image */
  	background-size: cover; /* Resize the background image to cover the entire container */
	background-blend-mode:multiply;
	background-color: var(--magenta);
	position: relative;
	padding: 100px 0;
	display: flex;
	flex-flow: row wrap;
	overflow: hidden;
	/* border-top: 1px solid var(--grey-three);
	border-bottom: 1px solid var(--grey-three); */
}
.frontpage-signup::before {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	top: 0;
	left: 0;
	box-shadow: 0px -5px 60px 20px rgba(0,0,0,1);
}
.frontpage-signup::after {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	box-shadow: 0px 5px 60px 20px rgba(0,0,0,0.7);
}
.frontpage-signup-content {
	z-index: 0;
	margin: auto;
}

/* Mailchimp signup form */
.frontpage-signup-content #mc_embed_signup h2 {
	text-align: center;
	margin-bottom: 1em;
}
.frontpage-signup-content #mc_embed_signup_scroll {
	max-width: 300px;
	margin: auto;
}
.frontpage-signup-content #mc-field-group {
	margin-bottom: 1.5em;
}
.frontpage-signup-content #mce-EMAIL,
.frontpage-signup-content #mce-FNAME,
.frontpage-signup-content #mce-LNAME {
	width: 100%;
	margin-bottom: 1em;
}
.frontpage-signup-content #mce-LNAME {
	margin-bottom: 0;
}
.frontpage-signup-content #mc-embedded-subscribe {
	padding: 30px 0;
	width: 100%;
	margin: 0 auto;
	font-size: 1.5em;
}

/*----- Frontpage Press Section -----*/
.frontpage-press {
	position: relative;
}
.press-video-section {
	position: relative;
}
.frontpage-press-content {
	width: 80%;
	margin: auto;
}
.press-quotes {
	max-width: 960px;
	margin: auto;
}
.press-quote {
	max-width: 46ch;
	margin:0 auto 30px;
}
.press-quotes .press-quote a {
	margin-top: 10px;
	display: block;
}
.press-quotes .press-quote a::before {
	content:"- "
}
.press-quotes center {
	width: 100%;
}

/*----- Frontpage Sponsors Section -----*/
.frontpage-sponsors {
	width:100%;
	/* background-color: var(--grey-three); */
	/* color: var(--grey-one); */
	margin: 50px auto;
	position: relative;
	text-align: center;
}
.frontpage-sponsors-content h3 {
	margin: 0px 0px 20px;
	font-size: 1.5rem;
}
.sponsor-logos {
	width: 100%;
	background-color: var(--white);
	padding: 30px 50px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: stretch;
	text-align: center;
}
.sponsor-logos a {
	display: block;
	text-align: center;
	margin: 0 auto 50px;
	max-width: 200px;
}
.frontpage-sponsors-content img {
	padding: 10px;
	border-radius: 6px;
	overflow: hidden;
	text-align: center;
	/* -webkit-filter: grayscale(100%);
  	filter: grayscale(100%); */
}

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

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

/* ----- Single Posts & Pages ----- */
.bg-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 75%;

	z-index: -1;
	/* Add the blur effect */
	filter: blur(200px);
	-webkit-filter: blur(100px);
	opacity: 50%;
  
	/* Full height */
	height: 75%;
  
	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bg-image img {
	width: 100%;
	height: 100%;
}
.single .site-main {
	margin-top: 150px;
	padding: 0;
}
.single .post {
	width: 90%;
	max-width: 768px;
	margin: auto;
	background: linear-gradient(145deg, var(--black) 70%, var(--grey-one) 130%);
	border: 1px solid rgba(255,255,255,0.1);
}
.single .post p {
	margin: 0px 0px 20px 0;
}
.single .post h4 {
	font-size: 1.2em;
	margin-bottom: 10px;
}
.single .post-thumbnail {
	display: block;
    width: 100%;
}
.single .post-thumbnail img {
	width: 100%;
	display: block;
	vertical-align: baseline;
}
.single .entry-title {
	font-size: 2em;
	width: 100%;
    margin-top: 20px;
	padding: 0px 30px;
    line-height: 1.2;
	color: var(--light-pink);
}
.single .stories-custom-fields .field-value {
	font-weight: 700;
}

/* Stories Posts */
.single .stories-custom-fields {
	width: 100%;
	max-width: 768px;
	margin: 30px auto;
	padding: 0px 30px;
	font-size: 1.2rem;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	gap: 0px 50px;
}
.single .stories-custom-fields > * {
	margin-bottom: 20px;
}
.single .stories-custom-fields .field-desc {
	font-size: 0.8em;
}
.single .stories-custom-fields .field-value {
	color: var(--light-pink);
}
.single .entry-content {
	max-width: 768px;
	padding: 0 30px;
	margin: auto;
}
.share-customize-link,
.edit-link {
	display: none;
}
.single .entry-footer {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid rgba(255,255,255,0.4);
	width: 90%;
	margin: auto;
	margin-top: 30px;
	padding: 20px 20px;
}
.single .entry-footer-links {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	color: rgba(255,255,255,0.8);
}
.single .cat-links {
	margin-right: 30px;
}
.single .cat-links a:hover, 
.single .tags-links a:hover {
	color: var(--magenta);
}
.single .sharedaddy .sd-social {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	align-items: center;
	margin: 0;
}
div.sharedaddy h3.sd-title:before {
	border-top: initial !important;
	margin: 0 !important;
}
div.sharedaddy h3.sd-title {
	margin: 0 !important;
	font-family: 'Source Sans 3', sans-serif !important;
	font-size: 24px !important;
	font-weight: normal !important;
	color: rgba(255,255,255,0.8) !important;
}
div.sharedaddy h3.sd-title:after {
	content: ': ';
	margin: 0 0.5em 0 0;
}
.single .sharedaddy .sd-social .sd-content ul li {
	margin: 0 10px 0 0;
}
.jp-sharing-input-touch .sd-content ul li:first-child {
	padding-left: 0px;
}

/* ----- Pages ----- */
.page .site-main {
	margin-top: 100px;
	padding: 0 20px;
}
.page .entry-title {
	margin: 30px 0px;
	text-align: center;
	text-transform: uppercase;
	font-size: min(max(36px, 9vw), 72px);
}
.search .page .entry-title {
	font-size: 1.5em;
}

.page .entry-content {
	max-width: 768px;
	margin: auto;
	word-wrap: break-word;
}
.page-fivars-photo-gallery .entry-content {
	max-width: 1440px;
}
.page-fivars-in-fall-2022-official-selections .entry-content {
	max-width: 768px;
}
.page .entry-content img, 
.single .entry-content img {
	width: 100%;
	max-width: 768px; 
}
.size-square_thumbnail {
	width: initial !important;
}
.wp-video {
	width: 100% !important;
	max-width: 800px !important;
}
.page-the-team .entry-content img {
	width: initial;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

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

.single .related-posts {
	margin: 100px auto 50px;
	width: 100%;
	max-width: 1920px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: stretch;
	padding: 0 20px;
	gap: 80px 30px;
}
.single .related {
	width: 100%;
	max-width: 340px;
	margin: 0;
}
.single .related-title {
	font-size: 2em;
	width: 100%;
	text-align: center;
}
.single .related .entry-title {
	font-size: 1.2em;
}
.related .entry-content {
	padding: 0 30px;
	margin: 1.5em 0 0;
}

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
## Site Footer
--------------------------------------------------------------*/
.site-footer {
	width: 100%;
	margin: 50px 0px 0px;
}
.footer-content {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	padding: 5px 20px 30px;
	margin: auto;
}
.site-footer p {
	margin: 0;
}

/* Subscribe form - Site Footer */
.footer-signup #mc_embed_signup_scroll {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0;
}
.footer-signup #mc_embed_signup_scroll label {
	width: 100%;
	text-align: center;
	font-weight: 900;
	margin: 0 0 10px 0;
}
.footer-signup #mce-EMAIL {
	width: 60%;
	padding: 5px 10px;
	border-radius: 3px;
	margin-bottom: initial;
}
.footer-signup #mc-embedded-subscribe {
	width: 36%;
	font-size: 16px;
	font-weight: 700;
}

/* Footer Menu - Site Footer */
.menu-footer-container {
	width: 100%;
}
.menu-footer-container ul {
	list-style: none;
	margin: 0;
	padding: 20px 0px 0px;
}

/* Social Icons - Site Footer */
.social-icons {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	list-style: none;
	font-size: 1.5em;
	margin: 0px;
	padding: 20px 0px;
}
.social-icons .icon {
	width: 24px;
	margin-right: 24px;
	line-height: 0;
}
.social-icons .icon a {
	color: white;
	line-height: 0;
}
.social-icons .icon:last-child {
	margin-right: 0;
	width: 30px;
}

/* Legal - Site Footer */
.site-footer .legal {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 10px 0px 0px 0px;
}
.site-footer .copyright,
.site-footer .terms a {
	color: rgba(255,255,255,0.4);
	font-size: 0.8rem;
}
.site-footer .terms a {
	display: block;
	font-weight: normal;
	text-decoration: underline;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	width: 100% !important;
	max-width: 768px;
}

.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 {
	width: 100%;
	margin: 1.5em auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	gap: 1em;
}

.gallery-item {
	margin: 0;
	max-width: 100%;
}

.jp-carousel-close-hint svg,
.swiper-button-prev svg,
.swiper-button-next svg {
	scale: 2;
}

.jp-carousel-photo-caption {
	display: none !important;
}

.gallery-caption {
	display: none;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media screen and (min-width: 600px) {
	.site-header {
		padding-bottom: 15px;
	}
	.site-branding {
		width: 75%;
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-start;
		align-items: center;
	}
	.site-title {
		max-width: 200px;
	}
	.site-title img {
		width: 100%;
	}
	.site-description {
		max-width: 180px;
		display: block;
		top: initial;
		left: initial;
		position: relative;
		font-size: 1em;
		line-height: 1.2;
		margin-left: 20px;
		text-align: left;
		padding: 0;
	}

	/* ----- Site Content ----- */
	.site-content {
		margin-bottom: 100px;
	}
	.archive .page-header {
		position: relative;
	}
	.archive .prev-years-toggle {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		position: absolute;
		top: 15px;
		right: 0;
	}
	.archive .prev-years-list  {
		top: 36px;
		right: 0;
		width: 300px;
		padding: 30px 40px 50px 0;
		background-color: var(--magenta);
		clip-path: polygon(10% 10%, 95% 0%, 90% 85%, 20% 100%);
	}

	/* ----- Front Page Elements ----- */

	/* Splash Elements - Front Page */
	.landing-subs__heading {
		font-size: 3em;
	}
	.landing-subs__button {
		width: 45%;
		margin-right: 5%;
	}
	.landing-subs__deadline {
		font-size: 1.2em;
		font-weight: 700;
		width: 50%;
	}
	.splash-awards {
		text-align: center;
		margin: 50px auto 0px;
		width: 100%;
		max-width: 1024px;
	}
	.splash-awards-description {
		max-width: 560px;
		margin: 0px auto;
		text-align: left;
	}

	.home .frontpage-stories .post {
		width: 100%;
	}

	/* Submissions */
    .frontpage-submissions {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
		align-items: center;
    }
    .frontpage-submissions .section-heading {
        width: 100%;
    }
    .frontpage-submissions-content {
		font-weight: 700;
		margin: 0 30px 0 0;
	}
	.frontpage-submissions-content .submissions-info {
		width: 70%;
		margin: auto;
	}

	/* Sponsors */
	.frontpage-sponsors {
		text-align: center;
	}
	.sponsor-logos {
		margin: auto;
		display: flex;
		flex-flow: row wrap;
		justify-content: space-around;
		align-items: center;
	}
	.sponsor-logos a {
		width: 25%;
	}

	/* ----- Posts and pages ----- */
	

	/* Site Footer */
	.footer-content {
		justify-content: space-between;
	}
	.footer-signup {
		order: 1;
		width: 50%;
	}
	.footer-signup #mc_embed_signup_scroll {
		justify-content: flex-start;
	}
	.footer-signup #mc_embed_signup_scroll label {
		width: 100%;
		text-align: left;
		margin: 0;
		padding-bottom: 5px;
	}
	.footer-signup #mce-EMAIL {
		width: 55%;
		margin: 0px;
	}
	.footer-signup #mc-embedded-subscribe {
		width: 40%;
		margin: 0 0 0 2%;
	}

	.menu-footer-container {
		order: 3;
		width: 100%;
	}
	.menu-footer-container ul {
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		align-items: center;
	}
	.menu-footer-container ul li {
		margin-right: 20px;
	}

	.social-icons {
		order: 2;
	}

	.site-footer .legal {
		order: 4;
	}
}

@media screen and (min-width: 1000px) {
	.header-content {
		padding: 0 20px;
	}
	.site-branding {
		width: 40%;
		max-width: 400px;
	}
	#nav-icon {
		display: none;
	}
	.nav-container {
		justify-content: flex-end;
	}
	.menus-container {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		justify-content: flex-start;
		position: relative;
		top: initial;
		right: initial;
		width: 100%;
		background: none;
		padding: 0;
		clip-path: initial;
	}
	.menus-container-bg {
		display: none;
	}
	.search-container {
		max-width: 150px;
	}
	.search-form input[type="search"] {
		width: 100%;
	}
	.search-submit {
		color: var(--comp-color-400);
		font-size: 1.2rem;
		line-height: 1.5;
		margin-left: 10px;
	}
	.main-navigation {
		padding: 0;
	}
	.main-navigation ul {
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-start;
		align-items: center;
	}
	.main-navigation ul li {
		text-align: center;
		margin-left: 30px;
		line-height: 1.2;
	}
	.main-navigation a {
		color: var(--white);
	}
	.main-navigation a:hover {
		color: var(--comp-color-400);
	}
	.main-navigation .current-menu-item a {
		color: var(--comp-color-400);
	}
	.main-navigation .current-menu-item::after {
		content: "";
		position: absolute;
		top: 120%;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: var(--comp-color-400);
		border-radius: 2px;
	}
	.buy-tix {
		max-width: 130px;
	}

	/* ----- Front Page Elements ----- */
    .frontpage-section {
        margin-bottom: 50px;
    }

	.frontpage-splash {
		margin: auto;
		margin-bottom: 50px;
	}
	.landing-subs {
		margin-left: 10%;
	}

	/* Stories - Front Page */
	.frontpage-stories {
		width: 100%;
		overflow: hidden;
		margin-bottom: 0px;
	}
	.frontpage-stories .section-heading {
		padding: 0px;
		text-align: center;
	}
	.frontpage-stories-content {
		overflow-x: initial;
		margin: auto;
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		padding: 0px 20px;
		margin-top: 60px;
	}
	.frontpage-signup {
		justify-content: flex-end;
	}
	.frontpage-signup-content {
		margin-right: 15%;
	}

	/* Press - Front Page */	
	.press-quotes {
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
	}
	.press-quote {
		width: 45%;
		margin: 0 15px 30px 15px;
	}

	/* ----- Archive and Single Post Elements ----- */


	/* ----- Footer Elements ----- */
	.footer-signup, 
	.footer-signup #mce-EMAIL, 
	.footer-signup #mc-embedded-subscribe {
		width: auto;
	}
	.footer-signup {
		margin-bottom: -40px;
	}
	.social-icons {
		padding: 0;
	}
	.menu-footer-container ul {
		justify-content: flex-end;
	}
	.menu-footer-container ul li {
		margin: 0px 0px 0px 20px;
	}

}

@media screen and (min-width: 1200px) {
	/* Splash */
	.splash-slogan {
		margin-bottom: 120px;
	}
	.splash-graphic {
		top: -203px;
	}

	/* FrNews */
	.frontpage-news {
		padding: 0;
	}
    .frontpage-news .section-heading {
        width: 100%;
    }
	.frontpage-news-container {
		width: auto;
	}
	.frontpage-news-content .post {
		align-self: stretch;
	}
    #mc-embedded-subscribe {
        font-weight: 900;
	}

	.frontpage-sponsors-content img {
		width: auto;
	}
}  