.sticky-wrap { height: 64px; }
.stickynav {
position: fixed;
z-index: 99999;
top: 135px;
left: 0;
width: 100%;
-webkit-transition: all ease-in-out .4s; 
-moz-transition: all ease-in-out .4s; 
-ms-transition: all ease-in-out .4s; 
transition: all ease-in-out .4s; 
}
.navitem {
background: #666;
color: #FFF;
}
.navitem.active, .navitem.active * {
background: #FFF;
color: #0c0c0c !important;
}
.et_mobile_menu {
background: #FFFC38; 
border-top: 3px solid #666;
z-index: 999999;
box-shadow: 0 6px 200px rgba(0,0,0,.7);
} .post-template-default #main-content .container { padding-top: 0; }
.et_post_meta_wrapper { display: none; }
@media screen and (max-width: 980px) {
#logo { height: auto !important; max-height: none !important; margin-left: 0 !important; }
header#main-header { height: 110px !important; }
}
@media (max-width: 980px)
.et_fixed_nav #main-header, .et_non_fixed_nav.et_transparent_nav #main-header {
height: 110px;
}
@media screen and (min-width: 1080px) and (max-width: 1145px) {
#logo { width: 270px !important; height: auto !important; }
}