/*
Theme Name: Astra Child
Theme URI: https://exemple.com
Description: Thème enfant pour Astra
Author: Votre Nom
Author URI: https://exemple.com
Template: astra
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
*/

/* FIX ELEMENTOR MENU NAVIGATION BLOCK */

.elementor-widget.elementor-widget-uael-nav-menu {
    position: static;
}

.uael-nav-menu__layout-horizontal.menu-is-active {
    width: 100% !important;
    left: 0 !important;
    top: 100% !important;
    margin-top: 0 !important;
}

.uael-nav-menu__toggle .uael-nav-menu-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
}

.pll-parent-menu-item {
    position: relative !important;
}

.pll-parent-menu-item .sub-menu {
    top: 100% !important;
    left: unset !important;
    right: 0 !important;
}

.sub-menu li a.uael-sub-menu-item {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
