/*
 Theme Name: RealHomes Child
 Theme URI: https://themeforest.net/item/real-homes-wordpress-real-estate-theme
 Description: Child theme for RealHomes
 Author: InspiryThemes
 Template: realhomes
 Version: 1.0.0
*/

.rh-review-item {
    background: #fff;
    padding: 20px;
    border-radius: 6px;
}

.star {
    font-size: 18px;
    color: #ccc;
}

.star.filled {
    color: #f4b400;
}

.rh-review-author {
    margin-top: 10px;
    font-weight: 600;
}

.rh_section .review-item {
	height: 180px;
    display: flex;
    flex-direction: row;
    text-align: left;
    flex-direction: column;
    margin-bottom: 30px;
}

.review-left {
    width: 20%;
}

.review-right {
    width: 80%;
}