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


#footer-top .image-card-grid .image-card.whole > img{
	z-index:0;
}

#footer-top .image-card.card.whole{
    min-height: 250px;
    height: 250px;
}
@media screen and (max-width: 600px){
	min-height: 100px;
    height: 100px;
}
#footer-top .image-card-grid .slick-prev:before,
#footer-top .image-card-grid  .slick-next:before{
	color: white;
}

body.archive.tax-ttdcat .thing-to-do-col {
    margin-top: var(--bs-gutter-y);
}


    @media screen and ( min-width:991px){
body.home #hero.gallery .banner-text h1 {
    font-size: 3.5rem;
}
    }

    @media screen and ( min-width:1400px){
body.home #hero.gallery .banner-text h1 {
    font-size: 4rem;
}
    }

@media screen and (min-width: 1400px) {
      body.archive .listing-wrapper.col {
        width: 50%;
    }
      body.archive  .map_col {
        max-width: unset;
    }
}