/*
Theme Name: Brooklyn Child
Theme URI: http://www.unitedthemes.com
Description: Creative Portfolio
Version: 4.5.1.1
Author: United Themes
Author URI: http://www.unitedthemes.com
Template: brooklyn
*/
/* FIX white box issue & disable mobile hamburger menu */


/* Fix white box issue on mobile - Force hide loader overlay */
@media screen and (max-width: 800px) {
    .ut-loader-overlay,
    #qLoverlay,
    .ut-inner-overlay {
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
    }
    
    /* Ensure body doesn't have overflow issues */
    body {
        overflow-x: hidden !important;
    }
    
    /* Reset any top spacing on mobile */
    #ut-sitebody,
    body {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    
    /* Fix header positioning on mobile */
    #header-section {
        position: relative !important;
        top: 0 !important;
        margin-top: 0 !important;
    }
    
    /* Ensure hero section starts at the top */
    #ut-hero {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    
    /* SHOW MOBILE MENU BUTTON */
    .ut-mm-trigger {
        display: block !important;
        visibility: visible !important;
    }
    
    .ut-mm-button {
        display: block !important;
        visibility: visible !important;
    }
    
    /* HIDE DESKTOP MENU ON MOBILE */
    #navigation {
        display: none !important;
    }
    
    /* ENSURE MOBILE MENU IS AVAILABLE */
    #ut-mobile-nav,
    .ut-mobile-menu {
        display: block !important;
    }
}  