/*
Theme Name: WP Residence Child
Template: wpresidence
Version: 1.0
*/
/* --------- Clamp developer/agent name with ellipsis -------*/
.wpestate_card_agent_link{
    display: inline-block;
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wpresidence_wrapper_for_header_type1 .xoxo .wp-block-heading{
    display: none;
}

.wpresidence_wrapper_for_header_type1 .xoxo .wp-block-categories-list .cat-item{
        padding-left: 5px;
        padding-right: 5px;
}

@media (max-width: 768px){
    .wpestate_card_agent_link{
        max-width: 110px;
    }
   
    /* Mobile: Allow Home Page Banner text to wrap into multiple lines */
    .page-id-18593 #SR7_3_1-15-5,
    .page-id-18593 #SR7_3_1-16-5 {
        white-space: normal !important;
    }
}