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

html {
	scroll-behavior:smooth;
}

* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	line-height:1.0;
	font-family: 'Sofia Sans Extra Condensed', sans-serif;
	text-align:center;
	font-weight:400;
}

.pirata {
	font-family:'Pirata One';
}

strong {
	font-weight:700;
}

.nowrap {
	white-space: nowrap;
    font-weight: inherit;
    font-family: inherit;
}

.max-width {
	max-width:1300px;
	margin:0 auto 0;
	display:block;
}

.clear {
	clear:both;
}

body {
	background:#2d0049;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	text-transform:none;
	color:#dd92ff;
	letter-spacing:0px;
	margin:0 auto 22px;
	padding: 0 22px 0;
	position: relative;
}

span.light {
	font-weight:400;
}

h1 {
	font-size:24px;
}

h2 {
	font-size:30px;
}

h3 {
	font-size: 23px;
    letter-spacing: 1px;
}

p {
	font-size:20px;
	margin:0 auto 22px;
	line-height:1.25;
	color:#FFFFFF;
	padding:0 22px 0;
}

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

	h1, h2, h3, h4, h5, h6 {
		padding: 0 0px 0;
	}
	
	h1 {
		font-size:40px;
	}
	
	h2 {
		font-size:42px;
	}
	
	h3 {
		font-size: 30px;
	}
	
	p {
		font-size:24px;
		padding:0;
	}
			
}

@media screen and (min-width: 1028px) {
	
	h1 {
		font-size:46px;
	}
	
	h2 {
		font-size:52px;
	}
	
	h3 {
		font-size: 40px;
		margin: 0 auto 22px;
	}
			
}

span.small {
	text-transform:none;
	font-weight:bold;
	font-family:inherit;
}

#arch {
	width: 100%;
    display: block;
    z-index: 2;
    position: relative;
}

.blood {
	width: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
	transform: translateY(-20%);
	animation:dripMobile 3s ease forwards;
	animation-delay:3s;
	max-height:100vh;
}

.blood2 {
	width: 100%;
    display: block;
    position: absolute;
    z-index: -1;
    margin-top: -18%;
}

.bat-on-stick {
	width: 100%;
    max-width: 500px;
    position: absolute;
    left: 0;
    margin-top: -88px;
}

@media screen and (min-width: 1028px) {
	
	#arch {
		margin:-10% auto -55px;
	}
	
	.blood {
		margin:0% auto -55px;
		transform: translateY(-60%);
		animation:drip 3s ease forwards;
		animation-delay:3s;
	}
			
}

@media screen and (min-width: 1300px) {
	.blood {
		position: fixed;
    	z-index: -1;
	}
	
	.blood2 {
		display: none;
	}
}

.blood-drop {
	width: 50px;
    position: relative;
    margin-top: -100px;
    margin-left: 10%;
    z-index: -1;
}

a.button {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff1616+42,c10000+100 */
	background: #ff1616; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #ff1616 42%, #c10000 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  #ff1616 42%,#c10000 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  #ff1616 42%,#c10000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1616', endColorstr='#c10000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
	border-radius: 4px;
    display: block;
    margin: 0 auto 0;
    -webkit-box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 66%);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.66);
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 66%);
    font-size: 36px;
    line-height: 1.18;
    font-weight: 800;
    font-style: normal;
	font-family:inherit;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
    padding: 5px 12px 3px;
    color: #fff5ea !important;
    z-index: 20;
    position: relative;
    letter-spacing: 1px;
}

a.button:hover {
	color:#fff5ea;
	filter:brightness(1.2);
}

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

#nav {
	background:rgba(126,67,114, .0);
	padding: 17px 12px 4px 6px;
	text-align:center;
	position:fixed;
	top:0;
	right:0;
	left:0;
	z-index:50;
	transition:.3s ease;
	max-width:none;
	margin:0 auto 0;
	/*-webkit-box-shadow: 0 0 7px rgb(0 0 0 / 46%);
	-moz-box-shadow: 0 0 7px rgb(0 0 0 / 46%);
	box-shadow: 0 0 7px rgb(0 0 0 / 46%);*/
}

.hamburger {
  display:inline;
  position: fixed;
  top: 20px;
  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: #fff5ea;
  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:#fff5ea;
  top: 11px;
}

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

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

.nav-title {
	width: 110px;
    margin: 0;
    transform: translateY(-5px);
}

#nav-items {
	display:none;
	margin:0 0 0 12px;
	float:left;
}

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

#nav-items ul li.nav-item a {
	text-transform: uppercase;
    text-decoration: none;
    font-size: 28px;
    color: #fff5ea;
    transform: translateY(-4px);
    display: block;
    letter-spacing: 1px;
}

#nav-items ul li.social a {
	text-decoration:none;
}

#nav-items ul li.social a i {
	color:#ff70ff;
	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:#dd92ff;
}

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

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

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

.mfp-bg {
	opacity:0.95 !important;
}
	
#nav a.button {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff1616+42,c10000+100 */
	background: #ff1616; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #ff1616 42%, #c10000 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  #ff1616 42%,#c10000 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  #ff1616 42%,#c10000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1616', endColorstr='#c10000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	z-index:20;
	position:relative;
	float:right;
	margin:0px;
	transform:translateY(-8px);
}

#nav a.button:hover {
}

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

}

#nav .social {
	display:inline;
}

#nav .social a i {
	color: #ff70ff;
    font-size: 28px;
    margin: 4px 9px 17px;
}

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

#nav.scroll {
	background:rgba(44,0,72,.8)
}


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

.overlay {
  position: fixed;
  color:#fff5ea;
  background:rgba(34,0,42, .95);
  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 nav .social {
	display:block !important;
}

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

.overlay-item {
	text-align:center;
	margin:0 auto 0;
	background: none;
	cursor: pointer;
	border: none;
	outline: none;
	display:block;
	text-transform: uppercase;
  	font-style: normal;
  	font-weight: 700;
  	font-size: 28px;
	line-height:1.4;
  	letter-spacing:1px;
  	position: relative;
  	color: #fff5ea;
  	text-decoration: none;
  	-webkit-transition: .35s;
  	transition: .35s;
	padding:2px;
}
					

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

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


#wrapper {
	padding:0px 0px 0px;
	/*max-width:1300px;*/
	margin:0% auto 0;
}

@media screen and (min-width: 549px) {
	
	#clouds {
		background-attachment: fixed;
		background-size: cover;
		position:fixed;
	}
}

@media screen and (min-width: 1380px) {
	#wrapper {
		margin:-8% auto 0;
	}
}

/* QUOTATOR */

.quotator {
	margin:0 auto 0px;
	padding:0 40px 0;
}

.quote h2 {
	margin:0 auto 0;
	color:#FFFFFF;text-shadow: 0px 0px 10px rgba(243, 66, 251, 1);
}

.quote.large h2 {
	font-size:52px;
}

@media screen and (min-width: 768px) {
	
	.quote.large h2 {
		font-size:62px;
	}
			
}

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

	.quote.large h2 {
		font-size:72px;
	}
			
}

.quote p {
	color:#FFFFFF;
	text-shadow: 0px 0px 5px rgba(243, 66, 251, 1);
	font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 0 auto 0;
}
		
#title {
	display:none;
	width:100%;
	max-width:700px;
	margin:44px auto 44px;
}

#title-mobile {
	width:100%;
	max-width:700px;
	margin:44px auto 44px;
	display:block;
}

@media screen and (min-width: 500px) {
	#title {
		display:block;
	}

	#title-mobile {
		display:none;
	}
}

#art {
	width:100%;
	display:block;
	position:relative;
	z-index:-2;
	margin:0px auto 66px;
	max-width:1300px;
}

@media screen and (min-width: 500px) {
	#art {
		margin:0px auto 99px;
	}
}

#art img {
	width:100%;
	display:block;
	position:relative;
}

#art .mobile {
	display:block;
}
	
#art .desktop {
	display:none;
}

@media screen and (min-width: 676px) {
	#art .mobile {
		display:none;
	}

	#art .desktop {
		display:block;
		margin: -7% auto -4%;
		max-width:1200px;
	}
}

/* STAY CON-NECK-TED */

#connect {
	margin:-66px auto 0;
	padding:191px 11px 44px;
}

#connect h2 {
	line-height:1.2;
	letter-spacing:1px;
	margin:0 auto 11px;
	color: #ffffff;
}

#connect h3 {
	line-height:1.2;
	margin:0 auto 44px;
}

@media screen and (min-width: 468px) {
	#connect {
		padding:50px 33px 44px;
	}
}

@media screen and (min-width: 768px) {
	#connect {
		padding:50px 88px 44px;
	}
}

@media screen and (min-width: 1024px) {
	#connect {
		padding:20px 151px 66px;
	}
}

#connect p {
	text-align:justify;
}

/* ABOUT */

#about {
	margin:-66px auto 0;
	padding:191px 11px 44px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#410554+0,2c0048+54&1+0,0+100 */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(65,5,84,1) 0%, rgba(44,0,72,0.46) 54%, rgba(44,0,72,0) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(65,5,84,1) 0%,rgba(44,0,72,0.46) 54%,rgba(44,0,72,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  rgba(65,5,84,1) 0%,rgba(44,0,72,0.46) 54%,rgba(44,0,72,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#410554', endColorstr='#002c0048',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#about h2 {
	line-height:1.2;
	letter-spacing:1px;
	margin:0 auto 11px;
	color: #ffffff;
}

#about h3 {
	line-height:1.2;
	margin:0 auto 44px;
}

.about-bottom {
	display: flex;
	margin-top: 44px;
}

.about-gallery {
	width: 100%;
	padding: 5px 25px;
}

@media only screen and (min-width: 1125px) {
	
	.about-bottom {
		flex-direction: row;
		align-items: center;
		margin-bottom: 50px;
	}
	
	.about-video {
		position: relative;
		margin: 0 25px 0;
		max-width: 503px;
		border: 2px solid #dd92ff;
		width:50%;
		
	}
	
	.about-video .video-wrapper {
		padding-bottom: 56.10%;
		height: 0;
		overflow: hidden;
	}
	
	.video-wrapper iframe {
		position: relative;
		top: 0;
		left: 0;
		box-sizing: border-box;
		width: 503px;
		height: 282px;
		padding: 0;
	}
	
	/*.about-blurb {
		width: 60%;
		margin: 5px 25px;
	} */
	
	.about-gallery {
		width: 100%;
		padding: 5px 25px;
	}
}

@media only screen and (min-width: 881px) and (max-width: 1125px) {

	.about-bottom {
		flex-direction: column-reverse;
		align-items: center;
		margin-bottom: 30px;
	}
	
	.about-video {
		width: 100%;
		border: 2px solid #dd92ff;
		max-width: 560px;
		margin-bottom: 20px;
	}
	
	.about-video .video-wrapper {
		padding-bottom: 56.10%;
		height: 0;
		overflow: hidden;
	}
	
	.video-wrapper iframe {
		position: relative;
		top: 0;
		left: 0;
		box-sizing: border-box;
		width: 560px;
		height: 315px;
		padding: 0;
	}
	
	/* .about-blurb {
		margin: 0 auto;
	}*/
	
	.about-gallery {
		margin: 0 auto;
	}
	
}

@media only screen and (min-width: 420px) and (max-width: 880px) {

	.about-bottom {
		flex-direction: column-reverse;
		align-items: center;
		margin-bottom: 30px;
	}
	
	.about-video {
		width: 100%;
		border: 2px solid #dd92ff;
		max-width: 420px;
		margin-bottom: 20px;
	}
	
	.about-video .video-wrapper {
		padding-bottom: 56.10%;
		height: 0;
		overflow: hidden;
	}
	
	.video-wrapper iframe {
		position: relative;
		top: 0;
		left: 0;
		box-sizing: border-box;
		width: 420px;
		height: 235px;
		padding: 0;
	}
	
	.about-blurb {
		margin: 0 auto;
	}
	
	.about-gallery {
		margin: 0 auto;
	}
	
}


@media only screen and (min-width: 100px) and (max-width: 419px) {

	.about-bottom {
		flex-direction: column-reverse;
		align-items: center;
		margin-bottom: 20px;
	}
	
	.about-video {
		width: 100%;
		border: 2px solid #dd92ff;
		max-width: 308px;
		margin-bottom: 20px;
	}
	
	.about-video .video-wrapper {
		padding-bottom: 56.10%;
		height: 0;
		overflow: hidden;
	}
	
	.video-wrapper iframe {
		position: relative;
		top: 0;
		left: 0;
		box-sizing: border-box;
		width: 308px;
		height: 175px;
		padding: 0;
	}
	
	.about-blurb {
		margin: 0 auto;
	}
	
	.about-gallery {
		margin: 0 auto;
	}
	
}


@media screen and (min-width: 468px) {
	#about {
		padding:50px 33px 44px;
	}
}

@media screen and (min-width: 768px) {
	#about {
		padding:50px 88px 44px;
	}
}

@media screen and (min-width: 1024px) {
	#about {
		padding:50px 151px 66px;
	}
}

#about p {
	text-align:justify;
}

#about p::first-letter {
	font-family: 'Pirata One';
	font-size: 36px;
	letter-spacing:2px;
}

h2.mobile {
	display:block;
}

h2.desktop {
	display:none;
}

@media screen and (min-width: 500px) {
	h2.mobile {
		display:none;
	}

	h2.desktop {
		display:block;
	}
}

/* GALLERY */

.gallery {
/*
	margin:44px auto 33px !important;
	max-height:300px;
*/
	text-align:center;
}

.gallery-item {
/*	max-width:100%;*/
	margin: 0px 10px;
}
		
.gallery-item img {
	max-width: 100%;
/*    max-height: 300px;*/
    /* display: block; */
    margin: 0 auto 0;
/*	border: 2px solid #ffffff;*/
	background: url(../_img/violet-tile.gif);
    border: 9px solid rgba(0,0,0,.4);
}
		
		.slick-next {
			right:0px !important;
			z-index:5;
			top: 45% !important;
		}
		
		.slick-prev {
			left:0px !important;
			z-index:5;
			top: 45% !important;
		}
		
		.slick-dots li button::before {
			color:white !important
		}

		.slick-prev::before {
			content: "\276E" !important;
  			font-size: 30px !important;
			z-index:10001 !important;
			color: #dd92ff;
		}

		.slick-next::before {
			content: "\276F" !important;
			font-size: 30px !important;
			z-index:10001 !important;
			color: #dd92ff;
		}

/*
.gallery-video {
	position: relative;
    margin: 0 25px 0;
	max-width: 512px;
	border: 2px solid #f15b40;
}

.gallery-video .video-wrapper {
	padding-bottom: 56.10%;
	height: 0;
	overflow: hidden;
}
		
.gallery-video .video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 0;
}
*/

.gallery-item .caption {
/*	opacity:.5;*/
	position:relative;
	padding:12px;
	margin: 0 22px 0;
	color:#ffffff;
	font-family: 'Sofia Sans Extra Condensed', sans-serif !important;
	font-size:15px !important;
	bottom:0;
	text-align:center;
/*	text-shadow:0 0 8px rgba(0,0,0,.5);*/
	display:block;
}

.gallery-credit {
	opacity:.5;
	display: block;
    text-align: center;
    color: #ffffff;
	font-family: 'Sofia Sans Extra Condensed', sans-serif !important;
    font-size: 12px;
    padding: 0px 12px 12px 12px;
/*	margin: 22px 0px 0px 0px;*/
}

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

	.slick-next {
			right:-10px !important;
		}
		
	.slick-prev {
			left:-10px !important;
		}
}



/* TICKETS */

#tickets {
	padding:88px 27px 55px;
	z-index: 5;
    position: relative;
	margin: 0;
	background: url(../_img/violet-tile.gif);
    border-top: 4px solid rgba(0,0,0,.4);
	border-bottom: 4px solid rgba(0,0,0,.6);
	-moz-border-radius: 100% / 10%;
    -webkit-border-radius: 100% / 10%;
    border-radius: 100% / 10%;
	background-size:300px;
}

#tickets h1 {
	color:#FFFFFF;text-align:center;
}

#tickets h2 {
	color:#FFFFFF;
	margin:0 auto 44px;
	letter-spacing:2px;
}

#ticket-info {
	display:block;
	/*border:4px solid #380809;*/
	margin: 22px 11px 111px;
}

#ticket-info-snipe {
	color:#FFFFFF;
	padding: 15px 17px 15px;
}

#ticket-info-snipe .button.red {
    margin: 0px auto 0;
	line-height: 1.1;
}

.ticket-box h3 {
	padding:0;
    color: #2c0048;
    letter-spacing: 0px;
    font-size: 40px;
	text-transform:uppercase;
	text-align:center;
	margin:0 auto 22px;
	font-weight:bold;
	line-height:.9;
}

.ticket-box h4 {
	padding:0;
	font-size:24px;
	margin:17px auto 6px;
	color:#c00000;
	display:block;
	text-transform:uppercase;
	font-weight:bold;
}

.ticket-box h4:nth-of-type(1) {
	margin:0px auto 6px;
}

.ticket-box p {
	padding:0;
	font-size: 20px;
	color:#2c0048;
	line-height:1.4;
	display:inline;
}

.ticket-box p a {
	color:#c00000;
	font-weight:normal;
}

.ticket-box p a:hover {
	color:#000000;
}

.ticket-box {
	display: block;
    padding: 33px 22px;
    background: rgba(255,255,255,.9);
    margin: 0 0 44px;
    text-align: center;
    vertical-align: top;
    filter: drop-shadow(8px 8px 0px rgba(0,0,0,.1));
    border: 8px solid;
    border-image: url(../_img/purple-tile.gif) 1 / 8px 8px 8px;
}

.ticket-box.below {
	width: 100% !important;
	float:none !important;
	display:block;
}

.ticket-box .mobile {
	display:block;
	
}

.ticket-box .desktop {
	display:none;
}

.broadway-inbound {
	display:block;
	margin:11px auto 0;
	width:90px;
}

.button.mobile {
	display:block;
	margin: 0 auto 33px;
}

@media only screen and (min-width: 800px) {
	.ticket-box .mobile {
		display:none;

	}

	.ticket-box .desktop {
		display:block;
	}
	
	.button.mobile {
		display:none;
	}
}

#calendar {
	position:relative;
	z-index:54;
	display:none;
	margin: 0 auto 44px;
	border: 8px solid;
    border-image: url(../_img/purple-tile.gif) 1 / 8px 8px 8px;
}

.tribe-events-calendar tbody {
	background: rgba(0,0,0,.08)
}

.tribe-events-calendar-month__day--past .tribe-events-calendar-month__calendar-event-title-link {
	opacity:0 !important;
}

@media only screen and (min-width: 800px) {
	
	#tickets {
		padding:99px 55px 55px;
	}
	
	#calendar {
		display:block;
	}
	
	.ticket-box {
		padding: 33px;
	}
	
}

@media only screen and (min-width: 1126px) {
	
	#tickets {
		padding:99px 77px 55px;
	}
	
	#ticket-info {
		margin: 66px 33px 22px 33px;
	}
	
	#ticket-info-content {
		width: calc(36% - 6px);
		text-align:left;
		float:right;
		padding: 0 0 11px 22px;
	}
	
	#calendar {
		width: calc(65% - 49px);
		float: left;
		margin: 0 0 33px 0;
	}
	
	.ticket-box {
		display:inline-block;
	}
	
	.ticket-box.below {
		width: calc(50% - 33px) !important;
		display: inline-block !important;
		margin-right: 44px !important;
	}
	
	.ticket-box.below.right {
		float: right !important;
		margin-right: 0 !important;
	}
	
}

/*
==============================================
CAST & CREATIVES
==============================================
*/

#company {
	text-align:center;
	padding:22px 22px 111px;
	margin:55px 0;
	z-index:5;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#410554+0,2c0048+54&1+0,0+100 */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(65,5,84,1) 0%, rgba(44,0,72,0.46) 54%, rgba(44,0,72,0) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(65,5,84,1) 0%,rgba(44,0,72,0.46) 54%,rgba(44,0,72,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  rgba(65,5,84,1) 0%,rgba(44,0,72,0.46) 54%,rgba(44,0,72,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#410554', endColorstr='#002c0048',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

h2.company {
    color: #000000;
	letter-spacing:1px;
	font-size:25px;
	display: block;
    margin: 12px auto 12px;
	padding:4px;
	font-weight:bold;
}

@media only screen and (min-width: 494px) {
	
	#company {
		padding:55px 44px 111px;
	}
	
	h2.company {
		display: inline-block;
		margin: 0 auto 44px;
	}
	
}

p.company {
	font-size:12px;
}

.bio {
	width: calc(90%);
	max-width: 200px;
    display: inline-block;
    margin: 0px 8px 11px;
    padding: 17px 9px 6px;
    transition: .3s ease;
    vertical-align: top;
    text-decoration: none;
    position: relative;
    z-index: 11;
	filter: drop-shadow(8px 8px 0px rgba(0,0,0,.1));
}

.bio.creative {
	background:none;
	border:none;
	width: calc(100%);
    margin: 0px 8px 11px;
}

.bio img {
	width: 100%;
    display: block;
    transition: .3s ease;
    margin: 0 auto 11px;
	background: url(../_img/violet-tile.gif);
    border-radius: 25% 25% 5% 5%;
    border: 9px solid rgba(0,0,0,.4);
}

.bio:hover img {
    border: 9px solid rgba(0,0,0,.2);
}

.bio img.hover {
	width: calc(100% - 18px);
    max-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 17px;
    left: 0;
    transition: 1s ease;
}

.bio:hover img.hover {
  opacity:0;
}

.bio h4 {
	padding:0;
	color:#FFFFFF;
	margin:2px 0 3px;
	line-height:1.1;
	letter-spacing:0px;
	text-transform:uppercase;
	font-size:20px;
	font-weight:bold
}

.bio h5 {
	padding:0;
	color:#ff70ff;
	margin:0 0 8px;
	font-size:18px;
	text-transform:none;
	letter-spacing:0px;
}

.bio-popup {
	position: relative;
	padding: 33px 20px;
	max-width: 900px;
	margin: 20px auto;
	border: 2px solid #FFFFFF;
	text-align:left;
	overflow:scroll;
	-ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    overflow-y: scroll;
	background: url(../_img/purple-tile.gif);
}

.bio-popup::-webkit-scrollbar {
	display: none; /* for Chrome, Safari, and Opera */
}

.bio-popup img {
	float:none;
	display:block;
	margin:0px auto 22px;
	width:100%;
	max-width:200px;
	background: url(../_img/violet-tile.gif);
    border-radius: 25% 25% 5% 5%;
    border: 9px solid rgba(0,0,0,.4);
	filter: drop-shadow(8px 8px 0px rgba(0,0,0,.1));
}

.bio-popup h4, .bio-popup h5, .bio-popup p {
	display:inline;
}

.bio-popup a {
	color:#ff70ff;
}

.creative-bio-popup h4, .creative-bio-popup h5, .creative-bio-popup p {
	display:block;
	text-align:center;
}

.bio-popup h4 {
	padding:0;
	color:#FFFFFF;
	font-size: 27px;
	line-height: 1;
	text-align:left;
	margin:0 0 8px 0;
	text-transform:none;
}

.bio-popup h5 {
	padding:0;
	color:#ff70ff;
	font-size: 20px;
	line-height: 1;
	text-align:left;
	margin:0 0 22px 0;
	text-transform:none;
}

.bio-popup p {
	padding:0;
	color:#FFFFFF;
	font-size: 20px;
	line-height: 1.3;
	overflow:hidden;
	text-align:left;
}

.creative-bio-popup {
	position: relative;
	background: #1e1127;
	padding: 20px;
	max-width: 900px;
	margin: 20px auto;
	border: 2px solid #ffdd02;
	text-align:center;
	overflow:scroll;
	-ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    overflow-y: scroll; 
}

.creative-bio-popup::-webkit-scrollbar {
	display: none; /* for Chrome, Safari, and Opera */
}

.creative-bio-popup h4, .creative-bio-popup h5, .creative-bio-popup p {
	display:block;
	text-align:center;
}

.creative-bio-popup h4 {
	color:#ffdd02;
	font-size: 27px;
	line-height: 1;
	text-align:center;
	margin:15px 0 8px 0;
}

.creative-bio-popup h5 {
	color:#FFFFFF;
	font-size: 20px;
	line-height: 1;
	text-align:center;
	margin:0 0 22px 0;
	text-transform:none;
}

.creative-bio-popup p {
	color:#FFFFFF;
	font-size: 18px;
	line-height: 1.6;
	overflow:hidden;
	text-align:justify !important;
}

.bio-wrap {
		text-align:justify;
	}

@media only screen and (min-width: 494px) {
	
	br.mobile {
		display:none;
	}
	
	.bio {
		width: calc(50% - 9px);
	}
	
	.bio.creative {
		width: calc(50% - 9px);
    	margin: 0px 0px 22px;
	}
}

@media only screen and (min-width: 676px) {
	
	.bio {
		max-width: none;
    	width: calc(30% - 0px);
	}
}

@media only screen and (min-width: 950px) {
	
	#company {
		padding:55px 77px 111px;
	}
	
	.bio.creative {
		width: calc(20% - 9px) !important;
    	margin: 0px 0px 22px !important;
	}
	
	.bio-popup {
		padding: 55px 44px 55px 44px;
		text-align:left;
	}
	
	.bio-popup img {
		float:right;
		margin:0 0 12px 22px;
	}
	
	.bio-wrap {
		text-align:justify;
	}
}

@media only screen and (min-width: 1088px) {
	
	.bio {
		width: calc(20% - 2px) !important;
		margin: 0px 0px 22px !important;
		max-width: none;
	}
	
	.bio h4 {
		font-size:22px;
	}
}


/* FOOTER */

#social i {
			color:#ff70ff;
			font-size:32px;
			margin:0 6px 17px;
		}
		
		#social i:hover {
			color:#FFFFFF;
		}

#footer {
	padding: 111px 22px 77px;
	background: rgba(0,0,0,.5);
    border-radius: 0%;
    border-top: 4px solid rgba(0,0,0,.4);
	border-bottom: 4px solid rgba(0,0,0,.6);
}

#email {
	margin: 0 auto 44px;
	position:relative;
	z-index:5;
}

#social {
	margin: 0 auto;
}
		
#email input {
	text-align: left;
    border: none;
    height: 43px;
    margin: 0;
    padding: 3px 8px 0;
    vertical-align: top;
    font-size: 24px;
    background: rgba(255,255,255,.8);
    color: #000000;
    width: calc(100% - 151px);
}

input {
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	border-radius: 0;
}
		
#email button {
	border: none;
    max-width: 225px;
    display: inline-block;
    margin: 0px;
    margin-left: -5px;
    padding: 9px 14px 6px;
    background: #c00000;
    color: #FFFFFF;
    font-size: 28px;
    letter-spacing: 0px;
    line-height: 1;
    font-weight: 800;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    text-align: center;
    border-radius: 0px;
    -webkit-transition: .5s;
    transition: .5s;
}

#footer-partners {
	color:#FFFFFF;
	padding: 20px 22px 20px;
    text-align: center;
	max-width: 2200px;
    margin: 0 auto 0;
	display: inline-block;
}

.partners-row1 {
	display: flex;
	flex-direction: row;
    width: 50%;
    margin: 0 auto;
    justify-content: space-evenly;
}

.partners-row2 {
	display: flex;
	flex-direction: row;
    width: 70%;
    margin: 0 auto;
    justify-content: space-evenly;
}

.partners-row3 {
	display: flex;
	flex-direction: row;
    width: 58%;
    margin: 0 auto;
    justify-content: space-evenly;
}

.footer-partner {
/*	padding: 44px;*/
/*	width: 100%;*/
	box-sizing: border-box;
	display:inline-block;
	margin: 0px 0px 35px 0px;
/*	vertical-align:top;*/
}

.footer-partner img {
/*	display: block;*/
    width: 50%;
/*    margin: 0 auto 25px;*/
	border-radius: 5px;
	box-shadow: 0px 0px 20px 1px #ff70ff;
}
	
.footer-partnerSm img {
/*	display: block;*/
    width: 60%;
/*    margin: 0 auto 25px;*/
	border-radius: 5px;
}	

#mice p {
	font-size: 18px;
}

#email button:hover {
	filter:brightness(1.4)
}
		
#mice {
	color: #000000;
	position: relative;
	text-align: center;
	display: block;
	width: 100%;
	margin:25px auto 22px;
}
		
#social a {
	color:#ff70ff;
}

#social a:hover {
	color:#FFFFFF;
}

#mice a {
	color:#FFFFFF;
}

#mice a:hover {
	color:#ff70ff;
}

@media only screen and (min-width:678px) and (max-width:1024px) {
	.partners-row1 {
		width: 70%;
	}

	.partners-row2 {
		width: 70%;
	}
	
	.partners-row3 {
		width: 58.5%;
	}

	.footer-partner img {
		width: 60%;
	}
	
	.footer-partnerSm img {
		width: 80%;
	}	
	
} 

@media screen and (min-width: 100px) and (max-width:677px) {
	
	.partners-row1 {
		width: 100%;
	}

	.partners-row2 {
		width: 100%;
	}
	
	.partners-row3 {
		width: 83%;
	}

	.footer-partner img {
		width: 60%;
	}
	
	.footer-partnerSm img {
		width: 80%;
	}	
}

@media screen and (min-width: 678px) {
	
	#email input {
		width:280px;
	}
		
}


.privacy-popup {
			position: relative;
			padding: 20px;
			width: auto;
			max-width: none;;
			margin: 20px auto;
			text-align: center;
			line-height:1.4;
	background: url(../_img/purple-tile.gif);
		}

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

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

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

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

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

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

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

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

			.privacy-popup {
				padding:44px;
			}
		}

/* ANIMATION */

@keyframes drip {
	0%   {transform: translateY(-60%);}
  100% {transform: translateY(-15%);}
}

@-webkit-keyframes drip {
	0%   {transform: translateY(-60%);}
  100% {transform: translateY(-15%);}
}

@keyframes dripMobile {
	0%   {transform: translateY(-20%);}
  100% {transform: translateY(0%);}
}

@-webkit-keyframes dripMobile {
	0%   {transform: translateY(-20%);}
  100% {transform: translateY(0%);}
}