#wpbdp-search-page .title{
    display: none;
}
.home .entry-title{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    color:#0f0f16;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    text-align: center;

}
.wpbdp-search-page .wpbdp-form-fields{
    display:block!important;
}

#wpbdp-checkout-form-fields, .wpbdp-form-field{
    float: left;
    width: 25%;
    padding: 5px;
}
#wpbdp-search-form p{
    text-align: center;
}
.listing-actions{
    display: none!important;
}

.footer-widget-2 .wpbdp-listings-widget-list .wpbdp-listings-widget-item{
    width: 50%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}

.footer-widget-2 .wpbdp-listings-widget-list li{
    border: 0px;
}

.wpbdp-listing-excerpt.sticky{
    background-color: transparent!important;
}
.wpbdp-listing-excerpt{
    border: 1px solid #ccc;
}

@media only screen and (max-width: 781px) {
    #wpbdp-checkout-form-fields, .wpbdp-form-field{
        width: 50%;
    }

    .home .entry-title{
        font-size: 18px;
    }

    .separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .separate-containers .paging-navigation, .one-container .site-content, .inside-page-header{
        padding: 10px!important;
    }
    .entry-content:not(:first-child), .entry-summary:not(:first-child), .page-content:not(:first-child){
        margin-top:1em!important;
    }
    .wpbdp-page .wpbdp-form-field, .wpbdp-form-field .wpbdp-form-field, .wpbdp-single .wpbdp-form-field, .wpbdp-excerpt .wpbdp-form-field{
        margin-bottom: 0px!important;
    }
    body, button, input, select, textarea{
        font-size: 14px!important;
    }
    .wpbdp-page input[type="email"], .wpbdp-form-field input[type="email"], .wpbdp-single input[type="email"], .wpbdp-excerpt input[type="email"], .wpbdp-page input[type="number"], .wpbdp-form-field input[type="number"], .wpbdp-single input[type="number"], .wpbdp-excerpt input[type="number"], .wpbdp-page input[type="password"], .wpbdp-form-field input[type="password"], .wpbdp-single input[type="password"], .wpbdp-excerpt input[type="password"], .wpbdp-page input[type="search"], .wpbdp-form-field input[type="search"], .wpbdp-single input[type="search"], .wpbdp-excerpt input[type="search"], .wpbdp-page input[type="tel"], .wpbdp-form-field input[type="tel"], .wpbdp-single input[type="tel"], .wpbdp-excerpt input[type="tel"], .wpbdp-page input[type="text"], .wpbdp-form-field input[type="text"], .wpbdp-single input[type="text"], .wpbdp-excerpt input[type="text"], .wpbdp-page input[type="url"], .wpbdp-form-field input[type="url"], .wpbdp-single input[type="url"], .wpbdp-excerpt input[type="url"], .wpbdp-page textarea, .wpbdp-form-field textarea, .wpbdp-single textarea, .wpbdp-excerpt textarea, .wpbdp-page select, .wpbdp-form-field select, .wpbdp-single select, .wpbdp-excerpt select, .wpbdp-page .select2 .select2-selection, .wpbdp-form-field .select2 .select2-selection, .wpbdp-single .select2 .select2-selection, .wpbdp-excerpt .select2 .select2-selection{
        min-height: 20px!important;
    }
}

@media only screen and (max-width: 590px) {
    #wpbdp-checkout-form-fields, .wpbdp-form-field{
        width: 100%;
    }
}