/*
Theme Name: Beck & Caul
Theme URI: http://www.beckandcaul.co.nz
Author: Beck & Caul
Version: 1.0


//font-family: 'Satisfy', cursive;
//font-family: 'Merriweather', serif;

/* =Reset default browser CSS. 
-------------------------------------------------------------- */

@font-face {
	font-family: 'Posterizer';
	src: url('fonts/Posterizer KG Rounded.eot');
	src: local(''), url('fonts/Posterizer KG Rounded.woff') format('woff'), url('fonts/Posterizer KG Rounded.ttf') format('truetype'), url('fonts/Posterizer KG Rounded.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*ARROWS*/
@font-face {
    font-family: 'Arrows';
    src: url('fonts/arrows/Glyphter.eot');
    src: url('fonts/arrows/Glyphter.eot?#iefix') format('embedded-opentype'),
         url('fonts/arrows/Glyphter.woff') format('woff'),
         url('fonts/arrows/Glyphter.ttf') format('truetype'),
         url('fonts/arrows/Glyphter.svg#Glyphter') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Generated by Glyphter (http://www.glyphter.com) on  Wed Sep 07 2016*/
@font-face {
    font-family: 'Glyphter';
    src: url('fonts/Glyphter.eot');
    src: url('fonts/Glyphter.eot?#iefix') format('embedded-opentype'),
         url('fonts/Glyphter.woff') format('woff'),
         url('fonts/Glyphter.ttf') format('truetype'),
         url('fonts/Glyphter.svg#Glyphter') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class*='icon-']:before{
	display: inline-block;
   font-family: 'Glyphter';
   font-style: normal;
   font-weight: normal;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale
}
.icon-facebook:before{content:'\0041';}
.icon-twitter:before{content:'\0042';}
.icon-googleplus:before{content:'\0043';}
.icon-youtube:before{content:'\0044';}



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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:14px;
	line-height:19px;
}
html { height: 100%; }
body {height: 100%; }
p {margin-bottom:10px;}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
img{ max-width:100%; padding:0; 	border:0;	display:block;}
h1{
	color:#434343;
	font-size:24px;
	font-weight:bold;
}
h2{ font-family: 'Merriweather', serif; font-weight:bold; font-size:19px; padding-bottom:10px;  }

h3{ font-family: 'Merriweather', serif; font-weight:bold; font-size:19px; padding-bottom:30px; }

ol, ul {
	/*list-style: none;*/
	list-style:disc;
}
.home_content li{ margin-left:25px; }
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
	

}

a:hover, a:link, a:visited{
	color:#D8184B;
	text-decoration:none;
}
.acf-map {
	width: 100%;
	height: 300px;
	border: #ccc solid 1px;
	margin: 20px 0;
}
#sending, #sent{display:none;}
input, select, textarea{box-sizing: border-box;}
.nodisp{ display:none !important; }
.ninesixty{ width:960px; position:relative; margin:0 auto; }
.clear{clear:both;}
.cl10{ height:10px;}
.cl20{height:20px;}
.cl30{height:30px;}
.cl40{height:40px;}
.cl50{height:50px;}
.cl60{height:60px;}
.cl70{height:70px;}
.cl80{height:80px;}
.cl90{height:90px;}
.cl100{height:100px;}
.button{ transition: all 0.5s ease;-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; }
.button:hover{background: #4a1c4b;color:#fff;}

.g-recaptcha{ float:left; }
.invalidfield{ border:2px dashed red; background:#ff6666; color:#FFF; }
.datenotselected{ background:#ff6666 !important; }
.formerrors{ background:red; box-sizing: border-box; padding:20px; margin:20px 0; display:none; color:#FFF;}

.subheaderfloatright{ float:right; }

/*DEFAULT*/

	.headbar{height:120px;background:#1e284c;position: relative;}
	.logo{ width:250px;  }
	.logosvg{ background:url("img/logo_big.svg"); background-repeat:no-repeat; background-position:50%; width:240px; height:120px; background-size:contain; fill: #94d31b; display:block; }
	.footer{ background:#1e284c; padding:100px 0 }
	.red_titlebar{ background:#D8184B; padding:20px 0; border-top:2px solid #FFF; position:relative; top:-2px;}
	.red_titlebar h1{ font-family: 'Merriweather', serif; color:#FFF; font-size:33px; line-height:50px; }

	/* MENU */
	/* Menu Styles */
	.menu-main-menu-container{/* top: 60px; */position:relative;margin-top: 0;}
	.menubar{width: 80%;float:right;bottom:0;position:absolute;right:0;text-align:left;z-index: 99999;}
	.third-level-menu{		position: absolute;		top: 0;		right: -100%;		width: 150px;		list-style: none;		padding: 0;		margin: 0;		display: none;	}
	.third-level-menu > li	{		height: 30px;		background: #999999;	}
	.third-level-menu > li:hover { background: #CCCCCC; }
	.menu ul	{position: absolute;top: 100%;left: 0;width: auto;list-style: none;padding: 0;margin: 0;/* margin-top:-4px; */display: none;z-index:2000;/* padding:8px 0; */}
	.menu ul > li	{position: relative;height: 30px;background: rgba(237,23,76,0.9);white-space:nowrap;padding:5px 20px 5px 10px;margin-bottom: 5px;}
	.menu ul > li a{ text-transform:uppercase; }

	.menu ul > li:hover { background: #ed174b; }
	.menu	{		list-style: none;		padding: 0;		margin: 0;	}
	.menu > li	{		position: relative;		float: right;		height: 40px;		width: auto;		background: transparent;		display:block;		padding:30px 10px 20px 0px;	}
	.current-menu-item, .current_page_parent {background: #ed174b !important;}
	.menu> li:hover{ background:rgba(237,23,76,0.9) }
	.menu li a:hover{ color:#FFF; }
	.menu li:hover > ul	{	display: inline;	}
	.menu a {		font-family: 'Lato', sans-serif;		text-transform:uppercase;		font-size:14px;		color: #FFFFFF;		text-decoration: none;		padding: 0 5px 0 15px;		/* Make the link cover the entire list item-container */		display: block;		line-height: 30px;	}

	/*footer menu*/
	.footer_menu { width:30%; float:left; text-align:right; }
	#menu-footer-menu li{display:block;clear:both;float:none !important;padding:0;background: transparent;}
	#menu-footer-menu a{ background:transparent; color:#14b0e6; font-family: 'Merriweather', serif; font-size:35px; line-height:35px; text-transform:none; opacity:0.5; }
	#menu-footer-menu .current-menu-item, #menu-footer-menu .current_page_parent {background: transparent !important;}
	#menu-footer-menumenu > li:hover{ background:transparent !important; }
	#menu-footer-menu a:hover{ opacity:0.7; }
	

	.newsletter_signup{
		padding: 50px 0 35px;
		color:#FFF; 
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4a1c4b+0,c41d4e+100 */
		background: #4a1c4b; /* Old browsers */
		background: -moz-linear-gradient(top,  #4a1c4b 0%, #c41d4e 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #4a1c4b 0%,#c41d4e 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #4a1c4b 0%,#c41d4e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a1c4b', endColorstr='#c41d4e',GradientType=0 ); /* IE6-9 */
	}
	.nltitle{font-family: 'Satisfy', cursive;font-size:36px; line-height:43px;display:block; float:left;position:relative;top: 0;  z-index:1; }
	.subscribe_button{background:#ed174b;display:block;float:left;margin-left:40px;text-align:center;padding:10px 20px; position:relative;  z-index:1;  top: -10px;font-size:17px;line-height:10px;cursor:pointer;transition: all 0.5s ease;-webkit-transition: all 0.5s ease;color:#FFF;-moz-transition: all 0.5s ease;}
	.subscribe_button:hover{ background:#4D1C4B; }
	.subscribe_button span{ display:block; font-size:14px; }
	.searchlight:after{width:100%;height:140px;top:-50px;left:0;content:'';background:transparent url("img/searchlights.svg"); background-repeat:no-repeat; background-size:100% ;background-position:50%;fill: #94d31b;position:absolute;z-index:0;opacity:0.3;}
	
	
	
	.da-slide .ninesixty{ width:1280px; height:515px; }
	.middletale{ display:table; height:100%; position:relative; z-index:999; }
	.middlecell{ display:table-cell; vertical-align:middle; height:100%;  }

/*FOOTER*/
	.footer_contact{ width:70%; float:left; color:#FFF; }
	.footer a{ color:#FFF; font-weight:bold; }
	.footer_contact_title{ color:#FFF; font-family: 'Merriweather', serif; font-size:55px; line-height:65px; font-weight:900; padding-bottom:20px;}
	.footer_contact img{ position:absolute; bottom:-13px; left:240px; }
	.footer_contact span{ font-weight:bold; }

/*HOME*/
	.header_slider{ background:#0d193c; height:515px; }
	.home_content{ padding:50px 0; }
	.home_content h1{font-family: 'Satisfy', cursive;font-size:36px;line-height:43px;color:#ed174b;font-size:400;padding-bottom: 30px;}

	.season_shows{width:33.3%;float: left;box-sizing:border-box;padding-right:30px; position:relative;}
	.ss_title{ background:#1e284c; height:200px; color:#FFF; display:table; padding:0 20px; box-sizing:border-box; position:relative; cursor:pointer; }
	.ss_title:after{width:100%;height:200px;top:0px;left:0;content:'';background:transparent url("img/searchlight_white.svg");background-repeat:no-repeat;background-size:cover;background-position:50%;fill: #94d31b;position:absolute;z-index:0;opacity:0.2;transition: all 0.5s ease;-webkit-transition: all 0.5s ease;color:#FFF;-moz-transition: all 0.5s ease;z-index: 0;}
	.season_shows:hover .ss_title:after{ opacity:0.5;   }
	.ss_title span{display:table-cell;vertical-align:middle;height:200px;width: 100%;font-family: 'Posterizer';font-size:40px;text-transform:uppercase;line-height:42px;position: relative;z-index: 10;}
	.short_intro{ padding:15px; font-size:14px; line-height:19px; cursor:pointer; }
	.get_tickets{transition: all 0.5s ease;-webkit-transition: all 0.5s ease;color:#FFF;-moz-transition: all 0.5s ease;  position:absolute; bottom:0; width:100%; box-sizing:border-box; border-right:20px solid #FFF; text-align:center; padding:10px 10px 5px; color:#FFF; font-family: 'Satisfy', cursive;font-size:32px;line-height:30px; }
		.season_shows .get_tickets {  background:#1d274c;  }
	.smalltextbutton{ font-size:24px;}
		.season_shows .smalltextbutton{ background:#1d274c; }
	.show_content_right .smalltextbutton{ font-size:20px;}
	.get_tickets:hover{ background:#AF284C !important; cursor:pointer; }
	.session_dates{ padding:20px 20px 0 15px; font-weight:bold; line-height:14px; font-size:17px; }
	.session_dates span{ font-weight:bold; display:block; font-size:14px;}

	.get_involved{ background:#d8d8d8; position:relative; padding:50px 0; }
	.get_involved .ninesixty{ z-index:10; }
	.get_involved:after{ width:100%; height:100%; top:0px;left:0;content:'';background:transparent url("img/searchlight_white.svg");background-repeat:no-repeat;background-size:cover; background-position:50% 50%;position:absolute;z-index:0;opacity:0.5;transition: all 0.5s ease;-webkit-transition: all 0.5s ease;color:#FFF;-moz-transition: all 0.5s ease;z-index: 0; }
	.gi_title{ color:#1d274c; font-family: 'Merriweather', serif; font-size:55px; line-height:65px; font-weight:900; width:30%; float:left;  }
	.gi_content{ box-sizing:border-box; width:70%; float:left; padding-left:50px; }
	.gi_subtitle{ clear:both; display:block; padding:50px 0 30px 0; font-family: 'Satisfy', cursive;font-size:27px;line-height:28px;color:#ed174b; font-size:400; }
	.gi_box{ width:19.5%; float:left; text-align:center; background:#1d274c; color:#ed174b;  padding:10px 0; box-sizing:border-box; margin-right:0.5%; font-family: 'Merriweather', serif; font-size:15px; }
	
/*SHOW*/
	.sub_header_slider{ background:#0b182e; width:100%; height:400px; overflow:hidden; position:relative;}
	.sub_header_slider img{height: 400px; width:auto !important; max-width:unset; }	
	.subnlsu{ padding:20px 0 20px !important;}
	.subsearchlight:after{ height:57px;     top: -18px;}
	.subsearchlight{/* height:5px; */}
	.subsearchlight h1{ color:#FFF; font-size:33px;}

	.show_content_left{ width:70%; float:left; display:block; box-sizing:border-box; padding-right:80px; }
	.show_subtitle{ font-family: 'Merriweather', serif; font-size:19px; line-height:25px;; font-weight:bold; }
	.show_content_right{ width:20%; float:left; }
	.show_content_right strong{ display:block; }
	.show_button{ background:#1e284c; padding:20px 20px 10px; width:100%; color:#FFF; display:table;  box-sizing:border-box; position:relative; cursor:pointer; font-family: 'Posterizer'; font-size:32px; line-height:35px; text-transform:uppercase; margin-bottom:40px; }
	.show_button:after{width:100%;height:100px;top:0px;left:0;content:'';background:transparent url("img/searchlight_white.svg");background-repeat:no-repeat;background-size:cover;background-position:50%;fill: #94d31b;position:absolute;z-index:0;opacity:0.2;transition: all 0.5s ease;-webkit-transition: all 0.5s ease;color:#FFF;-moz-transition: all 0.5s ease;z-index: 0;}
	.sub_header_slider h1{		display:block; position:absolute; margin:0 auto; left:50%; margin-left:-35%; top:150px;		width: 70%;			color: #fff;		font-size: 95px;		line-height: 95px;			overflow: hidden;				font-family: 'Posterizer';		font-weight: 400;	}
	.sub_header_slider h2{		position:absolute; left:50%; margin-left:-35%; top:100px;	color: #ed174b;	font-size: 35px;	width: 80%;		z-index: 10;	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);	font-family: 'Satisfy', cursive;	font-weight: 700;	padding-bottom:20px;}
	
/*TICKETS*/	
	.bookingpage{ max-width:600px; margin:0 auto; }
	a.selectedshow_readmore{     margin-left: 1%;  box-sizing: border-box;    float: left;    border: 0;    padding: 5px 10px;    cursor: pointer;    color: #FFF;    font-family: 'Satisfy', cursive;
    font-size: 16px;    line-height: 16px;    float: right; font-weight:300; 
    }
	.ticket_show{ border:1px solid #DDD; display:block; margin-bottom:20px; position:relative;}
	.ticket_title{ WIDTH:30%;  float:left; background:#1E284C; }
	.ticket_title span{ display:table; width:100%; height:100%; box-sizing:border-box; padding:20px;}
	.ticket_title span p{ display:table-cell; vertical-align:middle; color:#FFF; font-family: 'Posterizer'; font-size:inherit; line-height:inherit; text-shadow: 0 0 5px rgba(0,0,0,0.3);}
	.ticket_details{ width:70%; float:left; box-sizing:border-box; padding:0 20px }
	.select_tickets{ position:absolute; right:0; bottom:0; background:#1E284C; padding:10px 20px; color:#FFF; cursor:pointer; font-family: 'Satisfy', cursive;font-size:26px;line-height:23px;  transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease;}
	.selectable_sessions{ width:100%; line-height:30px; box-sizing:border-box; padding:5px 20px; background:#d8d8d8;  text-transform:uppercase; font-size:13px; cursor:pointer; }
		.selectable_sessions:nth-of-type(2n+2){ background:#e5e5e5;  }
	.selectable_sessions:hover{ background:#fff; box-shadow:0 0 30px 1px  rgba(0,0,0,0.2) inset }
	.selectable_sessions .select_radio{ width:15px; height:15px; background:#FFF; position:relative; display:block; float:left; margin-right:20px; top:7px; border-radius:50%;}
	.select_radio:after{ position:absolute; width:13px; height:13px; background:#1E284C; content:''; border-radius:50%; top:1px; left:1px; opacity:0;  transition: all 0.5s ease;-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; }
	.selectable_sessions:hover .select_radio:after{ opacity:1; }
	.selected_session .select_radio:after{ opacity:1; background:#D8184B; }

	.session_time{ float:right; line-height:30px; font-size:13px; text-transform:none; }
	.howmanytickets{ border:1px solid #DDD; padding:40px; box-sizing:border-box; text-align:center; position:relative;}
	.howmanytickets div{ position:relative; }
	.ticketerror{width:100%;height: 30px;background:#ED174B;color:#FFF !important;position:absolute !important;top:0;left:0;z-index:99;display:none;transition: all 0.5s ease;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;line-height: 30px;}
	.howmanytickets span{ display:block; text-align:center; text-transform:uppercase; font-size:13pt; padding-bottom:20px; }
	.howmanytickets input{ padding:5px; width:100px; margin-left:50px;}
	.howmanytickets label{ padding-left:10px; text-transform:uppercase; font-size:13pt; }
	.howmanytickets .ticket_before{ position:absolute; left:50%; margin-left:-165px; text-align:right; width:100px; line-height:28px; }
	.howmanytickets .ticket_after{ position:absolute; right:0%; margin-right:30px; text-align:right; width:150px; line-height:28px;  top:0; font-size:14px;}
	.yourdetails input[type="text"], .yourdetails input[type="email"]{ padding:10px 5px; width:100%; margin-bottom:5px;}
	.yourdetails input.smallinput{ width:70%; box-sizing:border-box; float:left; }
	.yourdetails input[type="button"]{margin-left:1%;width:29%;box-sizing:border-box;float:left;border:0;padding:10px;cursor:pointer;color:#FFF;font-family: 'Satisfy', cursive;font-size:26px;line-height:19px;float:right;background: #ed174b;}
	.yourdetails input[type="button"]:hover{    background: #1E284C; }

	.disabledbutton{ opacity:0.1; }
	.ticketsaleclosed{    font-family: 'Merriweather', serif;    font-weight: bold;    font-size: 19px;    padding-bottom: 30px; }

	.single{ width:100%; height:200px; clear:both; position:relative; margin-bottom:10px;  box-sizing:border-box;}
	.double{ width:50%; float:left; height:200px; position:relative;  margin-bottom:10px; box-sizing:border-box;}
	.single, .double{ background-size:cover !important; background-position:50% !important; }
	.double1{ border-left:5px solid #FFF; }
	.double0{ border-right:5px solid #FFF; }	
	.total{display:none;width:100%;margin:20px 0 0;border-top:1px solid #DDD;padding: 10px 10px 0;background:#f4f4f4;}
	.total .total_label{ float:left; text-transform:uppercase; font-weight:bold; }
	.totalval{ font-weight:600; float:right; }

/*CONTACT*/
	#sending, #sent{display:none;}
	.fields input, .fields textarea{ width:80%; display:block; margin-bottom:10px; padding:5px 10px; font-size:16px; font-family: 'Raleway', sans-serif;}
	.fields textarea{ height:150px;}
	.fields label{ text-transform: uppercase; font-family: 'Raleway', sans-serif;}
	.fields input[type="submit"]{ width:90px; float:right; margin-right:20%; background:#DFDDDC; border:0; }
	.mobileonly{ display:none; }
	.mobilmenu{width:90%;display: none;}
	.mobilmenuclose{ font-size:20px}
	.mobilemenu_button{/* margin-top:25px; */}	
	.mobilemenu_button img{ width:30px;}


/*RESPONSIVE*/
	.animateslide{transform: translate3d( 90%, 0, 0 ) !important;-webkit-transform: translate3d( 90%, 0, 0 ) !important;background: #444;}
	@media only screen and (max-width:960px){
		body{max-width:100%;  transform: translate3d( 0%, 0, 0 );  -webkit-transform: translate3d( 0%, 0, 0 );  transition: transform .25s ease-in-out;  -webkit-transition: -webkit-transform .25s ease-in-out;}
		.desktoponly{ display:none !important;}
		.mobileonly{ display:block; }
		
		.mobilemenu_button{margin-top:25px;position:absolute;z-index:999999999;right: 20px;cursor:pointer;top: 9px;display: none;}	
			.mobilemenu_button:before{content:'a';font-family:'Arrows';color:#FFF;display:block;position:absolute;right:0px;font-size: 46px;top:5px;line-height:40px;padding:0 10px;color: rgb(255, 255, 255);}
			.mobilemenu_button:hover:before{ color:rgb(0,40,86); }
			.mobilmenu{left: -90%;position: fixed;width: 90%;background: rgba(0,0,0,0.9);height: 100%;top: 0;z-index: 0;box-sizing: border-box;padding: 5px 20px 50px 0px;overflow: scroll;transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;-moz-transition:all 0.5s;display: block;}
			.mobilmenushow{ top:0; z-index:99999999999 }
			.mobilmenu ul{clear:both;position: relative;top: -60px;text-align: left;padding: 0 0 6px;float: none;}
			.mobilmenu li{list-style: none;float: none;display: block !important;clear:both;display:block;width:100%;padding: 10px 6px;background: #1e284c;box-sizing:border-box;margin-bottom:5px;text-align: left;left: 0px;height: unset;}
			.mobilmenu li ul {margin-left:30px;left: 10%;/* background: rgba(0,0,0,0.3); */display: block;top: 0;clear: none;float: none;height: auto;width: auto;box-sizing: border-box;width: 80%;}
			.mobilmenu li ul li{padding:5px;text-align: left;background: rgba(0,0,0,0.1);}
			.mobilmenu a{color: #FFF !important;display:block;clear:both;padding:10px;text-transform: uppercase;line-height: 9px !important;}
			.mobilmenu li ul li a{text-transform: none;text-align: left;}
			.mobilmenuclose{float:right;background:rgba(255,255,255,0.1);color:#FFF;font-size:40px;padding:15px 10px 5px;text-align:Center;margin-bottom:5px;cursor:pointer;z-index: 99999;}
			.mobilmenuclose span{ color:inherit; display: block; font-size:10px; padding-top:5px;}

			.mobmenu{ width:100%; box-sizing: border-box; clear:both;}
			.mobmenu span{ text-transform: uppercase; background:rgba(255,255,255,0.1); width:100%; display:block; padding:20px 30px; margin-bottom: 5px; box-sizing:border-box;}

		.ninesixty{ width:100%;}

		.mobilemenu_button{ display: block; }

	}

	@media only screen and (max-width:767px){
	  .mobileonly{ display:block; }
	   body, html{ width:100%;}
	  .ninesixty{ width:100%;}
	  .header_slider{ background:#0d193c; height:315px; }
	  .da-slide .ninesixty {    width: 100%;    height: 315px; }
	  .da-img .da-bgimage, .da-bgimage:before, .da-bgimage:after, .da-slider {    height: 315px; }

		.da-slide h2 {  font-size: 24px;  }
		.da-slide .middlecell p{font-size: 30px !important;line-height: 35px !important;}

		.nltitle {font-size: 26px;line-height: 33px;text-align:center;width:100%;display: block;clear: both;float: unset;}
		.subscribe_button {    float: unset;    margin:0 auto;    text-align: center;    width: 80%;    height:auto;    padding: 10px 20px;    position: relative;    z-index: 1;    top: 10px;    max-width: 270px;}

		.home_content {    padding: 50px 20px; }

		.season_shows {    width: 100%;    padding-right: 0px; }
		.gi_title {   text-align:center;    font-size: 35px;    line-height: 45px; padding-bottom:20px;    width: 100%;    float: left;}
		.gi_content {    width: 100%;    padding: 0; }
		.get_involved{ padding:0 20px;  }
		.gi_box {    width: 100%; margin-bottom:5px; }

		.footer {    padding: 50px 20px;}
		.footer_contact_title {text-align:center;font-size: 35px;line-height: 45px;margin: 0 auto;width: 100%;display: block;position: relative;}


		.sub_header_slider h1 {    left: 0%;   margin-left: 10%;   top: 134px;    width: 70%;   font-size: 35px !important;    line-height: 35px !important; }
		.show_content_left {width: 100%;padding-right: 0;}
		.show_content_right {    width: 100%; }
		.subsearchlight{ text-align:center;}

		.howmanytickets .ticket_after{ position:relative; right:0%; margin-right:0px; text-align:right; width:100%; line-height:28px;  top:0; font-size:13px;}

	}

	@media only screen and (max-width:359px){
	  .mobileonly{ display:block; }
	}