/* Custom Mobile Styles */

/* Show topbar on mobile */
@media only screen and (max-width: 992px) {
    .topbar-widget, 
    .social-icons {
        display: block !important;
    }
    
    .subheader {
        display: block !important;
    }
    
    .topbar-widget {
        font-size: 14px;
    }
    
    .subheader .d-flex {
        margin-bottom: 5px;
    }
    
    .subheader .justify-content-between {
        flex-direction: column;
        align-items: center;
    }
    
    .topbar-widget a {
        white-space: nowrap;
    }
    
    /* Adjust spacing for mobile header */
    header .header-row {
        padding-top: 10px;
    }
    
    /* Fix for header height on mobile */
    header.header-mobile {
        padding-top: 0px;
    }

    #topbar{
        display: block !important;
    }

    header.header-mobile #mainmenu a.menu-item{
        color: #000 !important;
    }

    #menu-btn{
        color: #000;
    }
}
