/* SAFE CLEANUP ONLY */ .nav-wrapper { margin: 0 !important; padding: 0 !important; } .nav-root { margin-bottom: 0 !important; } .nav-logo { width: 70%; margin-left: 15%; height: auto; float: left; } .active-link { color: #f08501; } .cta-btn { background-color: #ff7600; padding: 5px; border-radius: 13px; color: #fff; } .megamenu-small { width: 200px !important; } /* SHOW WHEN FOCUSED */ .navigation .nav-menu > li.focus > .megamenu-panel { display: block !important; } @media (max-width: 991px) { /* HIDE ALL SUBMENUS BY DEFAULT */ .navigation-portrait .nav-menu > li > .megamenu-panel { display: none !important; } /* SHOW ONLY ACTIVE ONE */ .navigation-portrait .nav-menu > li.focus > .megamenu-panel { display: block !important; } .mobile ul.menuslider { align-items: center; } }