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

@media screen and (min-width:992px){
    :root #primary :where(p) {
        font-size: 16px;
    }
}

body .propertyList li:hover span {
    color: white
}
#headerShortlist.headerButton,
#homhero-search-wrapper-mobile .headerButton,
 #headerShortlist.headerButton i{
    background: #879062;
    color:white;
}
#hero.video-gallery .banner-text > *:not(.search-banner-button) > * {
    color: white;
}
#headerSize.compact .main-navigation ul.menu li a {
    text-transform: uppercase;
	letter-spacing: 0.5px;
}

.single-listings .facilities-wrapper {
	background-color:#fff;
	border-color:#fff;
}

#listingNavSections.active {
	background-color:#e5e2d8;
}

.single-listings .button.outline {
    background-color:#fff;
}

#hero h1 {
    color:#fff;
}



#hero.gallery span.sub-heading {
    font-weight: inherit;
}

#hero.gallery  span.main-heading {
    font-weight:400;
    text-transform:capitalize;
}
@media screen and (min-width:786px){
    #hero.gallery h1 span,#hero.gallery h1 span.sub-heading {
    font-size:2rem;
}
}
@media screen and (min-width:991px){
    #hero.gallery h1 span,#hero.gallery h1 span.sub-heading {
    font-size:2.5rem;
}
}

@media screen and (min-width:1280px){
    #hero.gallery h1 span,#hero.gallery h1 span.sub-heading {
    font-size:3rem;
}
}