/*
 Theme Name:   WpResidence child theme
 Theme URI:    https://themeforest.net/item/wp-residence-real-estate-wordpress-theme/7896392
 Description:  WpResidence child theme
 Author:       WpEstate
 Author URI:   http://wpestate.org
 Template:     wpresidence
 Version:      5.1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/


/* Condominium Heading Style */
.condo-title {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 60px 0 25px;
    padding-bottom: 12px;
    border-bottom: 3px solid #ffba00;
    /* WP Residence accent color */
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

/* Add spacing between sections */
.condo-title:first-child {
    margin-top: 10px;
}

/* On mobile */
@media (max-width: 768px) {
    .condo-title {
        font-size: 26px;
        margin: 40px 0 20px;
    }
}