/* ---------- Mobile Menu -----------------*/

.menu-mobile {

	background-image: url(http://iamalonzoarnold.com/images/navigation/overlay.jpg);
	background-size: contain;
    border-radius: 0;
    height: 100%;
    left: 0;
    overflow: auto;
    padding-top: 60px;
    position: fixed;
    top: 0;
    transform: translate(-100%);
    transition: all 0.35s ease-in-out 0s;
    width: 100%;
    z-index: 1052;
}
.menu-mobile.opened {
    transform: translate(0px);
}
.menu-mobile .close {
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 15px;
    color: #ffffff !important;
    float: right;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
}
.menu-mobile ul {
    list-style: outside none none;
	margin:0;
	padding:0;
}
.menu-mobile ul li {
    text-align: center;
	font-family: 'trajan';
	text-transform: uppercase;
	color: #ffffff;
}
.menu-mobile ul li.active > a {
    background: -webkit-linear-gradient(#fff0c9, #5a3d2a);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
    color: #374050 !important;
}
.menu-mobile ul li > a {
    display: block;
    line-height: 1;
	font-size: 13px !important;
	color: #fff0c9;
    padding: 15px 20px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
	text-decoration:none;
}

.menu-mobile ul li > a:hover {
    color: #374050 !important;
}

.menu-mobile ul li {
    text-align: center;
}
.menu-mobile .dropdown, .menu-mobile .dropup {
    position: relative;
}

.menu-mobile .mobile-dropdown-menu {
    background: none none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 0 0 10px;
    position: relative;
    width: 100%;
	display:none;
	color: #2ea9a6;
}
.menu-mobile .dropdown:hover .mobile-dropdown-menu,
.menu-mobile .mobile-dropdown-menu.open{
	display:block;
	color: #374050;
}
.menu-mobile .mobile-dropdown-menu li {
	padding-left: 20px;
	color: #374050;
}
.menu-mobile .mobile-dropdown-menu li a {
	font-family: 'trajan';
	text-transform: uppercase;
	color: #374050;
}
.menu-mobile .mobile-dropdown-menu li a:hover span {
	font-family: 'trajan';
	text-transform: uppercase;
	color: #374050;
}
.menu-mobile .mobile-dropdown-menu li a:hover {
    color: #374050 !important;
}
/* ---------- Mobile Menu -----------------*/