/*
Theme Name: RealHomes Child Theme
Theme URI: http://themeforest.net/item/real-homes-wordpress-real-estate-theme/5373914
Description: Child theme for Real Homes.
Author: Inspiry Themes
Author URI: https://www.inspirythemes.com/
Template: realhomes
Version: 1.4.2
*/
.added-date{display:none;}

.inspiry_property_masonry_style {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    .inspiry_property_masonry_style .masonry-item {
        width: calc(33.33% - 10px);
    }
    .inspiry_property_masonry_style img {
        width: 100%;
        height: auto;
        display: block;
    }
    @media(max-width: 768px){
        .inspiry_property_masonry_style .masonry-item {
            width: calc(50% - 10px);
        }
    }
    @media(max-width: 480px){
        .inspiry_property_masonry_style .masonry-item {
            width: 100%;
        }
    }