/**
*
*
* Theme structure css only. Layouts, header, footer.
*
*
*/



/* 1200 Desktop is default with no media queries */

.inner{
	max-width: 1180px;
	padding: 0 10px;
	margin: 0 auto;
}

.flex-container{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
}

header.site-header .nav-schedule.inner{
	max-width: 1180px;
}


header.site-header .main-navigation .home{
	display: none;
}

header.site-header .site-branding{
	width: 14%;
	display: inline-block;
	padding: 9px 0 4px;
}

header.site-header .site-branding svg{
	width: 100%;
	height: 100%;
}


/* IE10 Fix */
html[data-useragent*='MSIE 10.0'] header.site-header .site-branding svg {
  height: 61px;
}

/* IE9 Fix */
:root header.site-header .site-branding svg {
  height: 61px \ ;
}



header.site-header .site-dates{
	width: 22%;
	display: inline-block;
	margin-left: 2%;
	position: relative;
	top: -2px;
}

header.site-header .header-get-passes{
	display: inline-block;
	top: -2px;
	position: relative;
}

header.site-header .header-get-passes:hover{
	opacity: .8;
}

header.site-header .header-social{
	display: inline-block;
	float: right;
	top: 15px;
	position: relative;
}

header.site-header .header-social a.icon{
	width: 32px;
	height: 28px;
	display: inline-block;
	margin-left: 4px;
}

header.site-header .main-navigation {
	clear: both;
	display: inline-block;
	float: none;
	width: auto;
	margin-top: 0;
	margin-bottom: -7px;
}


header.site-header .main-navigation .fa{
	position: relative;
	top: -1px;
	left: 3px;
}


header.site-header .nav-search{
	display: inline-block;
	float: right;
}

header.site-header .main-navigation ul li ul{
	min-width: 200px;
	top:36px;
	padding: 5px 0px;
	z-index: 99;
}

header.site-header .main-navigation ul li ul li{
	float: none;
	display: block;
	width: 100%;

}

header.site-header .main-navigation ul li ul li a{
	width: 100%;
}

header.site-header .searchform #s{
	padding-left: 32px;
	margin-top: 0px;
	padding: 3px 3px 3px 32px;
	height: 24px;
	margin-top: 7px;
	font-size: 14px;
}

header.site-header .searchform .input-group-addon{
	position: relative;
	left: 30px;
}

header.site-header .nav-schedule{
	width: 100%;
	display: none;

}

header.site-header .nav-schedule h2{
	color: #fff;
	font-size: 1.4em;
	margin: 0px 20px 0px;
}

header.site-header .nav-schedule .singleFilmSort{
	border-bottom: 1px solid #339bc3;
	padding: 0px 0 18px;
	margin: 10px auto;
	display: block;
	width: 96%;
}

header.site-header .nav-schedule .singleFilmSort a:hover{
	text-decoration: underline;
}



header.site-header .nav-schedule .singleFilmThumb{
	width: 142px;
	height: 73px;
	overflow: hidden;
	float: left;
	margin-right: 15px;
}

header.site-header .nav-schedule .singleFilmTitle{
	color: #fff;
	font-size: 18px;
}


header.site-header .nav-schedule .showtime-details{
	color: #fbeb7e;
	font-size: 16px;
	font-weight: 100;
	margin-bottom: 3px;
}

header.site-header .nav-schedule .showtime-details a{
	color:#fff;
}


header.site-header .nav-schedule .singleFilmDescription{
	color: #fff;
	font-size: .8em;
}

header.site-header .nav-schedule{
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	position: absolute;
	margin: auto;
	margin-top: -2px;
	left: 0;
	right: 0;
	z-index: 2;
	padding: 15px;
}

header.site-header .nav-search-toggle{
	display: none;
	float: right;
	font-size: 22px;
}







#container, #main{
	/*margin-top:35px;*/
	margin-bottom: 60px;
	min-height: 600px;
}

#main {
	margin-top: 35px;
}

#container-film, #main-film{
margin-left: auto;
margin-top: 20px;
margin-bottom: 60px;
min-height: 600px;
max-width: 1100px;
margin-right: auto;
}








footer.site-footer{
	position: relative;
	width: 100%;
	bottom: 0;
}

footer.site-footer .inner{
	position: relative;
	z-index: 1;
	min-height: 210px;
	align-items: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
}

footer.site-footer .split-background{
	position: absolute;
	width: 15%;
	display: block;
	top: 0;
	height: 100%;
	z-index: 1;
}

footer.site-footer .footer-logo-area{
	padding: 20px 20px 20px 0;
	flex: 3 1 10%;
	-webkit-flex: 3 1 10%;
	-ms-flex: 3 1 10%;
	order: 1;
	-webkit-order: 1;
	-ms-flex-order: 0;
}

footer.site-footer .footer-sponsors{
	flex: 3 1 66%;
	-webkit-flex: 3 1 66%;
	-ms-flex: 3 1 66%;
	order: 2;
	-webkit-order: 2;
	-ms-flex-order: 1;

	padding: 20px;

	justify-content: space-around;
	-webkit-justify-content: space-around;
	-ms-justify-content: space-around;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-pack: center;
	align-content: center;
	-webkit-align-content: center;
	-ms-align-content: center;
}

footer.site-footer .footer-sponsors .img-wrapper{
	flex: 2 1 33%;
	-webkit-flex: 2 1 33%;
	-ms-flex: 2 1 33%;
	height: auto;
	margin: 15px 5px;
	max-width: 100%;
	text-align: center;
}

footer.site-footer .footer-sponsors img{
	width: 75%;
}

footer.site-footer .footer-social{
	text-align: right;
}

footer.site-footer .footer-social a.icon{
	width: 38px;
	height: 38px;
	display: inline-block;
	margin-left: 15px;
}

footer.site-footer .footer-social a.icon.twitter{
	margin-left: 0;
}


.more-menu{
	display: none;
}

.footer-copyright{
	color: #fff;
    font-size: 11px;
    text-align: center;
    margin: 5% 0;
}

/* Mobile ****************************************************************************************************************************/
@media all and (max-width: 600px){

	header.site-header .site-dates {
		width: 55%;
		margin-left: 4%;
	}

	header.site-header .site-branding {
		width: 34%;
		display: inline-block;
		padding: 10px 0 6px;
	}

	header.site-header .header-get-passes {
		display: block;
		background: #00aeef;
		position: absolute;
		width: 100%;
		text-align: center;
		padding-top: 8px;
		margin-bottom: -2px;
		border-bottom: none;
		right: auto;
		bottom: -39px;
		left: 0;
		top: inherit;
	}

	header.site-header .header-get-passes.toggled {
		display: none;
	}

	header.site-header .header-social{
		display: none;
	}

	header.site-header .nav-search {
		display: none!important;
	}

	header.site-header .site-dates{
		display: none;
	}

	header.site-header#masthead{
		position: relative;
		/*margin-bottom: 41px;*/
		background-color:#000;
	}

	header.site-header .menu-toggle{
		position: absolute;
		top: 10px;
		display: block;
		right: 10px;
		margin-top: 0px;
		box-shadow: none!important;
		border: none;
	}

	header.site-header .main-navigation {
		float: left;
		clear: both;
		display: inline-block;
		width: auto;
		margin-top: -7px;
		margin-bottom: 7px;
	}

	header.site-header .more-menu .sub-menu{
		display: none;
	}

	/* IE10 Fix */
	html[data-useragent*='MSIE 10.0'] header.site-header .site-branding svg {
	  height: 40px;
	}

	/* IE9 Fix */
	:root header.site-header .site-branding svg {
	  height: 40px \ ;
	}


	#container, #main {
		/*margin-top: 20px;*/
	}

	footer.site-footer .inner {
		padding: 0;
	}

	footer.site-footer .footer-logo-area {
		padding: 20px;
		width: 100%;
		position: relative;
	}

	footer.site-footer .split-background{
		display: none;
	}

	footer.site-footer .footer-sponsors {
		flex: 1 100%;
		-webkit-flex:1 100%;
		-ms-flex:1 100%;
		order: 1;
		-webkit-order:1;
		-ms-order:1;
	}

	footer.site-footer .footer-logo-area {
		flex: 1 100%;
		-webkit-flex: 1 100%;
		-ms-flex: 1 100%;
		order: 2;
		-webkit-order:2;
		-ms-order:2;
		height: inherit;
	}

	footer.site-footer .footer-sponsors .img-wrapper {
		flex: 1 1 40%;
		-webkit-flex: 1 1 40%;
		-ms-flex: 1 1 40%;
		height: auto;
		margin: 15px 5px;
		max-width: inherit;
	}

	footer.site-footer .footer-social{
		text-align: center;
		margin-top: 15px;
	}

	footer.site-footer .footer-sponsors img {
		width: 100%;
	}

	.agile-cart{
		clear:both;
		width:100%;
		background:#000;
		/*float:none;*/
		margin-left: 0;
		margin-top: 1em;
	}

	.agile_widget_cart, .agile_widget_signin {
	    float: left;
	    margin-top: 0;
	    margin-right: 1em;
	    line-height: 2.4em;
	}
	.agile_widget_signin {
    	clear: none;
	}

	.agile-cart .cart-icon {
	    margin-top: 0;
	}

}

/* IE10/Mobile specific media query */
@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 600px){
	.flex-container{
		display: block;
	}

	footer.site-footer .footer-sponsors .img-wrapper {
		margin: 15px auto;
		max-width: 90%;
	}
}







/* Phablet ****************************************************************************************************************************/
@media all and (min-width: 480px) and (max-width: 767px){

	header.site-header .site-branding {
		width: 25%;
	}

	header.site-header .site-dates {
		width: 55%;
	}

	header.site-header .header-get-passes{
		display: block;
	}


	header.site-header .nav-search {
		display: none!important;
	}

	header.site-header #site-navigation .gamma, header.site-header #site-navigation .beta{
		display: none;
	}

	header.site-header .menu-toggle {
		display: block;
		position: absolute;
		right: 20px;
		margin-top: 4px;
	}

	header.site-header .more-menu .sub-menu{
		display: none;
	}

	header.site-header .more-menu {
		position: absolute;
		z-index: 1;
		width: 100%;
		left: 0;
	}

	/* IE10 Fix */
	html[data-useragent*='MSIE 10.0'] header.site-header .site-branding svg {
	  height: 40px;
	}

	/* IE9 Fix */
	:root header.site-header .site-branding svg {
	  height: 40px \ ;
	}

}








/* Tablet ****************************************************************************************************************************/
@media all and (min-width: 768px) and (max-width: 979px){

	header.site-header .site-dates {
		width: 44%;
	}

	header.site-header .site-branding {
		width: 17%;
		padding: 6px 0 0px;
	}

	header.site-header .header-get-passes {
		display: block;
		margin-top: 1px;
		top: 1px;
	}


	header.site-header .header-social {
		display: none;
		width: 140px;
		float: none;
		position: absolute;
		right: 0;
	}

	header.site-header .header-social a.icon {
		width: 35px;
		height: 30px;
		display: inline-block;
		margin-left: 0px;
	}

	header.site-header .nav-search {
		display: none!important;
	}

	header.site-header #site-navigation .gamma{
		display: none;
	}

	header.site-header .menu-toggle {
		display: block;
		position: absolute;
		right: 20px;
		margin-top: 4px;
	}

	header.site-header .more-menu{
		position: absolute;
		z-index: 1;
		width: 100%;
		left: 0;
	}

	header.site-header .more-menu .sub-menu{
		display: none;
	}

	header.site-header .nav-schedule {
		padding: 0;
	}

	header.site-header .nav-schedule h2 {
		font-size: 1.2em;
		margin: 12px 20px 0px;
	}

	header.site-header .nav-schedule .singleFilmSort {
		padding: 0px 0 18px;
		margin: 10px auto;
		display: block;
		width: 94%;
	}

	header.site-header .nav-schedule .singleFilmTitle {
		font-size: 18px;
	}

	/* IE10 Fix */
	html[data-useragent*='MSIE 10.0'] header.site-header .site-branding svg {
	  height: 40px;
	}

	/* IE9 Fix */
	:root header.site-header .site-branding svg {
	  height: 40px \ ;
	}


	#container, #main {
		margin-top: 25px;
	}


}







/* Desktop ***************************************************************************************************************************/
@media all and (min-width: 980px) and (max-width: 1199px){

	header.site-header .site-dates {
		width: 25%;
	}

	header.site-header .nav-search {
		display: none;
		float: right;
		position: absolute;
		right: 10px;
		z-index: 9999;
	}

	header.site-header .nav-search-toggle{
		display: inline-block;
	}

	header.site-header .searchform #s {
		margin-top: 0;
		height: 35px;
	}

	.main-navigation li {
		margin-right: 0;
	}

	/* IE10 Fix */
	html[data-useragent*='MSIE 10.0'] header.site-header .site-branding svg {
	  height: 51px;
	}

	/* IE9 Fix */
	:root header.site-header .site-branding svg {
	  height: 51px \ ;
	}



}







/* Large Desktop *********************************************************************************************************************/
@media all and (min-width: 1200px){

	.inner {
		max-width: 1380px;
	}

	.site-content .inner{
		max-width: 1380px;
	}

	header.site-header .site-dates {
		top: -4px;
	}

	header.site-header .nav-search {
		display: inline-block!important;
	}

	footer.site-footer .split-background {
		width: 24%;
	}

	header.site-header .searchform #s {
		width: 200px;
	}

	header.site-header .header-social {
		top: 25px;
	}




}








/* Super Desktop ********************************************************************************************************************/
@media all and (min-width:1400px){

	header.site-header .site-dates {
		width: 20%;
	}

	header.site-header .nav-search {
		display: inline-block!important;
	}

	header.site-header .header-social {
		top: 25px;
	}


}



