/* Custom Styles*/
body, html {
    overflow-x: unset !important;
}

.wrap .content.row {
    margin-left: unset !important;
    margin-right: unset !important;
}

.wrap .content.row main.main {
    padding: 0 !important;
}

#mobileMenu .mobile-search,
#mobileMenu .mobile-give,
#mobileMenu .mobile-spark {
    display: none !important;
}

#header-search-box-form {
    transition: all .1s ease-in-out;
    border-radius: 24px;
    border-color: transparent;
    border-style: solid;
    border-width: 2px;
}

#header-search-box-form:hover {
    border: 2px solid #aabac9;
}

#header-search-box-form input.e-search-input {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

#header-search-box-form button.e-search-submit {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    margin-left: 0 !important;
}

.primary-color-bg {
    background-color: #067eeb !important;
}

@media screen and (max-width: 1024px) {
    #searchFormMobile {
        transition: all .3s ease-in-out;
        opacity: 0;
        position: absolute;
        top: 80px;
        left: 0;
    }

    #searchFormMobile.active {
        opacity: 1;
    }

    .dropdown-menu-scrolling {
        height: 100%;
        overflow-y: scroll;
    }

    nav.pp-advanced-menu--dropdown.pp-menu-style-toggle.pp-advanced-menu__container.pp-menu-default {
        top: 250px !important;
        margin-top: 0;
        padding: 16px 0;
    }

    ul.pp-advanced-menu ul li {
        margin-left: 10px;
        z-index: 99;
    }

    ul.pp-advanced-menu .sub-arrow {
        z-index: 999;
    }

    ul.pp-advanced-menu li {
        margin: 30px 16px !important;
    }

    ul.pp-advanced-menu a {
        padding: 0 !important;
    }

    .chevron-up {
        transform: rotate(180deg);
    }

    .elementor-location-footer {
        background-color: #E6E6E6;
    }
}