@media screen and (max-width:767px) and (orientation:landscape) {
#mobileNav ul li {
margin: 0;
line-height: 1em;
color: rgba(48, 53, 70, .82);
border-style: solid;
border-width: 0 0 1px 0;
text-align: center;
display: block;
position: relative;
z-index: 4;
}
#mobileNav .main-nav .nav-wrapper {
width: 40% !important;
}
.mobile-nav-open .site-wrapper {
-webkit-transform: translate3d(-40%, 0, 0) !important;
-moz-transform: translate3d(-40%,0,0) !important;
transform: translate3d(-40%, 0, 0) !important;
}
}
@media screen and (min-width:768px) and (max-width:1024px) {
#mobileNav ul li {
margin: 0;
line-height: 1em;
color: rgba(48, 53, 70, .82);
border-style: solid;
border-width: 0 0 1px 0;
text-align: center;
display: block;
position: relative;
z-index: 4;
}
#mobileNav .main-nav .nav-wrapper {
width: 40% !important;
}
.mobile-nav-open .site-wrapper {
-webkit-transform: translate3d(-40%, 0, 0) !important;
-moz-transform: translate3d(-40%,0,0) !important;
transform: translate3d(-40%, 0, 0) !important;
}
}