/*
Theme Name: Hello Elementor Child
Template: hello-elementor
*/

.elementor-nav-menu--layout-horizontal .elementor-nav-menu > li.menu-mobile-only {
    display: none !important;
}

@media (max-width: 1024px) {
    .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li.menu-mobile-only {
        display: flex !important;
        font-family: 'Sora', sans-serif;
        font-size: 13px;
        font-weight: 400;
    }

.elementor-nav-menu--layout-horizontal .elementor-nav-menu > li.menu-mobile-only a {
    font-family: 'Sora', sans-serif !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    --e-global-typography-text-font-family: 'Sora' !important;
}


.menu-lang-link:hover {
    background-color: #7b7b7b !important;
    color: #fff !important;
}
.elementor-nav-menu--dropdown {
  overflow: hidden !important;
}

.elementor-nav-menu--main__container {
  max-width: 100vw !important;
  overflow-x: hidden !important;
}

.elementor-icon-list-items.elementor-inline-items {
  max-width: 100% !important;
  overflow: hidden !important;
  flex-wrap: wrap !important;
}


}