/* Enter Your Custom CSS Here */
@media only screen and (min-width : 1px) and (max-width : 1000px) {
body #header-space {
height: 56px!important;
display: block!important;
}
body #header-outer {
position: fixed !important;
}
#mobile-menu {
position: fixed!important;
top: 52px!important;
width: 100%!important;
}
}
body header#top nav > ul > li.menu-item-99 a {
box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;
-webkit-box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;
-o-box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;
transition: opacity 0.3s linear;
-moz-transition: opacity 0.3s linear;
-webkit-transition: opacity 0.3s linear;
-o-transition: opacity 0.3s linear;
padding: 6px 8px!important;
margin-top: 3px!important;
color: #fff!important;
top: -3px;
border-radius: 2px 2px 2px 2px;
background-color: #66aecc;
letter-spacing: 2px!important;
text-transform: uppercase;
}
