/*
 Theme Name:   MLP Lighting
 Description:  Child Theme based on Ultra Theme
 Author:       OFF unit
 Author URI:   https://offunit.com
 Template:     themify-ultra
 Version:      1.0.0
*/

/* Reset */
#headerwrap, #footerwrap { border:none; }
#content { padding: 0; }

/* Sticky header hot fix */
.fixed-header .header-bar, .fixed-header .search-button, .fixed-header .header-widget {
    display: block;
}

/* Mobile Menu Hot Fixes */
.body-overlay-on { display: none !important;} /* No overlay */
#main-nav li.toggle-on>.sub-menu {display:contents;} /* Submenu always displayed */

.cart-icon { display: none; }