/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 12 2025 | 16:51:35 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 



/* custom green themed home*/
/* .listings-home .loop-content.epl-template-blog.epl-clearfix {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    
}
.listings-home .loop-content.epl-template-blog.epl-clearfix > div{
    flex:0 0 30%;
    width:30%;
}


.listings-home .epl-property-blog-entry-wrapper.epl-clearfix {
    display:flex;
    flex-direction:column;
    border-radius:10px;
    padding:10px;
    height:100%;
}
.listings-home .epl-property-blog-entry-wrapper.epl-clearfix > div{
    width:100%;
}
.listings-home .epl-property-blog-entry-wrapper.epl-clearfix img{
    width:100%;
    height:300px;
    object-fit:cover;
}

.epl-property-blog .entry-title{
    font-size:25px !important;
    font-family:poppins;
}
.epl-property-blog .entry-title a{
    color:#8B5E3C;
}

.price .page-price{
    background-color:#2E7D32 !important;
    padding:10px 20px;
    font-family:poppins;
    color:#fff;
} */



/* Professional Themed home */
.listings-home .loop-content.epl-template-blog.epl-clearfix {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    
}
.listings-home .loop-content.epl-template-blog.epl-clearfix > div{
    flex:0 0 30%;
    width:30%;
}


.listings-home .epl-property-blog-entry-wrapper.epl-clearfix {
    display:flex;
    flex-direction:column;
	height:100%;
}
.listings-home .epl-property-blog-entry-wrapper.epl-clearfix > div{
    width:100%;
}
.listings-home .epl-property-blog-entry-wrapper.epl-clearfix img{
    width:100%;
    height:300px;
    object-fit:cover !important;
}

.epl-property-blog .entry-title{
    font-size:16px;
    font-family:lato;
    letter-spacing:2px;
    text-transform:uppercase;
    padding:20px 20px 20px 10px;
    border-bottom:2px solid #252222;
}
.epl-property-blog .entry-title a{
    color:#8B5E3C;
}

.price .page-price{
    background-color:#2E7D32 !important;
    padding:10px 20px;
    font-family:poppins;
    color:#fff;
} */

.epl-property-blog .entry-title a{
    color:#252222;
}
span.status-sticker.new {
    display:none;
}
.epl-excerpt-content {
    padding:20px 20px 20px 10px;
}
.page-price, .property-address{
    display:none;
}