﻿.menu-toggle,
.logo-mobile,
#main-nav .searchform {
	display: none;
}
@media screen and (max-width: 985px) { 
	#theme-header {
		position: relative;
	}
    .menu-toggle {
    	background:#fff;
	    border: 0 none;
	    border-top: 5px solid #000;
	    border-bottom:5px solid #000;
	    cursor: pointer;
	    display: block;
	    font-size: 16px;
	    text-transform: uppercase;
	    font-weight: bold;
	    line-height: 1;
	    outline: medium none;
	    padding: 5px 0 6px;
	    position: absolute;
	    right:0;
	    top: 25px;
	    text-align: center;
	    text-decoration: none;
	    -webkit-transition: none;
        transition: none;
        color: #e21012;
        text-decoration: none;
    }
    .menu-open .menu-toggle {
    	text-decoration: none;
    	border-color: #e21012;
    }
    #theme-header #main-nav {
    	width: 260px !important;
    	-webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        background-color: #000;
  		background-color: rgba(0, 0, 0, 0.92);
  		position: fixed;
  		z-index: 11111;
  		left:-270px;
  		top: 0;
  		bottom: 0;
  		overflow: auto;
  		border: 0 !important;
    }
    .menu-open #theme-header #main-nav {
    	left: 0;
    }
    #theme-header #main-nav .main-menu .menu {
    	display: block !important;
    	width: 100%;
    	float: none;
    }
    #theme-header #main-nav .main-menu .menu > li {
    	width: auto !important;
    	float: none;
    	border: 0;
    	border-bottom: 1px solid #383838;
    	font-size: 15px;
    	height: auto !important;
    	display: block !important;
    }
    #theme-header #main-nav .main-menu .menu > li > a {
    	display: block;
    	width: auto;
    	float: none;
    	height: auto;
    	line-height: 1;
    	padding: 15px;
    	border: 0 !important;
    }
    #theme-header #main-nav .main-menu .menu > li.menu-item-has-children > a {
    	padding-right: 25px;
    }
    #theme-header #main-nav .main-menu .menu > li .sub-menu {
    	position: relative;
    	display: block !important;
    	width: auto;
    	top: auto;
    	left: auto;
    	right: auto;
    	height: auto !important;
    	width: auto !important;
    	float: none;
    }
    #theme-header #main-nav .main-menu .menu > li .sub-menu li {
    	display: block;
    	width: 100% !important;
    	float: none;
    }
    #theme-header #main-nav .main-menu .menu > li .sub-menu li a {
    	display: block;
    	padding-left: 30px !important;
    	width: auto !important;
    }
    #theme-header #main-nav .main-menu .menu > li .mega-menu-block,
    #theme-header #main-nav .main-menu #main-menu-mob,
    #theme-header #main-nav .main-menu .menu > li.mega-menu .sub-indicator {
    	display: none !important;
    }
    #theme-header #main-nav .container {
    	width: auto !important;
    	float: none !important;
    }
    #theme-header .logo {
    	display: none !important;
    }
    .logo-mobile {
    	display: block;
    	float: left;
    	width: 360px;
    	margin-top: -10px;
    	margin-bottom: 20px;
    }
    .logo-mobile img {
    	width: 100%;
    	height: auto;
    }
    #main-nav .searchform {
    	display: block;
    	padding: 15px;
    }    
    #main-nav .searchform #searchsubmit {
    	display: none;
    }
    #main-nav .searchform label {
    	color: #fff;
    	display: block;
    }
    #main-nav .searchform input {
    	width: 100%;
    	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box; 
        box-sizing: border-box;
    }
    #theme-header #main-nav .main-menu .menu > li.resorts-menu-parent .sub-menu,
    #theme-header #main-nav .main-menu .menu > li.resorts-menu-parent a .sub-indicator {
    	display: none !important;
    }
    #theme-header .ads-top {
        clear: both;
    }
}
@media screen and (max-width: 767px) {  	
	.logo-mobile {
		width: 260px;
		margin-top: -3px;
	}
}
@media screen and (max-width: 479px) {  
	.logo-mobile {
		width: 200px;
		margin-top: -10px;
	}
	.menu-toggle {
		top: 13px;
	}
}