/* Guerrero UI */
.hero-section,.g-hero{position:relative}
.advanced-search,.houzez-search-form{
background:#fff!important;
border-radius:20px!important;
box-shadow:0 20px 60px rgba(0,0,0,.15)!important;
padding:24px!important;
margin-top:-70px!important;
position:relative;
z-index:20;
}
.advanced-search input,
.advanced-search select{
height:56px!important;
border-radius:12px!important;
}
.btn,.houzez-btn,.button{
border-radius:14px!important;
transition:.25s;
}
.btn:hover,.houzez-btn:hover,.button:hover{
transform:translateY(-2px);
}
.property-item,.item-wrap{
border-radius:18px!important;
overflow:hidden;
box-shadow:0 12px 40px rgba(0,0,0,.08)!important;
transition:.25s;
}
.property-item:hover,.item-wrap:hover{
transform:translateY(-6px);
}
