/*
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);

nav.main_menu, 
nav.main_menu::before, 
nav.main_menu::after {
	display: none;
	width: 0;
}

.open_arrow1.bg_color2 {
	display: none;
}

#content { box-sizing: border-box; }

/* 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: 30px;
	box-sizing: border-box;
}

.supernav ul li.active a {color: #ed1c24;}
.supernav ul li {
	display: inline;
	padding-right: 52px;
}
.supernav ul li a {
	color: white;
	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; }

/* 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 }

.coming-soon-bg {
	background-color: #000000;
	width: 100%;
	height: 100%;
	opacity: .5;
	position: absolute;
	top: 0;
}

.carousel_list li .title1.coming-soon { top: 114px; padding: 0; }
.carousel_list li .title1.coming-soon .inner { background-color: transparent; }
.carousel_list li .title1.coming-soon .inner2 {
	background-color: #ed1c24;
	opacity: .75;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
}

#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: white;
	border: none;
}

.carousel_list .title_rollover {
	font-size: 28px;
}

footer#footer {
	position: fixed;
}

/* Submenu */
.helper-arrow {
    height: 5px;
    width: 2500px;
    position: relative;
    bottom: 0px;
    background-repeat: repeat-x;
    left: -500px;
}

footer .inner {
	padding: 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 (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; }

}

@media all and (max-width: 1024px) {
	.carousel_list .title_rollover,
	.carousel_list .title_rollover:hover {
		top: 50px;
		height: 70px;
	}
	.carousel_list .title_rollover>.inner.coming-soon-location {
		font-size: 26px;
		padding-top: 13px;
	}
}