/*

Theme Name:   Chañar Child

Theme URI:    https://chaniar.com.ar

Description:  Child theme de Rife Free para ajustes propios (CSS/PHP sin tocar el padre).

Author:       El Chañar

Template:     rife-free

Version:      1.0.0

Text Domain:  chaniar-child

*/



/* Variables y overrides globales: assets/chaniar-tokens.css (encolado desde functions.php).

*/



/* Ocultar el hamburguesa nativo WPR (el FAB del child dispara el mismo control). */
@media (max-width: 767px) {
    .elementor-element-4a5f21a4 .wpr-mobile-toggle-wrap {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        padding: 0 !important;
        margin: -1px !important;
        overflow: hidden !important;
        clip: rect(0, 0, 0, 0) !important;
        clip-path: inset(50%) !important;
        white-space: nowrap !important;
        border: 0 !important;
    }
}

