/*
Theme Name: Wpresidence Child
Template: wpresidence
*/

@import url("../wpresidence/style.css");

/* ── Hide WP Residence sticky header when Elementor Pro handles the header ── */
/* Elementor Pro manages its own sticky behaviour — suppress WP Residence's   */
.master_header.master_header_sticky {
    display: none !important;
}

/* Also hide the original header wrapper if Elementor renders its own */
.elementor-location-header ~ .master_header {
    display: none !important;
}