/************************************************
*	Media Queries								*
************************************************/
@media handheld, only screen and (max-width: 1200px) {
#navigation{
	font-size:1em;
}
.menu a{
	padding:0 7px;
}
}
/* iPad Landscape Styles */

@media handheld, only screen and (max-width: 1024px) {
.mCSB_inside > .mCSB_container{
	margin-right:20px;
}
.tickets .ticket p {
    line-height: 21px;
}
.ticket_col_1{
	box-sizing:border-box;
	padding-right:5px;
}
.ticket_col_2{
	font-size:1.2em;
}
.tickets .ticket .button{
	padding:6px 20px;
}
.insta_widget:before{
	top:-35px;
}
.insta_widget:after{
	bottom:-90px;
}
}
	
@media handheld, only screen and (max-width: 1024px) {
	
	/* Typography iPad */
	
	body {  
		font-size: 0.85rem; 
		line-height: 1.8; 
		}
	blockquote {
		font-size: 1.3rem;
		}
	}
		
@media handheld, only screen and (max-width: 1024px) {
	
	/* Theme iPad */

#header{
	position:relative;
}
	
#header .logo{
}
#header .logo a {
    margin: 15px auto 0;
}
#header .navmenu{
}

	#header.header-large,
	#header.header-small {
		position: relative;
		background: #ffffff;
		}
	#header .four.columns,
	#header .twelve.columns {
		width: 100%;
		}
	#header #logo-title {
		float: left;
		}
	#header.header-large #logo-title {
		height: 60px;
		}
	#wrap #header #logo {
		position: relative;
		top: auto;
		width: auto;
		margin-left: 0px;
		margin-top: 0px;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		}
	#header #logo img.logo-light {
		display: none !important;
		}
	#header #logo img.logo-dark {
		display: block !important;
		opacity: 1 !important;
		}
	#header #logo img {
		position: relative;
		top: auto;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		}
	#header #masthead {
		width: auto;
		margin-left: 0px;
		}
	#header .site-title {
		font-size: 1.4rem;
		margin: 0px;
		}
	
	.content {
		padding: 0px 48px;
		}
	.content.no-thumb {
		padding-top: 0px;
		}
	.home-slider .slideshow .slides li {
		background-attachment: initial;
		}
	.home-slider .slideshow .slides li,
	.home-slider .slideshow .loading {
		height: auto;
		min-height: 600px;
		}
	.home-slider .slideshow .content {
		padding: 0px 96px;
		}
	.slideshow .information {
		margin-top: 0px;
		}
	.slideshow .headline {
		font-size: 2.2rem;
		letter-spacing: -1px;
		padding-bottom: 0px;
		}
	.slideshow .headline.small {
		font-size: 1.8rem;
		}
	.slideshow .format-quote .text-holder {
		padding: 24px;
		}
	.slideshow .format-status .text-holder {
		padding: 12px 24px;
		}
	.slideshow .format-video .ten.columns {
		width: 100%;
		}
	.slideshow .format-video .feature-vid {
		margin-right: 0px;
		}
	.slideshow .format-standard .excerpt,
	.slideshow .format-link .excerpt,
	.slideshow .format-video .six.columns,
	.flex-control-nav {
		display: none;
		}
	.flex-direction-nav li a {
		margin-top: -24px;
		}
	.blog-holder .article, 
	.archive-holder .article {
		padding: 18px 24px;
		}
	.blog-holder .post-meta .align-left,
	.blog-holder .post-meta .align-right, 
	.archive-holder .post-meta .align-left,
	.archive-holder .post-meta .align-right {
		float: none;
		display: block;
		text-align: center;
		margin: 4px 0px;
		}
	.post-meta .align-left,
	.post-meta .align-right {
		max-width: none;
		}
	.footer-content {
		text-align: center;
		}
	.footer-content .align-left {
		float: none;
		display: block;
		}
	.footer-content .align-right {
		float: none;
		display: block;
		text-align: center;
		margin-top: 18px;
		}
#navigation{
	font-size:.95em;
}
.about{
	padding:0 6% 8%;
}		
.webisode{
	margin-bottom:11%;
}
.news_title p{
	line-height:20px;
}
.news_title{
	padding:3% 6% 4%;
}
.news_title h5 {
    font-size: 1.1em;
}	
a.button, .reply a, #searchsubmit, #prevLink a, #nextLink a, .more-link, #submit, #comments #respond input#submit, .container .gform_wrapper input.button, input[type="submit"]{
	padding:6px 30px;
}
	}
	
/* iPad Portrait Styles */

@media handheld, only screen and (max-width: 960px) {

	/* Theme iPad */
h2{
	font-size:2.3em;
}	
h3{
	font-size:1.5em;
}
.home-slider .slideshow .slides li,
.home-slider .slideshow .loading {
	min-height: 480px;
}

#header .logo {
    width: 100%;
	max-width:100%;
}
#header .navmenu {
    width: 100%;
}		
.header_social{
	width:100%;
	text-align:center;
	margin-top:10px;
}
.header_cart{
	margin-left:15px;
}
.review_wrap:before {
    top: -25px;
}
.tickets{
	padding:8%;
}
.ticket_col_1{
	font-size:0.95em;
}
.ticket_col_2 {
    font-size: 0.9em;
}
.ticket .button {
    padding: 5px 15px;
}
.news_title p{
	line-height:15px;
}
.news_title h5 {
    font-size: 1.1em;
}
.webisodes{
	max-height:975px !important;
}
.webisode .feature-vid{
	margin:12px auto 5px;
}
.insta_widget h2:before, .insta_widget h2:after{
	height:70px;
	width:33px;
}
a.button, .reply a, #searchsubmit, #prevLink a, #nextLink a, .more-link, #submit, #comments #respond input#submit, .container .gform_wrapper input.button, input[type="submit"]{
	padding:2px 15px;
}
	}
	
/* iPhone */
	
@media handheld, only screen and (max-width: 767px) {

	/* Typography iPhone */
	
	body {  
		font-size: 0.85rem; 
		line-height: 1.7; 
		}
	p {
		padding: 8px 0px;
		}
	h1, h2, h3,
	h4, h5, h6 {
		line-height: 1.2;
		}
	h1 { 
		font-size: 2.5rem; 
		}
	h2 { 
		font-size: 1.9rem; 
		}
	h3 {  
		font-size: 1.4rem;  
		}
	h4 {  
		font-size: 1.2rem;  
		}
	h5 { 
		font-size: 1.1rem; 
		}
	h6 { 
		font-size: 1.0rem; 
		}
	.headline {
		font-size: 2rem;
		}
	.headline.small {
		font-size: 1.6rem;
		}
	.headline.img-headline {
		font-size: 2.2rem;
		top:50%;
		}
	.title {
		font-size: 1.1rem;
		line-height: 1.2;
		}
	blockquote {
		padding: 12px 0px;
		border-left: none;
		}
	blockquote p {
		font-size: 1.1rem;
		line-height: 1.6;
		}
	}
	
@media only screen and (max-width: 767px) {		

	/* Theme iPhone */
.home_slider_logo{
	display:none;
}
.custom_image_banner_2{
	padding-top:55px;
}
.homesection{
	display:block !important;
}
.review_wrap{
	padding:5% 0;
}
.review_wrap:before{
	height:17px;
	top:-16px;
}
.review_wrap:after{
	height:17px;
	bottom:-17px;
}
.review{
	display:block;
}
.review_title{
	display:block;
	width:100%;
	padding:0;
}
.review_img{
	display:block;
	width:100%;
	text-align:center;
}
.review_img img{
	max-width:50%;
}
.main_grid_1, .main_grid_2, .main_grid_3{
	max-width:100%;
	float:none;
	margin-top:10%;
}
.merch_home{
	margin-top:8%;
}
.about {
    padding: 0 0 5%;
}
.news{
	margin:5% auto 0;
	max-width:100%;
}
.news div > h1 {
    margin-top: 0;
}
.news_item{
	margin:3% 0 8%;
}
.news_item img{
	display:block;
	width:100%;
}
.news_title{
	max-width:100%;
	position:relative;
}
.news .button {
    margin-top: 0;
}
.webisodes{
	margin-top:10%;
}
.webisode_item{
	text-align:center;
}
.review_footer_title{
	position:relative;
	-webkit-transform:none;
	transform:none;
	top:auto;
	text-align:center;
	padding:5% 5% 0;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
}
.review_footer_img{
	padding:0;
}
.insta_widget:before{
	top:-14px;
}
.insta_widget ul li{
	width:33.33%;
	float:left;
}
.insta_widget ul li:last-child{
	display:none;
}
.instagram-pics.instagram-size-large img{
	display:block;
}
.insta_widget h2{
	padding:5% 0;
}
.footer_social_wrap h2{
	padding-bottom:5%;
}
.footer span{
	display:inline-block;
}
#twitterFeed{
	max-width:100% !important;
}

.blog_item_holder {
    overflow: visible;
    width: 100%;
	padding:15px 0;
}
.blog_item{
	height:auto;
}
/*Conatct form Coulmns*/
.form_col{
	width:100%;
	margin:5px 0px;
}
.form_half_col{
	width:100%;
}
.footer_nav{
	padding:10px 0;
}
.footer_nav #navigation{
	max-width:100%;
}
.footer_nav .menu a{
	padding:0;
	line-height:25px;
}
.footer_nav_1 .menu a{
	text-transform:none;
}
.footer_nav_1 #navigation {
    margin: 0 auto;
}
.footer_nav .navigation-main ul.menu, .footer_nav_1 .navigation-main ul.menu,
.footer_nav .sf-sub-indicator, .footer_nav_1 .sf-sub-indicator {
	display: block;
}

/*Shop page*/
.page-title:after, .page-title:before{
	height:45px;
	width:22px;
}
.page-title{
	margin:15% auto 0;
}
.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3{
	padding-top:0 !important;
}
.woocommerce ul.products li.product .button{
	margin-top:.5em !important;
}
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button{
	padding:14px 22px !important;
	font-size:1.2em !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	margin-bottom:4em !important;
}
.woocommerce ul.products li.product .price{
	font-size:2.5em !important;
}
.single_product {
    margin-top: 15%;
}
.woocommerce input[type="number"]{
	font-size:1.1em;
	padding:11px 2px;
}
.woocommerce div.product form.cart div.quantity{
	margin:0 5px 0 0;
}
.woocommerce a.remove{
	margin:0;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text{
	width:50%;
}
.block_page p{
	word-wrap:break-word;
}

div.pp_woocommerce .pp_arrow_next::before, div.pp_woocommerce .pp_arrow_previous::before, div.pp_woocommerce .pp_close::before{
	font-size:30px !important;
}
div.pp_woocommerce .pp_arrow_next, div.pp_woocommerce .pp_arrow_previous, div.pp_woocommerce .pp_close{
	height:30px !important;
	width:30px !important;
	width:30px !important;
	line-height:30px;
}
.woocommerce .woocommerce-breadcrumb{
	padding:0 0 6%;
}
		
		
#wrap #header .site-title,
	#wrap #header .menu a {
		line-height: 60px;
		}
	#wrap #header .site-title a,
	#wrap #header .menu a, 
	#wrap #header .menu a:link, 
	#wrap #header .menu a:visited,
	#wrap #header .menu-toggle,
	#wrap #header .menu-toggle:before {
		color: #fff;
		}
	#navigation {
		background:#000;
		float: none;
		display: block;
		margin: 0px auto;
		padding: 0px;
		max-width:300px;
		width:100%;
		}
	#navigation:after, #navigation:before{
		content:" ";
		display:block;
		clear:both;
	}
	.mobile-menu {
		margin: 0px;
		padding: 0px;
		}
	.menu-toggle,
	.main-small-navigation ul.mobile-menu.toggled-on {
		display: block;
		}
	.navigation-main ul.menu,
	.sf-sub-indicator {
		display: none;
		}
	.menu {
		display: block;
		}
	.menu-toggle {
		float: none;
		position:absolute;
		font-size: 3em;
		line-height: 1;
		margin: 0 auto;
		padding: 0px;
		right:24px;
		top:24px;
		z-index: 9;
		}
	.menu-toggle:before {
		font-family: 'FontAwesome';
		content: ' ';
		color:#fff;
		}
	.mobile-menu ul.sub-menu {
		display: block !important;
		visibility: visible !important;
		left: auto;
		margin: 0;
		padding: 0;
		}
	.mobile-menu ul,
	.mobile-menu li {
		list-style: none;
		margin: 0;
		padding: 0;
		}
	.mobile-menu li {
		display: block;
		text-align: center;
		line-height: 30px;
		}
	.mobile-menu li li a:before {
		content: '- ';
		}
	.mobile-menu li li li a:before {
		content: '-- ';
		}
	.mobile-menu li li li li a:before {
		content: '--- ';
		}
	.mobile-menu a {
		display: block;
		color: #fff !important;
		font-size: 0.9rem;
		text-decoration: none;
		padding:10px 0px;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		}
	.mobile-menu a:hover {
		background: #fff;
		color: #000000 !important;
		text-decoration: none;
		}		
		
		
	.home-slider .slideshow .slides li,
	.home-slider .slideshow .loading {
		min-height: 360px;
		}
	.home-slider .slideshow .content {
		padding: 0px 48px;
		}
	.slideshow .loading {
		min-height: 180px;
		}
	.slideshow .content {
		padding: 0px 48px;
		}
	.slideshow .headline {
		font-size: 2rem;
		letter-spacing: -1px;
		}
	.slideshow .format-quote .text-holder {
		padding: 0px;
		}
	.slideshow .more-link,
	.slideshow .excerpt + br,
	.slideshow .format-audio .excerpt {
		display: none;
		}
	.flex-direction-nav li a {
		font-size: 16px;
		line-height: 22px;
		height: 24px;
		width: 24px;
		margin: -12px 0px 0px 0px;  
		}
	.flex-direction-nav .flex-next {
		right: 12px;
		border-radius: 24px;
		}
	.flex-direction-nav .flex-prev {
		left: 12px;
		border-radius: 24px;
		}
	.flex-direction-nav .flex-next i {
		margin-left: 1px;
		}
	.flex-direction-nav .flex-prev i {
		margin-right: 1px;
		} 
	.featured-pages .holder {
		padding: 24px 0px;
		}
	.featured-posts-wrap {
		margin-top: 0px;
		padding-bottom: 12px;
		}
	.featured-posts .headline {
		padding-top: 36px;
		padding-bottom: 0px;
		}
	.content {
		padding: 0px 24px;
		}
	.postarea, 
	.postarea.middle, 
	.postarea.full,
	.postarea.wide {
		padding: 24px 0px;
		}
	i.format-icon {
		display: none;
		}
	.blog-holder, .archive-holder {
		margin-bottom: 24px;
		}
	.blog-holder .article, 
	.archive-holder .article {
		padding: 12px 18px;
		}
	.blog-holder .post-meta, 
	.archive-holder .post-meta {
		padding: 12px;
		}
	.blog-holder .post-meta p, 
	.archive-holder .post-meta p {
		font-size: 0.9em;
		}
	.archive-column {
		width: 100%;
		padding-right: 0px;
		overflow: hidden;
		}
	.archive-column h6 {
		margin-top: 12px;
		}
	.sidebar {
		padding: 24px 0px;
		border-top: 1px solid rgba(0, 0, 0, .08);
		}
	.sidebar.left {
		display: none;
		}
/*	.container form textarea {
		width: 94% !important;
		}
	#commentform textarea {
		width: 95% !important;
		}*/
	.footer-widgets {
		width: 100%;
		margin: 0px;
		padding: 0px;
		}
	.footer-widgets .widget {
		width: 100% !important;
		margin: 0px;
		padding: 0px;
		}
	.footer-widget {
		padding: 12px 0px;
		}
	.woocommerce ul.products li.product, 
	.woocommerce-page ul.products li.product, 
	.woocommerce .cart-collaterals .cart_totals, 
	.woocommerce-page .cart-collaterals .cart_totals, 
	.woocommerce .cart-collaterals .shipping_calculator, 
	.woocommerce-page .cart-collaterals .shipping_calculator, 
	.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, 
	.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
		width: 48% !important;
		}
	.container .woocommerce table.shop_table th, 
	.container .woocommerce-page table.shop_table th {
		font-size: 0.8em;
		padding: 4px;
		}
	.container .woocommerce table.shop_table td, 
	.container .woocommerce-page table.shop_table td {
		font-size: 0.7em;
		line-height: 1.4;
		padding: 4px;
		}
	.woocommerce table.cart .product-thumbnail, .woocommerce #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail {
		display: none;
		}
	.woocommerce .cart .button, .woocommerce .cart input.button, 
	.woocommerce-page .cart .button, .woocommerce-page .cart input.button {
		margin: 0;
		}
		
		
	/* Grid */
	
	body { 
		-webkit-text-size-adjust: none; 
		-ms-text-size-adjust: none; 
		width: 100%; 
		min-width: 0; 
		margin-left: 0; 
		margin-right: 0; 
		padding-left: 0; 
		padding-right: 0; 
		}
	.row { 
		width: 100%; 
		min-width: 0; 
		margin-left: 0; 
		margin-right: 0;
		overflow: visible !important;
		}
	.row .single, 
	.row .half, 
	.row .third, 
	.row .fourth { 
		width: 100%; 
		}
	.row .half, 
	.row .third,
	.row .fourth,
	.row .fifth { 
		float:none; 
		}	
	.row .row .column, .row .row .columns { 
		padding: 0; 
		}
	.column, .columns { 
		width: auto !important; 
		float: none; 
		margin-left: 0; 
		margin-right: 0; 
		}
	.column:last-child, .columns:last-child { 
		margin-right: 0; 
		float: none; 
		}
	[class*="column"] + [class*="column"]:last-child { 
		float: none; 
		}
	[class*="column"]:before, [class*="column"]:after { 
		content:""; 
		display:table; 
		}
	[class*="column"]:after { 
		clear: both; 
		}
	}
@media only screen and (max-width: 600px) {	
.featured_grid{
	width:100%;
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product, 
.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals, 
.woocommerce .cart-collaterals .shipping_calculator, 
.woocommerce-page .cart-collaterals .shipping_calculator, 
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, 
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	width: 100% !important;
}
.concert_page .headline.small {
    font-size: 1.3em;
	padding-bottom:0;
}
.concert_content{
	display:block;
}
.concert_col_2, .concert_col_2{
	width:100%;
	text-align:left;
	display:block;
}
.concert_content p {
    padding-bottom: 5px;
    padding-top: 0;
}
}
	
@media only screen and (max-width: 479px) {

	/* Theme iPhone Portrait */

	
	.slideshow .headline {
		font-size: 1.4rem;
		letter-spacing: 0px;
		}
	.slideshow .text-holder {
		font-size: 0.8rem;
		}
	.home-slider .slideshow .slides li,
	.home-slider .slideshow .loading {
		min-height: 280px;
		}
.footer span{
	display:block;
}
.woocommerce div.product form.cart .variations td.label {
    padding: 0 10px 0 0 !important;
}
.woocommerce div.product form.cart .variations select{
	margin-right:.7em;
}
a.reset_variations{
	padding:13px 10px;
}
.variations .value{
	padding-right:8px;
}
	}