/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 17 2026 | 02:16:03 */
.side-menu a {
    letter-spacing: 1.5px;
}

/* =====================================
   BLKFOG – MOBILE NAV LOGO (PNG)
   ===================================== */

@media (max-width: 1024px) {

    .side-menu__wrapper::before {
        content: "";
        display: block;

        width: 150px;
        height: 40px;

        margin-bottom: 35px;

        background-image: url("https://blkfog.com/wp-content/uploads/2026/02/BLKFOG-Official-Logo-Black-scaled.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left center;
    }

}



@media (max-width: 1024px) {

    .side-menu .mobile-spacer {
        margin: 40px 0;
        pointer-events: none;
    }

    .side-menu .mobile-spacer a {
        display: none;
    }

}
