/*
Theme Name: NI-KRA THEME
Author: IT
Version: 1.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
Description: NI-KRA THEME
*/


/*
Mobile
 */
@media(max-width: 820px) {
    .main-navigation {
        position: fixed;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        max-width: 350px;
    }

    .mobile-toggle {
        display: block;
        position: absolute;
        left: 20px
    }

    .site-header {
        padding: 15px 20px;
    }

    .site-branding {
        margin: auto;
    }

    .services-grid {
        flex-wrap: wrap;
    }

    .service-item {
        flex-basis: 100%;
    }
}

