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


.subscribe-newletter-footer{
	background-color:transparent;
	border-radius: var(--theme--border-radius);
}
.subscribe-newletter-footer > p{
	margin:0;
}
#searchResults .searchResultsNo > .row {
    justify-content: center;
}

@media screen and (min-width:786px){
.homhero-searchbar .form-main.justify-content-md-start{
    justify-content:center!important;
}
}
@media screen and (min-width:991px){
.large-listing .carousel-image-height{
	padding: 50%;
}
.large-listing .large-listing-padding{
padding: 10rem 0;
}
}
.site-footer .site-info img {
    filter: invert(1);
}