/*
Theme Name: Adirondack Theatre Festival
Theme URI: http://underscores.me/
Author: Mannix Marketing, Inc.
Author URI: http://www.mannixmarketing.com
Description: Custom responsive theme for Adirondack Theater Festival.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: atfestival

This theme, like WordPress, is licensed under the GPL.

atfestival is based on Underscores http://underscores.me/, (C) 2012-2015 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 http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}
body{margin:0}
hr{box-sizing:content-box;height:0}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
a{background-color:transparent}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
b,strong{font-weight:bolder}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative}
sub{bottom:-.25em}
sup{top:-.5em}
img{border-style:none}
button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}
button,select{text-transform:none}
[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}
[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}
fieldset{padding:.35em .75em .625em}
legend{color:inherit;display:table;max-width:100%;white-space:normal}
textarea{overflow:auto}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
details{display:block}
summary{display:list-item}
[hidden],template{display:none}
button,hr,input{overflow:visible}
progress,sub,sup{vertical-align:baseline}
[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {font-size:16px;}
body, button, input, select, textarea {
	color: #3a3a3a;
	font-family: "Open Sans", sans-serif;
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px;
	line-height: 1.2;
}
h1, h2 {
	font-weight: 300;
	text-transform: none;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 30px;
}
.entry-content h2 {
    margin: 0 0 .5em;
    font-weight: 700;
    font-size: 22px;
}

p {margin: 0 0 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; font-size: 15px; font-size: 0.9375rem; 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; font-size: 15px; font-size: 0.9375rem;}
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}
*,:after,:before{box-sizing:inherit}
body{background:#fff}
hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}
ol,ul{margin:0 0 1.5em 0}
ul{list-style:disc}
ol{list-style:decimal}
li>ol,li>ul{margin-bottom:0;margin-left:1.5em}
dt{font-weight:700}
dd{margin:0 1.5em 1.5em}
img{height:auto;max-width:100%}
figure{margin:1em 0}
table{margin:0 0 1.5em;width:100%}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:visited {
	color: #0299b4;
	text-decoration: none;
	transition: all ease 0.5s;
}
a:hover, a:focus, a:active {
	color: #000;
	text-decoration: underline;
	outline: 0;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.button, a.button, a.button:visited, button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #666;
	border: 1px solid transparent;
	border-radius: 5px;
	box-shadow: none;
	color: #FFF;
	display: inline-block;
	line-height: 1;
	padding: 10px 20px;
}
.gf_browser_ie.gform_wrapper .gform_footer input.button { padding: .6em 1em !important; }

.button:hover, a.button:hover, button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:focus, a.button:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.button:active, a.button:active,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {

}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #666;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}


/*--------------------------------------------------------------
# Custom Styles
--------------------------------------------------------------*/

.entry-content {font-family: proxima-nova,sans-serif;}
#content:before {display: block; content: " "; margin-top: -220px; height: 220px; visibility: hidden; pointer-events: none;}
.container { max-width: 1090px; margin: 0 auto; box-sizing: border-box; position: relative; padding: 0 10px; }
.wide-column, .widget-area { float: left; box-sizing: border-box; }
.wide-column { width: 75%; padding-right: 3%; }
.widget-area { width: 25%; padding-left: 1.5%; }
.nowrap { white-space: nowrap; }
#mannix { font-size: 12px; font-style: italic; margin-top: 10px; }
#mannix p { margin-bottom: 0.125em; }
.row { padding: 40px 0; }
.embed-container {height:0; margin-bottom:2em; max-width:100%; overflow:hidden; padding-bottom:56.25%; position:relative;}
.embed-container iframe, .embed-container object, .embed-container embed {position:absolute; top:0; height:100%; left:0; width:100%;}

#sticky-anchor {
	position: absolute;
	transition: all ease 0.3s;
	width: 100%;
}
.site-header {
	background: #FFF;
	padding: 40px 0;
	color: #3a3a3a;
	transition: all ease 0.3s;
}
.site-header.sticky {
	box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9000;
	padding: 10px 0;
}
.site-logo {
	width: 145px;
	height: 98px;
	transition: all ease 0.3s;
}
.site-header.sticky .site-logo {
	width: 120px;
	height: 81px;
}
.site-logo a {
	display: block;
}
.site-logo a:focus {
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.site-branding {
	float: left;
}
.main-nav-wrapper {
	float: right;
	text-align: right;
	margin-top: 5px;
}
.site-header.sticky .main-nav-wrapper {
	margin-top: 0;
}

.post-featured-image {
	position: relative;
	line-height: 0;
	background: black;
	max-height: 319px;
	overflow: hidden;
}
.sub-page-fade {
	position: absolute;
	z-index: 100;
	top: 0;
	left: auto;
}
.header-title {
	background: #F3F3F3;
	padding: 20px 0 0 0;
}
.header-title h1 {
	font-family: "league-gothic", sans-serif;
	text-transform: uppercase;
}
.home .header-title {
	text-align: center;
}

.homepage-slideshow {
    background: #000;
}
.sliderwrap {
	position: relative;
	line-height: 1;
}
.slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1000;
	color: #FFF;
	text-indent: -9999px;
	opacity: 0.5;
	width: 40px;
	height: 55px;
	cursor: pointer;
	border-radius: 0;
}
.slick-prev {
	left: 0;
	background: rgba(0,0,0,0.7) url('images/icon-arrow-white.png') no-repeat;
	background-position: 10px 8px;
}
.slick-next {
	right: 0;
	background: rgba(0,0,0,0.7) url('images/icon-arrow-right.png') no-repeat;
	background-position: 10px 8px;
}
.slick-pause {
	position: absolute;
	bottom: 10px;
	left: 10px;
	background: rgba(0,0,0,0.7);
	opacity: 0.5;
	color: #FFF;
	padding: 8px;
	z-index: 1000;
	cursor: pointer;
}
.slick-arrow:hover,
.slick-arrow:focus,
.slick-pause:hover,
.slick-pause:focus {
	opacity: 1;
}
.slide-image img {
	width: 100%;
}
.hpslide {
	position: relative;
}
.hpslide .youtube-link {
    position: absolute;
    bottom: 10px;
    right: 30px;
    z-index: 900;
}
.hpslide .youtube-link a{
	color: #fff;
    font-size: 20px;
}

/*Homepage CTAs*/
.container.calltoactions {
    margin: 40px auto;
    flex-wrap: wrap;
    justify-content: center;
}
.calltoactions.largecalltoactions .calltoaction {
    flex-basis: 48%;
}
.calltoaction {
    flex-basis: 100%;
    margin: 0 .5% 2em;
}
.calltoactionimg {
    line-height: 0;
}
.calltoaction .button {
    display: block;
    text-align: center;
    background: #1dc1dd;
    font-size: 2em;
    font-family: "league-gothic", sans-serif;
    text-transform: uppercase;
    border-radius: 0;
}


/*ON DEMAND */
.flexed {
    display: flex;
    align-content: space-around;
    justify-content: space-between;
    margin-bottom: 30px;
}
.ondemandimg {
    flex-basis: 29%;
    line-height: 0;
}
.ondemandcontent {
    flex-basis: 65%;
}

/* FLEX PACKAGE */
.flex-pack {
    background: black url(images/cta-flex-pack.jpg) no-repeat center bottom;
    min-height: 250px;
    background-size: cover;
}
.flex-pack h2 {
	color: white;
	text-transform: uppercase;
	margin: 40px 0 10px 0;
	font-family: "league-gothic", sans-serif;
	font-size: 55px;
	line-height: 50px;
}
.flex-pack h2 strong {
	color: #1dc1dd;
	font-weight: normal;
	display: block;
	font-size: 67px;
}
.flex-pack p {
	max-width: 54%;
	color: white;
	font-size: 17px;
	line-height: 21px;
	padding-right: 2%;
	font-family: "proxima-nova", sans-serif;
}
.flex-pack a {
	color: #1dc1dd;
}
.flex-pack a:hover,
.flex-pack a:focus {
	text-decoration: none;
	color: white;
}
.flex-pack a.button-buy-subscription {
    max-width: 290px;
    display: inline-block;
    background: #1dc1dd;
    color: black;
    font-family: "league-gothic", sans-serif;
    text-transform: uppercase;
    padding: 10px 40px;
    font-size: 30px;
    border-radius: 10px;
    clear: both;
    text-align: center;
    margin: 0 10px 20px 0;
}
.flex-pack a.button-buy-subscription:hover,
.flex-pack a.button-buy-subscription:focus {
	text-decoration: none;
	background: #0299b4;
	color: #FFF;
}

/* Upcoming Shows */
.upcoming-shows .container { max-width: 1150px; }
.upcoming-shows { margin: 30px 0; }
.upcoming-shows h2 { font-family: "league-gothic", sans-serif; font-size: 35px; text-transform: uppercase; padding: 0 40px; }
.upcoming-show { font-family: "league-gothic", sans-serif; font-size: 28px; text-transform: uppercase; margin: 0 7px; }
.upcoming-show h3 { text-transform: uppercase; font-size: 32px; margin-bottom: 0px; line-height: 1em; }
.upcoming-show h4 { font-size: 22px; margin-bottom: 10px; line-height: 1em; }
.upcoming-show .start-end { color: gray; line-height: 1em; }
.upcoming-show a { color: inherit; text-decoration: none; }
.see-all-shows { font-size: 25px; float: right; padding: 0 13px 0 0; }
#upcoming-shows-carousel { padding: 0 40px; }
#upcoming-shows-carousel .slick-prev,
#upcoming-shows-carousel .slick-next {
	background-color: transparent;
	opacity: 1;
	padding: 0;
	filter: brightness(0) saturate(100%) invert(39%) sepia(65%) saturate(3233%) hue-rotate(163deg) brightness(96%) contrast(98%);
}
#upcoming-shows-carousel .slick-prev:hover,
#upcoming-shows-carousel .slick-prev:focus,
#upcoming-shows-carousel .slick-next:hover,
#upcoming-shows-carousel .slick-next:focus {
	filter: brightness(0) saturate(100%) invert(34%) sepia(96%) saturate(971%) hue-rotate(156deg) brightness(92%) contrast(97%);
}
#upcoming-shows-carousel .slick-prev.slick-disabled,
#upcoming-shows-carousel .slick-next.slick-disabled {
	opacity: 0.2;
}
/* UPCOMING SHOWS PAGE */
.upcoming-shows-list {}
body.page-id-1926 .upcoming-show { float: left; width: 48%; max-width: inherit; margin: 0 2% 40px 0; }
body.page-id-1926 .upcoming-show:nth-of-type(odd) { content: ""; display: table; clear: both; }
body.page-id-6711 .upcoming-show { float: left; width: 48%; max-width: inherit; margin: 0 2% 40px 0; }
body.page-id-6711 .upcoming-show:nth-of-type(odd) { content: ""; display: table; clear: both; }
.show-image { float: left; width: 33%; }
.show-calendar { font-family: "league-gothic", sans-serif; text-transform: uppercase; text-align: center; font-size: 35px; }
.show-calendar a { background: url(images/icon-show-calendar.png) no-repeat right 3px; padding: 0 40px 0 0; }
.show-calendar a:hover { text-decoration: none; opacity: 0.75; filter:Alpha(opacity=75); color: #0299b4; }
.show-details { float: left; width: 61%; margin: 0 2% 0 4%; }
.custombuttons {
    margin: 0 0 0 4px;
}
.show-details .custombuttons a.button-buy-tickets {
	float: none;
	margin-bottom: 10px;
}
.show-excerpt { font-family: "proxima-nova", sans-serif; text-transform: none; font-size: 16px; line-height: 1.3em; }
.show-excerpt a.read-more { display: none; }
.show-details a {
    font-family: "league-gothic", sans-serif;
    text-transform: uppercase;
    border: 1px solid #0299b4;
    border-radius: 5px;
    width: 46%;
    display: block;
    float: left;
    text-align: center;
    font-size: 19px;
    line-height: 1em;
    padding: 10px 1px;
}
.show-details a.button-buy-tickets { margin-right: 1%; background: #4e4e4e; border-color: #4e4e4e; color: white; }
.show-details a.button-buy-tickets:hover { text-decoration: none; opacity: 0.6; filter:Alpha(opacity=60); }
.show-details a.button-more-info { margin-left: 1%; background: #0299b4; color: white; }
.show-details a.button-more-info:hover { text-decoration: none; opacity: 0.6; filter:Alpha(opacity=60); }
body.page-id-1926 .upcoming-show .timely .ai1ec-time { display: none; }
body.page-id-1926 .upcoming-show .timely .ai1ec-location { display: none; }
body.page-id-6711 .upcoming-show .timely .ai1ec-time { display: none; }
body.page-id-6711 .upcoming-show .timely .ai1ec-location { display: none; }

/* UPCOMING SHOW DETAILS SINGLE */
body.single-ai1ec_event .page-header-image-single { display: none; }
body.single-ai1ec_event .show-image { width: 29%; }
body.single-ai1ec_event .show-details { width: 65%; }
body.single-ai1ec_event .show-details p { margin-bottom: 1em; }
body.single-ai1ec_event div.marginbott { margin-top:2px; margin-bottom: 50px; }
body.single-ai1ec_event div.excerptmargin { margin:-5px 0 0; }
.header-black-bar { background: black url(images/header-secondary.jpg) no-repeat center top; height: 319px; }
.show-details .event-sponsors {
    clear: both;
    text-align: center;
    margin: 50px 0;
}
.sponsorcol {
    width: 29.3%;
    display: inline-block;
    vertical-align: top;
    margin: 0 2% 40px 2%;
}
.show-details a.event-category-link { max-width: 100px; float: left; border: none; width: auto; font-family: sans-serif; font-size: 12px; line-height: normal; }
.event-category-image {max-width: 150px;height: auto; margin: 5px auto; width: 100%; }
.show-box .show-title,
.show-box .show-video h3 { font-family: "league-gothic", sans-serif; text-transform: uppercase; font-size: 40px; line-height: 40px; margin-bottom: 0; }
.show-box h4 { font-family: "league-gothic", sans-serif; font-size: 22px; margin-bottom: 10px; line-height: 1em; }
.show-box .start-end { font-family: "league-gothic", sans-serif; text-transform: uppercase; font-size: 28px; color: gray; line-height: 1em; }
.show-box .show-excerpt { margin: 20px 0 0 0; font-size: 17px; line-height: 23px; }
.show-box a.button-buy-tickets { background: #0299b4; font-size: 30px; }
.sponsoredbyvideo {font-size: 20px; text-transform: initial;}
.video_sponsor_image {width:82px; display: inline-block; vertical-align: middle;}
#video h3 {display: inline-block; vertical-align: middle;}
body.single-ai1ec_event .timely.ai1ec-single-event { display: none; }
#nav-below { display: none; }

/* CTA Blocks */
.cta-blocks div.cta-blocks-list { margin: 40px 0; }
.cta-blocks div.cta-block { display: block; float: left; width: 23%; margin: 0 0 0 2%; font-size: 14px; line-height: 18px; font-family: "proxima-nova", sans-serif; }
.cta-blocks div.cta-block:first-child { margin: 0; }
.cta-blocks div.cta-block h3 { font-family: "league-gothic", sans-serif; text-transform: uppercase; font-size: 30px; line-height: 28px; margin: 0 0 5px 0; }
.cta-blocks div.cta-block a:hover h3,
.cta-blocks div.cta-block a:focus h3 { color: #0299b4; }
.cta-blocks div.cta-block p { margin: 0 0 5px 0; }
.cta-blocks div.cta-block a { font-family: "league-gothic", sans-serif; text-transform: uppercase; border: 1px solid #a3a3a3; border-radius: 5px; width: 47.8%; display: block; text-align: center; font-size: 19px; line-height: 40px; }
.cta-blocks div.cta-block a.cta-video-link { width: 100%; border: none; }
.cta-blocks div.cta-block a.button-learn-more { margin-right: 1%; background: white; color: #a3a3a3; }
.cta-blocks div.cta-block a.button-learn-more:hover { text-decoration: none; color: #b8b5b5; border-color: #b8b5b5; }
.cta-blocks div.cta-block a.button-buy-tickets { margin-left: 1%; background: #0299b4; color: white; }
.cta-blocks div.cta-block a.button-buy-tickets:hover { text-decoration: none; border-color: #a3c75d; background-color: #a3c75d; }
.cta-thumbnail { position: relative; }
.cta-thumbnail img { max-width: 100%; width: 100%; }
.video-play-button { position: absolute; left: 50%; top:50%; transform: translate(-50%,-50%); width: 48px; height: 48px; background: url(images/video-play-button.png) no-repeat center center; }
.tickets-cta-blocks {}
.tickets-cta-blocks div.cta-blocks-list { margin: 0; }
.tickets-cta-blocks div.cta-block a { font-family: "league-gothic", sans-serif; text-transform: uppercase; border: 1px solid #0299b4; border-radius: 5px; width: 50%; display: block; text-align: center; font-size: 24px; line-height: 40px; }
.tickets-cta-blocks div.cta-block a:hover { text-decoration: none; opacity: 0.75; filter:Alpha(opacity=75); }
.tickets-cta-blocks div.cta-block a.button-learn-more { margin: 10px auto 0 auto; background: #0299b4; color: white; }
.cta-blocks div.cta-blocks-list-secondary { margin: 0 0 20px; }
.cta-blocks div.cta-blocks-list-secondary div.cta-block a { font-family: "proxima-nova", sans-serif; text-transform: none; border: none; width: auto; display: block; text-align: left; font-size: 16px; line-height: 20px; color: black; }
.cta-blocks div.cta-blocks-list-secondary div.cta-block a:hover { text-decoration: none; }
.tickets-cta-blocks { background: #EDEBEB; padding: 30px 0; text-align: center; }
.tickets-cta-blocks .cta-block { width: 32%; margin: 0 2% 0 0; float: left; }
.tickets-cta-blocks .cta-block:last-child { margin: 0; }
.tickets-cta-blocks .cta-block h2 { font-family: "league-gothic", sans-serif; font-size: 38px; line-height: 34px; text-transform: uppercase; }
.page-id-53 .entry-content h2 { font-family: "league-gothic", sans-serif; font-size: 38px; line-height: 34px; text-transform: uppercase; }
.page-id-53 .entry-content h2 span.nowrap { display: inline-block; margin: 0 15px; }
.page-id-53 .entry-content h2 span.blueh2 { display: inline-block; margin: 0 15px; color: #1dc1dd; }
.page-id-53 .entry-content a {
	width: 300px;
	max-width: 44%;
	display: inline-block;
	background: #1dc1dd;
	color: white;
	font-family: "league-gothic", sans-serif;
	text-transform: uppercase;
	padding: 10px 40px;
	font-size: 30px;
	border-radius: 10px;
	margin: 20px 0 0 0;
}
.page-id-53 .entry-content a:hover { text-decoration: none; opacity: 0.75; filter:Alpha(opacity=75); }
.newsletter-signup {
    background: #0299b4;
    padding: 30px 0;
    text-align: center;
    color: #fff;
}
.newsletter-signup h2 {
	font-family: "league-gothic", sans-serif;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 34px;
	margin: 0 0 10px 0;
}
.newsletter-signup p {
	font-family: "proxima-nova", sans-serif;
	font-size: 22px;
	line-height: 28px;
	margin: 0 0 10px 0;
}
.newsletter-signup form {
	margin: 0 0 0 60px;
}
.newsletter-signup-fields-wrap {
	width: 80%;
	margin: 0 auto;
	padding: 0;
	background: url(images/envelope-white.png) no-repeat left center;
}
.newsletter-signup form input#patron_email_address {
	width: 70%;
}
.newsletter-signup form input#mce-EMAIL {
	width: 70%;
}
.newsletter-signup-button {
	margin: 0 0 0 1%;
	border-radius: 5px;
	font-size: 20px;
	font-family: "league-gothic", sans-serif;
	text-transform: uppercase;
}
.masonry-blocks { padding: 30px 0; }
.mason-block {
	float: left;
	width: 15.65%;
	margin: 0.5%;
	position:relative;
	max-height: 375px;
	overflow: hidden;
}
.mason-button {
	position: absolute;
	bottom: 0;
	z-index: 100;
	background: url('images/white-transparent.png') repeat center center;
	width: 100%;
	padding: 20px 0;
	text-align: center;
}
.mason-button a {
	background: #0299b4;
	border-radius: 5px;
	padding: 10px;
	color: white;
	font-family: "league-gothic", sans-serif;
	text-transform: uppercase;
	font-size: 20px;
}
.mason-button a:hover {
	text-decoration: none;
	opacity: 0.75;
	filter:Alpha(opacity=75);
}

.wp-tile-container .grid > div {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.wp-tile-container .grid .tile-bg {
	background-position: center top !important;
}
.wp-tile-container .grid .tile-byline {
	height: 80px !important;
	background: url(images/white-transparent.png) repeat center center !important;
}
.wp-tile-container .grid .title {
	background: #0299b4;
	border-radius: 5px;
	padding: 10px !important;
	color: white;
	font-family: "league-gothic", sans-serif;
	text-transform: uppercase;
	font-size: 30px !important;
	font-weight: normal !important;
	line-height: 1em !important;
	height: auto !important;
	overflow: inherit !important;
	max-width: 200px;
	margin: 15px auto;
	text-align: center;
}
.wp-tile-container .grid > div:hover { text-decoration: none; opacity: 0.75; }

.wp-tiles-tile a:hover .wp-tiles-tile-with-image .wp-tiles-byline,
.wp-tiles-tile a:focus .wp-tiles-tile-with-image .wp-tiles-byline {
	background: #0299b4 !important;
	transition: all ease 0.5s;
}

.corporate-sponsors {
    text-align: center;
    padding: 40px 0 30px 0;
    border-bottom: 1px solid #d4d0d0;
}
.corporate-sponsors h2 {
	font-family: "league-gothic", sans-serif;
	font-size: 38px;
	line-height: 34px;
	text-transform: uppercase;
}
.corporate-sponsors ul {
	text-align: center;
	margin-bottom: 0;
	margin-left: 0;
}
.corporate-sponsors ul li {
    display: inline-block;
    float: none;
    padding: 5px;
}
.corporate-sponsors ul a {
	display: inline-block;
}
.corporate-sponsors ul ul li {
	text-align: left;
}
.corporate-sponsors-list img {
    max-width: 130px;
    max-height: 80px;
    vertical-align: middle;
    padding: 0 1.3%;
    width: auto;
}

.page-id-53 .entry-content h2 {
    font-family: league-gothic,sans-serif;
    font-size: 38px;
    line-height: 34px;
    text-transform: uppercase;
}
.page-id-53 .entry-content h2 span.nowrap {
    display: inline-block;
    margin: 0 15px;
    white-space: normal;
}

/* PHOTO GALLERY PAGE */
.main-image img { width: 100%; }
#photo-slider .slide-excerpt { top: auto; bottom: 0; left: 0; max-width: 100%; margin: 0; font-family: "proxima-nova", sans-serif; line-height: 30px; font-size: 100%; color: black; }
#photo-slider .slide-excerpt a:last-child {
	background: url('../generatepress/images/blk_trans.png');
	color: #FFF;
	display: block;
	border-radius: 0;
	text-transform: none;
	padding: 8px 10px; }
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 70px;
	left: 0;
	width: 100%;
	height: 100%;
}

body.page-id-181 .entry-content a.button-donate-now,
body.page-id-181 .entry-content :first-of-type a,
body.page-id-183 .entry-content a.button {
    background: #0299b4;
    border-radius: 5px;
    padding: 3px 40px;
    color: #fff;
    font-family: league-gothic,sans-serif;
    text-transform: uppercase;
    font-size: 25px;
    margin: 10px 10px 0 0;
    display: block;
    float: left;
}
body.page-id-183 .entry-content a.button {
	float: none;
	display: inline-block;
}

.site-info {
	font-size: 17px;
    line-height: 20px;
    font-family: proxima-nova,sans-serif;
}
.site-info .container {
    border-top: 1px solid #d0d0d0;
    padding: 40px 10px;
}
.contact-wrapper {
	float: left;
}
.footer-social {
	float: right;
}
.entry-meta, .entry-footer { font-size: 90%; font-style: italic; }
.cat-links, .tags-links, .comments-link { display: block; width: 100%; }
.posts-navigation { padding-top: 10px; font-size: 90%; }

/*--------------------------------------------------------------
# Navigation
## Menus
--------------------------------------------------------------*/
.main-navigation, .footer-navigation {
	width: 100%;
    font-family: league-gothic,sans-serif;
}
.main-navigation {
	border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
}
.hero-navigation {
	display: inline-block;
	margin-top: -10px;
	max-width: 625px;
	text-align: left;
    font-family: proxima-nova,sans-serif;
	margin-bottom: 30px;
}
.footer-navigation {
	text-align: center;
	margin: 50px auto 20px;
}
.footer-sub-navigation {
	font-family: proxima-nova,sans-serif;
    margin: 0 auto 30px;
}
.main-navigation ul, .hero-navigation ul, .footer-navigation ul, .footer-sub-navigation ul, .footer-social-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.footer-sub-navigation ul {
	text-align: center;
}
.main-navigation li, .hero-navigation li, .footer-navigation li, .footer-sub-navigation li {
	display: inline-block;
	position: relative;
}
.hero-navigation li {
	vertical-align: middle;
}
.footer-navigation li {
	padding: 0 2.5%;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 28px;
}
.footer-sub-navigation li {
	font-size: 14px;
    text-transform: none;
    padding: 0 1%;
    line-height: 14px;
}
.footer-social-navigation li {
	float: left;
}
.main-navigation a, .footer-navigation a {
	display: inline-block;
	text-decoration: none;
}
.main-navigation li a {
    font-size: 23px;
    line-height: 28px;
    text-transform: uppercase;
    padding: 0 10px;
	color: #000000;
}
.hero-navigation li a {
	color: #3a3a3a;
}
.footer-navigation li a, .footer-sub-navigation li a {
	color: #000;
}

.main-navigation li.menu-item-has-children > a {
	padding-right: 25px;
	position: relative;
}
.main-navigation button {
	color: #000;
	position: absolute;
	right: 10px;
	top: 5px;
	background-color: transparent;
	border-radius: 0;
	display: inline-block;
	padding: 0;
}
.main-navigation button:focus {
	outline: 2px dotted #0299b4;
	color: #0299b4;
}

#menu-item-25 a { margin-top: 8px; color: #0299b4; padding-left: 10px; cursor: default; }
#menu-item-3762 { display: none; }

/* Social Icons */
#menu-item-26,
#menu-item-27,
#menu-item-28,
#menu-item-3486,
#menu-item-3487,
#menu-item-3488,
#menu-item-9541,
#menu-item-9543 { padding: 0; }

#menu-item-3486 { margin-left: 19px; }

#menu-item-26 a,
#menu-item-27 a,
#menu-item-28 a,
#menu-item-3486 a,
#menu-item-3487 a,
#menu-item-3488 a,
#menu-item-9541 a,
#menu-item-9543 a { width: 30px; height: 30px; display: block; margin: -3px 0 0 10px; }

#menu-item-29 a,
#menu-item-3489 a { width: 136px; height: 35px;  display: block; margin: -5px 0 0 10px; padding: 0 0 0 15px; }

#menu-item-26 a,
#menu-item-27 a,
#menu-item-28 a,
#menu-item-29 a,
#menu-item-3486 a,
#menu-item-3487 a,
#menu-item-3488 a,
#menu-item-3489 a,
#menu-item-9541 a,
#menu-item-9543 a { text-indent: -9999px; }

#menu-item-26 a:hover,
#menu-item-27 a:hover,
#menu-item-28 a:hover,
#menu-item-3486 a:hover,
#menu-item-3487 a:hover,
#menu-item-3488 a:hover,
#menu-item-26 a:focus,
#menu-item-27 a:focus,
#menu-item-28 a:focus,
#menu-item-3486 a:focus,
#menu-item-3487 a:focus,
#menu-item-3488 a:focus,
#menu-item-9541 a:focus, 
#menu-item-9543 a:focus { opacity: 0.6; filter:Alpha(opacity=60); }

#menu-item-29 a:hover,
#menu-item-3489 a:hover,
#menu-item-29 a:focus,
#menu-item-3489 a:focus { opacity: 0.6; filter:Alpha(opacity=60); }

#menu-item-27 a,
#menu-item-3486 a { background: url('images/header-facebook.png') no-repeat center top; }	/* FACEBOOK */
#menu-item-26 a,
#menu-item-3487 a { background: url('images/header-twitter.png') no-repeat center top; }	/* TWITTER */
#menu-item-9541 a,
#menu-item-9543 a { background: url('/wp-content/uploads/2021/07/instagram0icon.png') no-repeat center top; }	/* Instagran */
#menu-item-29 a,
#menu-item-3489 a { background: url('images/header-get-tickets-blue.png') no-repeat center top; }
	/* GET TICKETS */

#menu-item-3490 {
    margin-top: 20px;
    clear: both;
}

.main-navigation ul ul {
	text-align: left;
	background: #efeded;
	font-family: proxima-nova,sans-serif;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: -999em;
	position: absolute;
	z-index: 99999;
}

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

.main-navigation ul ul a {
	width: 200px;
	padding: 10px 20px;
	text-transform: none;
	font-size: .85em;
	line-height: normal;
	color: #000;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a,
.main-navigation li > a:hover,
.main-navigation li > a:focus,
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	text-decoration: none;
    color: #127587;
    background-color: #efeded;
}
.footer-navigation li:hover > a,
.footer-navigation li > a:hover,
.footer-navigation li > a:focus,
.footer-navigation li.current_page_item > a,
.footer-sub-navigation li:hover > a,
.footer-sub-navigation li > a:hover,
.footer-sub-navigation li > a:focus,
.footer-sub-navigation li.current_page_item > a {
	color: #0299b4;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	display: block;
	left: auto;
}
.main-navigation ul li#menu-item-3526:hover > ul,
.main-navigation ul li#menu-item-3526.focus > ul {
	left: auto;
	right: 0;
}

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

/*--------------------------------------------------------------
## Mobile Navigation
--------------------------------------------------------------*/
.mobile-navigation {
    background-color: #0299b4;
    height: 100%;
    overflow-x: hidden;
    padding-top: 20px;
    position: fixed;
    right: 0;
    top: 0;
    transition: 0.5s;
    visibility: hidden;
    width: 0;
    z-index: 10000;
}
.mobile-nav-wrapper {
	display: none;
	position: fixed;
	right: 20px;
	top: 20px;
	z-index: 10000;
}
body.admin-bar .mobile-nav-wrapper { top: 50px; }
#opennav, #closenav {
	background: transparent;
	border-radius: 0;
	color: #000;
	font-size: 2.5rem;
	padding: 0;
}
#closenav {
	color: #FFF;
	margin: 0 0 0.5em 20px;
}
.mobile-navigation ul {
	list-style-type: none;
	padding: 0;
}
.mobile-navigation ul ul {
	display: none;
	margin: 0;
	background: #04879f;
}
.mobile-navigation ul ul li a {
	padding-left: 2.5em;
}
.mobile-navigation li a {
	border-top: 1px solid rgba(255,255,255,0.25);
	color: #FFF;
	display: block;
	padding: 10px 20px;
}
.mobile-navigation li.current-menu-item > a {
	background: #04879f;
	color: #FFF;
}
.mobile-navigation li > a:hover, .mobile-navigation li > a:focus {
	background: #f1f1f1;
	color: #333;
}
.mobile-navigation li { position: relative; }
.mobile-navigation ul li.menu-item-has-children > a { margin-right: 30px; }
.mobile-navigation li > button { position: absolute; right: 0; top: 0; border-radius: 0; padding: 13.5px 10px; z-index: 1000; border-top: 1px solid rgba(255,255,255,0.25); background: #04879f; }
.mobile-navigation ul li.focus > ul {display: block;}

/*--------------------------------------------------------------
## Comment 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
--------------------------------------------------------------*/
.screen-reader-text {clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; background-color: #FFF; }
.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; color: #21759b; display: block; font-size: 14px; 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; clip-path: none; -webkit-clip-path: none;}
#content[tabindex="-1"]:focus {outline: 0;}
a.skip-link {color: #000; background-color: #FFF;}

/*--------------------------------------------------------------
# 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;}
.widget select {max-width: 100%;}

/*--------------------------------------------------------------
# Content
## Posts and pages
--------------------------------------------------------------*/
.sticky {display: block;}
.byline, .updated:not(.published) {display: none;}
.single .byline, .group-blog .byline {display: inline;}
.page-content, .entry-content, .entry-summary {margin: 1.5em 0 0;}
.page-links {clear: both; margin: 0 0 1.5em;}
.blog .format-aside .entry-title, .archive .format-aside .entry-title {display: none;}
.comment-content a {word-wrap: break-word; }
.bypostauthor {display: block; }
embed, iframe, object {max-width: 100%;}
.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: 49%;}
.gallery-columns-3 .gallery-item {max-width: 32.33%; }
.gallery-columns-4 .gallery-item {max-width: 24%; }
.gallery-columns-5 .gallery-item {max-width: 19%; }
.gallery-columns-6 .gallery-item {max-width: 15.66%; }
.gallery-columns-7 .gallery-item {max-width: 13.28%; }
.gallery-columns-8 .gallery-item {max-width: 11.5%; }
.gallery-columns-9 .gallery-item {max-width: 10.11%; }
.gallery-caption {display: block; }

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media screen and (max-width: 1200px){
	.flex-pack { background-position: right top; background-size: cover; }
	.header-black-bar { background-position: right top; background-size: cover; height: 250px; }
}
@media screen and (max-width: 1100px){
	.main-nav-wrapper {
		margin-top: 5px;
	}
}
@media screen and (max-width: 1023px){
	.mobile-nav-wrapper {
		display: block;
	}
	.main-nav-wrapper {
		margin-top: 0;
	}
	.main-navigation,
	.hero-navigation li#menu-item-5006 {
		display: none;
	}
	.site-header {
		padding: 10px 0;
	}
	.hero-navigation {
		margin: 17px 80px 0 0;
	}
	.site-logo,
	.site-header.sticky .site-logo {
		width: 91px;
		height: 65px;
	}
	.slide-excerpt { margin: 2% 0; }
}
@media screen and (max-width: 1000px){
	.newsletter-signup form input#patron_email_address { width: 65%; }
	.newsletter-signup form input#mce-EMAIL { width: 65%; }
	.footer-navigation li { padding: 0 2%; }
}
@media screen and (max-width: 859px){
	.slide-excerpt { font-size: 24px; line-height: 45px; }
	.newsletter-signup form input#patron_email_address { width: 60%; }
	.newsletter-signup form input#mce-EMAIL { width: 60%; }
	.footer-navigation ul li:nth-of-child(n5) { clear: left; }
	.footer-navigation ul li:nth-child(4n) { display: table-column; }
	.contact-wrapper,
	.footer-social {
		float: none;
		text-align: center;
	}
	.contact-wrapper {
		margin-bottom: 20px;
	}
	.footer-social-navigation li {
		display: inline-block;
		float: none;
	}
	.footer-social-navigation li#menu-item-3490 {
		display: block;
	}
	.footer-social-navigation li#menu-item-3486 {
	    margin-left: 0;
	}
	.tickets-cta-blocks .cta-block h2 {
		font-size: 32px;
	}
}
@media screen and (max-width: 800px){
	.sponsorcol {width: 46%; }
	body.page-id-1926 .upcoming-show { float: none; width: 98%; margin: 0 1% 40px 1%; }
	body.page-id-1926 .upcoming-show:after { content: ""; display: table; clear: left; }
	body.page-id-6711 .upcoming-show { float: none; width: 98%; margin: 0 1% 40px 1%; }
	body.page-id-6711 .upcoming-show:after { content: ""; display: table; clear: left; }
	.show-image { float: left; width: 22%; }
	.show-details { float: left; width: 72%; margin: 0 2% 0 4%; }
	.mason-block { width: 32.33%; }
	.calltoaction .button {
	    font-size: 1.5em;
	}
}
@media screen and (max-width: 768px){
	.hero-navigation li#menu-item-27,
	.hero-navigation li#menu-item-26,
	.hero-navigation li.menu-item-9543 {
		display: none;
	}
	.hero-navigation {
		margin-right: 70px;
	}
	.flex-pack p { max-width: 57%; text-shadow: 0 0 5px #000; }
	.flex-pack a.button-buy-subscription { max-width: 40%; }
	.cta-blocks div.cta-block { width: 48%; margin: 0 1% 20px 1%; }
	.cta-blocks div.cta-block:first-child { margin: 0 1% 20px 1%; }
	.cta-blocks div.cta-thumbnail:nth-clild(2n) { clear: left; }
	.cta-blocks div.cta-thumbnail img { width: 100%; }
	.tickets-cta-blocks .cta-block { width: 100%; max-width: 300px; margin: 0 auto 50px auto; float: none; }
	.tickets-cta-blocks .cta-block:last-child { margin: auto; }
	.slide-excerpt { margin: 1% 0; font-size: 19px; line-height: 38px; }
	.header-black-bar { height: 180px; }
	.entry-content img.size-full { margin: 0 0 1em 0; }
	body.page-id-45 .entry-content ul:first-of-type li { width: 49%; }
	body.page-id-45 .entry-content ul:first-of-type li:nth-of-type(3n+1) { clear: none; }
	body.page-id-45 .entry-content ul:first-of-type li:nth-of-type(odd) { clear: left; }
	.newsletter-signup-fields-wrap { width: 90%; margin: 0 auto; background: none; }
	.newsletter-signup form { margin: 0; }
	.newsletter-signup form input#patron_email_address { width: 80%; }
	.newsletter-signup form input#mce-EMAIL { width: 80%; }
	.flex-pack .grid-container { background-color: rgba( 0, 0, 0, 0.75); padding-bottom: 20px; }
}
@media screen and (max-width: 730px){
	.show-calendar { font-size: 30px; }
	.show-calendar a { background-size: 17%; padding: 0 32px 0 0; }
}
@media screen and (max-width: 699px){
	.page-id-53 .entry-content h2 span.nowrap { display: block; margin: 10px 0; }
}
@media screen and (max-width: 649px){
	.show-calendar { font-size: 25px; }
	.show-calendar a { padding: 0 27px 0 0; }
}
@media screen and (max-width: 640px){
	.hero-navigation li#menu-item-25 {
		display: none;
	}
	.container.calltoactions {
	    display: block;
	    max-width: 500px;
	    margin: 0 auto;
	}
	.calltoaction {
	    margin-bottom: 40px;
	}
}
@media screen and (max-width: 600px){
	.flex-pack h2 { margin-top: 20px; }
	.flex-pack p { max-width: 100%; float: none; }
	.flex-pack a.button-buy-subscription { max-width: inherit; float: none; margin-bottom: 20px; display: inline-block; }
	.newsletter-signup form input#patron_email_address { width: 70%; }
	.newsletter-signup form input#mce-EMAIL { width: 70%; }
	body.page-id-3836 .wooslider .slides img.wp-post-image { visibility: visible; }
	#photo-slider .slide-excerpt { line-height: 30px; font-size: 15px; }
	.slide-excerpt { text-align: center; /* max-width: 100%; */ }
	.slide-excerpt img { max-width: 25%; }
	.mason-block { width: 49%; }
	.mason-block img { width: 100%; }
	.page-id-4747 .wp-tiles-container {display:none;}
	.upcoming-shows h2 {padding: 0; }
	#upcoming-shows-carousel .slick-prev,
	#upcoming-shows-carousel .slick-next {
		bottom: 0;
		top: auto;
		transform: none;
	}
	#upcoming-shows-carousel {
		padding: 0 0 60px;
	}
}
@media screen and (max-width: 539px){
	.show-calendar { font-size: 23px; }
	.show-calendar a { background-size: 16%; padding: 0 24px 0 0; }
}
@media screen and (max-width: 500px){
	body.page-id-45 .entry-content ul:first-of-type li { width: 99%; }
	body.page-id-45 .entry-content ul:first-of-type li:nth-of-type(odd) { clear: none; }
	.flexed {
    display: block;
}
.ondemandimg {
    flex-basis: 100%;
    margin-bottom: 10px;
}
.ondemandimg img {
	width: 100%;
	max-width: none;
}
.ondemandcontent {
    flex-basis: 100%;
}
}
@media screen and (max-width: 480px){
	.cta-blocks div.cta-block { width: 98%; margin: 0 1% 20px 1%; }
	.newsletter-signup form input#patron_email_address { width: 65%; }
	.newsletter-signup form input#mce-EMAIL { width: 65%; }
	body.page-id-1926 .upcoming-show { margin: 0 1% 60px 1%; }
	body.page-id-6711 .upcoming-show { margin: 0 1% 60px 1%; }
	.show-image { float: none; width: 100%; text-align: center; }
	.show-image:after { content: ""; display: table; clear: left; }
	.show-details { float: none; width: 100%; margin: 0; text-align: center; }
	body.single-ai1ec_event .show-image { width: 100%; margin: 0 0 30px 0; }
	body.single-ai1ec_event .show-details { text-align: left; width: 100%; }
	.show-details a { width: 50%; display: block; float: none; margin: 0 auto 5px auto; }
	.show-details a.button-buy-tickets { margin-right: auto; }
	.show-details a.button-more-info { margin-left: auto; }
	body.page-id-181 .entry-content a.button-donate-now,
	body.page-id-181 .entry-content a:first-child { float: none; text-align: center; }
	.show-calendar { font-size: 35px; }
	.show-calendar a { background-size: auto; padding: 0 40px 0 0; }
	.upcoming-shows h2 { text-align: center; }
	.upcoming-shows h2 a { display: none; }
}
@media screen and (max-width: 360px){
	.hero-navigation {
		display: none;
	}
}






@media screen and (max-width: 1199px){
	.owl-theme .owl-controls .owl-buttons div { background: #505050; color: white; }
	.owl-buttons { top: 0; width: auto; }
	.owl-theme .owl-controls .owl-buttons div { font-size: 16px; }
	.owl-buttons, .owl-prev, .owl-next { position: relative; }
	.owl-prev { left: 0; }
	.owl-next { right: 0; }
	.owl-carousel .upcoming-show img { max-width: 125%; }
	.owl-prev:before,
	.owl-next:before {
		font-size: 16px;
	}
}
@media screen and (max-width: 1099px){
	.owl-carousel .upcoming-show img { max-width: 115%; }
}
@media screen and (max-width: 979px){
	.owl-carousel .upcoming-show img { max-width: 140%; }
}
@media screen and (max-width: 899px){
	.owl-carousel .upcoming-show img { max-width: 125%; }
}
@media screen and (max-width: 799px){
	.owl-carousel .upcoming-show img { max-width: 115%; }
}
@media screen and (max-width: 768px){
	.owl-carousel .upcoming-show img { max-width: 150%; }
}
@media screen and (max-width: 649px){
	.owl-carousel .upcoming-show img { max-width: 135%; }
}
@media screen and (max-width: 599px){
	.owl-carousel .upcoming-show img { max-width: 125%; }
}
@media screen and (max-width: 539px){
	.owl-carousel .upcoming-show img { max-width: 112%; }
}
@media screen and (max-width: 479px){
	.owl-carousel .upcoming-show { text-align: center; width: 100%; margin: 0 auto; }
	.owl-carousel .upcoming-show img { max-width: 100%; }
}