/*
Theme Name: Milano
Version: 1.2.3
Theme URI: http://milano.themoholics.com 
Description: Premium WordPress theme that is perfect for restaurants websites, but also suits well for any other needs.
Author: themoholics
Author URI: http://themoholics.com/
License: Themeforest licenses
License URI: http://themeforest.net/licenses
Tags: red, white, gray, two-columns, fixed-width, threaded-comments, translation-ready, custom-menu
*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);



/* Super Navigation Styling */
.supernav {
	height: 29px;
    line-height: 29px;
    font-family: 'Open Sans', 'sans-serif';
    font-size: 11px;
    background-color: #0c0c0d;
    border-bottom: 1px solid #ed1c24;
    padding-left: 90px; 
    width: 100%;
    box-sizing: border-box;
    z-index: 777;
}

.supernav.main {
    top: 0;
    z-index: 30;
	position: absolute;
}

.global_wrap {
	padding-top: 29px;
	box-sizing: border-box;
	background-color: #242425;
}

.supernav ul li.active a {color: #ed1c24;}
.supernav ul li {
	display: inline;
	padding-right: 52px;
}
.supernav ul li a {
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
}
.supernav.mobile {
	border-bottom: none;
	border-top: 1px solid #ed1c24;
	height: auto;
	display: none;
	padding: 0;
	line-height: 45px;
	text-align: center;
}
.supernav.mobile ul { display: inline-block; }
.supernav.mobile ul li { padding-right: 35px; }

.main_menu .open_arrow:before {
	background-image: url("images/nav_icon.png");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-transition:none;
	transition:none;
}

.main_menu .open_arrow {
	width: 37px;
	height: 42px;
	right: -37px !important;
	position: absolute;
	display: block;
	left: auto;
	z-index: 20;
}

/*.main_menu { display: block; }*/

.one-third .solid_box {
	margin-left: 25%;
}

.page .logo {
	margin-left: 26%;
}

.page.home .logo { margin-left: 0; }

.page .photo-gallery .logo {
	margin-left: 10%;
}

.page .photo-gallery footer.hide-footer {
	display: block;
}

.slideshow_settings {
	bottom: 0 !important;
}

.show_thumb.closeIcon { 
	top: -79px;
}

#contact-form * {
	box-sizing: border-box;
}

#contact-form input {
	width: 100%;
	padding: 10px 7px;
}
#contact-form textarea { 
	width: 100%;
	padding: 7px;
}
#contact-form input[type=submit] {
	width: 115px;
	padding: 11px 0;
	background-color: #ed1c24;
	color: #FFF;
	border: none;
}

.home .middle_menu li:first-child {
	display: none;
	width: 0;
}

/* .home .middle_menu { max-width: 892px; } */

.page-template-template-slideshow-php .slideshow_nav {
	padding-bottom: 58px;
}

.slideshow_banner.with_nav .inner {
	padding-bottom: 176px;
}

.slideshow_banner .outer {
	background: rgba(0, 0, 0, 0.55);
}

.page.photo-gallery header > .logo {
	background: rgba(0, 0, 0, 0.55);
	padding: 15px 15px 0px 15px;
}


/* FANDANGO */

#date-select-display {
	margin: 0 10px;
	border: none;
	padding: 5px;
	font-size: 15px;
}

.ui-datepicker-trigger { 
	vertical-align: top; 
	height: 27px;
	width: 27px;
	border: none;
	background: #ed1c24 url(images/datepicker-arrow.png) 40% 45% no-repeat;
	background-size: 32%;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

#loader {
	background: url(images/movietimes-ajax-loader.gif);
	height: 15px;
	width: 128px;
}

#showtime-date { font-size: 190%; }

#showtime-date span {
	font-size: 61%;
	vertical-align: top;
	position: relative;
	top: 1px;
	padding-right: 10px;
}

.movie-block {
	padding: 15px;
	overflow: hidden;
	white-space: nowrap;
}

.movie-information {
	display: inline-block;
	vertical-align: top;
	clear: both;
	margin-left: 10px;
	color: #FFF;
	white-space: normal;
	width: 80%;
}

.movie-title {
	font-size: 120%;
	font-weight: bold;
}

.page .movie-information .movie-title a, .page .movie-information .movie-title a:hover { color: #FFF; }

.movie-rating,
.movie-length {
	float: left;
}

.movie-length {
	padding: 0 5px 10px 10px;
}

.showtimes-block { 
	clear: both;
}

.showtimes-block * {
	transition: all 300ms;
}

.showtime-btn::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url(images/ticket.png) no-repeat center;
	position: absolute;
	transition: all 300ms;
	top: -100%;
	left: 0;
}

.page section a.showtime-btn {
	display: inline-block;
	padding: 12px 0;
	width: 80px;
	text-align: center;
	background-color: #ed1c24;
	color: #FFF;
	margin: 0 5px 5px 0;
	position: relative;
	overflow: hidden;
	font-weight: bold;
	font-size: 13px;
	font-family: sans-serif;
}

img.movie-image { width: 95.5px; }

.page section a.showtime-btn:first-child {
	margin-left: 0;
}

.page section a.showtime-btn:hover {
	background-color: #961919;
}

.page section a.showtime-btn time {
	width: 100%;
	display: inline-block;
}

.page section a.showtime-btn:hover time {
	-webkit-transform: translateY(200%);
	-moz-transform: translateY(200%);
	-ms-transform: translateY(200%);
	transform: translateY(200%);
}

.page section a.showtime-btn:hover::before {
	top: 0;
}

.page section a.showtime-btn.expired {
	background-color: #580508;
	color: rgb(120, 120, 120);
	font-weight: bold;
	cursor: default;
}

.page section a.showtime-btn.expired:hover {
	background-color: color: rgb(120, 120, 120);
}
.page section a.showtime-btn.expired:hover::before {
	top: -100%;
}
.page section a.showtime-btn.expired:hover time {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

#date-select-wrap {
	padding: 15px 0 15px 14px;
	background-color: rgb(77,77,77);
	color: #FFF;
	margin-bottom: 18px;
}

footer#footer {
	position: fixed;
}

footer.hide-footer, 
.photo-gallery footer.hide-footer .inner,
.photo-gallery footer.hide-footer .helper-arrow {
	display: none;
}

/* DATEPICKER STYLES */
td.ui-datepicker-unselectable.ui-state-disabled, td.ui-state-default { width: 25px; }
#ui-datepicker-div { 
	background: #ed1c24; 
	padding: 15px 10px;
	border: none;
}
#ui-datepicker-div * {
	border: none;
	text-align: center;
}
#ui-datepicker-div table tr td a.ui-state-default.ui-state-highlight { color: #FFFFFF; }
#ui-datepicker-div table tr td a.ui-state-default.ui-state-highlight.ui-state-active,
#ui-datepicker-div table tr td a.ui-state-default.ui-state-hover.ui-state-hover { color: #ed1c24; }
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all { border: none; }
.ui-widget-content .ui-state-default.ui-state-active, .ui-widget-content .ui-state-default.ui-state-hover { 
	color: #ed1c24;
	background-color: #FFFFFF;
	font-weight: bold;
}
td .ui-state-highlight, td .ui-widget-content .ui-state-highlight { color: #FFFFFF; }
.ui-datepicker-unselectable.ui-state-disabled .ui-state-default {
	color: #EAEAEA;
}
.ui-datepicker-title {
	font-weight: normal;
	font-size: 16px;
}
#ui-datepicker-div table.ui-datepicker-calendar tr th span {
	font-weight: normal;
}
.ui-datepicker-next .ui-icon, .ui-datepicker-prev .ui-icon {
	background: url(images/datepicker-arrow.png) no-repeat;
	background-size: contain;
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev.ui-datepicker-prev-hover {
	left: 2px;
	top: 2px;
}
.ui-datepicker .ui-datepicker-next.ui-datepicker-next-hover {
	right: 2px;
	top: 2px;
}
.ui-datepicker-next .ui-icon {
	-webkit-transform: rotate(180deg);
}
.ui-datepicker-calendar tr td a.ui-state-default,
.ui-datepicker-calendar tr td.ui-state-disabled .ui-state-default {
	width: 23px;
}

/* Submenu */
.helper-arrow {
    height: 5px;
    width: 2500px;
    position: relative;
    bottom: 0px;
    background-repeat: repeat-x;
}

#scroll-to-top { display: none; }

#scroll-to-top a {
	display: inline-block;
	padding: 5px 10px;
	position: fixed;
	bottom: 40px;
	right: 20px;
	background-color: #242425;
	font-weight: bold;
}

/* Social Icons */

/* Social Icons */
.header_content.social-icons a { 
	background: url(images/social-media.png) no-repeat;
	display: inline-block;
	margin-left: 10px;
}
.header_content.social-icons .facebook-icon {
	background-position: 0px 1px;
	width: 16px;
	height: 25px;
}
.header_content.social-icons .twitter-icon {
	background-position: -15px 3px;
	width: 32px;
	height: 26px;
}
.header_content.social-icons .email-icon {
	background-position: -47px -1px;
	width: 32px;
	height: 22px;
}
.header_content.social-icons .facebook-icon:hover { background-position: 0px -26px; }
.header_content.social-icons .twitter-icon:hover { background-position: -15px -23px;}
.header_content.social-icons .email-icon:hover { background-position: -47px -28px }

footer .inner {
	padding: 2px 0 5px 0;
}
footer nav .current-menu-item {
	font-weight: bold;
}

#not-supported { 
    display: none; 
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 777;
    padding: 30px;
    text-align: center;
    background: #616161;
    color: #FFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#not-supported p {
    margin: 0;
    padding: 0;
    line-height: normal;
}
#not-supported a { color: #ed1c24; }
#not-supported a:hover { color: #FFF; }

/* Mobile */
@media all and (max-width: 802px){

	.supernav.main { display: none; }
	.supernav.mobile { display: block; position: relative; }
	.helper-arrow { display: none; }
	footer#footer { position: relative; }
	footer .inner { padding: 8px 0; }
	.one-third .solid_box { margin-left: inherit; }
	.page .logo, .page .photo-gallery .logo { margin-left: inherit; }
	.page.photo-gallery header > .logo { background-color: transparent; }

}

@media all and (max-width: 435px) {
	.page section a.showtime-btn {
		width: 60px;
		padding: 12px 4px;
	}
	.page section .movie-information {
		width: 65%;
	}
}

@media all and (max-width: 435px) {
	#date-select-display {
		margin-left: 0;
	}
}

@media (min-width: 1251px) {
	.middle_menu {
		max-width: 100%;
	}
}

@media (max-width: 1250px) and (min-width: 803px) {
	.middle_menu {
		max-width: 566px;
		margin: 0 auto;
		display: inline-block;
	}
}
/* Bowling Pricing */

.bowling-pricing h1 {
	text-transform: uppercase;
	font-size: 30px!important;
	font-weight: bold;
}

.bowling-pricing p {
	font-size: 14px;
	color: #FFF;
}

.bowling-pricing h3 {
	font-size: 25px;
}

#vip-lanes h1 {
	color: #ed1c24;
	font-size: 38px;
	text-align: center;
}

#vip-lanes h3 {
	text-align: center;
	font-size: 32px;
}

.bowling-pricing h4 {
	font-size: 17px;
}

input[type="checkbox"] {
	width: auto!important;
}