/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


/* Mega Menu */
.jet-mega-menu-mega-container {
    width: 100vw !important;
    position: fixed !important;
    top: 155px !important;
    left: 0 !important;
    right: 0;
    --jmm-submenu-delta-x-offset: 0 !important;
    max-height: 430px;;
    overflow: hidden;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,.2);
}

.jet-mega-menu-mega-container .jet-tabs {
    flex-direction: row;
    gap: 3em;
}
.jet-mega-menu-mega-container .jet-tabs__control-wrapper {
    flex-direction: column;
    flex: 0 0 max-content;
    align-items: flex-start;
    padding: calc(10px + var(--padding-block-start)) 0 calc(10px + var(--padding-block-end));
}
.jet-mega-menu-mega-container .jet-tabs-icon {
    transform: rotate(180deg);
}
#activity-connections-menu ul {
    display: flex;
    flex-wrap: wrap;  
}

#activity-connections-menu li {
    flex: 0 0 25%;
}

/* Jet Forms */
.jet-form-builder-file-upload {
    border: 1px dashed var(--e-global-color-c69af4b, #c69af4);
    padding: 24px;
    border-radius: 50px 50px 50px 50px;
}
