/*
 Theme Name:   Listingpro Child
 Theme URI:    http://studio.cridio.com/listingpro/
 Description:  Listingpro Child Theme
 Author:       cridio team
 Author URI:   http://cridio.com/
 Template:     listingpro
 Version:      1.0.0
 Tags:         listingpro, directory, listing, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  listingpro
*/
@media only screen and (min-width: 481px) {
    .header-filter.form-group.pos-relative .lp-search-btn-header.pos-relative
    {
        width: 0px !important;
    }
}

@media only screen and (max-width: 480px) {
    .header-filter.form-group.pos-relative .lp-search-btn-header.pos-relative {
        position: relative;
        margin-bottom: 10px;
        border: 1px solid #fff;
        border-radius: 0 3px 3px 0;
    }
    
    div.header-filter.form-group.pos-relative.hide-search .lp-search-btn-header.pos-relative {
        width: 14% !important;
    }
}
