@charset "UTF-8";
/*
Theme Name: MTC Studio II
Theme URI: http://akanyc.net/
Author: Chris Laursen for AKA NYC
Author URI: http://akanyc.net/
Description: Theme for MTC Studio II shows
Version: 1.0
  __   __ _   __     __ _  _  _  ___ 
 / _\ (  / ) / _\   (  ( \( \/ )/ __)
/    \ )  ( /    \  /    / )  /( (__ 
\_/\_/(__\_)\_/\_/  \_)__)(__/  \___) akanyc.net

ASCII Text: http://patorjk.com/software/taag/#p=display&f=Standard&t=GLOBAL

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

img { max-width: 100%; } /* responsive images */
*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } /* border-box sizing */
html { -webkit-text-size-adjust: 100%; } /* iphone rotation text size adjustment turned off */
.entry-content img, .comment-content img, .widget img { max-width: 100%; } img[class*="align"], img[class*="wp-image-"] { height: auto; } img.size-full { max-width: 100%; width: auto; } .wp-caption { max-width: 100%; } /* WordPress Image Styling Fix */
@-ms-viewport { width: device-width; } @viewport { width: device-width; }

 /*____ _     ___  ____    _    _     
  / ___| |   / _ \| __ )  / \  | |    
 | |  _| |  | | | |  _ \ / _ \ | |    
 | |_| | |__| |_| | |_) / ___ \| |___ 
  \____|_____\___/|____/_/   \_\_____|*/
body {
	margin-top: 5.25em;
	font-family: 'Chronicle', serif;
	font-weight: 400;
	font-style: normal;
	color: #323232;
	background-color: #ffffff;
}
	/*___                                  _       
	 | _ \__ _ _ _ __ _ __ _ _ _ __ _ _ __| |_  ___
	 |  _/ _` | '_/ _` / _` | '_/ _` | '_ \ ' \(_-<
	 |_| \__,_|_| \__,_\__, |_| \__,_| .__/_||_/__/
	                   |___/         |_|*/
	p {
		font-size: 0.8125em;
		line-height: 1.3;
	}
		p + p {
			margin-top: 1.05em;
		}
		b, strong, .font_bold {
			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;
		}
		.link_std:hover {
			color: #1da09b;
		}
		p a {
			font-weight: bold;
		}
			p a:hover {
				color: #1da09b;
			}
		
	.clearfix:after {
		content: "";
		display: table;
		clear: both;
	}





/*_______   ______   ___   ____ ____      _    ____  _   ___   __
 |_   _\ \ / /  _ \ / _ \ / ___|  _ \    / \  |  _ \| | | \ \ / /
   | |  \ V /| |_) | | | | |  _| |_) |  / _ \ | |_) | |_| |\ V / 
   | |   | | |  __/| |_| | |_| |  _ <  / ___ \|  __/|  _  | | |  
   |_|   |_| |_|    \___/ \____|_| \_\/_/   \_\_|   |_| |_| |_|*/
.font_header {
	font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
	font-weight: 800;
	font-style: normal;
}
.font_narrow {
	font-family: 'Gotham Cond SSm A', 'Gotham Cond SSm B', sans-serif;
	font-weight: 400;
	font-style: normal;
}
.font_info {
	font-family: 'Chronicle', serif;
	font-weight: 400;
	font-style: normal;
	font-size: 0.85em;
	line-height: 1.3;
}
.font_large {
	font-size: 1.25em;
}
.font_larger {
	font-size: 1.5em;
}
.font_largest {
	font-size: 2em;
}
.font_small {
	font-size: 0.875em;
}
.font_smaller {
	font-size: 0.75em;
}
.font_smallest {
	font-size: 0.625em;
}

/* headlines with lines */
.decorated, .decoratedOrange{
     overflow: hidden;
     text-align: center;
 }
.decorated > span, .decoratedOrange > span{
    position: relative;
    display: inline-block;
}
.decorated > span:before, .decorated > span:after, .decoratedOrange > span:before, .decoratedOrange > span:after{
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 5px solid;
    border-bottom-color: rgba(255, 255, 255, 0.4);
    width: 591px; /* half of limiter*/
    margin: 0 20px;
}
.decorated > span:before, .decoratedOrange > span:before{
    right: 100%;
}
.decorated > span:after, .decoratedOrange > span:after{
    left: 100%;
}
.decoratedOrange > span:before, .decoratedOrange > span:after{
	border-bottom-color: rgba(222, 142, 75, 0.4);
}

sup {
    vertical-align: super;
    font-size: smaller;
} 



/*____  _   _ _____ _____ ___  _   _ ____  
 | __ )| | | |_   _|_   _/ _ \| \ | / ___| 
 |  _ \| | | | | |   | || | | |  \| \___ \ 
 | |_) | |_| | | |   | || |_| | |\  |___) |
 |____/ \___/  |_|   |_| \___/|_| \_|____/*/
.button_color {
	display: block;
	padding: 0.375em;
	letter-spacing: 1px;
	text-align: center;
	color: white;
	background-color: #1da09b;
	border: 1px solid black;
}
	.button_color:hover {
		color: #1da09b;
		background-color: white;
	}





/*_   _ _____    _    ____  _____ ____  
 | | | | ____|  / \  |  _ \| ____|  _ \ 
 | |_| |  _|   / _ \ | | | |  _| | |_) |
 |  _  | |___ / ___ \| |_| | |___|  _ < 
 |_| |_|_____/_/   \_\____/|_____|_| \_\*/
#header {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background-color: #2c2c2c;
}
	#head_gettix {
		position: relative;
		z-index: 10;
	}
	#mm_toggle {
		position: relative;
		z-index: 10;
		display: block;
		padding: 0.375em;
		font-size: 1.5em;
		color: white;
		background-color: #2c2c2c;
	}
		#mm_toggle.opened {
			color: black;
			background-color: white;
		}
	#backtomtc {
		display: none;
	}
		#backtomtc:hover {
			background: #be5a11;
		}
	#mainmenu {
		display: block;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		width: 100%;
		height: 0;
		background-color: #2c2c2c;
		overflow: hidden;
		opacity: 0;
		transition: top 400ms, opacity 400ms;
	}
		#mainmenu.opened {
			top: 100%;
			height: auto;
			opacity: 1.0;
		}
		.mm_item {
			display: inline-block;
			width: 33%;
			width: calc(100% / 3);
			padding: 0.375em;
			font-size: 1.5em;
			color: white;
			background-color: #2c2c2c;
		}
			.mm_item:hover {
				background-color: #be5a11;
			}
			.mm_item.current {
				color: #b9b9b9;
			}
	/* SITEWIDE ALERT */
	#sitewide_alert {
		display: table;
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 1000000;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		text-align: center;
		background-color: black;
		background-color: rgba(0, 0, 0, 0.75);
	}
		.centercenter {
			display: table-cell;
			vertical-align: middle;
		}
			#alert_content {
				max-width: 30em;
				margin: 0 auto;
				padding: 1.5em;
				color: red;
				background-color: white;
				border: 3px solid;
				border-radius: 0.5em;
			}
				#alert_content p {
					margin-bottom: 0;
					font-size: 1.5em;
				}
					#alert_content p + p {
						margin-top: 1em;
					}





/*____  _____ ____ _____ ___ ___  _   _ ____  
 / ___|| ____/ ___|_   _|_ _/ _ \| \ | / ___| 
 \___ \|  _|| |     | |  | | | | |  \| \___ \ 
  ___) | |__| |___  | |  | | |_| | |\  |___) |
 |____/|_____\____| |_| |___\___/|_| \_|____/*/
.section {
	display: block;
	padding: 5%;
	text-align: left;
	background-color: #ffffff;
}
	.section_header {
		display: block;
		width: 100%;
		margin: 0 auto 0.25em;
		font-size: 3em;
		text-align: center;
	}
	
	.width_limiter {
		display: block;
		margin: 0 auto;
		max-width: 1024px;
		width: 100%;
	}
.banner {
	display: block;
	margin: 0 auto;
	width: 100%;
}
	




/*_   _  ___  __  __ _____ 
 | | | |/ _ \|  \/  | ____|
 | |_| | | | | |\/| |  _|  
 |  _  | |_| | |  | | |___ 
 |_| |_|\___/|_|  |_|_____|*/
#home {
	text-align: center;
	background-color: #ffffff;
}
		.home_addons {
			display: block;
		}
			.timeoutny {
				width: 5em;
				margin: 0 auto 1em;
			}
			#quotes {
				position: relative;
				width: 100%;
				height: 4.5em;
				margin-bottom: 0.5em;
				font-size: 1em;
				line-height: 1.2;
				color: #be5a11;
				text-align: center;
				font-family: "Gotham Cond SSm A","Gotham Cond SSm B",sans-serif;
				font-style: normal;
				font-weight: 400;
				font-size: 1.5em;
				margin-top: 20px;
			}
				.quote {
					position: absolute;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
				}
					.quat {
						font-weight: 700;
					}
					.quat_source {
						font-size: 0.75em;
					}
			#tagline {
				display: block;
				float: left;
				margin: 0 auto;
				text-align: left;
				text-transform: uppercase;
				color: #5f5f5f;
				font-size: 3.25em;
				max-width: 408px;
			}
			.now_playing {
				display: block;
				float: left;
				margin: 0 auto;
				text-transform: uppercase;
				color: #5f5f5f;
				font-size: 3.25em;
				max-width: 408px;
				text-align: center;
			}
			#critics_pick {
			  	margin-bottom: -70px;
			  	margin-top: 20px;
			  	float: right;
			  	clear: left;
			}
				#pricecircle {
					display: inline-block;
					vertical-align: middle;
					width: 2em;
					margin-left: 0.5em;
				}
		#logoetc {
			margin-bottom: 1em;
			max-width: 50%;
			margin-top: 120px;
		}
		#billing {
			display: block;
			margin: 0 auto;
			font-size: 0.8125em;
			text-align: center;
			color: #be5a11;
		}
			#showname {
				margin-bottom: 0.25em;
			}
			.billing {
				display: inline-block;
				width: 100%;
				margin-bottom: 0.5em;
			}
		#home_logos {
		}
			#writersroom {
				display: inline-block;
				width: 50%;
				max-width: 299px;
				padding: 0;
			}
			#studioii {
				display: inline-block;
				width: 50%;
				max-width: 299px;
				padding: 0 0.5em;
				border-bottom: 1px solid #ed1c24;
			}
		#homevidrap {
			display: block;
			max-width: 600px;
			margin: 1em auto;
			color: #be5a11;
		}
		#home_video {
			position: relative;
			max-width: 100%;
			height: 0;
			height: auto;
			margin: 0 auto;
			padding-bottom: 56.25%;
			overflow: hidden;
		}
			#home_video iframe, #home_video object, #home_video embed {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
			}





   /*_    ____   ___  _   _ _____ 
    / \  | __ ) / _ \| | | |_   _|
   / _ \ |  _ \| | | | | | | | |  
  / ___ \| |_) | |_| | |_| | | |  
 /_/   \_\____/ \___/ \___/  |_|*/
#about {
	background-color: #ffffff;
}

	#about .font_header {
		color: #ffffff;
		margin-bottom: 0.75em;
		max-width: 1024px;
	}





/*_____ ___ ____ _  _______ _____ ____  
 |_   _|_ _/ ___| |/ / ____|_   _/ ___| 
   | |  | | |   | ' /|  _|   | | \___ \ 
   | |  | | |___| . \| |___  | |  ___) |
   |_| |___\____|_|\_\_____| |_| |____/*/
#tickets {
	
}
	.tix_section {
		display: block;
	}
	#tickets h2 {
		color: #be5a11;
		margin-bottom: 0.75em;
	}
			/* TICKETING OPTIONS */
			#tix_leftside {
				margin-bottom: 1em;
			}
				.tix_option {
					display: block;
					padding: 1em;
					padding-left: 0;
					transition: background-color 333ms;
				}
				.tix_option .font_header {	
					color: #1da09b;
				}
					.tix_option:hover {
						background-color: rgba(0,0,0,0.1);
					}
					.icon {
						float: left;
						width: 77px;
						margin-left: 0;
						margin-right: 1em;
						margin-top: 0;
						margin-bottom: 0;
					}
					.iconPerson {
						float: left;
						width: 77px;
						margin-left: 0;
						margin-right: 1em;
						margin-top: 0;
						margin-bottom: 1em;
					}
								
					
		/* CALENDAR */
		#calendar {
			display: block;
			margin-bottom: 1em;
			text-align: center;
		}
			#cal_month_selectors {
				display: block;
				background-color: #2c2c2c;
			}
				.cal_month_selector {
					display: inline-block;
					padding: 0.25em 0.5em;
					font-size: 1.5em;
					color: #b9b9b9;
				}
					.cal_month_selector:hover {
						color: #be5a11;
						background-color: rgba(255,255,255,0.20);
					}
					.cal_month_selector.current {
						color: #ffffff;
					}
					.iconCalendar {
						float: right;
						display: inline-block;
						padding-top: 5px;
						padding-right: 20px;
					}
			#cal_weekly {
				display: block;
				background: #d1d1d1 url('images/bg-dots-gray.png') repeat center center;
			}
				.cal_arrow {
					display: inline-block;
					vertical-align: middle;
					width: 10%;
					padding-top: 22px;
				}
					.cal_arrow:hover {
						background-color: rgba(255,255,255,0.25);
					}
				#cal_week {
					display: inline-block;
					overflow: hidden;
					vertical-align: middle;
					width: 80%;
				}
				#cal_week_days {
					display: block;
					vertical-align: middle;
					width: 100%;
					white-space: nowrap;
					overflow: auto;
					overflow-x: auto;
					overflow-y: hidden;
				}
					.day {
						display: inline-block;
						vertical-align: top;
						width: 33%;
						width: calc(100% / 3);
						padding: 0.25em 0;
					}
						.day:hover {
							background-color: rgba(255,255,255,0.15);
						}
						.day_dark {
							color: #919191;
						}
						.day_of_week {
							display: block;
						}
						.day_of_month {
							display: block;
						}
						.showtime {
							display: inline-block;
							padding: 0 0.025em;
							font-size: 1em;
						}
						.ampersand {
							
						}
	/*
		Popup Calendar
	*/
	#popup_calendar_outer_wrapper {
		display: none;
		position: fixed;
		z-index: 1000;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: black;
		background-color: rgba(0,0,0,0.75);
		font-family: 'Gotham Cond SSm A', 'Gotham Cond SSm B', sans-serif;
		font-weight: 400;
		font-style: normal;
	}
		#popup_calendar_deadzone {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}
		#popup_calendar_inner_wrapper {
			position: relative;
			width: 90%;
			max-width: 640px;
			margin: 5% auto;
			background-color: white;
		}
			#popup_calendar_closebutton {
				position: absolute;
				top: 0;
				left: 100%;
				padding: 0 10px;
				font-size: 2em;
				line-height: 1;
				color: #000;
			}
				#popup_calendar_closebutton:hover {
					color: #fff;
				}
			#popup_calendar_outer_wrapper .months_nav {
				position: relative;
				background-color: #2c2c2c;
				text-align: center;
			}
			
			#popup_calendar_outer_wrapper .month_selector {
					display: inline-block;
					padding: 0.25em 0.5em;
					font-size: 1.5em;
					color: #b9b9b9;
					text-align: center;
					font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
					font-style: normal;
					font-weight: 800;
					text-transform: uppercase;
				}
			
			#popup_calendar_outer_wrapper .days_of_week {
				font-size: 1.5em;
			}
			
			#popup_calendar_outer_wrapper .days {
				display: block;
				vertical-align: inherit;
				width: 100%;
				white-space: normal;
				overflow: inherit;
				margin-bottom: 0;
				background: #d1d1d1 url('images/bg-dots-gray.png') repeat center center;
			}
				#popup_calendar_outer_wrapper .popup_calendar_month {
					text-align: left;
				}
				
				#popup_calendar_outer_wrapper .month_selector:hover {
					color: #be5a11;
					background-color: rgba(255,255,255,0.20);
				}

				#popup_calendar_outer_wrapper .month_selector.current {
					color: #ffffff;
				}
				
					#popup_calendar_outer_wrapper .calendar_day {
						display: inline-block;
						vertical-align: top;
						width: 13.15%;
						min-width: 0;
						margin: 0.5%;
						padding-bottom: 0.5em;
						text-align: center;
					}
						#popup_calendar_outer_wrapper .calendar_day:hover {
							background-color: rgba(255,255,255,0.15);
					}
						
						#popup_calendar_outer_wrapper .day_of_month {
							font-size: 2em;
						}
						
						#popup_calendar_outer_wrapper .showtime {
							font-size: 1em;
						}
						
						#popup_calendar_outer_wrapper a:hover {
							color: #1da09b;
						}
						
						#popup_calendar_closebutton:hover {
							cursor: pointer;
						}
						


		/* TABBEDS */
		.tabbed_list {
			position: relative;
			display: block;
			margin: 0 0 1.5em;
		}
			.tabbed_list li {
				position: relative;
				display: inline-block;
				vertical-align: top;
				width: 50%;
				width: calc(100% / 2);
				height: 40px;
				text-align: center;
				border: 1px solid #ffffff;
				background-color: #b9b9b9;
				font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
				font-weight: 800;
				font-style: normal;
			}
				.tabbed_list li a {
					display: block;
					height: 100%;
					padding-top: 0.5em;
					font-size: 0.75em;
					background-color: #b9b9b9;
				}
					.tabbed_list li a:hover, .tabbed_list .current_list_item a {
						background-color: #3f3f3f;
						color: #ffffff;
					}
				
					
				.tabbed_list .tl_arrow {
					display: none;
					position: absolute;
					z-index: 10;
					top: 98%;
					left: 0;
					width: 100%;
					height: 20px;
				}
					.tabbed_list .current_list_item .tl_arrow {
						display: block;
					}
			.tabbed_list_content {
				display: block;
			}
				.list_item_content {
					display: none;
				}





/*____ ___ ___  ____  
 | __ )_ _/ _ \/ ___| 
 |  _ \| | | | \___ \ 
 | |_) | | |_| |___) |
 |____/___\___/|____/*/
#bios {
	
}
	#bios .font_header {
		color: #be5a11;
	}
	#bio {
		margin-bottom: 1.5em;
		background-color: #9bd4d2;
	}
		.bio {
			display: none;
			padding: 0.5em;
		}
			.bio_name {
				display: inline-block;
				margin-right: 0.5em;
				font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
				font-weight: 800;
				font-style: normal;
			}
			.bio_role {
				display: inline-block;
				margin-bottom: 0.25em;
			}
			.bio_bio {
				display: block;
			}
	.headshots_wrap {
		display: block;
		text-align: center;
	}
		.headshots_header {
			display: block;
			margin-bottom: 0.25em;
		}
		.headshots_title {
			display: none;
			vertical-align: top;
		}
		.headshots {
			display: block;
		}
			.headshot {
				display: inline-block;
				vertical-align: top;
				width: 33%;
				width: calc(100% / 3);
				margin-bottom: 1em;
				padding: 2px;
				border: 6px solid #ffffff;
			}
				.headshot.nophoto {
					width: 50%;
					max-width: 174px;
					height: 140px;
					padding: 0 0.5em 0;
					color: #8f8f8f;
					background: white url('images/bg-dots-teal.png') repeat center center;
					display: inline-table;
				}
				.headshot:hover {
					background-color: #b9b9b9;
					border-color: #b9b9b9;
				}
				.headshot.current {
					background-color: #34aaa5;
					border-color: #34aaa5;
				}
				.headshot_img {
					display: block;
					margin: 0 auto 0.25em;
				}
				.bioTextWrapper {
					vertical-align: middle;
					display: table-cell;
				}
				.headshot_name {
					font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
					font-weight: 800;
					font-style: normal;
					display: block;
					text-transform: uppercase;
					color: #000000;
					margin-bottom: 5px;
				}
				.headshot_role {
					display: block;
					color: #000000;
					font-size: 1em;
					line-height: 1em;
				}
	.closeButton {
		top: 5px;
		right: 5px;
		float: right;
		display: inline-block;
		width: 20px;
	}
	.closeButton:hover {
		cursor: pointer;
	}



/*__  __ _____ ____ ___    _    
 |  \/  | ____|  _ \_ _|  / \   
 | |\/| |  _| | | | | |  / _ \  
 | |  | | |___| |_| | | / ___ \ 
 |_|  |_|_____|____/___/_/   \_\*/
#media {
	text-align: center;
	background-color: #BE5A11;
}
	#media .font_header {
		color: #ffffff;
	}
			#media_filters {
				display: block;
				margin-bottom: 1em;
			}
				.media_filter {
					display: inline-block;
					margin: 0 0.5em;
				}
					.media_filter:hover {
						color: #1ea19d;
					}
					.media_filter.current {
						color: #b9b9b9;
					}
		.media_link {
			position: relative;
			display: inline-block;
			vertical-align: middle;
			width: 32%;
			margin: 5px;
			border: 3px solid #8F8F8F;
		}
			.media_link img {
				display: block;
			}
			.video_playbutton {
				position: absolute;
				top: 50%;
				left: 50%;
				width: 40px;
				height: 40px;
				margin: -20px 0 0 -20px;
				border: 2px solid white;
				border-radius: 50%;
			}
				.media_link:hover .video_playbutton {
					border-color: #be5a11;
				}
				
				.video_playbutton .triangle {
					position: absolute;
					top: 8px;
					left: 13px;
					width: 0;
					height: 0;
					padding: 0;
					border-left: 15px solid white;
					border-top: 10px solid transparent;
					border-bottom: 10px solid transparent;
				}
					.media_link:hover .triangle {
						border-left-color: #be5a11;
					}
			.video_title {
				display: none;
			}

	.page-test-page button.mfp-arrow.mfp-arrow-left, .page-home button.mfp-arrow.mfp-arrow-left {
		background: transparent;
		background: url('images/arrow-left-teal.png') no-repeat center center;
	}
	.page-test-page button.mfp-arrow.mfp-arrow-right, .page-home button.mfp-arrow.mfp-arrow-right {
		background: transparent;
		background: url('images/arrow-right-teal.png') no-repeat center center;
	}
	.page-test-page .mfp-arrow-right::after, .page-test-page .mfp-arrow-right .mfp-a, .page-test-page .mfp-arrow-left::after, .page-test-page .mfp-arrow-left .mfp-a, .page-test-page .mfp-arrow-left::before, .page-test-page .mfp-arrow-right::before {
		border: none;
	}
	.page-home .mfp-arrow-right::after, .page-home .mfp-arrow-right .mfp-a, .page-home .mfp-arrow-left::after, .page-home .mfp-arrow-left .mfp-a, .page-home .mfp-arrow-left::before, .page-home .mfp-arrow-right::before {
		border: none;
	}
	.page-test-page .mfp-close, .page-home .mfp-close {
		font-family: 'Gotham Cond SSm A', 'Gotham Cond SSm B', sans-serif;
	}
	.photo_credit {
		color: #f2d2b7;
		padding-top: 10px;
	}


/*
NEWS and REVIEWS PAGES
*/
#news, #reviews {
	text-align: center;
}
	#news .font_header, #reviews .font_header {
		color: #be5a11;
	}
	
			#news_slider, #reviews_slider {
				margin-bottom: 0;
				padding: 0 50px;
			}
			.article {
				display: inline-block;
				vertical-align: top;
				margin: 1em 0.5em;
			}
				.article a:hover {
					color: #de8e4b;
				}
				.article_image {
					display: block;
					margin: 0 auto 0.5em;
				}
				.article_title {
					display: block;
					margin-bottom: 0.25em;
					line-height: 1.1;
				}
				.article_publication {
					display: block;
					font-style: italic;
					line-height: 1.1;
				}
				#news .slick-prev, #news .slick-next, #reviews .slick-prev, #reviews .slick-next {
					width: 24px;
					height: 40px;
					top: 40%;
					margin-top: -35px;
				}
					#news .slick-prev, #reviews .slick-prev {
						left: -10px;
					}
					#news .slick-next, #reviews .slick-next {
						right: -10px;
					}
					#news .slick-prev:before, #news .slick-next:before, #reviews .slick-prev:before, #reviews .slick-next:before {
						font-size: 40px;
					}
	




/*
SOCIAL BUTTONS
*/
#social_buttons {
	text-align: center;
}
	.social_button {
		display: inline-block;
		vertical-align: middle;
		width: 36px;
		height: 36px;
		margin-right: 3px;
		background-color: #1da09b;
		border: 2px solid #1da09b;
		border-radius: 50%;
		-webkit-transition: border-color 400ms;
		-moz-transition: 	border-color 400ms;
		-o-transition: 		border-color 400ms;
		transition: 		border-color 400ms;
	}
		.social_button:hover {
			background-color: #323232;
			border-color: #323232;
			-webkit-transition: background-color 400ms;
			-moz-transition: 	background-color 400ms;
			-o-transition: 		background-color 400ms;
			transition: 		background-color 400ms;
		}
		.social_button img {
			display: block;
		}

/*
FOOTER
*/
#footer {
	background-color: #95d2d0; 
	margin: 0;
	margin-top: 25px;
	margin-bottom: -160px;
}



/*____  _____ ____  ____   ___  _   _ ____ _____     _______ 
 |  _ \| ____/ ___||  _ \ / _ \| \ | / ___|_ _\ \   / / ____|
 | |_) |  _| \___ \| |_) | | | |  \| \___ \| | \ \ / /|  _|  
 |  _ <| |___ ___) |  __/| |_| | |\  |___) | |  \ V / | |___ 
 |_| \_\_____|____/|_|    \___/|_| \_|____/___|  \_/  |_____|*/

/* Under 640px and Landscape */
@media only screen and (max-width: 640px) and (orientation: landscape) {

	#head_gettix, #mm_toggle {
		display: inline-block;
		width: 50%;
		padding: 0.5em;
	}

}




/* 0+ */
/* 480+ */
@media only screen and (min-width: 0) {

	.mm_item {
		padding: 1em;
	}
	p {
		font-size: 1em;
	}
	#tagline, .now_playing {
		font-size: 2em;
		width: 100%;
		max-width: 300px;
		text-align: center;
		float: none;
	}
	#critics_pick {
	  	margin-bottom: -70px;
	  	margin-top: 20px;
	  	float: right;
	  	clear: left;
	}
	#home_logos {
		width: 90%;
		padding-top: 20px;
		margin: 0 auto;
	}
	#studioii {
		width: 90%;
	}
	#writersroom {
		width: 90%;
	}
		#quotes {
			height: 3.5em;
		}
	#billing {
		max-width: 600px;
		font-size: 1.5em;
		margin-top: 20px;
	}
		.billing {
			max-width: 200px;
		}

	#tix_leftside {
		text-align: center;
	}
		.tix_option {
			display: inline-block;
			vertical-align: top;
			min-width: 240px;
		}
					.day {
						width: 25%;
					}
			.headshot {
				width: 50%;
			}

		.bio {
			padding: 1em;
		}

	#about {
		background: #be5a11;
	}
			#about .width_limiter {
			padding: 10px;
			background-color: #ffffff;
			background-color: rgba(255,255,255,0.85);
			}	
	.home_addons {
		margin: 0 auto;
		width: 100%;
	}
		#logoetc {
			max-width: 100%;
			margin-top: 120px;
		}
		.media_link {
			width: 49%;
		}
				.tabbed_list li a {
					padding-top: 0.825em;
					font-size: 14px;
				}
	.section {
		padding: 5% 3%;
	}
	.cal_arrow {
		padding-left: 5px;
		padding-right: 5px;
	}
}

/* 480+ */
@media only screen and (min-width: 480px) {
	#logoetc {
		margin-top: 50px;
	}	
	#critics_pick {
		margin-bottom: -110px;
	}
}



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

body {
	padding-bottom: 10em;
}
	#mm_toggle {
		display: none;
	}
	#backtomtc {
		display: inline-block;
		vertical-align: middle;
		width: 219px;
		padding: 0 1em;
	}
		#backtomtc img {
			display: block;
		}
	#mainmenu {
		display: inline-block !important;
		vertical-align: middle;
		position: static;
		width: auto;
		height: auto;
		overflow: visible;
		opacity: 1.0;
	}
		.mm_item {
			display: inline-block;
			width: auto;
			padding: 0.5em;
			border-left: 1px solid transparent; border-right: 1px solid transparent;
			transition: border-color 333ms;
		}
			.mm_item:hover {
				border-color: white;
				border-color: rgba(255,255,255,0.50);
			}
	.section {
		padding: 3% 7%;
	}
	#critics_pick {
		margin-bottom: -140px;
	}
	#logoetc {
		margin-top: 0;
	}
	#homevidrap {
		margin-top: 2em;
	}
	#about {
		background: #be5a11 url('images/bg-about-orange.jpg') no-repeat center center;
		background-size: cover;
		-ms-behavior: url(/backgroundsize.min.htc);
	}
		#about .width_limiter {
			padding: 2em;
			background-color: #ffffff;
			background-color: rgba(255,255,255,0.85);
		}
					.day {
						width: 20%;
					}
.headshot {
	width: 33%;
	width: calc(100% / 3);
}
#media {
	background: #be5a11 url('images/bg-media-orange.jpg') no-repeat center center;
	background-size: cover;
	-ms-behavior: url(/backgroundsize.min.htc);
}
		.media_link {
			width: 32%;
		}
			.video_playbutton {
				width: 80px;
				height: 80px;
				margin: -40px 0 0 -40px;
			}
				.video_playbutton .triangle {
					top: 16px;
					left: 26px;
					border-left: 30px solid white;
					border-top: 20px solid transparent;
					border-bottom: 20px solid transparent;
				}
				
					
}





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

		.mm_item {
			padding: 0.5em 1em;
		}
#home {
	text-align: right;
	background: white url('images/background.jpg') no-repeat left bottom scroll;
	background-size: contain;
	-ms-behavior: url(/backgroundsize.min.htc);
}
	.home_addons {
		display: inline-block;
		vertical-align: top;
		float: left;
	}
		.home_addons.left {
			padding-left: 10%;
			width: 50%;
		}
		.home_addons.right {
			width: 50%;
		}
		.timeoutny {
			width: 7em;
			margin: 0 3em 0 0;
		}
		#quotes {
			height: 3.25em;
		}
	#tagline {
		font-size: 2em;
		max-width: 100%;
		text-align: left;
	}
	.now_playing {
		font-size: 2em;
		max-width: 100%;
		text-align: center;
	}
	#critics_pick {
		margin-bottom: -80px;
		margin-top: 0;
	}
	#logoetc {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		max-width: 848px;
		margin-bottom: 0;
	}
	#logo {
		float: left;
	}
	#billing {
		display: inline-block;
		float: left;
		vertical-align: top;
		width: 100%;
		max-width: 600px;
		margin-right: 10%;
		padding-top: 0.5em;
		font-size: 1em;
		text-align: right;
	}
		.billing {
			display: block;
			width: 100%;
			max-width: none;
			margin-bottom: 0.25em;
		}
	 #home_logos {
	 	width: 96%;
	 	margin-left: auto;
	 	margin-right: 10%;
	 	float: left;
	 	text-align: left;
	 	margin-top: -136px;
 	}
	#studioii {
		padding: 0;
		width: 60%;
	}
	#writersroom {
		padding: 0;
		width: 60%;
	}
					.day {
						width: 16.5%;
						width: calc(100% / 6);
					}
		.bio {
			padding: 2em;
		}
		.headshots_header {
			display: none;
		}
		.headshots_title {
			display: inline-block;
			vertical-align: top;
			margin-right: 0.25em;
		}
		.headshots {
			display: inline-block;
			vertical-align: top;
			width: 96%;
		}
			.headshot {
				width: 33%;
				width: calc(100% / 3);
			}

				.tabbed_list li a {
					padding-top: 0.55em;
					font-size: 1em;
				}
}





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

#header {
	padding-left: 1em;
	text-align: left;
}
	#head_gettix {
		position: absolute;
		top: 1em;
		right: 1em;
	}
		.mm_item {
			padding: 0.5em 0.75em;
		}
		#quotes {
			height: 3.5em;
		}
	#tagline {
	 	font-size: 2.25em;
	 	text-align: left;
 	}
 	.now_playing {
	 	font-size: 2.25em;
	 	text-align: center;
 	}
	#billing {
		
	}
	#tix_leftside {
		display: inline-block;
		vertical-align: top;
		width: 31%;
		margin-right: 4%;
		margin-bottom: 0;
		text-align: left;
	}
			.tix_option {
				display: block;
			}
	#tix_rightside {
		display: inline-block;
		vertical-align: top;
		width: 65%;
	}
				.cal_arrow {
					width: 7%;
				}
				#cal_week_days {
					/*width: 86%;*/
				}
					.day {
						width: 20%;
						width: calc(100% / 5);
					}
				.headshot.nophoto {
					
				}
			.video_title {
				display: block;
				position: absolute;
				bottom: 0;
				left: 0;
				width: 100%;
				padding: 0.5em;
				background-color: #b9b9b9;
				opacity: 0;
				transition: opacity 333ms;
			}
				.media_link:hover .video_title {
					opacity: 1.0;
				}
#social_buttons {
	position: fixed;
	top: 150px;
	left: 1em;
}
	.social_button {
		display: block;
		margin-right: 0;
		margin-bottom: 0.5em;
	}
			.headshot {
				width: 25%;
				width: calc(100% / 4);
			}
 	#home_logos {
	 	width: 96%;
	 	margin-left: auto;
	 	margin-right: 10%;
	 	float: left;
	 	text-align: left;
	 	margin-top: -154px;
 	}
 	#cal_week {
		width: 86%;
	}
}





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

		.mm_item {
			padding: 0.5em 1em;
		}
	#billing {
		font-size: 1.125em;
	}
					.day {
						width: 16.5%;
						width: calc(100% / 6);
					}
	#tagline {
	 	font-size: 2.75em;
	 	text-align: left;
 	}
 	.now_playing {
 		max-width: 490px;
	 	text-align: center;
 	}
 	#critics_pick {
		margin-bottom: -130px;
		margin-top: 0;
	}
 	#home_logos {
	 	width: 96%;
	 	margin-left: auto;
	 	margin-right: 10%;
	 	float: left;
	 	text-align: left;
	 	margin-top: -175px;
 	}


}





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

		.home_addons.left {
			width: 50%;
			padding-left: 0;
		}
		.timeoutny {
			width: 9em;
		}
		.home_addons.right {
			width: 50%;
		}
	#tagline {
	 	font-size: 3.25em;
	 	max-width: 408px;
	 	text-align: left;
 	}
 	.now_playing {
	 	text-align: center;
 	}
	
	#billing {
		font-size: 1.25em;
	}
					.day {
						width: 14%;
						width: calc(100% / 7);
					}
	#home_logos {
		width: 96%;
		margin-left: auto;
		margin-right: 10%;
		float: left;
		text-align: left;
		margin-top: -183px;
	}
}





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


	#tagline {
	 	font-size: 3.25em;
	 	max-width: 408px;
	 	text-align: left;
 	}
	#billing {
		font-size: 1.375em;
	}
	
}





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

	p {
		
	}
		.mm_item {
			font-size: 1.75em;
		}
	.width_limiter {
		font-size: 1.125em;
	}
	#tagline {
	 	font-size: 3.25em;
	 	max-width: 408px;
	 	text-align: left;
 	}
	.cal_arrow {
		padding-top: 27px;
	}

}





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

	#quotes {
		font-size: 1.25em;
	}

}





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

}

/* Slick News Slider CSS */
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
	position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    border: none;
    outline: none;
    background: #fff;
    background-image: url('./images/arrow-left-teal.png');
}
.slick-next {
	background: #fff;
	background-image: url('./images/arrow-right-teal.png');
}


