/*
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:991px){
    #hero .listing-info {
       bottom:100px; 
    }
}

.search-bar-below-style + .search-bar-below #form-main {
   background-color:transparent;
}

.search-bar-below-style + .search-bar-below .form-control {
   background-color:transparent;
   border-left:0;
   border-right:0;
   border-top:0;
}

#headerSize{
    justify-content:space-between;
}
#headerSize.mobile{
    justify-content:start;
}
#headerSize.mobile div#homhero-search-wrapper{
    position: absolute;
    right: 10px;
}
#headerSize.mobile #site-navigation-2,
#headerSize.mobile #header-left{
    display:none;
    max-width:0px
}
#homhero-mobile-menu{
    display:none;
}

#headerSize .custom-logo-link img {
    object-position: center;
}

:root :where(body .wp-block-image.is-style-rounded, body .wp-block-image.is-style-rounded img, body .wp-block-image .is-style-rounded img, body .wp-block-cover.is-style-rounded){
    border-radius:var(--theme--border-radius)!important;
}
.featured-icons-row .featured-icons-link h6 {
    overflow-wrap: unset;
}