/*
 * Theme Name: Houzez Child
 * Theme URI: https://epicbienesraices.com
 * Description: Child theme for Houzez - EPIC Bienes Raices customizations
 * Author: EPIC Bienes Raices
 * Template: houzez
 * Version: 1.0.0
 * Text Domain: houzez-child
 */

/* Sticky header */
.sticky-header-active {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 2px 12px rgba(0,0,0,0.12);
}

body.sticky-header-on .page-wrap {
    padding-top: 80px;
}

/* Hide favorite/heart icon on property listings and detail pages */
.item-tool.item-favorite,
.item-favorite.btn-item,
.houzez-favorite {
    display: none !important;
}
