@charset "UTF-8";
/* CSS Document */

* {
	box-sizing:border-box;
	faqtransition:.15s ease;
}

body {
    font-family: 'Oswald', sans-serif;
    background-color: #000000;
	margin:0;
	padding:0;
	line-height:1.2;
	color:#FFFFFF;
	box-sizing:border-box;
	transition:0s !important;
	-webkit-animation: fadeIn 3s linear forwards;
  	animation: fadeIn 3s forwards;
}

.clear {
	clear:both;
}

a {
	cursor:pointer;
	text-decoration:none;
}

input, textarea, select, a { outline: none !important; border:none !important }
input:focus, textarea:focus, select:focus{ outline: none; border:none !important} 

a.button {
	border-radius:4px;
	/*max-width: 225px;*/
	display:block;
	margin:0 auto 0;
	padding:1px 0 3px 0;
	background:#ef6324;
	color: #FFFFFF;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.66);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.66);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.66);

	font-size: 28px;
	letter-spacing:1px;
	line-height: 1.18;
	font-weight: 800;
	font-style:normal;
	text-decoration: none;
	text-transform: uppercase;
	text-align:center;

	-webkit-transition: .5s;
	transition: .5s;
}

a.button:hover {
	background: #e9078a;
	transition:.3s;
}


@media only screen and (min-width: 768px) {
	body {
		background-image:url(../_img/atp-bg.jpg);
		background-attachment: fixed;
		background-position: top left;
		background-repeat: no-repeat;
		background-size:cover;
	}
}

/* PRELOADER */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  z-index: 999;
}

#status {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border-top: 16px solid #ed3024;
  border-right: 16px solid #e41071;
  border-bottom: 16px solid #ef6324;
  border-left: 16px solid rgba(255,255,255,.1);
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* ----- NAV BAR RULES ----- */

#nav {
	background: rgba(0,0,0,.9);
	margin:0;
	padding:6px 18px 3px 18px;
	text-align:center;
	position:fixed;
	top:0;
	right:0;
	left:0;
	z-index:15;
	transition:.3s ease;
	max-width:none;
	margin:0 auto 0;
	border-bottom:1px solid rgba(255,255,255,.1);
}

.hamburger {
  display:inline;
  position: fixed;
  top: 16px;
  left: 22px;
  height: 28px;
  width: 32px;
  cursor: pointer;
  z-index: 113;
  background-attachment: fixed;
  -webkit-transition: .5s;
  transition: .5s;
}

.hamburger.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
          transform: translateY(11px) translateX(0) rotate(45deg);
}

.hamburger.active .middle {
  opacity: 0;
}

.hamburger.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
          transform: translateY(-11px) translateX(0) rotate(-45deg);
}

.hamburger span {
  background: #ed3024;
  border: none;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}

.hamburger:hover span{
  opacity:.8;
}

.hamburger span:nth-of-type(2) {
  background:#e41071;
  top: 11px;
}

.hamburger span:nth-of-type(3) {
	background:#f26321 !important;
  top: 22px;
}

.hamburger .text {
	display: block;
    position: absolute;
    bottom: -10px;
    font-size: 9px;
    width: 100%;
    opacity: .5;
    letter-spacing: 2px;
}

.nav-title {
	width:320px;
	margin:5px 12px 0 0;
}

.nav-title-small {
	display:none;
	width: 60px;
	transform: translateX(143px) translateY(10px);
}

.nav-title-small.tour {
	transform: translateX(106px) translateY(10px);
}

a.nav-production {
	padding: 1px 12px;
    /* background: #ed3024; */
    color: #FFFFFF;
    z-index: 20;
    position: relative;
    float: right;
    margin: 9px;
    border-radius: 4px;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.66);
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 1.18;
    font-weight: 800;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    opacity: 1;
    border:2px solid rgba(237, 48, 36,.5) !important;
	display:none;
}

a.nav-production:hover {
	border:2px solid rgba(237, 48, 36,1) !important;
}

#nav-items {
	display:none;
	margin:0 auto 0;
	float:left;
}
#nav-items ul {
	display: block;
	margin:0 auto 0;
	padding:0;
}
#nav-items ul li {
	padding: 0px 28px 0px 8px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	margin:0;
}

#nav-items ul li.nav-item a {
	text-transform:none;
	letter-spacing:1px;
	text-decoration:none;
	font-size:21px;
	color:#FFFFFF;
	
}

#nav-items ul li.nav-item a.active {
	color:red;
}

#nav-items ul li.social a i {
	color:#FFFFFF;
	font-size:21px;
	margin: 0 10px 0 0;
}

#nav-items ul li.nav-item a:hover, #nav-items ul li.social a:hover i {
	color:#ef6324;
}

.nav-title:hover {
	filter:brightness(1.6)
}

.nav-title-small:hover {
	filter:brightness(1.6)
}

.fa-user-circle {
	margin-left:4px;
}

.mfp-bg {
	opacity:0.95 !important;
}
	
#nav a.button {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c9daf8+0,FFFFFF+100 */
	padding:3px 12px;
	background:#ed3024;
	color: #FFFFFF;
	z-index:20;
	position:relative;
	float:right;
	margin:9px;
}

#nav a.button:hover {
	background:#ef6324;
}

a.button.mobile {
	display:block;
}

a.button.desktop {
	display:none;
}

@media only screen and (min-width: 450px) {
	a.button.mobile {
		display:none;
	}

	a.button.desktop {
		display:block;
	}

}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgba(0,0,0,.9);
  box-shadow: 0px 8px 16px 0px rgba(255,255,255,0.2);
  z-index: 1;
  text-align:left;
  padding-top:6px;
  border-left:2px solid #ef6324;
}

.dropdown-content a {
  color: #FFFFFF !important;
  padding: 6px 12px 10px;
  text-decoration: none;
  display: block;
  border-bottom:rgba(255,255,255,.3) 1px solid;
}

.dropdown-content a:hover {
	color:#ef6324 !important;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown:hover .dropbtn {
	background-color: #3e8e41;
}

.dropdown:hover .main {
	opacity:.4;
}

.dropdown-button {
	float:right;
	position:relative;
}

.dropdown-buttons {
  display: none;
  position: absolute;
  background-color: rgba(0,0,0,.9);
  box-shadow: 0px 8px 16px 0px rgba(255,255,255,0.2);
  z-index: 1;
  text-align:left;
  padding-top:55px;
}

.dropdown-buttons a {
	display:block;
  
}

.dropdown-buttons a:hover {
	background-color:#ef6324 !important;
}

.dropdown-button:hover .dropdown-buttons {
	display: block !important;
}

.dropdown-button:hover a.button.main {
	opacity:.2 !important;
}

@media only screen and (min-width: 702px) {
	.nav-title-small {
		display:inline-block;
	}
	
}

@media only screen and (min-width: 1117px) {
	#nav-items {
		display:inline-block;
	}
	
	a.nav-production {
		display:block;
	}
	
	.nav-title-small {
		display:none;
	}
	
	.hamburger {
    	display:none;
	}
	.overlay {
  		display:none;
  	}

}


/* ----- OVERLAY RULES ----- */

.overlay {
  position: fixed;
  color:#FFFFFF;
  background: rgba(0,0,0,.94);
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  /*opacity: 1;
  visibility: hidden;*/
  -webkit-transition: opacity .35s, visibility .35s, height 1s;
  transition: opacity .35s, visibility .35s, height 1s;
  overflow: hidden;
  z-index:100;
  /*border-bottom:4px solid #aa1d38;*/
}

.overlay.open {
  /*opacity: 1;*/
  visibility: visible;
  height: 100%;
}

/*.overlay.open li {
  -webkit-animation: fadeIn .5s ease forwards;
          animation: fadeIn .5s ease forwards;
}*/

.overlay nav {
  	position: relative;
  	height: 70%;
  	top: 50%;
  	-webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  	text-align: center;
}

#overlay a.button {
	float:none;
	margin:0 auto 22px;
	font-size: 22px;
    letter-spacing: 1px;
	max-width:250px;
}
	

.overlay-dropdown, .overlay-item {
	font-family:'Oswald';
	text-align:center;
	margin:0 auto 0;
	background: none;
	cursor: pointer;
	border: none;
	outline: none;
	display:block;
	text-transform: none;
  	font-style: normal;
  	font-weight: 500;
  	font-size: 28px;
	line-height:1.4;
  	letter-spacing:1px;
  	position: relative;
  	color: #FFFFFF;
  	text-decoration: none;
  	-webkit-transition: .35s;
  	transition: .35s;
	padding:2px;
}
					
.overlay-dropdown:after {
	content: '\02795'; /* Unicode character for "plus" sign (+) */
	font-size:18px;
	color: transparent;
	text-shadow:0 0 0 #ef6324;
	margin: 7px 0 0 8px;
}

.overlay-dropdown.active:after {
	content: '\02796'; /* Unicode character for "minus" sign (-) */
}

.overlay-dropdown-options {
	padding: 0 18px;
	background: none;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
					
.overlay-dropdown-options p {
	padding:0;
	margin:0px 0 12px;
	color:#FFFFFF;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.4;
	text-align: center;
	letter-spacing: 1px;
}

.overlay-dropdown-options p a {
	color:#ef6324;
}

.overlay .social {
	margin:22px auto 22px;
}

.overlay .social a {
	display:inline-block;
	margin:0 8px 0;
	text-align:center;
	color:#FFFFFF;
	font-size:28px
}

/* WRAPPER */

#wrapper {
	margin:65px auto 0;
	overflow:hidden;
}

#orange-glow {
	position:fixed;
	bottom:0;
	right:0;
	opacity:.2;
	width:1000px;
	z-index:-1;
	/*animation:glow infinite forwards 6s;*/
	display:none;
}

@media only screen and (min-width: 768px) {
	#orange-glow {
		display:block;
	}
}

@keyframes glow {
	0% {opacity:0}
	50% {opacity:.5}
	100% {opacity:0}
}

.red-line, .pink-line, .orange-line {
    height: 6px;
    width: 100%;
	margin-top:4px;
}

.red-line {
	background: #ed3024;
}

.pink-line {
	background: #e41071;
}

.orange-line {
	background: #f26321;
	margin-bottom:22px;
}

/*.faq-content.active, .ticketing-content.active, .cast-content.active {
	opacity:0;
	animation:fadeIn 2s ease forwards;
}*/


/* HERO SECTION */

#hero {
	margin:0px auto 44px;
	padding:0;
	max-width:1800px;
}

#hero-left {
	width: calc(100% - 44px);
	margin: 22px 22px;
	position:relative;
	float:none;
	display:block;
	border:2px solid white;
	box-sizing:border-box;
}
		
#video-wrapper {
	padding-bottom: 56.10%;
	height: 0;
	overflow: hidden;
}
			
#video-wrapper iframe, #video object, #video embed {
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 0;
}

.player .vp-controls .play.rounded-box, .player-5a5a4ae8-ea69-45cf-9ac2-4c47442ff563 .vp-controls .play.rounded-box, .player .rounded-box.play, .play.rounded-box {
	background:#ed3024 !important;
}
	
#hero-right {
	width: calc(100%);
   	padding: 22px 22px 22px 22px;
	float:none;
}

#hero-right img {
	width:100%;
}

@media only screen and (min-width: 900px) {
	#hero {
		padding:22px 22px 0;
	}
}

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

	#hero {
		padding:0;
	}
	
	#hero-left {
		width: calc(64% - 88px);
		margin: 44px 44px;
		float:left;
	}
	
	#hero-right {
		width: calc(36%);
		padding: 44px 44px 44px 0;
		float:right;
	}
}

/* TICKETS SECTION */

#tickets {
	margin-top:-100px !important;
	padding-top:100px !important;
}

.ticketing-content {
	/*display:none;*/
	padding:0 22px;
}

.ticketing-content.active {
	/*display:block;*/
}

#ticket-info-desktop{
	display:none;
}

.ticket-box, .to-buy {
	width:calc(100%);
	display:block;
	float:none;
	color:#FFFFFF;
	padding: 22px;
    background:rgba(255,255,255,.08);
	margin:0 auto 33px;
	text-align:center;
	border: 1px solid rgba(255,255,255,.1);
}

.to-buy h3 a {
	text-decoration:underline;
	color:#ef6623;
}

.ticket-box h1, .to-buy h1 {
	color:#e9078a;
	font-size:34px;
	margin:12px auto 12px;
}

.ticket-box h1 strong, .to-buy h1 strong {
	font-size:42px;
}

.ticket-box h3, .to-buy h3 {
	color:#FFFFFF;
	font-size:28px;
	font-weight:400;
	margin:12px auto 12px;
}

.ticket-box h3 strong, .to-buy h3 strong {
	font-size:28px;
	font-weight:800;
	text-transform:uppercase;
}

.ticket-box h5, .to-buy h5 {
	color:#FFFFFF;
	font-size:22px;
	line-height:1.5;
	font-weight:400;
	margin:12px auto 12px;
}

.ticket-box p, .to-buy p {
	color:#FFFFFF;
	font-size:18px;
	line-height:1.4;
}

.ticket-box p a, .to-buy h5 a, .safety a {
	text-decoration:underline;
	color:#ef6623;
	font-weight:400;
}

.ticket-box p a:hover, .to-buy h5 a:hover {
	color:#FFFFFF;
}

.to-buy p sup {
	font-size:50%;
}

.ticket-box a.button {
	margin:22px auto 12px;
	max-width:300px;
}

.to-buy a.button {
	margin:22px auto 22px;
	max-width:300px;
}

.shubert {
	filter: grayscale(1) brightness(10);
	width:26px;
}

p.safety {
	font-size:14px;
	font-weight:100;
}

p.amex {
	font-size:14px;
	font-style:italic;
	margin:33px 22px 12px;
}

h1.covid {
	text-align:center;
	font-size:50px;
	color:#e9078a;
	margin-bottom:10px;
}

hr.covid {
	width:50%;
	border:1px solid #ef6324;
}

p.covid {
	text-align:center;
	font-size:20px;
}

.calendar {
	width:calc(100%);
	margin:44px auto 44px;
	float:none;
}

.calendar.mobile, .to-buy.mobile {
	display:block;
}

.calendar.desktop, .to-buy.desktop {
	display:none;
}

.calendar-header {
	color:#FFFFFF !important;
	font-size:48px;
	margin:22px auto 0;
	text-align:center;
	text-transform:uppercase;
}

.calendar-header.tour {
	margin:22px auto 22px;
}

.calendar-subheader {
	color:#e9078a;
	font-size:18px;
	margin:6px auto 22px;
	text-align:center;
	animation:blink infinite forwards 5s;
	padding:0px 12px 8px;
	max-width:160px;
	line-height:1;
	box-sizing:border-box;
}

.calendar-header.mobile {
	display:block;
}

.calendar-header.desktop {
	display:none;
}

@keyframes blink {
	0% {border:2px solid rgba(233, 7, 138, 0);}
	60% {border:2px solid rgba(233, 7, 138, 0);}
  70% {border:2px solid rgba(233, 7, 138, 1);}
	75% {border:2px solid rgba(233, 7, 138, 1);}
	80% {border:2px solid rgba(233, 7, 138, 0);}
  90% {border:2px solid rgba(233, 7, 138, 1);}
	95% {border:2px solid rgba(233, 7, 138, 1);}
	100% {border:2px solid rgba(233, 7, 138, 0);}
}

@-webkit-keyframes blink {
	0% {border:2px solid rgba(233, 7, 138, 0);}
	60% {border:2px solid rgba(233, 7, 138, 0);}
  70% {border:2px solid rgba(233, 7, 138, 1);}
	75% {border:2px solid rgba(233, 7, 138, 1);}
	80% {border:2px solid rgba(233, 7, 138, 0);}
  90% {border:2px solid rgba(233, 7, 138, 1);}
	95% {border:2px solid rgba(233, 7, 138, 1);}
	100% {border:2px solid rgba(233, 7, 138, 0);}
}

.bullet {
	font-size:25px;
}

@media only screen and (min-width: 900px) {
	#tickets {
		margin-top:-100px !important;
		padding-top:100px !important;
		display: inline-flex;
    	justify-content: space-between;
    	align-items: stretch;
	}
	
	.calendar {
		width:100%;
		margin-bottom:44px;
	}
	
	.ticket-box {
		display: flex;
    	flex-direction: column;
    	justify-content: center;
    	gap: 0px
	}
	
	.ticket-box a.button {
		margin:22px auto 12px;
		width:80%;
	}
	
	.to-buy {
		color: #FFFFFF;
    	display: flex;
    	width: 100%;
    	padding: 22px;
    	background: rgba(255,255,255,.05);
    	flex-direction: column;
	}
	
	.to-buy a.button {
		margin:22px auto 12px;
		width:80%;
	}
	
	.calendar-header.mobile {
		display:none;
	}

	.calendar-header.desktop {
		display:block;
	}
	
	#ticket-info-desktop{
		width:40%;
		clear:left;
		display: flex;
    	flex-direction: column;
    	justify-content: space-between;
	}
	
	#calendar-block{
		display: flex;
    	flex-direction: column;
    	padding: 0px 22px;
    	width: 75%;
	}
	
	.ticket-box.mobile {
		display:none;
	}
}

/* TOUR */

.tour-stop {
	margin:0 auto 0;
	color:#FFFFFF;
	background:none;
	padding:14px;
	vertical-align: text-top;
	border-bottom:2px solid rgba(255,255,255,.2);
}

.tour-stop:hover {
	background:rgba(255,255,255,.1);
}

.tour-stop-city, .tour-stop-dates, .tour-stop-venue {
	width:100%;
	display:block;
	box-sizing:border-box;
	text-align:center;
	padding:6px;
	align-items:center;
	font-size:18px;
	line-height:1.2;
	height:100%;
}

.tour-stop-city {
	font-size:24px;
	text-transform:uppercase;
	font-weight:bold;
	color:#e41071;
}

.tour-stop-button {
	width:100%;
	display:block;
	box-sizing:border-box;
	text-align:center;
	padding-top:12px;
}

a.tour-tickets{
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
    background-color:#ef6324;
    color:#FFFFFF !important;
    box-shadow:0 5px 15px rgba(0,0,0,.3);
	padding:6px 0px;
    text-decoration:none;
	display:block;
	text-align:center;
	margin:8px auto 4px;
}

a.tour-tickets.inactive {
	opacity:0.2;
}

a.tour-tickets:hover{
	background:#ed3024;
}

@media screen and (min-width:768px){
	.tour-stop-city, .tour-stop-dates, .tour-stop-venue, .tour-stop-tickets {
		width:calc(25% - 4px);
		display:inline-block;
		text-align:left;
		vertical-align:middle;
	}
	
	.tour-stop-dates {
		width:calc(18% - 4px);
	}
	
	.tour-stop-venue {
		width:calc(32% - 4px);
		padding:4px 12px 4px;
	}
	
	.tour-stop-tickets {
		padding-top:0;
	}
	
	a.tour-tickets {
		padding:6px 8px;
	}
}

@media screen and (min-width:900px){
	#tour-tickets {
		margin-top:-100px !important;
		padding-top:100px !important;
		display:block;
	}
	
	.tour-stop {
		margin:0 22px 0;
	}
}

/* Photos */

.photo-wrapper {
	width:100%;
	margin:0 auto 0;
	max-width:1800px;
	display:block;
	overflow:hidden;
	position:relative;
	z-index:-2;

}

.photo-wrapper.top {
	margin: 0 auto -70px;
}

.photo-wrapper.bottom {
	transform: translateY(-70px);
    z-index: -1;
    margin: 0 auto -70px;
}

.photo-wrapper.middle {
    transform: translateY(-70px);
    z-index: -1;
    margin: 0 auto 70px;
}

.photo-wrapper img {
	width:100%;
	display:block;
	margin:0 auto 0;
	float:none;
	overflow:hidden;
}

@media only screen and (min-width: 900px) {
	.photo-wrapper.bottom {
		transform:translateY(-200px);
    	z-index: -1;
		margin:0 auto -203px;
	}
}


/* Cast/Creative Section */

#company {
	text-align:center;
	vertical-align:top;
	margin:22px auto 22px;
	padding:0 22px;
	padding-top:100px !important;
	margin-top:-240px !important;
}

#company h1 {
	color:#FFFFFF;
    font-size: 50px;
	margin:-12px auto 44px;
	display:block;
	text-align:center;
	text-shadow:0 0px 22px rgba(0,0,0,.8);
}

#company h2 {
	color:#FFFFFF;
    margin: 34px auto 34px;
    font-size: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.cast-content {
	max-width: 1200px;
	margin:0 auto 0;
	padding:0 22px 0;
}

.cast-wrapper {
    text-align: center;
    width: 130px;
    padding: 0 10px 33px 10px;
    display: inline-block;
    vertical-align: top;
    margin: 0px 10px;
    transition: .15s ease;
}

/*
.cast-wrapper:hover {
    transform: scale(1.09,1.09);
    transform-origin: center;
}
*/

a.bio img {
	width: 100%;
    border: 2px solid #e41071;
	cursor: auto;
}

.cast-wrapper h3 {
    font-size: 20px;
    color: #ffffff;
    margin: 4px auto 4px;
    -webkit-transition: .2s;
    transition: .2s;
}

.creative-wrapper {
    text-align: center;
    width: 200px;
    padding: 0 10px 33px 10px;
    display: inline-block;
    vertical-align: top;
    margin: 0px 10px;
    transition: .15s ease;
}

a .creative-wrapper:hover {
    transform: scale(1.09,1.09);
    transform-origin: center;
}

.creative-wrapper h4 {
    font-size: 15px;
    line-height: 1;
    color: #e41071;
    text-transform: uppercase;
    margin: 4px auto 4px;
    -webkit-transition: .2s;
    transition: .2s;
}

.creative-wrapper h3 {
    font-size: 20px;
    color: #ffffff;
    margin: 4px auto 4px;
    -webkit-transition: .2s;
    transition: .2s;
}

.bio-popup {
    position: relative;
    background: #000000;
    padding: 20px;
    width: auto;
    max-width: 600px;
    margin: 20px auto;
    border: 5px solid #e41071;
    text-align: center;
	line-height:1.4;
}

.bio-popup p {
	text-align:left;
}

.bio-popup p a {
	color:#FFFFFF;
	text-decoration:underline;
}

.bio-popup p a:hover {
	color: #e41071;
}

.bio-popup img {
    float: none;
    margin: 0 auto 8px;
    display: block;
    border: 2px solid #e41071;
}

@media only screen and (min-width: 900px) {
	.cast-wrapper {
		width:150px;
	}
	
	.bio-popup {
		padding:44px;
	}
	
	.bio-popup p {
		overflow:hidden;
	}
	
	.bio-popup img {
		float: left;
		margin: 33px 33px 12px 0;
	}
	
	.cast-content {
		padding:0 44px 65px;
	}
}


/* ABOUT THE SHOW */

#about {
	text-align:center;
	vertical-align:top;
	max-width:1400px;
	margin:0 auto 22px;
	padding:22px;
	padding-top:150px !important;
	margin-top:-250px !important;
}

#story {
	padding-top: 100px !important;
    margin: -100px auto 0px !important;
	max-width:1100px;
}

#story h1 {
    color: #FFFFFF;
    font-size: 50px;
    margin: -44px auto 22px;
    display: block;
    text-align: center;
    text-shadow: 0 0px 22px rgba(0,0,0,.8);
	text-transform:uppercase;
	letter-spacing:1px;
}

#story h2 {
    color: #FFFFFF;
    font-size: 33px;
    margin: -12px auto 44px;
    display: block;
    text-align: center;
    text-shadow: 0 0px 22px rgba(0,0,0,.8);
	text-transform:uppercase;
	font-style:italic;
	letter-spacing:1px;
}

#story p {
    font-size: 20px;
    font-weight: 300;
    text-align: justify;
    letter-spacing: 1px;
	line-height:1.8;
}

.aint {
    color:#ed3024;
}

.too {
   color: #e41071;
}

.proud {
    color: #f26321;
}

#media {
	padding-top: 100px !important;
    margin: -100px auto 0 !important;
	display:block;
}

#media h1 {
    color: #FFFFFF;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 auto 0px;
	padding: 12px;
    /* background: rgba(255,255,255,.06);
    max-width: 1100px;
    border-radius: 10px;
    border-bottom-left-radius: 50% 0%;
    border-bottom-right-radius: 50% 0%;
	box-shadow: 0px 0px 50px rgba(255,255,255,0);
	border: 1px solid rgba(255,255,255,.1);
	border-bottom:none; */
	/*animation:media 4s infinite forwards;*/
}

.slick-slider {
	padding:0px;
	/*background:rgba(255,255,255,.2);*/
	/*border:1px solid #e9078a;*/
}

.gallery {
	padding:12px;
	margin:0 auto 0 !important;
	/* background: rgba(255,255,255,.06);
	box-shadow: 0px 0px 50px rgba(255,255,255,0);
	border:1px solid rgba(255,255,255,.1);
	animation:media 4s infinite forwards;*/
}

.gallery-video {
	position:relative;
	margin:0;
	border: none;
}

.gallery-caption {
	border: none !important;
    margin-top: 12px;
    font-size: 17px;
    color: #FFFFFF;
	transform:none !important;
}

#media .slick-slide > div {
  	transform: scale(.8);
 	transition: transform .3s cubic-bezier(.4,0,.2,1);
	opacity:.8;
	border:1px solid rgba(255,255,255,.2);
}

#media .slick-center > div {
	opacity:1;
	border: 1px solid rgba(228, 16, 113,1);
    transform: scale(1);
}
		
.gallery-video .video-wrapper {
	padding-bottom: 56.10%;
	height: 0;
	overflow: hidden;
}
		
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 0;
}
		
.slick-next {
	right:-10px;
	z-index:5;
}
		
.slick-prev {
	left:-10px;
	z-index:5;
}

.slick-prev, .slick-next {
	height:auto;
	width:20px;
	opacity:.5;
	transition: ease .3s;
}

.slick-prev:hover, .slick-next:hover {
	opacity:1;
}
		
.slick-dots li button::before {
	color:white !important
}

.slick-slider div { transition: none; }

@media screen and (min-width: 768px) {
	#about {
		padding:44px;
	}
	
	#media h1 {
		font-size: 42px;
		padding:15px 12px 16px;
	}
	
	.slick-prev, .slick-next {
		width:35px;
	}
}
		
@media screen and (min-width: 1000px) {
	#media h1 {
		font-size: 48px;
	}
	.slick-prev, .slick-next {
		width:45px;
	}
	
	.slick-next {
		right:-25px;
	}

	.slick-prev {
		left:-25px;
	}
}

/* FAQ PAGE */

#faq {
	text-align:center;
	vertical-align:top;
}

#faq h1 {
	color:#FFFFFF;
    font-size: 50px;
	margin:-12px auto 44px;
	display:block;
	text-align:center;
	text-shadow:0 0px 22px rgba(0,0,0,.8);
}

.faq-content {
	padding:22px;
}
					
.accordion {
	background: none;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
	font-family: 'Oswald', sans-serif;
	color:#ef6324;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 1px;
	text-transform: uppercase;
}
	
.accordion:nth-of-type(2n) {
	color:#e41071
}

.accordion:hover {
	background-color: rgba(250,250,250,.09);
}
					
.accordion:after {
	content: '\02795'; /* Unicode character for "plus" sign (+) */
	font-size: 13px;
	color: transparent;
	text-shadow:0 0 0 #ef6324;
	float: right;
	margin: 7px 0 0 5px;
}
	
.accordion:nth-of-type(2n):after {
	text-shadow:0 0 0 #e41071;
}

.accordion.active:after {
	content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.panel {
	padding: 0 18px;
	background: none;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	border-bottom:solid 1px rgba(250,250,250,.3);
}
					
.panel p {
	padding:0;
	margin:12px 0 22px;
	color:#FFFFFF;
	font-size: 22px;
	font-weight: 300;
	line-height: 1.4;
	text-align: left;
	letter-spacing: 1px;
}
					
.panel .header {
	font-size: 24px;
	font-weight: bold;
}

/* PARTNERS */

#partners {
	text-align:center;
	vertical-align:top;
	padding:22px;
}

#partners h1 {
	color:#FFFFFF;
    font-size: 50px;
	margin:-12px auto 44px;
	display:block;
	text-align:center;
	text-shadow:0 0px 22px rgba(0,0,0,.8);
}

.partner {
	width:100%;
	display:inline-block;
	box-sizing:border-box;
	margin:0 auto 22px;
	background:rgba(255,255,255,.08);
	border:1px solid rgba(255,255,255,.1)
}

.partner img {
	width:100%;
	display:block;
	max-width:400px;
	margin:0 auto 0;
}

.partner h4 {
	color:#FFFFFF;
	font-size:22px;
	padding: 0 22px 0;
}

.partner a h4 {
	text-decoration:none;
	color:#FFFFFF;
}

@media screen and (min-width: 600px) {
	.partner {
		width: calc(50% - 26px);
    	margin: 12px;
	}
}

@media screen and (min-width: 1000px) {
	.partner {
		width: calc(33% - 44px);
   		margin: 22px;
	}
	
	.faq-content {
		padding:44px;
	}
}

/* SPOTIFY PLAYER */

#music-btn {
    position: fixed;
    z-index: 6;
    left: 0;
    top: 45%;
    height: 110px;
    width: 20px;
    padding: 8px 2px 2px 2px;
    background-color: #e41071;
    border-radius: 0 6px 6px 0;
    color: #ffffff;
    cursor: pointer;
    -webkit-box-shadow: 1px 2px 0px #040808;
	-moz-box-shadow: 1px 2px 0px #040808;
	box-shadow: 1px 2px 0px #040808;
}

body.spotify-open #music-btn {
    left: 270px;
}

#open-spotify-btn {
	margin-top: 12px;
}

/*#music-btn i.music {
    position: relative;
    left: -2px;
    top: -30px;
    font-size: .7em;
    margin-top: 10px;
    background: #ffffff;
    color: #007eea;
    padding: 12px 3px;
    border-radius: 0 20px 0 0;
}*/

#music-btn i.music {
	margin-left: 2px;
	font-size: 12px;
}

#music-btn span {
    display: block;
    position: absolute;
    left: -99px;
    font-size: 16px;
    letter-spacing: 1.4px;
    bottom: 109px;
    width: 219px; 
    transform: rotate(-90deg);
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    -webkit-text-shadow: 1px 1px 0px #040808;
	-moz-text-shadow: 1px 1px 0px #040808;
	text-shadow: 1px 1px 0px #040808;
}

#music-btn span i {
    margin-right: 5px;
    opacity: .5;
}

#music-btn span i.left {
    display: none;
}

body.spotify-open #music-btn span i.left {
    display: inline-block;
}

#music-btn #spotify-player,body.spotify-open #music-btn span i.right {
    display: none;
}

#spotify-player {
    position: fixed;
    left: -270px;
    top: 67px;
    bottom: 0;
    width: 270px;
    min-height: 90%;
    background-color: #000000;
	z-index: 1000;
}

body.spotify-open #spotify-player {
    left: 0;
}

#spotify-player iframe {
    display: block;
    width: 100%;
    height: 79px;
}

#spotify-player #music-links {
    text-align: center;
    overflow: auto;
}

#spotify-player #music-links h5 {
    margin: 20px 0 0;
    padding: 0 10px;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
}

#spotify-player #music-links h5.title {
    padding: 12px 12px;
    line-height: 1.1;
    margin: 0 0 15px;
    color: #FFFFFF;
	background: #ef6324;
}

#spotify-player a {
    margin: 0 10px;
    font-size: 25px;
    color: #e41071;
}

#spotify-player a:hover {
    color: #ef6324;
}

#spotify-player hr {
    margin: 12px 10%;
    border-color: #040808;
    opacity: .5;
}

#spotify-player p {
    padding: 0px 10%;
	color: #ffffff;
	font-size: 15px;
}

body.spotify-open {
    padding-left: 270px;
}

body.spotify-open .nav-menu {
	display: inline;
}

@media screen and (min-width: 768px) {
	
	#music-btn {
		width: 26px;
		padding: 8px 2px 2px 5px;
	}
	
	#music-btn span {
		left:-96px;
	}
}

@media screen and (min-height: 768px) {
	
    #spotify-player #music-links {
        position: absolute;
        bottom: 21px;
        left: 0;
    }

    #spotify-player #player {
    	height: calc(100% - 353px);
    }
	
}

@media screen and (max-width: 768px) {
	
    body.spotify-open #wrapper {
		opacity:0;
	}
	
}

/* FOOTER */

#foot {
    border-top: 3px solid #ef6324;
    color: #ffffff;
    width: 100%;
    padding: 50px 20px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
	position:relative;
    flex-direction: column;
    align-items: center;
}

.email_txt {
    font-size: 35px;
    letter-spacing: 3px;
    margin: 0px 0px 20px 0px;
}

.email {
    margin: 22px auto 22px;
    display: block;
}

#foot input {
	width:280px;
    height: 41px;
    margin: 0 8px 8px 0;
    padding: 0px 5px;
	vertical-align:top;
	font-family:Oswald;
	font-size:22px;
	font-weight:400;
}

#foot button {
	font-family:Oswald;
	max-width: 225px;
	display:inline-block;
	margin:0 auto 0;
	padding:3px 11px 5px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#101759+0,01052c+100 */
	background:#e9078a;
	color: #FFFFFF;
	border:0;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.66);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.66);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.66);

	font-size: 28px;
	letter-spacing:2px;
	line-height: 1.18;
	font-weight: 800;
	font-style:normal;
	text-decoration: none;
	text-transform: uppercase;
	text-align:center;
	border-radius:4px;

	-webkit-transition: .5s;
	transition: .5s;
}

#foot button:hover {
	background: #ef6324;
	transition:.3s;
}

#foot .social {
	display:block;
	margin:22px auto 22px;
}

#foot .social a i {
	color:#ef6324;
	font-size:28px;
	margin: 0 10px 0 0;
}

#foot .social a:last-of-type i {
	margin: 0 0 0 0;
}

#foot .social a:hover i {
	color:#FFFFFF;
}

#foot h3 {
	font-size:26px;
	font-weight:400;
	text-transform:uppercase;
	margin:0 auto 0;
}

#foot .info {
	margin:0 auto 44px;
}

#foot .credits p {
	font-size:12px;
	font-style:italic;
	margin: 44px auto 0;
    font-weight: 200;
}

#foot p {
    font-size: 18px;
    text-transform: none;
	    display: inline-block;
    margin: 0 16px 22px;
}

#foot p a {
    text-decoration: underline;
    color: #ffffff;
}

#foot p a:hover {
	color:#ef6324;
}

.privacy-popup {
    position: relative;
    background: #000000;
    padding: 20px;
    width: auto;
    max-width: none;;
    margin: 20px auto;
    border: 5px solid #e41071;
    text-align: center;
	line-height:1.4;
}

.privacy-popup h1 {
	color: #e41071;
	text-transform:uppercase;
	margin:0 auto 8px;
}

.privacy-popup h2 {
	color:#FFFFFF;
	font-size: 22px;
	margin: 22px auto 6px;
}

.privacy-popup p.date {
	font-style:italic;
	font-size:14px;
	margin:0 auto 12px;
}

.privacy-popup p {
	font-size:16px;
	text-align:center;
	font-weight:200;
	margin:6px auto 44px;
}

.privacy-popup p a {
	color:#FFFFFF;
	text-decoration:underline;
}

.privacy-popup p a:hover {
	color: #e41071;
}

.mfp-close-btn-in .mfp-close {
    color: #FFFFFF !important;
}

@media only screen and (min-width: 900px) {
	
	.privacy-popup {
		padding:44px;
	}
}

/*
==============================================
Animation
==============================================
*/

@-webkit-keyframes fadeIn {
	0% {
		opacity:0;
	}
	20% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}

@keyframes fadeIn {
	0% {
		opacity:0;
	}
	20% {
		opacity:0;
	}
	100% {
		opacity:1;
	}		
}