/*
 * Elementor fixes
 */

/* Remove bottom margin from last paragraph */
.elementor-widget-text-editor p:last-child {
    margin-block-end: 0;
}


/*
 * Header
 */
@media (max-width: 767px) {
.x-header .elementor-nav-menu--dropdown {
        position: fixed!important;
        top: 70px!important;
        left: auto!important;
        right: -100vw!important;
        bottom: 0!important;
        width: 100vw!important;
        max-height: initial!important;
        margin: 0!important;
        transform: none!important;
        transition: right 250ms cubic-bezier(0.23,1.00,0.32,1.00)!important
}
    }

.x-header .elementor-menu-toggle.elementor-active + .elementor-nav-menu--dropdown {
    right: 0!important;
}

.x-header .elementor-menu-toggle {
    -webkit-tap-highlight-color: transparent;
}