/**
* Theme Name: Luxride Child
* Description: This is a child theme of Luxride, generated by Merlin WP.
* Author: <a href="https://themeforest.net/category/wordpress?term=steelthemes&#038;view=grid#content">SteelThemes</a>
* Template: luxride
* Version: 1.3.4
*/

.home-banner-filter-form .contact_field {
    position: relative;
}

.home-banner-filter-form .contact_field:not(:nth-last-child(2)):not(:nth-last-child(3))::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    right: -6px;
    top: 0;
}

form.sent .wpcf7-response-output {
    background: #7ad03a !important;
    color: #ffffff !important;
}


@media(max-width:767px) {
    .home-banner-filter-form .contact_field:not(:nth-last-child(2)):not(:nth-last-child(3))::before {
        width: 100%;
        height: 1px;
        top: auto;
        left: 0;
        bottom: -10px;
    }
}