/**

* Theme Name: Imigrat Child

* Description: This is a child theme of Imigrat, generated by Merlin WP.

* Author: <a href="http://themeforest.net/user/themexriver">Themexriver</a>

* Template: imigrat

* Version: 1.1.6

*/

/* Fix for horizontal scroll and mobile menu backdrop */
html, body {
    overflow-x: hidden;
    max-width: 100%;
}

.mobile-menu .menu-backdrop {
    display: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    display: block;
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

/* Header 5 Mobile & Tablet Responsive Enhancements */
@media only screen and (max-width: 1023px) {
    .header-style-four.style-two .header-lower .brand-logo img,
    .header-style-four.style-two .sticky-header .logo img {
        max-width: 150px;
        height: auto;
    }

    .header-style-four.style-two .header-lower .inner-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .header-style-four.style-two .outer-box {
        display: flex;
        align-items: center;
    }

    .header-style-four.style-two .mobile-nav-toggler {
        display: block !important;
        cursor: pointer;
        margin-left: 15px;
    }

    .header-style-four.style-two .mobile-nav-toggler .icon img {
        width: 24px;
        height: auto;
    }
}

@media only screen and (max-width: 575px) {
    .header-style-four.style-two .header-lower .button-box,
    .header-style-four.style-two .sticky-header .button-box {
        display: none !important;
    }

    .header-style-four.style-two .header-lower .brand-logo img,
    .header-style-four.style-two .sticky-header .logo img {
        max-width: 130px;
        height: auto;
    }
}