/* 
Theme Name: StyleStack Jnr
Author: Cotswold Web Design.
Template: Divi
Version: 1.0
*/
/** 1 */
#footer-bottom {
    display: none;
}
/** 2 */
@media (max-width: 1024px) {
    #et_mobile_nav_menu {
        display: block;
    }
    #top-menu {
        display: none;
    }
}
/** 3 */
.et_mobile_menu {
    background-color: #ffffff !important;
    
}
/** 4 */
.et_pb_fullwidth_header.et_pb_fullscreen {
    min-height: 100vh!important;
    padding-top: 0!important;
}
.et_pb_fullwidth_header.et_pb_fullscreen .et_pb_fullwidth_header_container {
    min-height: 100vh!important;
    width: 100%;
}