/* 
Theme Name: Frectaris Web Design
Theme URI: https://github.com/elementor/hello-theme/
Description: Tema hijo personalizado para Frectaris web design
Author: Frectaris
Author URI: https://www.frectaris.com/
Template: hello-elementor
Version: 1.0.3
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/*
    Add your custom styles here
*/
.gt-current-lang{
	display:none;
}

.elementor-sticky--effects{
	box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.15)!important;
}

#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode {
    max-width: 100%;
}

/* PANEL BEIGE: animación de despliegue hacia abajo y distribución arriba/abajo */
#mobile-menu-panel {
    position: fixed;
    top: 88px;                 /* AJUSTA a la altura real de tu cabecera */
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;

    /* Apariencia */
    /* background: #F4E5CF;  color beige si quieres, sino quita esta línea */
    padding: 0px 10px;

    /* Animación */
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, opacity 0.25s ease;

    /* Distribución interna: bloque arriba y bloque abajo */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	/* CLAVE: no aceptar clics cuando está cerrado */
    pointer-events: none;
}

/* Cuando el menú está abierto */
#mobile-menu-panel.is-open {
    max-height: calc(100vh - 100px);   /* resto de pantalla bajo el header */
    opacity: 1;
	    /* Ahora sí acepta clics */
    pointer-events: auto;
}



/*
    MEDIA QUERYS ANGEL
*/
@media only screen and (max-width: 768px) {
	.BotonPedido{
		position: fixed;
		bottom:20px;
		left:10px;
	}
	.elementor-nav-menu--dropdown li a {
        border-bottom-right-radius: 0!important;
        border-bottom-left-radius: 0!important;
    }
}
