/*
Theme Name:		 Homhero Southport Child Theme
Theme URI:		 https://homhero.com.au/
Description:             Southport Child is a child theme of Southport, created by Homhero
Author:			 HOMHERO
Author URI:		 https://homhero.com.au/
Template:		 homhero-southport
Version:		 1.0.0
Text Domain:             homhero-southport-child
*/


.home .featuredListing.large .listingPrice {
    color: white;
}
.home .banner-content{
    display:flex;
    flex-direction:column;
}
.home .banner-content::before {
    content: '';
    display: block;
    width: 60vw;
    height: 200px;
    margin-bottom:3rem;
    background-image: url('../../uploads/2026/03/KB-Getaways-logo-White.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

@media only screen and (max-width:576px){
    .home .banner-content::before{
          margin-bottom:0em;
        width: 80vw;
    }
    body .category-card .category-title{
        padding:8px;
    }
	body .category-card .category-title h3{
	font-size: 0.8rem;
    }
    body .category-card .category-featured-listing-count{
        font-size: 0.7rem;
    }
} 
@media only screen and (min-width:991px){
    .home .banner-content::before{
        width: 40vw;
    }
}

#searchResults .productListing .listingKeyFeatures_Suburb span.listingSuburb
 {
    background: white;
    color: var(--theme--primary-color);
    font-weight: 600;
}