@media screen and (min-width: 1025px) {
    .hamburger-menu {
        display: none;
    }

    .header__main-nav-mobile {
        display: none !important;
    }

    .language-selector-mobile {
        display: none;
    }

    .elementor-widget-eael-post-grid .eael-grid-post-excerpt p {
        margin-top: 16px !important;
    }

    .sub-menu__arrow--mobile {
        display: none;
    }
}

/* media queries for mobile */
@media screen and (max-width: 1025px) {
    .elementor-row {
        justify-content: center !important;
    }

    .main-header {
        margin-bottom: 0;
    }

    .hamburger-menu {
        position: absolute;
        right: 3%;
    }

    .hide-icon {
        display: none;
    }

    .header__main-nav-mobile {
        display: none;
        z-index: 99999;
        position: absolute;
        top: 100px;
        width: 100%;
        padding: 16px 0;
        background: #FFFFFF;
        text-align: center;
        border-top: 1px solid #555555;
        left: 0;
    }

    .header__main-nav-mobile li {
        width: 100%;
    }

    .header__main-nav-mobile ul li {
        display: block !important;
    }

    .header__main-nav-mobile ul li a {
        line-height: 46px !important;
    }

    .header__main-nav-mobile .menu-item {
        margin: 0;
        text-align: left;
    }

    .menu-item--selected,
    .current_page_item,
    .current-page-item,
    .current-menu-item {
        color: #FFFFFF;
        border-bottom: 0;
    }

    .language-selector-mobile {
        position: relative;
        height: 30px;
        line-height: 30px;
        cursor: pointer;
        order: 3 !important;
    }

    .language-selector-mobile .switcher {
        margin: auto;
    }

    .logo {
        margin-top: 1.5rem;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 0 !important;
        float: none !important;
        text-align: center;
    }

    .header__main-nav,
    .menu-item-footer {
        display: none !important;
    }

    .language-selector {
        display: none;
    }

    footer {
        margin-top: 1rem !important;
        height: 100px;
    }

    #menu-footer-menu {
        display: none;
    }

    .footer-info-PC {
        display: none;
    }

    .box {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: center;
        justify-content: center;
        margin-top: 0;
    }

    .footer-links-wrapper {
        width: 100%;
        align-items: center;
        text-align: center;
    }

    .footer-links {
        margin-right: 8px;
    }

    .footer-links:last-child {
        margin-right: 0;
    }

    .footer-texts {
        margin-top: 8px;
        text-align: center;
        margin-right: 0;
    }

    #contact-us p {
        display: block !important;
    }

    #contact-us p:nth-child(2) input {
        width: 100%;
    }

    #contact-us p:nth-child(3) {
        float: none !important;
    }

    #contact-us p:nth-child(3) input {
        width: 100%;
    }

    .menu a {
        display: block;
    }

    ul.menu,
    li.menu-item {
        width: 100%;
    }

    .header__main-nav-mobile {
        -webkit-transform: translate3d(0, 0, 1px);
        transform: translate3d(0, 0, 1px);
    }

    li {
        -webkit-tap-highlight-color: transparent;
    }

    .menu-item .sub-menu li {
        padding-right: 0;
    }

    .menu-item {
        padding: 0;
    }

    .menu-item a {
        padding: 0;
        border-bottom: 1px solid #EAEAEA;
    }

    .sub-menu a {
        border-bottom: 1px solid #EAEAEA;
    }

    #wpadminbar {
        position: fixed;
    }

    #menu-menu-1 {
        padding: 0 16px !important;
    }

    .header__main-nav-mobile {
        padding-bottom: 0;
    }

    .current_page_item::after,
    .current-page-item::after,
    .current-menu-item::after,
    .menu-item-has-children::after {
        display: none;
    }

    .current_page_item > a,
    .current-page-item > a,
    .current-menu-item > a {
        font-weight: 600;
    }

    .current_page_item > a > ul > .current_page_item a,
    .current-page-item > a > ul > .current-page-item a,
    .current-menu-item > a > ul > .current-menu-item a {
        font-weight: 600;
    }

    .menu-item .sub-menu a {
        color: #999999;
        font-size: 16px;
    }

    .sub-menu__arrow--mobile {
        font-style: normal;
        font-size: 14px;
        color: #000000;
        position: absolute;
        top: 0;
        right: 0;
        width: 32px;
        height: 100%;
        text-align: center;
        padding: 14px 0;
    }

    /* hides the arrow icon in the 3rd submenu */
    .menu-item .sub-menu .sub-menu .sub-menu .sub-menu__arrow--mobile {
        display: none;
        visibility: hidden;
        opacity: 0;
    }

    .sub-menu__arrow--mobile-up {
        transform: rotate(90deg);
        transform-origin: 40px 40px;
        line-height: 32px;
        right: 34px;
        height: 48px;
        padding: 0;
        top: 0;
        width: 47px;
    }

    .menu a {
        font-size: 18px;
    }

    .sub-menu__arrow {
        display: none;
    }

    .menu-item .sub-menu {
        position: initial;
        width: 100%;
    }

    .wpcf7-submit {
        width: 100% !important;
    }
}

@media screen and (min-width: 1026px) and (max-width: 1130px) {
    #contact-us input {
        width: 100%
    }
}