/*
	Theme Name: RealHomes Child Theme
	Theme URI: http://themeforest.net/item/real-homes-wordpress-real-estate-theme/5373914
	Author: InspiryThemes
	Author URI: https://www.inspirythemes.com/
	Description: RealHomes is a handcrafted WordPress theme for real estate websites. It offers purpose-oriented design with all the essential features that a real estate website needs. RealHomes theme facilitates its users on both the front-end and admin-side, making property management a breeze.
    Requires at least: 6.0
    Tested up to: 6.6.1
    Requires PHP: 7.4
	Version: 4.3.2
	Text Domain: framework
    Domain Path: /languages
    Template: realhomes
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags: custom-background, light, one-column, two-columns, three-columns, four-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready

	----------------------------------------------------------------------------------------------------------------*/


.archive .inspiry-term-description{
    margin-right: 10px;
    overflow: hidden;
    height: 25px;
    white-space: nowrap;
    width: calc(100% - 110px);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.archive .inspiry-term-description.toggle{
    height: auto;
    white-space: normal;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.archive .read-more{
    font-weight: 500;
    cursor: pointer;
    line-height: 1.6;
    color: #1a1a1a;
}
.archive .inspiry-term-description-wrapper{
    display: flex;
    align-items: flex-start;
}
@media screen and (max-width: 768px) {
    .SFOV{
        display: block;
    }
}
.rh_list_card__wrap .rh_list_card__priceLabel .rh_list_card__author span{
    display: inline;
}
.rh_prop_card .rh_prop_card__author, .rh_list_card__map_wrap .rh_prop_card__author{
    font-size: 1.3rem;
    margin-top: 8px;
}
.rh_prop_card .rh_prop_card__author span, .rh_list_card__map_wrap .rh_prop_card__author span{
    font-weight: 500;
    color: #1e1e1e;
}