.wp_search .search_logo img {
    height: auto !important;
    margin-top: 32px;
}
.wp_search .search_head {
    background-color: #108c01 !important;
}
.wp_search .search_logo {
    width: 260px !important;
}
.search_tabs a {
    color: #fff !important;
}
.wp_search .search_advanced {
    color: #fff !important;
}
.wp_search .search_head{background-color: #0150c2 !important;}
.wp_search .search_tabs .selected_item{background-color: #1585ff!important;}
.wp_search .input_submit{ background:none !important;}
.wp_search .input_submit .search_submit{ background: #1585ff !important;margin:0;}
.wp_search .search_filters .filter_btn:hover{background-color: #1585ff !important;}


.wp_search .search_logo img{margin-top:10px;}
.wp_search .search_logo img{display:none}
.wp_search .search_logo{background:url(../../images/logo.png) no-repeat center / contain}


@media screen and (max-width: 999px) {
    #wp_search .search_logo {
        
        background-color: unset;
        border-bottom: none;
     
    }
}
