/*!
Theme Name: FIVARS
Theme URI: http://underscores.me/
Author: Ben Cross
Author URI: http://bencross.co
Description: Description
Version: 2021.06
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
# Navigation
	## Links
	## Menus
	## Comment & Post Navigation
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Site Header
	## Site Content
	## Site Footer
	## Home Page
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Media Queries
--------------------------------------------------------------*/

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

:root {
	/* Site Colors */
	--light-blue: #CEF6FE;
	--mint-green: #89FFE5;
	--light-pink: #FFD9FF;
	--magenta: #FF00FF;
	--cyan: #00FFFF;
	--logo-green: #00FF9F;

	/* Typography */
	--minFontSize: 16px;
	--maxFontSize: 72px;
	--scaler: 10vw;
}

/*--------------------------------------------------------------
# Google Fonts import
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,700;1,400;1,700&family=Palanquin+Dark:wght@400;700&display=swap');

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

/**
 * 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; /* 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
## BODY FONT : font-family: 'Nunito', sans-serif; 400 and 700 weights w/italics
## HEADINGS FONT: font-family: 'Palanquin Dark', sans-serif; 400 and 700 weights
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
	font-family: 'Nunito', sans-serif;
	font-size: 1.1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Palanquin Dark', sans-serif;
	clear: both;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}

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;
	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
--------------------------------------------------------------*/
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: #000000;
	color: #ffffff;	
	/* background: #f1f1f1; */
}

hr {
	background-color: #555;
	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 {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* 
 * Old basic button styles
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
} */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: initial;
	border-color: initial;
	border-radius: 6px;
	background: var(--logo-green);
	color: rgba(41, 41, 41, 1);
	font-family: 'Nunito', sans-serif;
	font-weight : bold;
	text-transform: uppercase;
	line-height: 1;
	padding: 0.6em 1em 0.5em;
	cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

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: #aaa #bbb #bbb;
}

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: #666;
	border: 1px solid #ccc;
	border-radius: 6px;
	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: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: var(--magenta);
	font-weight: 800;
	text-decoration: none;
}

a:visited {
	color: var(--magenta);
}

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

a:focus {
	outline: 1px dashed;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.nav-container {
    position: fixed;
    z-index: 99;
    left: 0;
    bottom: 0;
	width: 100%;
	height: 90px;
	background-color: #000000;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
	padding: 20px 20px 0;
}

/* ----- #nav-icon ----- */
/* #region */
#nav-icon {
	width: 30px;
	height: 23px;
	/* position: relative; */
	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: 3px;
	width: 100%;
	background: var(--logo-green);
	border-radius: 0;
	opacity: 1;
	left: 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%;
}
/* #endregion */

.menus-container {
	display: none;
	position: fixed;
	left:0;
	bottom: 10vh;
	background: var(--light-pink);
	padding: 50px;
	clip-path: polygon(10% 10%, 100% 0%, 90% 80%, 10% 100%);
}
.menus-container a {
	color: rgba(41, 41, 41, 1);
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.search-icon, 
.search-submit {
	width: 24px;
	height: 24px;
}
.search-icon {
	position: fixed;
	bottom: 48px;
	left: 80px;
	z-index: 999;
}
.search-container {
	display: none;
}
.search-form {
	display: flex;
	justify-content: center;
	position: fixed;
	left: 0;
	bottom: 90px;
	width: 100%;
	background: #000000;
	padding: 10px;
}
.search-submit {
	margin-left: 16px;
}

.share-button-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.share-button-container .icon {
	width: 24px;
	margin-right: 24px;
}
.share-button-container .icon:last-child {
	margin-right: 0;
	width: 30px;
}
.buy-tix-button {
	font-size: 12px;
	font-weight: 800;
}
/*--------------------------------------------------------------
## Comment & Post Navigation
--------------------------------------------------------------*/
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

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

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

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

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.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 Header
--------------------------------------------------------------*/
.site-header {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
	width: 100%;
	height: auto;
	background: #000000;
	display: flex;
	justify-content: space-between;
	align-items: center;;
	padding: 5px;
}
.home .site-header,
.buy-tix-container {
    opacity: 0;
}
.home .site-header.hide,
.buy-tix-container.hide {
    opacity: 1;
    transition: opacity 1s;
}
.site-branding {
	width: 50%;
}
.site-title {
	display: block;
}
.site-logo {
	display: none;
}

.buy-tix-container {
	position: fixed;
	z-index: 9999;
	top: 10px;
	right: 10px;
	width: auto;
}
.buy-tix-button {
	font-size: 14px;
}

/*--------------------------------------------------------------
## Site Content
--------------------------------------------------------------*/
.site-content {
    margin: 90px auto 0;
}
.site-main {
	margin: auto;
	padding: 0 30px;
}
.archive .site-main {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	margin: 0;
}
.archive .page-header {
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin-top: 1.5em;
}
.archive .page-title {
	width: 95%;
	text-align: center;
	font-size: 24px;
}
.archive .prev-years {
	margin-top: 15px;
}
.archive .prev-years-list  {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 2;
	top: 36px;
	right: 0;
	width: 100%;
	padding: 20px 50px 30px 0;
	background-color: var(--light-pink);
	clip-path: polygon(10% 10%, 95% 0%, 90% 80%, 20% 100%);
}
.archive .prev-years-list li {
	text-align: right;
}
.archive .prev-years-list li a {
	color: rgba(41, 41, 41, 1);
}
.archive .post,
.home .post {
    background-color: #f5ffff;
    border-radius: 20px;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
	color: rgba(41, 41, 41, 1);
	overflow: hidden;
	width: 280px;
	margin: 30px auto;
	position: relative;
	display: flex;
	flex-flow: column nowrap;
	align-self: stretch;
	justify-content: flex-start;
}

.archive .post:first,
.frontpage-section .post:first {
	margin-top: 1.5em;
}
.archive .post .entry-title,
.frontpage-section .post .entry-title {
	font-size: 18px;
	padding: 5px 10px 0;
	margin: 0;
}
.archive .post .entry-title a,
.frontpage-section .post .entry-title a {
	color: #555555;
}
.archive .post .entry-content,
.frontpage-section .post .entry-content {
	margin: 10px 0 0 0;
	padding: 0 10px 30px;
	color: rgba(41, 41, 41, 1);	
}
.archive .post .entry-content p,
.frontpage-section .post .entry-content p {
	font-size: 16px;
}
.archive .post .read-more,
.frontpage-section .post .read-more {
	width: 100%;
	padding: 0 10px 10px 0;
	position: absolute;
	right: 10px;
	bottom: 0;
}
.archive .post .read-more a,
.frontpage-section .post .read-more a {
	display: block;
	width: 100%;
	text-align: right;
	color: #555555;
}
.archive .site-main,
.frontpage-section-content {
	max-width: 1340px;
	margin: auto;
}
.archive .posts-navigation {
	width: 100%;
	margin-top: 50px;
}

/*--------------------------------------------------------------
## Site Footer
--------------------------------------------------------------*/
.site-footer {
	margin-bottom: 100px; /* to make up for the fixed navigation at the bottom of mobile devies */
}
.footer-content {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	max-width: 1440px;
	padding: 5px 20px 10px;
	margin: auto;
}
.site-footer p {
	margin: 0;
}
.footer-signup {
	max-width: 1024px;
	margin: auto;
}
.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;
	font-size: 16px;
	margin: 0 0 10px 0;
}
.footer-signup #mce-EMAIL {
	width: 60%;
	margin-bottom: initial;
}
.footer-signup #mc-embedded-subscribe {
	width: 37%;
	font-size: 16px;
	padding: 7px;
}
.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 {
	font-size: 0.6em;
	color: rgba(255,255,255,0.4);
}
.site-footer .terms a {
	display: block;
	font-weight: normal;
	text-decoration: underline;
}

/*--------------------------------------------------------------
## Home Page
--------------------------------------------------------------*/
.home .site {
	background-color: black;
	color: white;
}
.home .site-content {
    margin-top: 0;
}
.home .site-main {
	padding: 0;
}

.frontpage-section {
    padding: 20px;
}
.frontpage-section .section-heading {
	width: 100%;
	text-align: center;
	color: var(--light-pink);
}
.frontpage-section .cat-link {
	display: block;
	position: relative;
	z-index: 2;
	width: 100%;
	margin: 20px 0 0 0;
	text-align: center;
	font-weight: bold;
}

/*----- Splash Section -----*/
.frontpage-splash {
    background-color: black;
    color: #ffffff;
}
.frontpage-splash .splash-image {
    text-align: center;
}

/*----- Stories Section -----*/
.frontpage-stories {
	position: relative;
	padding:15px 0 10px 0;
}
.stories-background {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--light-blue);
	clip-path: polygon(0% 30%, 100% 10%, 100% 87%, 0% 93%);
}
.frontpage-stories .section-heading {
	position: relative;
	z-index: 2;
    margin: 0 0 20px 0;
}
.frontpage-stories-content {
	position: relative;
	z-index: 2;
    display: flex;
    flex-flow: row nowrap;
	align-items: stretch;
	max-width: 1280px;
    overflow-x: auto;
	padding: 0 20px 20px 20px;
}
.frontpage-stories-content .post {
    flex: 0 0 auto;
    width: 260px;
    margin: 0 30px 0 0;
}

/*----- Submissions Section -----*/
.frontpage-submissions {
	max-width: 1280px;
	margin: auto;
}
.frontpage-submissions .fivars-submit {
	display: block;
	background-color: var(--logo-green);
	padding: 10px 20px 5px;
	border-radius: 6px;
	max-width: 200px;
	margin: auto;
	cursor: pointer; 
}

/*----- Frontpage News Section -----*/
.frontpage-news {
	position: relative;
	color: rgba(41, 41, 41, 1);
	padding: 70px 20px 20px 20px;
}
.frontpage-news-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	max-width: 1280px;
	padding: 20px 0 0 0;
	margin:auto;
}
.frontpage-news .section-heading {
	position: relative;
	z-index: 2;
	color: rgba(41, 41, 41, 1);
}
.frontpage-news-content {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	max-width: 700px;
	position: relative;
	z-index: 2;
	padding: 20px;
}
.frontpage-news-content .post {
	margin: 0 auto 30px;
}
.frontpage-news-content .cat-links {
	width: 100%;
}
.news-background {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--light-pink);
	clip-path: polygon(0% 0%, 100% 8%, 100% 94%, 0% 98%);
}
.frontpage-signup-content {
	position: relative;
	z-index: 2;
}

/* Subscribe subsection (mailchimp signup form) */
#mc_embed_signup h2 {
	text-align: center;
	margin-bottom: 1em;
}
#mc_embed_signup_scroll {
	width: 75%;
	margin: auto;
}
#mc-field-group {
	margin-bottom: 1.5em;
}
#mce-EMAIL,
#mce-FNAME,
#mce-LNAME {
	width: 100%;
	margin-bottom: 1em;
}
#mce-LNAME {
	margin-bottom: 0;
}
#mc-embedded-subscribe {
	padding: 20px 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 {
	max-width: 1280px;
	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-video-background {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--mint-green);
	clip-path: polygon(0% 2%, 100% 10%, 100% 83%, 0% 96%);
}
.press-video-content {
	position: relative;
	z-index: 2;
	width: 90%;
	margin: auto;
	background-color: #f5ffff;
    border-radius: 20px;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
	color: rgba(41, 41, 41, 1);
}
.press-video-content .iframe-container {
	overflow: hidden;
	border-radius: 20px 20px 0 0;
}
.press-video-content .press-video-description {
	padding: 20px;
	width: 100%;
	max-width: 768px;
	margin: auto;
}

/*----- Frontpage Sponsors Section -----*/
.frontpage-sponsors {
	color: rgba(41, 41, 41, 1);
	background-color: #ffffff;
	margin-top: -100px;
	padding-top: 150px;
}
.frontpage-sponsors .section-heading {
	color: var(--logo-green);
}
.frontpage-sponsors-content {
	max-width: 1280px;
	margin: auto;
}
.sponsor-logos {
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	align-items: stretch;
	text-align: center;
}
.sponsor-logos a {
	display: block;
	text-align: center;
	width: 90%;
	margin: 0 auto;
	padding: 40px 0;
}


/*----- Sponsors Section -----*/
.frontpage-sponsors {
	position: relative;
}
.sponsors-background {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--mint-green);
	clip-path: polygon(0% 30%, 100% 10%, 100% 92%, 0% 98%);
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

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

/* ----- Single Posts ----- */
.single .post {
	max-width: 1024px;
	margin: auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.single .wp-post-image {
	width: 100%;
	border-radius: 20px;
}
.single .entry-header { 
	margin-bottom: 1em;
	padding: 0 10px;
}
.single .entry-title {
	font-size: 24px;
	margin: 1em 0;
}
.single .entry-content {
	padding: 0 10px;
}
.share-customize-link,
.edit-link {
	display: none;
}
.single .entry-footer {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	border-top: 1px solid rgba(255,255,255,0.4);
	margin: 30px 0 0 0;
	padding: 20px 0 0 0;
}
.single .entry-footer-links {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	color: rgba(255,255,255,0.5);
	margin-bottom: 30px;
}
.single .cat-links {
	margin-right: 30px;
}
.single .cat-links a, 
.single .tags-links a {
	color: rgba(255,255,255,0.6);
}
.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: 'Nunito', sans-serif !important;
	font-size: 14px !important;
	font-weight: normal !important;
	color: rgba(255,255,255,0.5) !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;
}

.single .post-navigation {
	max-width: 1024px;
	margin: 30px auto 30px;
}
.single .nav-links {
	display: flex;
	align-items: center;
	font-size: 14px;
}
.single .nav-links .prev,
.single .nav-links .next {
	color: rgba(255,255,255,0.5);
	font-weight: normal;
}

/* Stories Posts */
.stories .entry-header {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}
.stories .entry-title {
	width: 100%;
}
.stories-custom-fields {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* ----- Pages ----- */
.page .entry-title {
	margin: 1.5em 0;
	text-align: center;
}

.page .entry-content {
	max-width: 1024px;
	margin: auto;
}
.page .entry-content p, 
.single .entry-content p {
	max-width: 60ch;
	margin: 0 auto 1.5em;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

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

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

.bypostauthor {
	display: block;
}

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

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media screen and (min-width: 768px) {

	/* ----- Site Header ----- */
	.site-header {
		height: 80px;
	}
	.site-branding {
		margin: 0;
		padding: 0;
		background: transparent;
	}
	.site-title {
		width: initial;
		position: fixed;
		top: 10px;
		left: 80px;
		z-index: 9999;
		margin: 0;
	}
	.site-title img,
	.site-logo img {
		width: 250px;
	}

	/* ----- Menu & Header Buttons ----- */
    .nav-container {
		position: fixed;
		z-index: 999;
		top: 0;
		left: 0;
		bottom: auto;
		height: 0;
		background-color: transparent;
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: center;
		padding: 0 20px 0;
	}
	.menu-toggle {
		position: fixed;
		top: 20px;
		left: 20px;
	}
	.menus-container {
		z-index: 999;
		left:30px;
		top: 60px;
		bottom: auto;
		padding: 0 20px 0 0;
		clip-path: polygon(8% 0%, 85% 10%, 100% 100%, 0% 90%);
	}
	.menus-container ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.main-navigation {
		padding: 30px ;
	}

	.search-icon {
		display: none;
	}
	.search-container {
		display: block;
	}
	.search-form {
		display: flex;
		justify-content: center;
		position: fixed;
		left: 20px;
		bottom: 40px;
		z-index: 99999;
		width: auto;
		background: transparent;
		padding: 0;
	}

	.share-button-container {
		position: fixed;
		top: 22px;
		right: 180px;
	}
	.share-button-container .icon {
		width: 30px;
		margin-right: 20px;
	}
	.share-button-container .icon:last-child {
		margin-right: 0;
	}

	.buy-tix-container {
		opacity: 1;
		top: 20px;
		right: 20px;
	}
	.buy-tix-button {
		font-size: 16px;
	}

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

	.site-footer {
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 999;
		width: 100%;
		margin-bottom: initial;
		background-color: #000000;
	}
	.footer-content {
		justify-content: flex-end;
	}
	.footer-signup {
		width: auto;
		margin: initial;
		
	}
	.footer-signup #mc_embed_signup_scroll {
		justify-content: flex-end;
	}
	.footer-signup #mc_embed_signup_scroll label {
		width: 40%;
		text-align: left;
		margin: 0;
	}
	.footer-signup #mce-EMAIL {
		width: 35%;
		margin: 0 0 0 3%;
	}
	.footer-signup #mc-embedded-subscribe {
		width: 20%;
		margin: 0 0 0 2%;
	}
	.footer .legal {
		text-align: right;
	}

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

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

	/* ----- Posts and pages ----- */
	.single .site-main {
		margin-top: 130px;
	}
	.single .entry-title {
		font-size: 36px;
		text-align: center;
	}
	.single .entry-content {
		margin: auto;
		font-size: 18px;
	}
	.single .entry-footer-links {
		margin-bottom: 0;
	} 

	/* Stories */
	.stories .entry-header {
		justify-content: space-around;
		align-items: flex-start;
		margin-top: 30px;
	}
	.stories .entry-title {
		width: 63%;
		margin: 0;
		text-align: left;
	}
	.stories .stories-custom-fields {
		font-size: 18px;
		width: 35%;
	}

}

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

	/* ----- Site Header ----- */
	.site-logo {
		display: block;
		position: fixed;
		top: 10px;
		left: calc(50% - 125px);
	}

	.footer-signup #mc_embed_signup_scroll label {
		width: 30%;
		text-align: left;
		margin: 0;
	}
	.footer-signup #mce-EMAIL {
		width: 35%;
	}
	.footer-signup #mc-embedded-subscribe {
		width: 20%;
	}

	/* ----- Front Page Elements ----- */
    .frontpage-section {
        margin-bottom: 50px;
    }
    .frontpage-section .cat-link {
        font-weight: 900;
        margin: 0;
	}
	
	/* Splash */
    .frontpage-splash {
        margin: auto;
	}

	/* Stories */
	.frontpage-stories-content {
		overflow-x: initial;
		margin: auto;
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
	}
	.frontpage-stories-content .post {
		width: 280px;
		margin: 30px auto;
	}
    .stories-background {
        clip-path: polygon(0% 15%, 100% 0%, 100% 87%, 0% 95%);
	}
	
	/* News */
	.frontpage-news {
		padding: 30px 0 0 0;
	}
    .news-background {
        clip-path: polygon(0% 0%, 100% 15%, 100% 80%, 0% 98%);
    }
    .frontpage-news .section-heading {
        width: 100%;
    }
	.frontpage-news-content .post {
		align-self: stretch;
		margin-right: 30px;
	}
    #mc_embed_signup h2 {
        width: 75%;
        margin: 0 auto 30px;
    }
    #mc-embedded-subscribe {
        font-weight: 900;
	}

	/* Press */	
	.press-quotes {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	.press-quote {
		width: 50%;
		margin: 0 10px 30px 10px;
	}

}  