/*!
Theme Name: MPAC
Theme URI: http://underscores.me/
Author: Jonathan Hoomes
Author URI: http://jhoomes.com
Description: Custom template for the Montgomery Performing Arts Centre
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mpac
Tags: custom-background, custom-logo, 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.

MPAC 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

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 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: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

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
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	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: 700;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

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

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

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

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

.main-navigation ul ul a {
	width: 200px;
}

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# 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;
	color: #21759b;
	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;
}

/* Custom
--------------------------------------------- */

/*reset*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote,
body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl,
dt, em, embed, fieldset, form, h1, h3, h4, h5, h6, header, hgroup, html, i,
iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output,
p, pre, q, ruby, s, samp, section, small, span, strike, strong, summary,
table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

h2, header span.bullet {
    vertical-align: baseline
}

h2, sub, sup {
    padding: 0
}

sub, sup {
    margin: 0;
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

footer, h2, sub, sup {
    border: 0;
    font: inherit
}

article, aside, details, header, hgroup, menu, nav, section {
    display: block
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

sup {
    top: -.25em;
    text-transform: lowercase;
    text-decoration: underline
}

sub {
    bottom: -.25em
}

a[href^="tel:"],.wrap p a[href^="tel:"]{
	text-decoration:none;color:#000;white-space:nowrap;	
}

html {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    min-width: 320px;
    -webkit-touch-callout: none;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

body {
    line-height:1;font-family:'Roboto', Arial, Helvetica, sans-serif;font-size:108%;font-weight:300;width:100%;overflow-x:hidden;color:#fff;background-color:#000;
}
p.breathe{line-height:150%;margin:0 auto 40px auto;display:block;text-align:center;padding-left:2%;padding-right:2%;font-size:90%;}
p.breathe a{text-decoration:underline;color:#fff;white-space: nowrap;}
p.breathe a:hover,p.breathe a:active{color:#4E58AD;}
@media(max-width:767px){
    p.breathe{font-size:70%;}
}

img.logo{
	position:fixed;width:118px;height:auto;left:50%;margin-left:-59px;top:14px;opacity:1;z-index:99999999999999;
	transition:all 0.25s ease-in-out;
	box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, .6);
	border-radius:150%;
}
img.logo:hover{
	transform: scale(1.05);
	transition:all 0.1s ease-in-out;
}
img.logo.scrolled{
	opacity:0;width:0;margin-left:0;
}
.bold{font-weight:700;}
/*header*/
header{
    width:100%;position:fixed;top:0;padding-top:5px;min-width:320px;z-index:99999999999;
}
header .container{
    position:relative;width:94%;max-width:1200px;height:68px;line-height:60px;margin:34px auto 0 auto;z-index:100;border:4px solid #dfd5c8;
	transition:all 0.2s ease-in-out;background:rgba(0,0,0,0.8);
}
header.scrolled .container{
	background:rgba(0,0,0,0.8);margin-top:5px;
}
header .container ul{
	font-family:'Rubik';font-weight:700;width:45%;text-align:center;display:inline-block;
	transition:all 0.2s ease-in-out;
}
header .container ul.left{
	border-right:0;padding-right:1%;
}
header .container ul.right{
	float:right;border-left:0;padding-left:1%;
}
header.scrolled .container ul{
	width:49.7%;padding-left:0;padding-right:0;
}
header.scrolled .container ul.left{
	margin-right:-4px;
}
header .container ul li{
	display:inline-block;width:23%;
}
header .container ul li a{
	text-decoration:none;color:#fff;border-bottom:3px hidden #4E58AD;padding-bottom:4px;text-shadow:1px 1px 2px rgba(0, 0, 0, 1);
	transition:all 0.2s ease-in-out;
}
header .container ul li a:hover,header .container ul li a:active{
	border-bottom:3px solid #4E58AD;
}
header .container ul li a.active{
	border-bottom:3px solid #4E58AD;
}
@media (max-width:1000px){
	img.logo{top:20px;width:94px;margin-left:-47px;}
	header .container ul{font-size:80%;}
}

@media only screen and (max-width:767px){
	img.logo{margin-left:0;left:3%;top:6px;box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);border-radius:0;}
	header .container{opacity:0;transition:opacity 0.2s ease-in-out;display:none;text-align:center;line-height:56px;border:0;width:0vw!important;height:0vh!important;background:none;}
	#mobile-btn{display:block;width:100vw!important;}
	header.mobile .container{opacity:1;display:block;width:100vw!important;height:100vh!important;transition:opacity 0.2s ease-in-out;}
	header.scrolled .container, header.scrolled.mobile .container{background:none;}
	header .container ul,header .container ul.left, header .container ul li{margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important;width:100%!important;display:block!important;opacity:0;}
	header.mobile .container ul,header.mobile .container ul.left, header.mobile .container ul li{opacity:1;}
	#mobile-bg{opacity:0;}
	#mobile-bg.mobile{position:fixed;z-index:1;width:100vw;margin-top:-50px;height: calc(100vh + 50px);background:#4E58AD;opacity:1;transition: opacity 0.2s ease-in-out;}
}

@media only screen and (max-width: 767px) and (orientation: portrait){
	header .container ul{display:block;border:0;font-size:130%;float:none!important;margin-top:108px;width:100vw!important;}
	header .container ul li{display:block;width:100%;float:none!important;}
}
@media only screen and (max-width:666px){
	header .container ul,header.scrolled ul,header.mobile .container ul{width:100%;}
	header .container ul.right{margin-top:0;}
}
@media only screen and (max-width: 767px) and (orientation: landscape){
	header .container ul{display:inline-block;max-width:49vw!important;font-size:130%;position:relative;vertical-align:top;}
	header .container ul.left{float:left;}
	header .container ul.right{float:right!important;}
	header .container ul li{max-width:49vw!important;}
}

	
/*hamburger menu*/
.hamburger{
  	position:fixed;right:-10px;top:16px;display:none;cursor:pointer;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible;outline:none;z-index:99999999999999999999999999999999999;
	transition-property:opacity, filter;transition-duration:0.15s;transition-timing-function:linear;opacity:0;
}
.hamburger-box{
	width:50px;height:50px;display:inline-block;position:relative;border-radius:50%;padding:10px;
	transition:all 0.25s ease-in-out;
}
.hamburger-box.scrolled{
	background-color:#4E58AD;
}
.hamburger-inner{
	display:block;top:50%;margin-top:11px;
}
.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after{
	width:30px;height:2px;background-color:#fff;border-radius:4px;position:absolute;
    transition-property:transform;transition-duration:0.15s;transition-timing-function:ease;
}
.hamburger-inner::before,.hamburger-inner::after{
	content:"";display:block;
}
.hamburger-inner::before{
    top:-6px;
}
.hamburger-inner::after{
    bottom:-6px;
}
@media (max-width:767px){
	.hamburger{opacity:1;display:inline-block;}
	.hamburger:hover{opacity:1;}
}
/*Elastic effect*/
.hamburger--elastic .hamburger-inner{
	top:2px;
	transition-duration:0.275s;transition-timing-function:cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before{
    top:10px;
    transition:opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after{
    top:20px;
    transition:transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner{
	transform:translate3d(0, 10px, 0) rotate(135deg);transition-delay:0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before{
	opacity:0;transition-delay:0s;
}
.hamburger--elastic.is-active .hamburger-inner::after{
    transform:translate3d(0, -20px, 0) rotate(-270deg);transition-delay:0.075s;
}
/* end hamburger menu*/

/*home slider*/
.slide{
	text-align:center;
}
.showinfo{
	position:absolute;bottom:0;left:0;right:0;padding-bottom:90px;text-align:center;display:block;z-index:9999999999;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
.showinfo h1, .event-page h1{
	display:block;margin:0 auto;font-size:450%;font-family:"Rubik";font-weight:700;text-transform:uppercase;line-height:110%;padding:0;
}
@media(max-width:767px){
	.event-page h1{
		font-size:202%;
	}
	.event-page h3{
		font-size:110%;
	}
}
.showinfo h2{
	font-size:250%;font-weight:700;line-height:110%;margin:0 auto;padding:0;
}
.showinfo .button{
	background:#4E58AD;padding:4px 20px;line-height:200%;font-size:150%;color:#fff;text-decoration:none;border-radius:50px;display:block;max-width:180px;margin:20px auto;z-index:9999999999;font-family:"Rubik";font-weight:700;
	transition:all 0.3s ease-in-out;text-shadow:0;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.75);
}
.showinfo .button:hover{
	background:#5059AD;
}

/*flickity*/
.carousel{height:98vh;margin-top:-60px;}
.carousel-cell{width:100%;height:98vh;margin-left:auto;margin-right:auto;text-align:center;counter-increment:gallery-cell;}
.carousel-cell-image{width:100%;height:auto;max-width:1400px;transition:opacity .4s;opacity:0;}
.carousel-cell .overlay::before{background:#000;opacity:0.42;position:absolute;content:"";top:0;left:0;right:0;bottom:0;}
.carousel-cell .showinfo{text-align:center;margin-left:auto;margin-right:auto;width:90%;max-width:960px;}
.carousel-cell .date{font-size:150%;line-height:200%;font-weight:400;margin-bottom:20px;text-transform:uppercase;}
.carousel-cell .main-title{font-family:"Rubik";font-weight:700;font-size:350%;text-transform: uppercase;margin-top:10px;margin-bottom:10px;}
.carousel-cell .sub-title{font-size:240%;letter-spacing:2px;text-transform: uppercase;font-weight:400;}
.carousel-cell a.button{text-align:center!important;margin-top:50px!important;}
.carousel-cell-image.flickity-lazyerror,.carousel-cell-image.flickity-lazyloaded{opacity:1;}
#gallery .carousel,#gallery .carousel-cell{height:calc(98vh - 230px);}

/*homepage images css are on homepage*/
/*end flickity*/

@media (max-width:1280px){
	.showinfo{font-size:75%;}
	.showinfo .button{font-size:120%;}
}
@media (max-width:1023px){
	.showinfo{font-size:60%;}
	.showinfo .button{font-size:180%;}
}
@media (max-width:767px){
	.showinfo{font-size:45%;padding-bottom:5px;z-index:2!important;}
	.showinfo .button{max-width:120px;font-size:210%;}
	.fp-slidesNav{display:none;visibility:hidden;height:0;width:0;}
}
@media (max-width:666px){
	.carousel,.carousel-cell{height:90vh;}
	.showinfo{width:90%;margin-left:auto;margin-right:auto;}
}
/*end home slider*/

.fromstage{
	width:100%;display:block;height:510px;background:url("/wp-content/uploads/fromstage-22.jpg") no-repeat center center;position:relative;text-align:center;text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);padding-top:110px;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.fromstage span{
	letter-spacing:10px;font-size:150%;
}
.fromstage span span{
	font-weight:400;
}
.fromstage .title{
	font-family:"Rubik";font-weight:700;font-size:250%;margin:10px 0 30px;
}
.fromstage p{
	font-size:140%;width:94%;margin:10px auto;max-width:880px;line-height:150%;margin-bottom:40px;
}
.fromstage a{
	color:#fff;font-family:"Rubik";font-size:180%;text-transform:uppercase;text-decoration:none;border-bottom:3px solid #fff;
}
.fromstage a:before{
	content:">";margin-right:5px;border-bottom:2px hidden #fff;
}
@media (max-width:1023px){
	.fromstage{font-size:78%;height:380px;}
}
@media (max-width:767px){
	.fromstage{font-size:65%;height:315px;padding-top:60px;}
}
@media (max-width:666px){
	.fromstage{padding-top:40px;}
	.fromstage span{font-size:120%;letter-spacing:3px;}
	.fromstage .title{font-size:145%;}
	.fromstage p{font-size:120%;}
}


.message-home{
	width:100%;display:block;background:black;position:relative;text-align:center;text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);padding-top:160px;
}
.message-home span{
	letter-spacing:10px;font-size:150%;
}
.message-home span span{
	font-weight:400;
}
.message-home .title{
	font-family:"Rubik";font-weight:700;font-size:250%;margin:10px 0 30px;
}
.message-home p{
	font-size:140%;width:94%;margin:10px auto;max-width:880px;line-height:150%;margin-bottom:40px;
}
.message-home a{
	color:#fff;font-family:"Rubik";font-size:180%;text-transform:uppercase;text-decoration:none;border-bottom:3px solid #fff;
}
.message-home a:before{
	content:">";margin-right:5px;border-bottom:2px hidden #fff;
}
@media (max-width:1023px){
	.message-home{font-size:78%;}
}
@media (max-width:767px){
	.message-home{font-size:65%;padding-top:100px;}
}
@media (max-width:666px){
	.message-home{padding-top:80px;}
	.message-home span{font-size:120%;letter-spacing:3px;}
	.message-home .title{font-size:145%;}
	.message-home p{font-size:120%;}
}



.upcoming{
	width:100%;display:block;background:url("/img/home-mic.jpg") no-repeat center center;position:relative;text-align:center;text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);padding:110px 0;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.upcoming .title{
	font-family:"Rubik";font-weight:700;font-size:210%;text-transform:uppercase;
}
.upcoming .events{
	display:block;margin:60px auto;width:94%;max-width:1100px;
}
.upcoming .events .event{
	display:block;margin-bottom:40px;font-size:130%;
}
.upcoming .events .event .date{
	display:inline-block;width:30%;margin-right:3%;line-height:150%;vertical-align:top;text-align:left;
}
.upcoming .events .event .date:before{
	content:"\25CF";color:#4E58AD;font-size:60%;margin-right:5px;display:inline-block;vertical-align:top;
}
.upcoming .events .event .artist{
	display:inline-block;width:47%;margin-right:3%;vertical-align:top;text-align:left;line-height:150%;
}
.upcoming .events .event .tickets{
	display:inline-block;width:15%;vertical-align:top;text-align:left;
}
.upcoming .events .event .tickets a{
	text-decoration:none;text-transform:uppercase;font-family:"Rubik";font-weight:700;color:#fff;border:2px solid #fff;font-size:70%;padding:4px 7px;transition:all 0.3s ease-in-out;
}
.upcoming .events .event .tickets a.vip{
	color:#2c3160;border:2px solid #2c3160;margin-left:14px;padding:4px 10px;
}
.upcoming .events .event .tickets a.twoshows{
	margin-left:14px;
}
.upcoming .events .event .tickets a:hover{
	color:#4E58AD;border:2px solid #4E58AD;
}
.upcoming .button{
	background:#2c3160;padding:4px 20px;line-height:220%;font-size:130%;color:#fff;text-decoration:none;border-radius:50px;display:block;max-width:150px;margin:20px auto;z-index:9999999999;font-family:"Rubik";font-weight:700;vertical-align:middle;
	transition:all 0.3s ease-in-out;text-shadow:none;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.75);
}
.upcoming .button:hover{
	background:#5059AD;
}
.upcoming .events .event .alert{
	color:#5059AD;font-size:80%;font-weight:bold;
}
.upcoming .button img{
	height:16px;width:16px;margin-right:8px;
}
@media (max-width:1023px){
	.upcoming{font-size:78%;}
}
@media (max-width:767px){
	.upcoming{padding-bottom:30px;}
}
@media (max-width:666px){
	.upcoming .events .event{width:75%;margin-left:auto;margin-right:auto;border-bottom:1px solid #2c3160;}
	.upcoming .events .event .date,.upcoming .events .event .artist,.upcoming .events .event .tickets{width:100%;display:block;margin-right:0;margin-bottom:10px;text-align:center;}
	.upcoming .events .event .date{color:#2c3160;text-transform:uppercase;}
	.upcoming .events .event .date:before{content:"";}
	.upcoming .events .event .tickets{padding:10px 0 25px 0;}
}

.gallery{
	width:100%;display:block;background:#000;position:relative;text-align:center;padding:110px 0 40px 0;
}
.gallery .title{
	font-family:"Rubik";font-weight:700;font-size:210%;text-transform:uppercase;
}
.gallery .photo-grid{
	height:640px;width:1280px;margin:30px auto;display:block;vertical-align:top;
}
.gallery .photo-grid a{
	width:25%;height:33.4%;float:left;vertical-align:top;display:inline;position:relative;
}
.gallery .photo-grid a.large{
	width:50%;height:66.6%;
}
.gallery .photo-grid a.right{
	float:right;
}
.gallery .photo-grid a img{
	width:100%;height:auto;
}
.gallery .photo-grid a .overlay{
	position:absolute;top:0;bottom:0;left:0;right:0;opacity:0;text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	background: -moz-linear-gradient(-45deg, rgba(78,88,173,0.88) 0%, rgba(45,49,46,0.87) 69%, rgba(45,49,46,0.86) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(78,88,173,0.88) 0%, rgba(45,49,46,0.87) 69%, rgba(45,49,46,0.86) 100%);
	background: linear-gradient(135deg, rgba(78,88,173,0.88) 0%, rgba(45,49,46,0.87) 69%, rgba(45,49,46,0.86) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfd5c9', endColorstr='#2d3161',GradientType=1 );
	transition:0.5s ease;
}
.gallery .photo-grid a:hover .overlay{
	opacity:1;vertical-align:middle;
}
.gallery .photo-grid a .overlay span.info{
	font-family:"Rubik";font-weight:700;text-align:center;display:block;vertical-align:middle;font-size:110%;color:#fff;position:relative;line-height:140%;margin-top:35%;
}
.gallery .photo-grid a .overlay span span{
	font-family:"Roboto";font-weight:300;font-size:90%;display:block;
}
@media (max-width:1300px){
	.gallery .photo-grid{height:510px;width:1020px;}
	.gallery .photo-grid a .overlay span.info{margin-top:25%;font-size:100%;}
}
@media (max-width:1040px){
	.gallery .photo-grid{height:470px;width:940px;}
}
@media (max-width:1023px){
	.gallery .photo-grid{height:380px;width:760px;}
}
@media (max-width:767px){
	.gallery .photo-grid{height:auto;width:94%;max-width:600px;margin-top:15px;}
	.gallery .photo-grid a{width:100%;height:auto;float:none;display:block;}
	.gallery .photo-grid a.large{width:100%;height:auto;}
	.gallery .photo-grid a.right{float:none;}
}

.newsletter{
	width:94%;display:block;background:#000;margin:0 auto;max-width:1200px!important;font-size:110%;padding-bottom:65px;
}
.signup{
  display:flex;justify-content:center;height:90px;margin-top:60px;max-width:1200px!important;
}
.newsletter .signup div{
	vertical-align:middle;padding:0;
}
.newsletter div span{
	line-height:90px;white-space: nowrap;padding:0 30px;
}
.newsletter .first{
	background:#2d3160;font-family:"Rubik";font-weight:700;text-transform:uppercase;text-align:center;display:flex;
}
.newsletter .second,.newsletter .third{
	background:#4E58AD;display:flex;
}
.newsletter .second{
	flex-grow:1;
}
.newsletter .noptin-form-fields{
	line-height:90px;margin-top:4px;
}
.newsletter .noptin-form-submit{
	margin-right:30px;
}
.newsletter .noptin-form-submit:hover{
	cursor:pointer!important;
}

/* also controlled in /wp-content/plugins/newsletter-optin-box/includes/forms/views/legacy/frontend-optin-form.php*/
.newsletter .noptin-form-note{
	display:block!important;background:#000!important;
}
/*.newsletter .third input{
	font-size:90%;font-family:"Roboto";border-radius:10px 0 0 10px;height:40px;margin-top:25px;border:none;outline:none;padding:0 10px;width:200px;
}
.newsletter .third button{
	font-size:90%;font-family:"Rubik";font-weight:700;background:#2c3160;border:none;outline:none;border-radius:0 10px 10px 0;text-transform:uppercase;color:#fff;height:40px;margin-left:-5px;margin-top:-1px;padding:0 15px;cursor:pointer;
}*/
.statusMessage{
	display:none;font-size:80%;margin-top:25px;font-weight:700;
}
@media (max-width:1180px){
	.newsletter{font-size:100%;overflow:visible!important;max-width:600px!important;margin-bottom:110px;display:block;}
	.signup{flex-direction:column;overflow:visible!important;max-width:600px!important;display:block;}
	.newsletter div span{line-height:70px;padding:0 15px;text-align:center;display:block;margin:0 auto;}
	.newsletter .noptin-form-fields{line-height:70px;overflow:visible!important;display:block;margin-left:auto!important;margin-right:auto!important;}
	.newsletter .second span{line-height:50px;padding-top:0;padding-bottom:0;height:auto;margin-bottom:0;}
	.newsletter .third{text-align:center;padding-top:0;}
	.newsletter .third form, .newsletter .noptin-optin-main-wrapper{display:block!important;margin-left:auto!important;margin-right:auto!important;max-width:100%!important;width:100%!important;text-align:center!important;padding-right:0!important;}
	.newsletter .noptin-field-email{margin-left:30px!important;}
}
@media (max-width:1023px){
	.newsletter .second{display:none;font-size:0;padding:0;}
}
@media (max-width:500px){
	.newsletter .noptin-field-email{margin-right:30px!important;}
	.newsletter input{text-align:center!important;}
	.newsletter .noptin-form-submit{margin-right:auto!important;}
}

/*footer*/
footer{
	width:94%;display:block;background:#000;margin:0 auto;max-width:1100px;font-size:110%;padding-bottom:60px;text-align:center;
}
footer .column{
	width:30%;margin:0 1%;text-align:left;font-size:170%;vertical-align:top;display:inline-block;
}
footer .column:first-child{
	font-family:"Rubik";font-weight:700;line-height:150%;
}
footer .column:first-child a{
	text-decoration:none;display:block;color:#fff;text-transform:uppercase;
	transition:all 0.3s ease-in-out;
}
footer .column:first-child a:hover{
	color:#4E58AD;
	transition:all 0.3s ease-in-out;
}
footer .column:nth-child(2) a{
	text-decoration:none;color:#fff;display:block;font-size:90%;margin-bottom:40px;
	transition:all 0.3s ease-in-out;
}
footer .column:nth-child(2) a:hover{
	color:#4E58AD;
	transition:all 0.3s ease-in-out;
}
footer .column:nth-child(2) a svg{
	height:44px;width:44px;margin-right:10px;display:inline-block;fill:#fff;vertical-align:middle;
	transition:all 0.3s ease-in-out;
}
footer .column:nth-child(2) a:hover svg{
	fill:#4E58AD;
	transition:all 0.3s ease-in-out;
}
footer .column:nth-child(3){
	text-align:center;font-size:100%;line-height:150%;
}
footer .column:nth-child(3) img{
	width:90%;height:auto;max-width:170px;margin:0 auto 20px auto;display:block;
}
footer .column:nth-child(3) span.bold{
	font-weight:700;
}
footer .column:nth-child(3) a{
	color:#fff;text-decoration:none;white-space:nowrap;
}
@media (max-width:1023px){
	footer{font-size:78%;}
	footer .column:nth-child(2){height:32px;}
	footer .column:nth-child(2) a svg{width:32px;height:32px;}
	footer .column:nth-child(3) img{max-width:130px;}
}
@media (max-width:666px){
	footer .column{margin:0 3%;font-size:150%;}
	footer .column:first-child{width:65%;}
	footer .column:nth-child(2){width:20%;text-align:left;}
	footer .column:nth-child(2) a{font-size:0;margin-bottom:20px;}
	footer .column:nth-child(3){width:90%;font-size:140%;margin-top:30px;}
}


/*content pages*/
img.fitme{margin:0 auto;width:80%;max-width:360px;height:auto;display:block;}
img.fitme.less{max-width:260px;height:auto;}

img.fit{width:90%;height:auto;max-width:90%;display:block;margin:0 auto;}
span.headline{font-size:250%;color:#000;text-align:left;display:block;font-weight:bold;margin:60px auto 28px auto;line-height:150%;}
span.headline.smaller{font-size:160%;}

@media(max-width:767px){
    span.headline{font-size:200%;}
    img.fit{width:100%;max-width:100%;}
}

.space{
	display:block;position:relative;width:100%;height:40px;
}
.mini-space{
	display:block;position:relative;width:100%;height:20px;
}
.big-space{
	display:block;position:relative;width:100%;height:80px;
}
.page-hero{
	position:relative;display:block;width:100%;height:70vh;min-height:415px;margin-top:-12px;text-align:center;text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);vertical-align:middle;
}
.page-hero.min{
	height:15vh;min-height:180px;
}
.hero-text{
	position:absolute;top:60%;left:50%;width:90%;max-width:980px;margin-left:auto;margin-right:auto;display:block;vertical-align:middle;
	transform: translate(-50%, -50%);
}
.page-hero span{
	letter-spacing:7px;font-size:180%;font-weight:400;
}
.page-hero span span{
	font-weight:700;
}
.page-hero .title{
	font-family:"Rubik";font-weight:700;font-size:500%;margin:5px 0 25px;text-transform:uppercase;
}
.page-hero p{
	font-size:140%;width:94%;margin:10px auto;max-width:880px;line-height:150%;margin-bottom:40px;
}
.page-hero .title.reversed{
	margin-bottom:0;
}
.page-hero span.reversed{
	margin-bottom:35px;display:block;
}
#content{
	width:100%;background:#fff;position:relative;display:block;padding:100px 0;color:#000;font-size:108%;text-align:center;margin-bottom:30px;
	-webkit-box-shadow: inset 0px 3px 7px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0px 3px 7px 0px rgba(0,0,0,0.3);
	box-shadow: inset 0px 3px 7px 0px rgba(0,0,0,0.3);
}
#content .wrap,#gallery .wrap{
	width:94%;max-width:1200px;display:block;margin:0 auto;
}

/*events page*/
#page-events.page-hero{
	background:url("/wp-content/uploads/fromstage-22.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#calendar {
	max-width: 900px;
	margin: 0 auto;
}
.event-list{
	display:block;position:relative;margin:20px auto 0 auto;width:100%;max-width:700px;text-align:left;
}
.event-list .event{
	display:block;padding-bottom:10px;border-bottom:1px solid #2c3160;margin-bottom:60px;
}
.event-list .event:last-child{
	border-bottom:none;
}
img.event-img{
	display:block;width:100%;height:auto;margin-bottom:25px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.35);
}
img.event-img.split{
	width:49.5%;display:inline;
}
.event-name{
	font-family:"Rubik";font-weight:700;font-size:250%;text-transform:uppercase;display:block;margin-bottom:42px;
}
.event-name.presents{
	font-size:150%;display:block;margin-bottom:0;
}
.event-name.presents.up{
	margin-bottom:42px;margin-top:-42px;
}
.event-name.small{
	font-size:135%;display:block;
}
.event-name.small.up{
	margin-top:-42px;	
}
.event-name.smaller{
	font-size:70%;display:block;
}
.event-name.lower{
	font-size:130%;text-transform:none;font-weight:normal;line-height:150%;margin-top:-30px;
}
.event-name.lower.down{
	margin-top:0;
}
.event-name.lower span{
	font-size:80%;font-style:oblique;
}
.event-date{
	font-size:120%;line-height:200%;display:block;font-weight:400;
}
.event-price{
	font-size:105%;display:block;line-height:200%;margin-bottom:50px;
}
.event-desc{
	font-size:88%;display:block;line-height:150%;margin-bottom:50px;margin-top:-40px;
}
.event-list a.button,.button-link{
	display:block;background:#4E58AD;padding:4px 20px;line-height:200%;font-size:110%;color:#fff;text-decoration:none;border-radius:50px;max-width:150px;font-family:"Rubik";font-weight:700;margin:20px auto;text-align:center;white-space:nowrap;
	transition:all 0.3s ease-in-out;text-shadow:0;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.75);
}
.event-list a.button:hover,.button-link{
	background:#5059AD;
}
@media (max-width:1023px){
	.event-name{font-size:200%;margin-bottom:10px;}
	.event-name.presents{font-size:140%;}
	.event-name.presents.up{margin-top:0px;}
	.event-name.lower{margin-top:0;}
	.event-date{font-size:110%;}
	.event-price{font-size:100%;}
	.event-desc{font-size:84%;}
}
@media (max-width:767px){
	.event-name{font-size:170%;}
	.event-name.presents{font-size:130%;}
	.event-name.lower{font-size:120%;}
	.event-price{line-height:150%;}
}
@media (max-width:666px){
	.event-name{font-size:125%;}
	.event-name.presents{font-size:100%;}
	.event-name.lower{font-size:105%;}
	.event-date{font-size:97%;}
	.event-price{font-size:95%;}
	.event-desc{font-size:80%;}
	img.event-img.split{width:49%;}
	.event-list a.button,.button-link{font-size:95%;}
}
/*end events page*/

/*photo gallery pages*/
#gallery{
	width:100%;background:#000;position:relative;display:block;padding:130px 0 50px 0;color:#000;font-size:108%;text-align:center;
}
#gallery .event-title{
	font-size:350%;color:#fff;text-transform:uppercase;display:block;margin:20px auto;text-align:center;font-family:"Rubik";font-weight:700;letter-spacing:1px;
}
@media (max-width:1024px){
	#gallery .event-title{font-size:220%;letter-spacing:0;}
}
@media (max-width:1023px) and (orientation:portrait){
	#gallery{padding:120px 0 0 0;}
	#gallery .event-title{font-size:120%;letter-spacing:0;}
	#gallery .carousel-cell{height:98vh;}
	#gallery .flickity-prev-next-button,#gallery .flickity-prev-next-button svg,#gallery .flickity-prev-next-button .arrow{height:0;width:0;visibility:hidden;display:none;}
}
@media (max-width:767px) and (orientation:landscape){
	#gallery .event-title{font-size:150%;letter-spacing:0;}
	#gallery .carousel-cell{height:98vh;}
}
/*end photo gallery pages*/
.filter-newblue{
	filter: invert(36%) sepia(41%) saturate(789%) hue-rotate(195deg) brightness(93%) contrast(95%);
}
.wrap h1{
	font-weight:700;text-transform:uppercase;color:#4E58AD;font-size:215%;letter-spacing:2px;line-height:150%;text-align:center;
}
.wrap h2{
	font-weight:400;font-size:165%;line-height:150%;color:#4E58AD;text-align:center;
}
.wrap h3,.event-page h3{
	font-weight:400;font-size:125%;color:#000;line-height:150%;text-align:center;
}
@media(max-width:767px){
	.event-page h3{
		font-size:90%;
	}
}
.wrap h3.alert{
	background:#5059AD;padding:5px 10px;text-align:center;color:#fff;margin-bottom:25px;
}
.wrap h3 a{
	color:#4E58AD;text-decoration:none;
}
.wrap h3 a[href^="tel:"]{
	color:#000;
}
.wrap h3 a:hover,.wrap h3 a:active{
	text-decoration:underline;
}
.wrap h4{
	font-weight:300;font-size:105%;color:#2c3160;line-height:150%;text-align:center;
}
.wrap p{
	max-width:900px;margin:0 auto;line-height:170%;text-align:left;font-size:110%;
}
.wrap p a{
	color:#5059AD;text-decoration:none;
}
.wrap p a:hover,.wrap p a:active{
	text-decoration:underline;
}
.wrap p img.right,.wrap p img.left{
	max-width:45%;height:auto;
}
.wrap p img.right{
	float:right;margin:20px 0 20px 20px;
}
.wrap p img.left{
	float:left;margin:20px 20px 20px 0;
}
.wrap img.wide{
	display:block;width:100%;height:auto;margin:50px auto;max-width:720px;
}
@media (max-width:1023px){
	.hero-text{font-size:85%;}
}
@media (max-width:767px){
	.wrap h1{font-size:180%;letter-spacing:0;}
	.wrap h2{font-size:150%;}
	.wrap h3{font-size:90%;}
	.wrap p{font-size:92%;}
}
@media (max-width:666px){
	.hero-text{font-size:75%;}
	.page-hero .title{font-size:350%;}
	.wrap p img.right,.wrap p img.left{float:none;display:block;margin-left:auto;margin-right:auto;max-width:100%;}
}

/*newsletter thanks page*/
#page-thanks.page-hero{
	background:url("/wp-content/uploads/fromstage-22.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
/*end newsletter thanks page*/

/*membership page*/
#page-membership.page-hero{
	background:url("/wp-content/uploads/hero-members-22.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.level{
	text-align:left;display:inline-block;width:43%;margin:0 3% 70px 3%;vertical-align:top;
}
.wrap .level h2{
	line-height:100%;
}
.level ul{
	margin:0;padding:0;
}
.level ul li{
	border-bottom:1px solid #2c3160;line-height:150%;padding:10px 0;font-size:88%;
}
@media (max-width:1023px){
	.level{display:block;width:100%;margin-left:0;margin-right:0;}
	.wrap .level h2{text-align:left;}
}
/*end membership page*/

/*contact page*/
#page-contact.page-hero{
	background:url("/wp-content/uploads/hero-contact-22.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.contact-info ul{
	display:block;position:relative;vertical-align:top;margin:0 auto;max-width:1200px;
}
.contact-info ul li{
	display:inline-block;text-align:center;line-height:150%;font-weight:400;vertical-align:top;width:33%;margin-bottom:50px;
}
.contact-info ul li img{
	height:40px;width:auto;display:block;margin:0 auto 10px auto;
}
.contact-info ul li span{
	display:block;text-transform:uppercase;font-family:"Rubik";font-weight:700;font-size:80%;letter-spacing:1px;
}
.contact-info ul li span.name{
	display:block;text-transform:none;font-family:"Roboto";font-weight:700;font-size:130%;letter-spacing:0;margin-bottom:5px;
}
.contact-info ul li a{
	color:#4E58AD;text-decoration:none;
}
.contact-info ul li a[href^="tel:"]{
	color:#000;
}
.contact-info ul li a:hover,.contact-info ul li a:active{
	text-decoration:underline;
}
#page-contact iframe{
	width:94%;max-width:1200px;margin-bottom:30px;
}
@media (max-width:1023px){
	.contact-info ul li{display:block;width:100%;}
}
@media (max-width:767px){
	#page-contact iframe{width:90%;height:90vh;}
}
/*end contact page*/

/*lodging page*/
#page-lodging.page-hero{
	background:url("/wp-content/uploads/hero-lodging-22.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
@media (max-width:767px){
	#page-lodging h3{font-size:120%;}
}
/*end lodging page*/

/*venue page*/
#page-location.page-hero{
	background:url("/wp-content/uploads/hero-location-22.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#page-location iframe{
	width:94%;max-width:1200px;margin-bottom:30px;
}
.seating a{
	display:inline-block;width:45%;margin:5px 1.5% 30px 1.5%;height:360px;vertical-align:top;text-align:center;border:1px solid #4E58AD;border-radius:5px;
}
.seating a:hover{
	border:1px solid #347cbc;
}
.seating a img{
	width:100%;height:auto;max-height:320px;vertical-align:center;display:block;margin:20px auto 0 auto;
}
@media (max-width:767px){
	#page-location iframe{width:90%;height:90vh;}
}
@media (max-width:666px){
	.seating a{display:block;width:100%;margin-left:0;margin-right:0;}
	.seating a.first{margin-bottom:60px;}
}
/*end venue page*/

/*start main photos page*/
#page-photos.page-hero{
	background:url("/wp-content/uploads/hero-photos-22.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.photo-gallery{
	text-decoration:center;
}
.photo-gallery a{
	display:inline-block;width:30%;margin:0 1% 70px 1%;padding-bottom:10px;text-decoration:none;min-width:344px;
	-webkit-box-shadow: 0px 10px 18px -12px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 18px -12px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 18px -12px rgba(0,0,0,0.75);
}
.photo-gallery span{
	display:block;text-align:center;color:#4E58AD;line-height:120%;
}
.photo-gallery span.artist{
	font-weight:400;font-size:120%;
}
.photo-gallery span.date{
	color:#5059AD;font-size:90%;margin-bottom:10px;
}
.photo-gallery a img{
	display:block;width:100%;height:auto;margin-top:10px;
}
.atvImg{
	border-radius:5px;
	transform-style:preserve-3d;
	-webkit-tap-highlight-color:rgba(#000,0);
}
.atvImg img{
	border-radius:5px;
	box-shadow:0 2px 8px rgba(14,21,47,0.25);
}
.atvImg-container{
	position:relative;width:100%;height:100%;border-radius:5px;
	transition:all 0.2s ease-out;
}
.atvImg-container.over .atvImg-shadow{
	box-shadow:0 45px 100px rgba(14,21,47,0.4), 0 16px 40px rgba(14,21,47,0.4);
}
.atvImg-layers{
	position:relative;width:100%;height:100%;border-radius:5px;overflow:hidden;transform-style:preserve-3d;
}
.atvImg-rendered-layer{
	position:absolute;width:104%;height:104%;top:-2%;left:-2%;background-repeat:no-repeat;
	background-position:center;
	background-color:transparent;
	background-size:cover;
	transition:all 0.1s ease-out;
}
.atvImg-shadow{
	position:absolute;top:5%;left:5%;width:90%;height:90%;
	transition:all 0.2s ease-out;
	box-shadow:0 8px 30px rgba(14,21,47,0.6);
}
.atvImg-shine{
	position:absolute;top:0;left:0;right:0;bottom:0;border-radius:5px;
	background:linear-gradient(135deg, rgba(255,255,255,.25) 0%,rgba(255,255,255,0) 60%);
}
#page-photos .image{
    width:320px;height:190px;margin:0 auto;
}
#page-photos #images{
    position:relative;width:100%;height:675px;
}
#page-photos #images .image{
    position:absolute;width:100%;height:100%;
	background-color:transparent;
    background-repeat:no-repeat;
    background-position:center;
    -moz-background-size:cover;
    -o-background-size:cover;
    -webkit-background-size:cover;
    background-size:cover;
}
/*end main photos page*/

/*a la carte sessions page*/
#page-sessions.page-hero{
	background:url("/wp-content/uploads/hero-sessions.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/*nashville nights page*/
#nashville-nights.page-hero{
	background:url("/wp-content/uploads/hero-nashvillenights.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/*end content pages*/

/* Event pages */
.eventpost .entry-title, .eventpost .entry-meta, .eventpost .cat-links{
	font-size:0;display:none!important;visibility:hidden!important;
}
#post-container{
	margin:125px auto 0 auto;width:96%;max-width:1200px;padding:50px 0;display:flex;
}
#post-container .column-left{
	max-width:calc(70% - 90px);margin-right:90px;color:#000;
}
#post-container .column-left p,#post-container .column-left span.bold{
	font-size:120%;line-height:150%;margin-bottom:20px;
}
#post-container .column-right{
	margin-left:auto;width:100%;background:#3d4589;padding:30px 20px;max-width:446px;
}
#post-container .column-mobile{
	width:100%;background:#3d4589;padding:30px 20px;color:#fff!important;display:none!important;
}
#post-container .column-right .button,.buttons .button,#post-container .column-mobile .button,.buttons .button{
	background:#2c3160;padding:4px 20px;line-height:200%;font-size:150%;color:#fff;text-decoration:none;border-radius:50px;display:block;max-width:180px;margin:10px auto 20px auto;font-family:"Rubik";font-weight:700;text-align:center;
	transition:all 0.3s ease-in-out;text-shadow:0;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.75);
}
#post-container .column-right .button:hover,.buttons .button:hover,#post-container .column-mobile .button:hover{
	color:#4E58AD;background:#fff;
}
#post-container .event-date{
	text-transform:uppercase;border-bottom:1px solid #fff;font-weight:bold;padding:10px 0;line-height:150%;margin:10px 0 15px 0;
}
#post-container .event-date span{
	display:block;font-size:90%;font-weight:normal;text-transform:none;
}
#post-container .event-date span.small{
	font-size:70%;
}
#post-container .event-date span a{
	color:#fff!important;
}
#post-container .post-thumbnail{
	display:block;width:100%;height:auto;padding-bottom:30px;
}
#post-container .entry-content{
	color:#000;
}
@media(max-width:900px){
	#post-container .column-left{margin-right:60px;}
	#post-container .column-left p,#post-container .column-left span.bold{font-size:110%;}
}
@media(max-width:767px){
	#post-container{display:block!important;width:94%;}
	#post-container .column-left,#post-container .column-right{margin:0;width:100%!important;max-width:100%!important;display:block;}
	#post-container .column-right{display:none!important;}
	#post-container .event-name{font-size:180%!important;}
	#post-container .presents{font-size:120%!important;}
	#post-container .column-mobile{display:block!important;}
	.column-mobile .event-date{font-size:120%!important;}
}

h2.wp-block-heading{
	font-size:140%;font-weight:bold;line-height:150%;padding-top:25px;
}
.entry-content ul{
	list-style:disc;font-size:120%;line-height:180%;padding-left:20px;padding-bottom:20px;
}
