/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 13 2025 | 00:12:05 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

/* Forceful Mobile Menu Fix for CarPlugins Theme */

@media (max-width: 991px) {

    /* 1. Hide the broken, vertical desktop menu container */
    .main-navigation {
        display: none !important;
    }

    /* 2. Force the mobile hamburger menu button to appear */
    .menu-toggle {
        display: block !important;
        color: #ffffff !important;
        font-size: 28px !important;
        float: right;
        margin-top: 15px;
    }

    /* 3. Adjust the logo container */
    .site-branding {
        width: auto !important;
        float: left;
    }
    
    /* 4. Clear floating elements to fix layout */
    .site-header::after {
        content: "";
        display: table;
        clear: both;
    }
}
