/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */




.dp-acf-list {
    padding:0;
    margin:0;
    list-style-type:none;
    display:flex;
    flex-wrap:wrap;
}

.dp-acf-list li{
    width:33.33%;
    position:relative;
    padding-left:23px;
    margin-bottom:10px;
}

.dp-acf-list li:before{
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color:#A3BFB2;
    width:16px;
    height:16px;
    display:flex;
    justify-content:center;
    align-items:center;
    border:1.5px solid;
    border-radius:50%;
    font-size:7px;
    padding:0px;
    line-height:1;
    box-sizing:border-box;
    position:absolute;
    left:0;
    top:3px;
}

.dp-features-box p:empty{
    display:none;
}
.dp-latest-listing .elementor-heading-title{
    max-height:43px;
    text-overflow:ellipsis;
    overflow:hidden;
}


@media (max-width:991px){
	.dp-acf-list li{
		width:50%;
	}
}

@media (max-width:767px){
	.dp-acf-list li{
		width:100%;
	}
}