@media screen and (min-width: 768px) and (max-width: 1024px) {
    .elementor-element.elementor-widget.elementor-widget-timeline-widget-addon {
        margin-left: -8% !important;
    }

    .boxed {
        width: 100%;
    }

    .header__main-nav,
    .gtranslate,
    .header__main-nav-mobile {
        display: none;
    }

    .footer-column1 {
        float: none;
        margin: 0 auto 30px;
        text-align: center;
        width: 100%;
    }

    .footer-column2 {
        float: none;
        margin: 0 auto 10px;
        text-align: center;
        width: 100%;
    }

    .footer-column3 {
        float: none;
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }

    .footer__quicklink {
        margin: 0 auto;
        text-align: center;
    }

    .hamburger-menu {
        position: absolute;
        right: 3%;
        top: 30px;
        width: 30px;
        height: 24px;
        cursor: pointer;
    }

    body.logged-in .hamburger-menu {
        position: absolute;
        right: 3%;
        top: 50%;
        width: 30px;
        height: 24px;
        cursor: pointer;
    }

    .custom-logo-link {
        margin: 20px 0 0 10px;
        float: none !important;
        text-align: left;
        position: relative;
        display: inline-block;
    }

    body.logged-in .custom-logo-link {
        margin: 50px 0 0 10px;
        float: none !important;
        text-align: left;
        position: relative;
        display: inline-block;
    }

    .custom-logo {
        position: relative;
        display: inline-block;
    }

    .main-header {
        margin-bottom: 0;
        width: 100%;
        text-align: left;
    }

    .menu-menu-1-container,
    .header__main-nav {
        float: none;
    }

    .menu li {
        height: 70px;
    }

    .menu li a {
        font-size: 18px;
    }

    .menu {
        margin-right: 0;
    }

    .menu a {
        display: block;
    }

    ul.menu,
    li.menu-item {
        width: 100%;
    }

    .overlay {
        z-index: 201;
        position: absolute;
        display: none;
        width: 100%;
        height: 100%;
        top: 150px;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
    }

    .header__main-nav-mobile {
        display: none;
        z-index: 99999;
        position: absolute;
        top: 85px;
        width: 100%;
        padding: 16px 0;
        background: #FFFFFF;
        text-align: center;
        left: 0;
    }

    .header__main-nav-mobile li {
        width: 100%;
    }

    .header__main-nav-mobile ul li {
        display: block !important;
        line-height: 46px;
    }

    .header__main-nav-mobile .menu-item {
        margin: 0;
        text-align: center;
    }

    .language-selector-mobile {
        position: relative;
        height: 30px;
        line-height: 30px;
        cursor: pointer;
        order: 3 !important;
    }

    .language-selector-mobile .switcher {
        margin: auto;
    }

    .gtranslate_mobile {
        display: block;
        margin-top: 55px;
        padding-bottom: 20px;
    }

    .gtranslate_mobile a {
        margin-left: 7px;
    }

    .gtranslate_mobile a:first-child {
        margin-left: 0;
    }

    .menu-item---selected,
    .current_page_item,
    .current-page-item,
    .current-menu-item,
    .current-page-ancestor {
        background: #FFFFFF;
    }

    .menu-item---selected a,
    .current_page_item a,
    .current-menu-item a,
    .current-page-ancestor a {
        color: #404040;
        font-weight: bold;
    }
}