/*

Theme Name: Hello Elementor Child

Theme URI: https://github.com/elementor/hello-theme/

Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team

Author: Elementor Team

Author URI: https://elementor.com/

Template: hello-elementor

Version: 1.0.1

Text Domain: hello-elementor-child

License: GNU General Public License v3 or later.

License URI: https://www.gnu.org/licenses/gpl-3.0.html

*/

.site-navigation ul.menu {
    align-items: center;
}

.asl_w_container #ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input {
    color: #151515 !important;
}

.asl_w_container #ajaxsearchlite1 .probox .proinput input::placeholder {
    color: #151515 !important;
}

.asl_w_container {
    min-width: 320px !important;
}

#ajaxsearchlite1 {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    overflow: hidden;
    transition: width 0.3s ease;
}

#ajaxsearchlite1.expanded {
    width: 320px;
}

li.header-search-icon {
    width: 45px;
}

li.header-search-icon .fa-times,
li.header-search-icon.opened .fa-search {
    display: none;
}


li.header-search-icon.opened .fa-times {
    display: block;
}

@media(max-width: 991px) {
    div#ajaxsearchliteres3 {
        left: 0 !important;
        width: 100% !important;
        border: none !important;
        top: 69px !important;
        background: none;
        animation: none;
    }

    div#ajaxsearchliteres3 .results {
        height: 100% !important;
    }
}
@media(max-width: 576px) {
    .site-header .site-branding {
        flex-basis: 80%;
    }
}

.mobile-search {
    flex-basis: 100%;
}

.mobile-search.search-active {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background-color: white;
    height: 100vh;
    z-index: 99;
}

.modal-close {
    display: none !important;
}

.search-active .modal-close {
    display: block !important;
}

.search-active .search-mobile-container {
    background-color: #b6b6b6;
}