/*
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.11
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;
}

@media screen and (min-width:991px){
	.hh-max-w-700{
	  width:700px;	
	  gap:0;
	}
}

nav#site-navigation-contact.main-navigation ul.menu > li > ul.sub-menu{
    right: 0;
}
nav#site-navigation-contact {
    display: flex;
    align-items: center;
}

nav#site-navigation-contact .menu-item-gtranslate > div{
	margin-top:8px;
}

@media screen and (max-width:850px) {
  nav#site-navigation-contact {
    display:none; 
  }  
}

.child-list .carousel-image-height{
    padding-bottom: 60%;
    width:100%;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width:991px){
	.child-list .productListing .listingPrice, .search-list .productListing .listingPrice{
		top: 10px;
		bottom:unset;
	}
}