/*
 Theme Name:   WpResidence child theme
 Theme URI:    https://themeforest.net/item/wp-residence-real-estate-wordpress-theme/7896392
 Description:  WpResidence child theme
 Author:       WpEstate
 Author URI:   http://wpestate.org
 Template:     wpresidence
 Version:      5.1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

.slider-netuna .property_slider_carousel_elementor_v3{
    max-width: 100% !important;
}

.slider-netuna .property_slider_carousel_elementor_v3 .owl-item .item{
    min-width: 1140px !important;
}

.slider-netuna .owl-item.active + .owl-item{
    margin-left: -100px !important;
}

.slider-netuna .owl-item .property_slider_carousel_elementor_v3_image_wrapper{
    width: 35% !important;
}

.slider-netuna .owl-item .property_slider_carousel_elementor_v3_content_wrapper{
    width: 52% !important;
}
/* .property_slider_carousel_elementor_v3, .property_slider_carousel_elementor_v3 .item{
    max-width: 100% !important;
} */

@media (max-width: 600px) {
    .slider-netuna .property_slider_carousel_elementor_v3 .owl-item .item{
        min-width: 100% !important;
    }

    .slider-netuna .owl-item.active + .owl-item{
        margin-left: 0px !important;
    }

    .slider-netuna .owl-item .property_slider_carousel_elementor_v3_image_wrapper{
        width: 100% !important;
    }

    .slider-netuna .owl-item .property_slider_carousel_elementor_v3_content_wrapper{
        width: 100% !important;
    }

    .slider-netuna .property_slider_carousel_elementor_v3_content_wrapper .property_listing_details{
        gap: 20px !important;
    }
}



/* .property_slider2_wrapper{
    position: relative !important;
}

.property_slider2_wrapper .featured_secondline{
    display: none !important;
}

.property_slider2_wrapper .owl-item.active .image_div{
	width: 100% !important;
    border-radius: 20px 0 0 20px !important;
}

.property_slider2_wrapper .owl-item.active .property_slider2_info_wrapper{
    position: absolute !important;
    height: 370px !important;
    bottom: 0 !important;
    right: 85px !important;
    width: 60% !important;
    border-radius: 0 !important;
}

.property_slider2_wrapper .owl-nav{
    width: 100% !important;
    top: 0 !important;
    margin-top: 35px !important;
} */

/* button.owl-prev{
    background: none !important;
    position: absolute;
    right: 15px;
    top: calc(50% - 92px);
    width: 50px !important;
}

button.owl-prev .nextright{
    background: none !important;
}

button.owl-next{
    background: none !important;
    position: absolute;
    left: 15px;
    top: calc(50% - 92px);
    width: 50px !important;
}

button.owl-next .nextleft{
    background: none !important;
} */

/* .property_slider2_wrapper .property_listing_details span{
    font-size: 13px;
    line-height: 30px;
    display: flex;
    align-items: baseline;
}

.property_slider2_wrapper .property_listing_details {
    align-items: center;
    color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
    -moz-column-gap: 20px;
    column-gap: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    position: relative;
}

.property_slider2_wrapper .property_listing_details svg {
    margin-top: 5px;
    margin-right: 5px;
    width: 19px;
} */