/**
 * Theme Name:     Houzez Child
 * Author:         Hemisphere Web
 * Template:       houzez
 * Text Domain:	   houzez-child
 * Description:    Theme enfant du theme Houzez
 */

.listing-wrap{
	margin-bottom: 50px !important;
}

.agent-image .rounded {
	object-fit: cover !important;
	width: 100px !important;
	height: 100px !important;
}


body .desktop-search-nav { display: none !important; }

body.tax-property_status .desktop-search-nav,
body.page-template-template-search .desktop-search-nav {
    display: block !important;
}

@media (max-width: 991px)
{
	body.tax-property_status .desktop-search-nav,
	body.page-template-template-search .desktop-search-nav {
    	display: none !important;
	}
	
	body .mobile-search-nav { display: none !important; }
	
	body.tax-property_status .mobile-search-nav,
	body.page-template-template-search .mobile-search-nav {
    	display: block !important;
	}
}