@charset "UTF-8";
/*
Theme Name: Bandstand
Theme URI: http://aka.nyc
Author: AKA NYC
Author URI: http://aka.nyc
Description: Theme for Bandstand on Broadway
Version: 1.1

Based on Heis...

CSS RESET+
http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { border: 0; font-size: 100%; font: inherit; vertical-align: baseline; margin: 0; padding: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }

*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; width:100%; height: 100%; }
img, embed, iframe, object { max-width: 100%; }
.entry-content img, .comment-content img, .widget img, .entry-summary img, .wp-caption { max-width: 100%; }
img[class*="align"], img[class*="wp-image-"], .comment-content img[height], .entry-content img, .entry-summary img, img[class*="attachment-"] { height: auto; }
img.size-full, img.size-large, .wp-post-image, .post-thumbnail img { max-width: 100%; height: auto; }
@-ms-viewport { width: device-width; } @viewport { width: device-width; }



@font-face {
    font-family: regular;
    src: url('fonts/Gotham-Condensed-Book-Regular.woff');
}

@font-face {
    font-family: "franklin-gothic-urw-comp";
    src: url('fonts/Gotham-Condensed-Light-Regular.woff');
}

@font-face {
    font-family: bold;
    src: url('fonts/Gotham-Condensed-Bold.woff');
}

@font-face {
    font-family: aaux;
    src: url('fonts/aaux-officebold.ttf');
}

iframe[name='google_conversion_frame'] { 
    height: 0 !important;
    width: 0 !important; 
    line-height: 0 !important; 
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

body .mfp-bg {
	z-index: 9990;
}
body .mfp-wrap {
	z-index: 9992;
}

 /* !Global */

html, body {
	height: 100%;
	min-height: 100%;
	padding: 0;
	margin: 0;
}

body {
    background: #1b2129 url('images/subpage-bgd-mob.jpg') center top no-repeat;
    color: #000;
    font-family: "franklin-gothic-urw-comp", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.1em;
    padding-top: 60px;
}
.body-wrapper {
	min-height: 100%;
	position: relative;
	padding-top: 2em;
}
.home .body-wrapper, .page-home-test .body-wrapper {
	padding-top: 0;
	background: #121828;
}
.home #footer {
	margin-top: 0;
}
	.content-wrapper {
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		z-index: 2000;
	}


	h1, h2, h3, h4, h5, h6 {
		line-height: 1.2;
	}

	
	p {
		line-height: 1.4;
	}
		p + p {
			margin-top: 1em;
		}
		b, strong {
			font-weight: 700;
		}
		em, i {
			font-style: italic;
		}
		.superscript {
			vertical-align: super;
			font-size: .5em;
		}
	
	a {
		color: inherit;
		text-decoration: none;
	}
		a:hover {
			cursor: pointer;
		}
		
		p a {
			text-decoration: underline;
		}

mobile {
    display: block;
}


.mob-logo-link {display: block; margin: 15px 0; text-align: center;}


/* !Header */

/* MOBILE TOGGLE	 */
#mobile_mm_toggle {
	display: inline-block;
	vertical-align: top;
	padding: 14px 8px 8px;
    background-color: transparent;
    cursor: pointer;
    border: none;
    outline: none;
}
	
	#mobile_mm_toggle .icon {
	    position: relative;
	    width: 30px;
	    height: 22px;
	    margin: 0 auto;
	}
	
		#mobile_mm_toggle .icon span {
		    display: block;
		    position: absolute;
		    height: 3px;
		    width: 50%;
		    background: #fff;
		    opacity: 1;
		    -webkit-transform: rotate(0deg) translateZ(0);
		    transform: rotate(0deg) translateZ(0);
		    -webkit-transition: .25s ease-in-out;
		    transition: .25s ease-in-out;
		}
		#mobile_mm_toggle:hover .icon span {
			background: #36889e;
		}
			#mobile_mm_toggle  span:nth-child(even) {
				left: 50%;
				border-radius: 0 1px 1px 0;
			}
			#mobile_mm_toggle .icon span:nth-child(odd) {
				left: 0;
				border-radius: 1px 0 0 1px;
			}
			
			#mobile_mm_toggle .icon span:nth-child(1), #mobile_mm_toggle .icon span:nth-child(2) {
				top: 0;
			}
			
			#mobile_mm_toggle .icon span:nth-child(3), #mobile_mm_toggle .icon span:nth-child(4) {
				top: 8px;
			}
			
			#mobile_mm_toggle .icon span:nth-child(5), #mobile_mm_toggle .icon span:nth-child(6) {
				top: 16px;
			}
	
		#header.open #mobile_mm_toggle .icon span:nth-child(1), #header.open #mobile_mm_toggle .icon span:nth-child(6) {
	    	transform: rotate(45deg);
	    }
	    
    	#header.open #mobile_mm_toggle .icon span:nth-child(1) {
		    left: 3px;
		    top: 4px;
		}	    
	    
	    #header.open #mobile_mm_toggle .icon span:nth-child(2), #header.open #mobile_mm_toggle .icon span:nth-child(5) {
		    transform: rotate(-45deg);
		}
		
		#header.open #mobile_mm_toggle .icon span:nth-child(2) {
		    left: calc(50% - 3px);
		    top: 4px;
		}
			
		#header.open #mobile_mm_toggle .icon span:nth-child(3) {
		    left: -50%;
		    opacity: 0;
		}
		
		#header.open #mobile_mm_toggle .icon span:nth-child(4) {
		    left: 100%;
		    opacity: 0;
		}
		
		#header.open #mobile_mm_toggle .icon span:nth-child(5) {
		    left: 3px;
		    top: 12px;
		}

		#header.open #mobile_mm_toggle .icon span:nth-child(6) {
		    left: calc(50% - 3px);
		    top: 12px;
		}
		
	#mobile_mm_toggle .label span {
	    -webkit-transform: translateZ(0);
	    transform: translateZ(0);
	    -webkit-transition: .25s ease-in-out;
	    transition: .25s ease-in-out;
	    color: #fff;
	    font-family: "franklin-gothic-urw-comp";
	    font-style: normal;
	    font-weight: 300;
	    font-size: 14px;
	    letter-spacing: 1px;
	    padding-top: 2px;
	}
	#mobile_mm_toggle:hover .label span {
		color: #36889e;
	}
	#mobile_mm_toggle .label span.closed, #header.open #mobile_mm_toggle .label span.opened {
	    display: block;
	}
	#mobile_mm_toggle .label span.opened, #header.open #mobile_mm_toggle .label span.closed {
	    display: none;
	}
.topnav {
	display: none;
	position: absolute;
	top: 58px;
	left: 0;
	width: 100%;
	background: #a1251c;
	padding: 15px 0 0;
	font-family: 'Rokkitt', serif;
}
.header.open .topnav {
	display: block;
}
	.topnav a {
		display: block;
		padding: 5px 0 20px 0;
		text-align: center;
		color: white;
		font-size: 25px;
		cursor: pointer;
	}
.header {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
    padding: 0;
    background: rgba(0,0,0,0.8);
    z-index: 2500;
}

.header p {
	color: #fff;
}

.mobile-text {
    text-align: center;
    color: #fff;
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 30px;
    font-family: bold;
    font-style: normal;
    letter-spacing: 1px;
    font-weight: 600;
}

.subpage-logo {
	display: inline-block;
	width: 100px;
	height: 60px;
	background: url('images/subpage-logo.png') center center no-repeat;
	background-size: contain;
}

.subpage-bandstandlogo {
	display: inline-block;
	width: 109px;
	height: 60px;
	background: url('images/subpage-logo2.png') center center no-repeat;
	background-size: contain;
}
.subpage-logo {
	display: none!important;
}

.getticketheader {
	background-color: red;
    width: 210px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    padding: 10px;
    margin-top: 10px;
    font-size: 23px;
    text-transform: uppercase;
    border: 1px solid #fff;
    font-weight: normal;
}
.gettixbutton {
    float: right;
    max-width: 140px;
    margin: 10px 8px 0 0;
}
	.gettixbutton img {
	    display: block;
	}

.page_header {display: block; text-align: center;}

	h1.page_title {
	    text-align: center;
	    display: table;
	    width: 100%;
	    margin-bottom: 20px;
	}
		h1.page_title > span, h1.page_title:before, h1.page_title:after {
		    display: table-cell;
		}
		h1.page_title:before, h1.page_title:after {
		    background: url('http://bandstandbroadway.com/wp-content/themes/bandstand/images/header-bgd.png') repeat-x center;
		    width: 50%;
		    content: ' ';
		}
		h1.page_title > span {
		    white-space: nowrap;
		    padding: 0 15px;
		    font-size: 34px;
		    color: #ab0108;
		    font-family: "trumpgothicpro",sans-serif;
			font-style: normal;
			font-weight: 400;
			text-transform: uppercase;
		}



/* !Footer */
#footer {
	display: block;
	padding: 10px 0 20px;
}

	#mc_embed_signup {
		display: block;
		width: 94%;
		margin: 0 auto;
		text-align: center;
		padding-top: 15px;
		font-size: 0;
	}
		#mce-EMAIL {
			display: inline-block;
			vertical-align: top;
			width: 80%;
			height: 40px;
			font-family: aaux,serif;
			color: #000;
			font-size: 15px;
			margin: 0 5px 0 0;
			letter-spacing: 1px;
			background: white;
			color:#a1251c;
			text-align: center;
		}
		#mce-EMAIL {
			font-family: "franklin-gothic-urw-comp";
		    font-style: normal;
		    font-weight: 300;
		    background: none;
		    border: none;
		    border-bottom: 1px solid white;
		    text-align: left;
		    padding-left: 0;
		}
		
		#mc-embedded-subscribe {
			display: inline-block;
			vertical-align: top;
		    padding: 0;
		    width: 40px;
		    height: 40px;
		    background: #a1251c url('images/submit.png') center center no-repeat;
		    background-size: contain;
		    border: none;
		    text-indent: -9999px;
	    }
		#mc-embedded-subscribe {
		    background: transparent url('images/new-submit.png') center center no-repeat;
		    background-size: contain;
	    }	
	#mce-success-response {font-family: verdana,arial,sans-serif; font-style: normal; font-weight: normal; color: #f9c462; text-transform: uppercase; font-size: 18px; line-height: 1.3; display: inline-block; padding-top: 20px;}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}
:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}

		.schubtxt {
			font-family: bold;
			font-style: normal;
			font-weight: 600;
			font-size: 12px;
			vertical-align: top;
		}
		
		.lightadd {
			display: inline-block;
			font-family: "franklin-gothic-urw-comp";
font-style: normal;
font-weight: 400;
vertical-align: top;
		}
		
		.schub {
			margin-right: 5px;
			    display: inline-block;
    vertical-align: top;
		}
		
	.social {
	    display: inline-block;
	    width: 100%;
	    text-align: center;
	    font-size: 0;
	    padding-top: 20px;
	    padding-bottom: 10px;
	}
		.social a { display: inline-block; width: 50px; height: 50px; margin: 0 5px;background-color:#36889e; background-image: url('images/soc-fb.png'); background-size: cover; border-radius: 50%; }
			.social a.tw {background-image: url('images/soc-tw.png'); background-size: cover; }
			.social a.yt {background-image: url('images/soc-yt.png'); background-size: cover; }
			.social a.ins {background-image: url('images/soc-ins.png'); background-size: cover; }
		.social a:hover {background-color: #ffffff;}
	
		#footer p {
			text-align: center;
			color: white;
			letter-spacing: 1px;
			text-transform: uppercase;
		}
			#footer p a {
				text-decoration: none;
			}

/* !Home */
.page-home, .page-home-test {
	background: #121828;
}
	.page-home .content-wrapper, .page-home-test .content-wrapper {
		width: 100%;
		max-width: none;
		margin: 0;
		padding: 0;
	}
	.mob-bgd {
		display: block;
	}
	.sm-bgd, .md-bgd, .lg-bgd {
		display: none;
		width: 100%;
	}
	.content {
	    display: block;
	    position: relative;
	    text-align: center;
	    padding: 0;
	    color: white;
	    font-size: 21px;
	    letter-spacing: 1px;
	    text-transform: uppercase;
	}
		.content h3 {
		    display: block;
		    margin-bottom: 15px;
		    font-family: "franklin-gothic-urw-comp";
		    font-style: normal;
		    font-weight: 300;
		    line-height: 1.1;
		    font-size: 26px;
		}
			.content h3 strong{
				display: inline-block;
				margin-top: 20px;
			}
			.content h3 span{
				font-size: 60%;
			}
			.content h3 span.red {
				font-size: 100%;
				color: #e10801;
			}
		.content h3 .bwayinbound {
			vertical-align: middle;
			width: 78px;
			padding: 5px 0;
		}
		.content h3 .bwayinbound.off {
			display: inline-block;
		}
		.content h3 .bwayinbound.on {
			display: none;
		}
		.content h3 a:hover .bwayinbound.off {
			display: none;
		}
		.content h3 a:hover .bwayinbound.on {
			display: inline-block;
		}
		.content h3 .booknow {
			display: inline-block;
			vertical-align: middle;
			width: 80px;
			margin-left: 10px;
		}
		.photocred {
		    display: block;
		    text-align: center;
		    font-size: 12px;
		    color: white;
		    padding-top: 15px;
		}
		
.home-video {
	display: block;
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
	.home-video iframe {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
.hp-pic-credit {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 5px;
}

/* !About */
.page-about  .content-wrapper {position: relative; width: 100%; max-width: 100%; padding: 0;}
	.copy-box {
		display: block;
		position: relative;
		width: 100%;
		padding: 5%;
		text-align: left;
		color: white;
		max-width: 1024px;
		margin: 0 auto;
	}
		.about-quote-img {
			display: block;
			margin: 0 auto 25px;
		}
		.about-quote-6 {
			display: block;
			margin: 10px auto;
			max-width: 70%;
		}
		.copy-box p { font-size: 19px; line-height: 1.2; margin: 0 0 1em;}
		.about-intro {
			display: block;
			text-align: center;
		}
		.copy-box .about-intro p {
		    font-family: 'Rokkitt', serif;
			font-size: 23px;
			line-height: 1.1;
			}
		.about-quote {display: block; margin: 15px 0; max-width: 90%;}
	.about-photo {display: block; position: relative; max-width: 854px; margin: 30px auto 0; width: 90%;}
		.about-photo a {display: none;}
		.about-photo img {width: 100%;}
		.about-photo span {
			display: block;
			position: absolute;
			top: 8.333%;
			left: 4.7%;
			width: 10.07%;
			height: 17.916%;
			background: url('images/about-video-play.png') left top no-repeat;
			background-size: cover;
		}
		.about-photo:hover span {
			background-position: left bottom;
		}


/* !Tickets */

	.page-tickets .content-wrapper {
		display: block;
		max-width: 1250px;
		margin: 0 auto;
		padding: 0;
		text-align: left;
	}

.page-tickets  .page_title, .page-tickets-test .page_title {text-align: center;}

	.tickets-left {
		display: block;
		width: 100%;
		padding: 5%;
	}
		.threeways {
			display: block;
			margin: 0 auto 20px;
		}
		
		#tix-gettix {display: block; text-align: center; margin: 0 auto 20px;  width: 260px; height: 62px; background: url('http://bandstandbroadway.com/wp-content/themes/bandstand/images/tickets-gettix.png') center center no-repeat; background-size: contain; }
			#tix-gettix span {
				display: block;
			    padding-top: 12px;
			    font-size: 38px;
			    color: #ffffff;
			    font-family: "trumpgothicpro",sans-serif;
			    font-style: normal;
			    font-weight: 400;
			    text-transform: uppercase;
			    letter-spacing: 1px;
			}
			#tix-gettix:hover span {
				color: #96a7ac;
			}
		
		.tickets-options2, .tickets-options3, .tickets-options4 {
			display: block;
			margin: 0 auto 20px;
			color: #0e1b22;
			font-size: 24px;
			text-align: center;
		}
			.tix-gettix {
				display: inline-block;
				width: 150px;
			}
			.tix-schube {
				display: inline-block;
				width: 18px;
				margin-right: 5px;
			}
			.tickets-left h3, .tickets-left h4 {
				display: block;
				margin: 0;
				font-size: 30px;
				text-transform: uppercase;
			    font-family: "franklin-gothic-urw-comp";
			    font-style: normal;
			    font-weight: 700;
			    letter-spacing: 1px;
			    color: white;
			}
			.tickets-left h4 {
			    font-weight: 300;
			    font-size: 25px;
			}
				.tickets-left h4 span.getdir {
					display: inline-block;
					padding: 2px 25px 0 0;
					background: url('images/tix-directions-arrow.png') center right no-repeat;
					font-family: 'Rokkitt', serif;
					font-weight: normal;
					color: #c00703;
				}
				.tickets-left h4:hover span.getdir {
					background: url('images/tix-directions-arrow2.png') center right no-repeat;
					color: #fff;
				}
				.tickets-left h4.reduc {
					line-height: 1;
				}
				.tickets-left h4 span.smaller {
					font-size: 60%;
				}
				
				.tickets-left h4 span.red {
					color: #c00703;
				}
				.tickets-options4:hover h4 span.red {
					color: #fff;
				}
				.tickets-options4 h4 .bwayinbound {
					vertical-align: middle;
					width: 78px;
					padding: 5px 0;
				}
				.tickets-options4 h4 .bwayinbound.off {
					display: inline-block;
				}
				.tickets-options4 h4 .bwayinbound.on {
					display: none;
				}
				.tickets-options4:hover h4 .bwayinbound.off {
					display: none;
				}
				.tickets-options4:hover h4 .bwayinbound.on {
					display: inline-block;
				}
				.runningtime {
					display: block;
					text-align: left;
					padding: 0 0 10px;
					font-family: 'Rokkitt', serif;
				    font-weight: normal;
				    color: #fff;
				    font-size: 120%;
				    line-height: 1.1;
				}
					.runningtime span {
						color: #c00703;
					}
	
		/* TICKETING OPTIONS */
		.tickets-options {
			display: block;
			margin: 0 auto;
			padding-bottom: 220px;
			text-align: center;
			clear: both;
			font-size: 1.1em;
		}
		.extended {
			display: block;
			text-transform: uppercase;
			text-align: center;
			margin-bottom: 40px;
			
		}
		

			
		
			.tickets-option1 .buy-tickets-button {
				vertical-align: middle;
				padding-top: 1em;
				padding-bottom: 1em;
				font-size: 1.25em;
				color: #ffffff;
				font-weight: 700;
				background-color: #48425f;
			}
			h2.buy-tickets {
				background-color: #584f80;
				border: 1px solid #fff;
				padding: 5px 20px;
				letter-spacing: 1px;
				color: #ffffff;
				text-transform: uppercase;
			}
			
			.tickets-options4 {
				padding-right: 0;
			}
			.tickets-options h3.type {
				text-transform: uppercase;
				color: #898989;
				font-weight: 700;
				letter-spacing: 1px;
				margin-bottom: 5px;
			}
			.tickets-options h3.description {
				color: white;
				font-weight: 400;
				font-size: 1.3em;
			}

			a:hover h3.description {color:#d00808;}
			
	.tickets-bottom {display: block; width: 96%; max-width: 870px;  margin: 0 auto;}
		.tickets-seating {display: block; margin-bottom: 30px;}
			.tickets-chart {display: block; border: 1px solid #000; max-width: 100%; margin: 0 auto 10px; cursor: pointer;}
			.tickets-seating h3 {
				display: block;
			    margin: 0 0 5px;
			    font-size: 36px;
			    color: #0e1b22;
			    font-family: "trumpgothicpro",sans-serif;
			    font-style: normal;
			    font-weight: 400;
			    text-transform: uppercase;
			}
			.tickets-seating li {
				margin-bottom: 20px;
				line-height: 1.3;
			}
			
					
	/* 	MONTHLY CALENDAR */	
#calendar {max-width: 900px; display: block; margin:0 auto; clear: right;}
	.cal-element {width: 100%; height: auto; display: block;}
	
		#calendar_wrapper {
    display: block;
    width: 100%;
    margin: 0 auto; padding-bottom: 20px;
}
	.cal-months {display: block; width: 100%; height: 40px;padding-left: 10px;}
	.cal-months div {display: block; width: 90px; height: 40px; float: left; text-align: center; padding-top: 8px;
font-style: normal;
font-weight: 400; font-size: 22px; color:#a1a1a1; letter-spacing: 2px; cursor: pointer;}
	.cal-months div.selected { background: #000; border: 1px solid #b48e4a; border-bottom: none; color: #ffffff;}

.ticket_calendar {
	width: 100%;
	max-width: 1444px;
	margin: 0 auto;
	height: 670px;
	display: block;
}
	.calendar_month {
		display: inline-block;
		width: 100%;
		position: relative;
		text-align: left;
		padding: 0;
		margin-top: 1px;
	}
		.calendar_month h4 {
			text-align: center;
			background-image: none;
			font-size: 3em;
			width: 100%;
			margin: 0 auto;
		}
		
		.calendar_day{
			display: inline-block;
			float: left;
			width: 14.2857%;
			margin: 0;
			padding: 0.5% 0;
			border: 1px solid #394b51;
			border-top: none;
			border-left: none;
			height: 90px;
			overflow: hidden;
			text-align: left;
			font-style: normal;
			font-weight: 400;
			letter-spacing: 2px;
			line-height: 1;
			background:#1a202d;
			position: relative;
		}
		

		
			.calendar_day.calendar_header, .calendar_day.calendar_header:hover {background:#1a202d; height: 28px; font-size: 13px; color:#ddd; padding: 6px 0; border: 1px solid #394b51; border-left: none; text-align: center; text-transform: uppercase; font-style: normal; font-weight: 400;}
			.actual_day {
				 padding: 0;
			}
			
			.actual_day:hover {}
			
			.calendar_month div.calendar_day:nth-child(2), .calendar_month div.calendar_day:nth-child(9), .calendar_month div.calendar_day:nth-child(16), .calendar_month div.calendar_day:nth-child(23), .calendar_month div.calendar_day:nth-child(30), .calendar_month div.calendar_day:nth-child(37), .calendar_month div.calendar_day:nth-child(44) {border-left: 1px solid #394b51;}
	
			
				.day_of_month {
					display: block;
					text-align: center;
					color: #0c93b4;
					padding: 5px 0;
					font-family: "franklin-gothic-urw-comp";
				    font-style: normal;
				    font-weight: bold;
					font-size: 30px;
					letter-spacing: 0;
				}
				.passed .day_of_month {
					color: #303c48;
				}
				.showtimez { position: relative;}
				.calendar_day.passed .showtimez {display: none;}
				.tix-calendar span.showtime { display: block; text-align: center;  margin: 0; padding: 0 0 2px; line-height: 1;  font-size: 20px; color: #0c93b4; letter-spacing: 0; }
					.tix-calendar span.showtime a {
						text-decoration: none; font-size: 20px;
					}						
	
					.calendar_day .showtimez .showtime:hover a {
						color: white;	
					}
					.specialoffer {
						position: absolute;
						left: 4px;
						top: 3px;
					}
					
			.tix-calendar {display: block; padding-top: 0;}
				.calendar-month-head {
					display: block;
					position: relative;
					clear: both;
					background:#1a202d;
					margin: 0;
					text-align: center;
					text-transform: uppercase;
					padding:2px 0;
					color: #ffffff;
				    font-family: "franklin-gothic-urw-comp";
				    
				    font-style: normal;
				    font-weight: 400;
					font-size: 40px;
					border: 1px solid #394b51;
					border-bottom: none;
				}
					.calendar-month-head span {display: block; position: absolute; right: 20px; top: 0; width: 32px; height: 100%; background: url('http://bandstandbroadway.com/wp-content/themes/bandstand/images/tickets-arrow-down.png') right center no-repeat;}
						


				.calendar_arrow {display: block; position: absolute; top: 4px; width: 42px; height: 42px; padding: 0; cursor: pointer; filter: alpha(opacity=75); opacity: 0.75;}
				.calendar_arrow:hover {filter: alpha(opacity=100); opacity: 1;}
				.calendar_prev { left: 10px; background: url('http://bandstandbroadway.com/wp-content/themes/bandstand/images/cal-prev.png') center center no-repeat;}
				.calendar_next { right: 10px; background: url('http://bandstandbroadway.com/wp-content/themes/bandstand/images/cal-next.png') center center no-repeat;}
				.tix-calendar.slick-slider {background: url('http://bandstandbroadway.com/wp-content/themes/bandstand/images/tix-calendar-med.jpg') top center no-repeat; background-size: cover; margin-bottom: 0;}
				#tickets .slick-initialized .slick-slide {display: block!important;}
				
.tix-calendar.slick-slider .slick-prev, .tix-calendar.slick-slider .slick-next {
	display: block;
	position: absolute;
	top: 22px;
	width: 38px;
	height: 33px;
	font-size: 0;
	border: none;
	text-indent: -9999px;
	z-index: 666;
}
.tix-calendar.slick-slider .slick-prev {
	left: 10px;
	background: url('images/cal-left.png') center center no-repeat;
	background-size: contain;
}
.tix-calendar.slick-slider .slick-next {
	right: 10px;
	background: url('images/cal-right.png') center center no-repeat;
	background-size: contain;
}
.tix-calendar.slick-slider .slick-prev.slick-disabled, .tix-calendar.slick-slider .slick-next.slick-disabled {opacity: 0.3;}
				
@media screen and (max-width: 1140px) {
.tix-calendar span.showtime {letter-spacing: -1px;}
.superscript {font-size: 0.4em; letter-spacing: 0;}
}

@media screen and (max-width: 930px) {
.tix-calendar span.showtime {font-size:16px;}
}
	
	/* TICKETS ABOUT */
	.tix_about {
		margin-bottom: 1em;
	}

	.tickets-faq {display: block; padding: 2% 0 0.5%; text-align: left;

}
		h4.faq_title {
	    text-align: center;
	    display: table;
	    width: 96%;
	    margin: 0 auto 10px;
	}
		h4.faq_title > span, h4.faq_title:before, h4.faq_title:after {
		    display: table-cell;
		}
		h4.faq_title:before, h4.faq_title:after {
		    width: 50%;
		    content: ' ';
		}
		h4.faq_title > span {
		    white-space: nowrap;
		    padding: 0 15px;
		    font-size: 18px;
		    color: #431c30;
			text-transform: uppercase;
		}


		.tickets-faq-units {display: block; margin: 0 auto 10px; padding: 2% 5%; border-bottom: 1px solid #000;}
			.tickets-faq-question {
			display: block;
			position: relative;
			margin: 0 0 10px;
			font-size: 36px;
		    color: #0e1b22;
		    font-family: "trumpgothicpro",sans-serif;
		    font-style: normal;
		    font-weight: 400;
		    text-transform: uppercase;
		    cursor: pointer;
			}
			.unit5 .tickets-faq-question {color: #4e8f9f;}
			.tickets-faq-answer {display: none; width: 100%; margin: 0; font-size: 1.1em; color: black;}
			.tickets-faq-units.expanded .tickets-faq-answer {display: inline-block;}

		.tickets-faq-question .faqarrow {
		    display: block;
		    position: absolute;
		    top: 10px;
		    right: 0;
		    width: 21px;
		    height: 18px;
		    background: url('http://bandstandbroadway.com/wp-content/themes/bandstand/images/tickets-arrowdown.png') center center no-repeat;
		    background-size: contain;
		}
		.tickets-faq-units.expanded .tickets-faq-question .faqarrow {
		    background: url('http://bandstandbroadway.com/wp-content/themes/bandstand/images/tickets-arrowup.png') center center no-repeat;
		    background-size: contain;
		}

	/* TICKETS MORE INFO */
	.tickets-more-info {
		position: relative;
		margin-bottom: 0.8em;
		clear: both;
		padding: 2em 0;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
		.tickets-more-info-labels {
			display: inline-block;
		}
			.tickets-more-info-labels ul {font-size: 0;}

			.tickets-more-info-labels li { display: inline-block; width: 24%; height: 80px; margin: 0 0.5% 20px;}
			
			.tickets-more-info-labels li a {
					display: block;
					float: left;
					width: 100%;
					height: 64px;
					background: #3c3c3c;
					text-align: center;
					padding: 10px 5px 0;
					position: relative;
					margin: 0; 
					text-decoration: none;
					color: #fff;
					font-family: "trumpgothicpro",sans-serif;
				    font-style: normal;
				    font-weight: 400;
				    font-size: 22px;
			}
			.tickets-more-info-labels li.current-item a:after {
					content: "";
				    border-left: 40px solid transparent;
				    border-right: 40px solid transparent;
				    border-top: 30px solid #3c3c3c;
				    position: absolute;
				    bottom: -30px;
				    left: 0;
			}

			.tickets-more-info-labels li:hover a, .tickets-more-info-labels li.current-item a {
				color: #ac0108;
				}

		.tickets-more-info-descriptions {
			display: inline-block;
			vertical-align: top;
			text-align: left;
		}
		.tickets-more-info-description {
			display: none;
		}
		.tickets-more-info-description p {
			padding: 10px;
			font-size: 1em;
			line-height: 1.4;
			color: white;
		}
		.tickets-more-info p + p {
			margin-bottom: 1em;
		}




/* !Bios */

.page-title {
	display: block;
	margin: 25px auto;
}
.next-page {
	display: block;
	padding: 0 0 5px;
	text-align: right;
}
	.next-page a{
		font-family: 'Rokkitt', serif;
		color: white;
		font-size: 20px;
		line-height: 1;
		padding-right: 30px;
		background: url('images/tix-directions-arrow2.png') right top -2px no-repeat;
	}
.page-creative .next-page {
	text-align: left;
}
	.page-creative .next-page a{
		padding: 0 0 0 30px;
		background: url('images/tix-directions-arrow2left.png') left top -2px no-repeat;
	}

.thumbs-container {display: inline-block; text-align: center; font-size: 0;}

.wrapblock
{
    display: inline-block;
    position: relative;
    background: #143345;
    float:none;
    width: 100%;
    color: white;
    font-size: 24px;
    text-align: center;
    padding: 0;
    margin: 5px 0;
    vertical-align:top;
}

.wrapblock.lastofline, .creacontent .wrapblock.lastofline
{
    background: none;
    display: inline-block;
    float:none;
    width: 0.1%!important;
    min-height: 1px;
    max-height: 1px;
    padding: 0;
    margin: 0.001%;
    vertical-align:top;
    opacity:0;
}

	.castcontent.two .wrapblock div {
	    display: block;
	    position: absolute;
	    width: 55%;
	    height: 100%;
	    top: 0;
	    right: 0;
	    overflow: hidden;
	}
		.wrapblock div span {	
			display: inline-block;
			 position: relative;
			 padding: 0 5px;
			 top: 50%;
			 -webkit-transform: translateY(-50%);
			 -ms-transform: translateY(-50%);
			 transform: translateY(-50%);
		  }

.creacontent .thumbs-container {
	width: 100%;
	text-align: center;
}

.creacontent .wrapblock {
	background: #143345;
	min-height:10px;
	height: 80px;
	padding-top: 5px;
}
.wrapblock.current {
	background: #b90703;
}
	.creacontent .wrapblock span {
		display: block;
		 position: relative;
		padding: 0 5px;
		top: 50%;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		}

	.wrapblock img
	{
	   display: block;
	   width: 45%;
	}

	.wrapblock h2
	{
	   width: 100%;
	   margin: 0 auto;
	   font-family: 'Rokkitt', serif;
	   font-size: 22px;
	   text-transform: uppercase;
	   line-height: 1;
	}
	.wrapblock h3
	{
		width: 100%;
	    margin: 0 auto;
	    font-size: 20px;
	}	

	#single-post-container, #single-crea-container
	{
	    display:none;
	    vertical-align:top;
	    position: relative;
	    width:100%;
	    margin: 0 auto 10px;
/* 	    background: #143345; */
	    text-align: left;
	    font-size: 14px;
	    color: #ffffff;
	    padding: 15px;
	}

	#single-post-container .closeit, #single-crea-container .closeit {
		position: absolute;
		top:0;
		right: 0;
		color: black;
		font-weight: 700;
		cursor: pointer;
		padding: 5px;
	}
	#single-post-container h4,  #single-crea-container h4 {		
		text-align: left;
		font-size: 21px;
		margin-bottom: 5px;
		color: #b90703;
	}
		#single-post-container h4 strong,  #single-crea-container h4 strong {
			text-transform: uppercase;
			letter-spacing: 1px;
			font-size: 110%;
			font-family: 'Rokkitt', serif;
		}
	
	#single-post-container .featured-title {
		text-align: center;
		color: #ec008c;
		font-family: quartzo;
		font-size: 24px;
		margin-bottom: 15px;
	}
	#single-post-container .featured-quote {
		text-align: center;
		color: black;
		font-size: 17px;
		font-weight: 700;
		margin-bottom: 15px;
	}
	#single-post-container p {
		font-size: 18px;
	}
	#single-post-container h5 {
		text-align: center;
		color: #ec008c;
		font-size: 1em;
		font-weight: 400;
		margin: 15px 0 20px;
		text-transform: uppercase;
	}
		#single-post-container h5 strong {
			font-weight: 700;
		}
	.bios-x {
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}


/* !Media */

body.page-videos, body.page-photos {padding-top: 32px;}
.page-videos .footer, .page-photos .footer {display: none;}

#newvideos.slick-slider { 
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    background-color: black;
    margin:0;
 }
    
#newvideos .video-box {
	display: block;
	width: 100%;
	height: 100%;
	background: white;
	position: relative;
}
	#newvideos .video-box img {
		display: block;
		width: 100%;
		height: 100%;
	}

#newvideos .slick-prev, #newvideos .slick-next {
	display: block;
	position: absolute;
	top: 52%;
	width: 32px;
	height: 35px;
	margin-top: -17px;
	font-size: 0;
	text-indent: -9999px;
}
#newvideos .slick-prev {
	left: 10px;
	background: url('http://bandstandbroadway.com/wp-content/themes/bandstand/images/arrow-left.png') center center no-repeat;
	background-size: contain;
}
#newvideos .slick-next {
	right: 10px;
	background: url('http://bandstandbroadway.com/wp-content/themes/bandstand/images/arrow-right.png') center center no-repeat;
	background-size: contain;
}


#newvideos .slick-list, #newvideos .slick-track {
	height: 100%;
}

#newvideos .title-container {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	background: #4e8f9f;
	color: #ffffff;
	font-size: 25px;
	padding: 0.5em;
	transition: all 300ms;
	text-transform: uppercase;
}
	#newvideos .title-container p {
		white-space: initial;
	}

#newvideos .owl-video-play-icon {
    position: absolute;
    height: 100%;
    width: 78px;
    left: 50%;
    top: 0;
    margin-left: -39px;
    background: url("http://bandstandbroadway.com/wp-content/themes/bandstand/images/play-video.png") no-repeat center center;
    cursor: pointer;
    z-index: 1;
    opacity: 0.7;
}
#newvideos .video_popup:hover .owl-video-play-icon  {
	opacity:1;
}

.mfp-iframe-holder .mfp-content {
	margin-top: 90px;
}

.mfp-container .mfp-arrow::before, .mfp-container .mfp-arrow:after, .mfp-container .mfp-arrow .mfp-b, .mfp-container .mfp-arrow .mfp-a {
	border: none;
}

.mfp-container .mfp-arrow-left:before {
	content: url('http://bandstandbroadway.com/wp-content/themes/bandstand/images/cal-arrow-left.png');
	border-right: none;
	border-top-width: 0;
	border-bottom-width: 0;
	opacity: 1;
}

.mfp-container .mfp-arrow-right:before {
	content: url('http://bandstandbroadway.com/wp-content/themes/bandstand/images/cal-arrow-right.png');
	border-right: none;
	border-top-width: 0;
	border-bottom-width: 0;
	opacity: 1;
}

.owl-theme .owl-controls{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-controls .owl-nav [class*=owl-]{color:#fae5ba;font-size:14px;margin:5px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{background:#869791;color:#fae5ba;text-decoration:none}.owl-theme .owl-controls .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}

#photo_credit {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	background: #000;
	background: rgba(0,0,0,0.7);
	color: #fff;
	font-size: 0.65em;
	padding: 1em;
	transition: all 300ms;
}



/* !News */
.page-news, .page-news-test {
	background: url('http://bandstandbroadway.com/wp-content/themes/bandstand/images/reviews-bgd.jpg') top center no-repeat;
	background-attachment: fixed;
}
	.news-container {
		text-align: center;
		font-size: 0;
		margin-top: 15px;
	}
	
	.news-quote {
		display: none;
		margin: 0 auto;
		max-width: 90%;
	}
	.news-quote.mobile {
		display: block;
	}
	
	.article {
		display: inline-block;
		width: 98%;
		max-width: 470px;
		margin: 0 1% 10px;
		padding: 0;
		position: relative;
		border: 1px solid #0e1b22;
		background: white;
		background: rgba(255,255,255,0.3);
		text-align: center;
	}
		.article.news {
		}
			.news-img {
				display: block;
				width: 42%;
			}
			.article.news .article-txt {
				display: block;
				position: absolute;
				top:0;
				right:2%;
				width: 54%;
				height: 100%;
			}
			.article.review .article-txt {
				display: block;
				position: absolute;
				top:0;
				left:2%;
				width: 96%;
				height: 100%;
			}
				.article-txt div {
					display: block;
					position: relative;
					top: 50%;
					-ms-transform: translateY(-50%);
					-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
				}
					.article-txt h3 {
						font-family: "trumpgothicpro",sans-serif;
					    font-style: normal;
					    font-weight: 400;
					    font-size: 25px;
					    letter-spacing: 1px;
					    color: #0e1b22;
					}
					.article.review .article-txt h3 {
						font-family: "futura-pt",sans-serif;
					    font-style: normal;
					    font-weight: 400;
					    font-size: 18px;
					}
					.article-txt h4{
						font-family: "trumpgothicpro",sans-serif;
					    font-style: normal;
					    font-weight: 400;
					    font-size: 16px;
					    letter-spacing: 1px;
					    color: #0e1b22;
					    font-style: italic;
					}
					.article.news .article-txt h4{
						color: #4e8f9f;
					}
					.article.news:hover .article-txt h4{
						color: #0e1b22;
					}					


body .desktop {
    display: none;
}

/* Responsive */
/* !390+ */
@media only screen and (min-width: 390px) {
	.subpage-bandstandlogo {
		width: 148px;
	}
}

/* !500+ */
@media only screen and (min-width: 500px) {

.hp-quotes-realtext .quoterot {
	font-size: 22px;
}
	.hp-quotes-realtext .quoterot span {
	}
		
}

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

.subpage-logo {
	width: 120px;
}

.subpage-bandstandlogo {
	width: 168px;
}

.gettixbutton {
    max-width: 200px;
    margin: 0 auto;
}

.content {
	font-size: 30px;
}
	.content h3 {
		margin-bottom: 20px;
	}
#mce-EMAIL {
	font-size: 24px;
	padding-left: 10px;
}

/* BIOS */
#single-post-container p {
	font-size: 20px;
}

}


/* !640+ */
@media only screen and (min-width: 640px) {

.hp-quotes-realtext .quoterot {
	font-size: 26px;
}
	.hp-quotes-realtext .quoterot span {
	}
		
}

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

body {
	background:#1b2129 url('images/subpage-bgd-sm.jpg') center top no-repeat;
	background-attachment: fixed;
}
.page-home, .page-home-test {
    background: #131826;
}
.home .body-wrapper, .page-home-test .body-wrapper {
	padding-top: 0;
	background: #181e31;
}	
/* !Global */
.homebgd {display: block; max-width: 100%;}
.page-home .hp-visual.tab, .page-home .hp-logo, .page-home-test .hp-visual, .page-home .hp-visual, .page-home-test .hp-logo {display: inline-block;}

.content-wrapper {
	padding: 0 1em 160px;
}
h1.page_title {margin-bottom: 40px;}

		.social.desktop {
			display: inline-block;
			width: auto;
			float: right;
			padding: 10px 10px 0 0;
		}
			.social a {
				width: 40px;
				height: 40px;
				margin-left: 0;
				background-color: white;
			}
			.social a:hover {
				background-color: #C00702;
			}

/* !Footer */
.social.mobile {
	display: none;
}
#footer {
	text-align: left;
	padding: 10px 3% 20px;
}
	#mc_embed_signup {
		display: inline-block;
		width: 290px;
	}
	#footer p {
		display: inline-block;
		float: right;
		padding-top: 20px;
	}
		.schubtxt {
			font-size: 18px;
			line-height: 1.4;
		}
		.lightadd {
			line-height: 1.2;
			padding-left: 4px;
		}

/* !Home */
.page-home {
	background: #181d31;
}
	.mob-bgd {
		display: none;
	}
	.sm-bgd {
		display: block;
	}
	.content div {
	    position: absolute;
	    top: 55%;
	    left: 8%;
	    padding: 0;
	    text-align: left;
	    font-size: 15px;
	}
	.page-home-test .content div, .page-home .content div {
	    top: 61%;
	}
		.content h3 {
			margin-bottom: 20px;
			font-size:20px;
		}
		
	#synopsis_toggler {
		font-size: 20px;
		padding: 10px 15px 7px 35px;
		margin-top: 10px;
		margin-bottom:20px;
	}
	.photocred {
	    display: block;
	    position: absolute;
	    bottom: 8%;
	    right: 3%;
	    text-align: left;
	    font-size: 13px;
	    padding-top: 0;
	}
	
.home-video {
	display: block;
	width: 83.75%;
	margin: 0 auto;
	position: relative;
	padding-bottom: 46.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
	.home-video iframe {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.hp-pic-credit {
		display: block;
		position: absolute;
		bottom: 10px;
		right: 10px;
	}

/* About  */
.about-quote {max-width: 80%;}

/* !Tickets */

	.tickets-left {
		text-align: left;
		padding-bottom: 1%;
	}
		.tickets-options2, .tickets-options3, .tickets-options4 {
			display: inline-block;
			vertical-align: top;
			width: 30%;
			margin: 0 1.3% 20px;
			te
		}
			.tickets-left h4 span.getdir {
				font-size: 23px;
			}
	
	#calendar {
		padding: 5%;
	}

/* !News */

	.article {
		display: inline-block;
		vertical-align: top;
		padding: 0;

	}

		.news-quote {
		display: block;
		margin: 0 auto;
		max-width: 100%;
	}
	.news-quote.mobile {
		display: none;
	}
	
	.article.review .article-txt h3 {
		font-size: 24px;
	}
	.article-txt h4 {
		font-size: 20px;
	}

/* !Media */
.page-videos {
	background-color: #656563;
}
.page-videos .content-wrapper, .page-photos .content-wrapper {

}
	.media_arrow {
		font-size: 1.25em;
	}

	.page-media2 .inner-wrapper {
		margin: 125px auto 0;
	}

		.video_title {
			font-size: 1.75em;
		}
		
	#newvideos.slick-slider {
		position: absolute;
	}
/* BIOS */
.creacontent .wrapblock {
	width: 32.33333%;
	margin: 0 0.5% 1%;
	height: 100px;
}
.page-creative #single-post-container {
	width: 99%;
}	
.page-creative #single-post-container .closeit {
	display: none;
}

}

/* 840+ */
@media screen and (min-width: 840px) {
	
	
/* !Bios */
.page-cast .inner-wrapper, .page-creative .inner-wrapper {
	display: block;
	max-width: 1250px;
	margin: 0 auto;
}
.thumbs-container {
	display: block;
	margin: 0 auto;
}
	.wrapblock {
		width: 32.333333%;
		margin: 0 0.5% 1%;
	}
	#single-post-container, #single-crea-container {
		width: 99%;
		border: 1px solid #fff;
		padding: 25px;
	}
	#single-post-container .closeit, #single-crea-container .closeit {
		display: none;
	}
	
}


/* 960+ */
@media screen and (min-width: 960px) {

/* !Global */
	.content-wrapper {
		padding: 0;
	}

/* !Header */

#head_gettix.mobile, .mob-logo-link {
		display: none;
	}

	#mobile_mm_toggle {
		display: none;
	}
	
	.subpage-logo {
		margin: 0 13px;
	}	
	.subpage-bandstandlogo {
		margin: 0;
	}

.topnav {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: auto;
	top: 0;
	background: none;
	padding-top: 20px;
}
	.topnav a {
		display: inline-block;
		padding: 2px 0 0;
		margin: 0 0 0 10px;
		font-size: 20px;
	}
	.topnav a:hover, .topnav a.current {
		color: #c00703;
	}

/* !Footer */
#footer {
	margin-top: 6em;
}
.page-home #footer, .page-home-test #footer {
	margin-top: 0;
}

/* !Home */
.content div {
	width: 40%;
}

	.page-home .content h3 {
		font-size: 23px;
	}

/* !About */
.page-about  .content-wrapper {
	position: relative;
	width: 100%;
	max-width: 1250px;
	margin: 0 auto;
	padding: 0;
	font-size: 0;
	}
	
	.hidden {
		display: none;
	}
		.copy-box div {
			display: block;
			position: relative;
			text-align: left;
/*
		    -webkit-column-count: 2;
		    -moz-column-count: 2;
		    column-count: 2;
*/
		}
			.copy-box p {
				padding: 0 10px;
			}
		.copy-box p {
			font-size: 22px;
		}
		.copy-box .about-intro p {
			font-size: 30px;
		}
.about-photo {
	margin-top: 80px;
}

/* !Tickets */
.tickets-left {
	padding: 3% 3% 1%;
}
	.tickets-options2, .tickets-options3, .tickets-options4 {
		width: 22%;
	}
		.tickets-left h4 span.getdir {
			font-size: 21px;
		}


/* !Media */

body.page-videos, body.page-photos {padding-top: 72px;}

		.media_arrow {
			font-size: 1.5em;
		}
		.video_title {
			font-size: 2em;
		}
		
/* 	NEWS */
	.news-container {
		text-align: left;
	}

}

/* 1000+ */
@media screen and (min-width: 1000px) {
	body {
		background:#1b2129 url('images/subpage-bgd-md.jpg') center top no-repeat;
		background-attachment: fixed;
	}
}


/* 1100+ */
@media screen and (min-width: 1100px) {
	.sm-bgd {
		display: none;
	}
	.md-bgd {
		display: block;
	}
	
	.page-home .content h3 {
		font-size: 25px;
	}
	
}

/* 1120+ */
@media screen and (min-width: 1120px) {

/* !Home */
	
	.quotes {
		max-width: 410px;
	}
	.billing-desktop {
		margin: 0 auto 10em;
	}
	.extension-desktop {
		margin: -4.5em 1em 1em;
		font-size: 2em;
	}
	.page-home .inner-wrapper.notempty h2, .page-home-test .inner-wrapper.notempty h2 {
		font-size: 29px;
		}
		
		.hp-quotes-realtext .quoterot {
				font-size: 22px;
			}

		
/* !Tickets */

/* !Media */
.media_arrow {
	font-size: 1.625em;
}



/* !News */
.page-news .content-wrapper, .page-reviews .content-wrapper {
	max-width: 1500px;
	}
.news-container {
	width: 100%;
	margin: 50px auto 0;
}

.page-news, .page-news-test {
	background: url('http://bandstandbroadway.com/wp-content/themes/bandstand/images/reviews-bgd.jpg') top center no-repeat;
	background-attachment: fixed;
}
	.news-container {
		text-align: center;
		font-size: 0;
	}
	
	.news-quote {
		display: block;
		margin: 0 auto;
		max-width: 90%;
		padding-top: 20px;
	}
	
	.article {
		display: inline-block;
		width: 31%;
		max-width: 470px;
		margin: 0 1% 2%;
		padding: 0;
		position: relative;
		border: 1px solid #0e1b22;
		background: white;
		background: rgba(255,255,255,0.3);
	}
		.article.news {
		}
			.news-img {
				display: block;
				width: 42%;
			}
			.article.news .article-txt {
				display: block;
				position: absolute;
				top:0;
				right:2%;
				width: 54%;
				height: 100%;
			}
			.article.review .article-txt {
				display: block;
				position: absolute;
				top:0;
				left:2%;
				width: 96%;
				height: 100%;
			}
				.article-txt div {
					display: block;
					position: relative;
					top: 50%;
					-ms-transform: translateY(-50%);
					-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
				}
					.article-txt h3{
						font-family: "trumpgothicpro",sans-serif;
					    font-style: normal;
					    font-weight: 400;
					    font-size: 27px;
					    letter-spacing: 1px;
					    color: #0e1b22;
					}
					.article.review .article-txt h3{
					    font-size: 22px;
					}
					.article.review .article-txt h4{
					    font-size: 22px;
					}
					.article-txt h4{
						font-family: "trumpgothicpro",sans-serif;
					    font-style: normal;
					    font-weight: 400;
					    font-size: 22px;
					    letter-spacing: 1px;
					    color: #0e1b22;
					    font-style: italic;
					}
					.article.news .article-txt h4{
						color: #4e8f9f;
					}
					.article.news:hover .article-txt h4{
						color: #0e1b22;
					}
					
					.article.review .article-txt h3 {

					}		

/* BIOS */
.creative-bios-text-container {
	padding: 100px 40px 30px;
}
	.creative-title {width: 30%;}
	.wrapblock h2 {
		font-size: 26px;
	}
	.wrapblock h3 {
		font-size: 19px;
	}
#single-post-container, #single-crea-container {
	padding: 50px;
}
	#single-post-container h4, #single-crea-container h4 {
		font-size: 24px;
	}
	#single-post-container p {
		font-size: 22px;
	}
	
}



/* 1024+ */
@media screen and (min-width: 1024px) {
.subpage-logo {
	margin: 0 2px 0 20px;
}
	.subpage-bandstandlogo {
		margin: 0 2px 0 20px;
	}
	
.topnav a {
	margin-left: 15px;
}	
.social a {
	margin-right: 10px;
}
	
	.content h3 {
	font-size: 32px;
}
	.content h3 .bwayinbound {
		width: 100px;
		padding: 0;
	}
	.content h3 .booknow {
		width: 90px;
	}
		.about-quote-img {
			margin: 0 auto 40px;
		}
	
}

/* 1200+ */
@media screen and (min-width: 1200px) {
.body-wrapper {
	padding-top: 6em;
}

	.page-home .content h3 {
		margin-bottom: 25px;
		font-size: 28px;
	}

/* !Tickets */
	.page-tickets .content-wrapper {
		text-align: center;
		padding-top: 50px;
	}
		.tickets-left {
			display: inline-block;
			vertical-align: top;
			width: 300px;
			margin-right: 20px;
			padding: 0;
			text-align: left;
		}
			.threeways {
				margin: 0 0 30px;
			}
			.tickets-options2, .tickets-options3, .tickets-options4 {
				width: 100%;
			}
				.tix-gettix {
					width: 180px;
				}
				.tickets-left h3 {
					margin-bottom: 3px;
				}
	
		#calendar {
			display: inline-block;
			vertical-align: top;
			width: 800px;
			padding: 0;
		}
			.calendar-month-head {
				font-size: 50px;
				padding: 10px 0;
			}
			.tix-calendar.slick-slider .slick-prev, .tix-calendar.slick-slider .slick-next {
				top: 36px;
			}
			.tix-calendar.slick-slider .slick-prev {
				left: 20px;
			}
			.tix-calendar.slick-slider .slick-next {
				right: 20px;
			}
			.calendar_day.calendar_header, .calendar_day.calendar_header:hover {
				height: 40px;
				font-size: 18px;
			}
			.calendar_day {
				height: 130px;
			}
				.day_of_month {
					padding: 10px 0;
					font-size: 50px;
				}
				.tix-calendar span.showtime a {
					font-size: 22px;
					letter-spacing: 1px;
				}

}

/* 1230+ */
@media screen and (min-width: 1230px) {
.tickets-options2, .tickets-options3, .tickets-options4 {text-align: left;}
.tickets-left {
    padding: 0 0 30px;
    vertical-align: top;}  
		.about-quote-img {
			margin: 0 auto 60px;
		}
}

@media screen and (min-width: 1280px) {
body {
	padding-top: 80px;
}
	
#head_gettix.mobile, .mob-logo-link {
		display: none;
	}

	#mobile_mm_toggle {
		display: none;
	}
	#mainmenu {
		display: inline-block;
		vertical-align: top;
		position: static;
		width: auto;
		height: auto;
		overflow: visible;
		padding: 18px 0 0;
		background: none;
	}
		.mm_item {
			display: inline-block;
			width: auto;
			font-size: 1.9em;
			vertical-align: middle;
			padding: 2px 0 12px 24px;
		}
	
/* !Header */		
.header {
	height: 80px;
}
	.subpage-logo {
		width: 150px;
		height: 80px;
	}
	.subpage-bandstandlogo {
		width: 197px;
		height: 80px;		
	}
	.topnav {
		padding: 28px 0 0;
	}
		.topnav a {
			font-size: 25px;
			margin-left: 12px;
		}
	.social.desktop {
		padding: 16px 10px 0 0;
	}
		.social a {
			width: 50px;
			height: 50px;
		}	
	
	.gettixbutton {
		max-width: 274px;
	}

/* !Home */
	
	.quotes {
		max-width: 410px;
	}
	.extension-desktop {
		margin: -5.5em 1em 1em;
	}

	.page-home .inner-wrapper.notempty h2, .page-home-test .inner-wrapper.notempty h2 {
		font-size: 33px;
		}

	.article.review .article-txt h3 {
		line-height: 1.3;
	}
	
/* About */
.copy-box p {
	font-size: 25px;
	line-height: 1.3;
}
.copy-box .about-intro p {
	font-size: 34px;
}
.about-photo {
	margin-top: 100px;
}

/* !Media */
.media_arrow {
	font-size: 1.75em;
}
		.video_title {
			font-size: 2.5em;
		}
		
/* !Bios */
.copy-box {
	padding: 0;
}
#single-post-container h4, #single-crea-container h4 {
	font-size: 30px;
}
#single-post-container p {
	font-size: 24px;
}
.next-page a {
	font-size: 24px;
}

}

@media screen and (min-width: 1400px) {
	
.subpage-logo {
	width: 180px;
}

	.page-home .content h3 {
		margin-bottom: 30px;
		font-size: 32px;
	}
	.topnav a {
		font-size: 26px;
		margin-left: 17px;
	}

/* !Tickets */ 
.tickets-left {
	width: 320px;
}
#calendar {
	width: 900px;
}
	
/* ABOUT */
		
	.article.review .article-txt h3 {
		font-size: 26px;
	}
	
	 
 }

@media screen and (min-width: 1440px) {
	#submenus {
		left:-47%;
		top: 47px !important; 
	}
		.page-home .inner-wrapper.notempty h2, .page-home-test .inner-wrapper.notempty h2 {
		font-size: 37px;
		}


/* !Home */
	
	.mm_item {
		padding: 0 0 15px 40px;
	}
	#submenus {top: 48px;}

/* !Reviews */
.reviews-container {width: 100%;}
	.page-reviews .article {
	    width: 31%;
	    margin: 0.5em;
	}
	
	.page-reviews .content-wrapper {
		max-width: 1500px;
	}


/* !Media */
.media_arrow {
	font-size: 1.875em;
}
.page-tickets .content-wrapper, .tickets-left {text-align: center;}
#calendar {display: inline-block; vertical-align: top;}
		.tickets-bottom {display: inline-block; width: 580px; margin-left: 20px;}

}

/* 1500+ */
@media screen and (min-width: 1500px) {
	body {
		background:#1b2129 url('images/subpage-bgd-lg.jpg') center top no-repeat;
		background-attachment: fixed;
	}
}

/* 1600+ */
@media screen and (min-width: 1600px) {
	
		.hp-quotes-realtext .quoterot {
				font-size: 31px;
			}
				.hp-quotes-realtext .quoterot span {

				}

	.page-home .content h3 {
		font-size: 35px;
	}
			
/* !Media */
	.media_arrow {
		font-size: 2em;
	}
	
	.page-home .inner-wrapper.notempty h2, .page-home-test .inner-wrapper.notempty h2 {
		font-size: 42px;
		}

/* 		ABOUT */


		.tickets-bottom {width: 740px;}

}


/* 1730+ */
@media screen and (min-width: 1730px) {
		.hp-quotes-realtext .quoterot {
				font-size: 35px;
			}
				.hp-quotes-realtext .quoterot span {

				}	
	
	.tickets-bottom {width: 870px;}
	.page-home .inner-wrapper.notempty h2, .page-home-test .inner-wrapper.notempty h2 {
		font-size: 46px;
	}
}


/* 1800+ */
@media screen and (min-width: 1800px) {
	.md-bgd {
		display: none;
	}
	.lg-bgd {
		display: block;
	}	
}

/* 1900+ */
@media screen and (min-width: 1900px) {
	.page-home .content h3 {
		font-size: 38px;
	}
}

@media screen and (max-width: 706px) {
	
#newvideos .title-container {
	font-size: 24px;
	    bottom: 0px;
}

.page-news .content-wrapper {
	padding-top: 30px;
}
	
}


.page-news .mob-logo-link {
	display: none;
}