.clear {
	clear: both;
}
/***** Start of primary nav ******/
#menu-button,.navigation-top {
	display: none;
}

.header {padding: 10px 0;}
#header {position:relative;}

@media screen and (max-width: 768px) {
    
    
	/*==============================
		Mobile Nav Styles			
	================================*/
	nav.primary {
		display: none;
	}
    .mobile-nav-cont-1 { display:block;}
	#menu-button {
		width: 100%;
		display: flex !important;
        padding:20px;
        box-sizing: border-box;
		justify-content: center;
	}
    .menu-toggle {
        display: flex;
        gap:13px;
        align-items: center;
    }
     .menu-hamburger {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        width:35px;
        height: 27px;
        position: relative;
    }
    .menu-hamburger-bar-1 {
       display: block;
       background:#000;
        height: 5px;
        width:100%;
        transition: .2s ease-in;
    }
    .menu-hamburger-bar-2 {
       display: block;
       background:#000;
        height: 5px;
        width:100%;
        transition: .2s ease-in;
    }
    .menu-hamburger-bar-3 {
       display: block;
       background:#000;
        height: 5px;
        width:100%;
        transition: .2s ease-in;
    }

    .clickopen .menu-hamburger-bar-2 {
        display: none;
    }
    .clickopen .menu-hamburger-bar-1 {
        position: absolute;
        top:10px;
        transform: rotate(45deg);
        width:25px;
    }
    .clickopen .menu-hamburger-bar-3 {
        position: absolute;
        top:10px;
        transform: rotate(-45deg);
        width:25px;
    }
    
	nav.mobile {
        display:none;
		position: static;
		left: 0px;
		width: 100%;
		height: auto;
		background: #fff;
		z-index: 500; 
		overflow:auto;
	}


	.no-show {display: block !important;}
	/* MENU LIST STYLE */
	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		margin: 0;
		padding: 0;
	}
	nav.mobile ul li {
		position: relative;
        text-align: center;
	}
	/* FIRST LEVEL */
	nav.mobile ul li a {
    color: #ed7b23 !important;
    font-size: 18px;
		font-weight: 600 !important;
		    font-family: 'Open Sans', sans-serif;
    padding: 8px 0 !important;
    text-transform: uppercase !important;
        
	}
	nav.mobile ul li a:hover {
        color:#000!important;
	}
	/* SECOND LEVEL */
	nav.mobile ul li li:last-child {
		border: none;
	}
	nav.mobile ul li li a {
        background: #fff;
		position: relative;
		display: block;
		padding: 10px 10px 10px 15px;
		text-decoration: none;
	}
	nav.mobile ul li li a:hover {
		
	}
	/* THIRD LEVEL */
	nav.mobile ul li li li:last-child {
		border: none;
	}
	nav.mobile ul li li li a {
		background: rgba(45, 45, 45, 0.2);
	}
	nav.mobile ul li li li a:hover {
		
	}
	/* FOURTH LEVEL */
	nav.mobile ul li li li li:last-child {
		border: none;
	}
	nav.mobile ul li li li li a {
		
	}
	nav.mobile ul li li li li a:hover {
		background: rgba(85, 85, 85, 0.5);
	}

	
}
