@media screen and (max-width: 1199px) {
    .header-middlebar .widget_sd_widget_logo.header-logo-responsive {
        display: block!important;
        margin-right: 100px;
    }

    .header-middlebar.fixed .widget_sd_widget_logo.header-logo-responsive {
        display: block!important;
        width: 200px;
        margin-right: 50px;
        margin-top: 7px;
    }

    .menu-toggle {
        display: block !important;
        float: right;
        margin-top: 0;
        padding: 10px 50px;
        color: #213f61;
        border-radius: 27px;
        font-size: 20px;
        width: 100%;
        line-height: 36px;
        font-weight: bold;
        text-transform: uppercase;
        background-color: #d9ff00 !important;
        font-family: 'Nunito', sans-serif;
        float: right;
    }

    .closebtn svg {
        cursor: pointer;
        width: 30px;
        height: 30px;
        color: #d9ff00;
        margin-bottom: 30px;
    }

    .mobile-menu-sidebar {
        position: fixed;
        top: 0;
        left: -10000px; /* Dont change!! */
        width: 300px;
        z-index: 1000;
        bottom: 0;
        padding: 30px;
        transition: left .3s ease, right .3s linear;
        background-color: #213f61;
    }

    .admin-bar .mobile-menu-sidebar {
        top: 32px;
    }

    .mobile-menu-sidebar.left {
        left: -300px;
    }

    .mobile-menu-sidebar.left.opened {
        left: 0;
    }

    .mobile-menu-sidebar.right {
        right: -300px;
        left: unset;
    }

    .mobile-menu-sidebar.right.opened {
        right: 0;
    }

    .mobile-menu-sidebar .widget_sd_widget_menu_toggle {
        display: none;
    }

    .mobile-menu-sidebar .widget_sd_widget_logo {
        margin-bottom: 20px;
    }

    .mobile-menu-container ul {
        list-style: none;
    }

    .mobile-menu-container li {
        margin-bottom: 30px;
        width: 100%;
        text-align: center;
    }

    .mobile-menu-container a {
        font-size: 20px;
        text-transform: uppercase;
        line-height: 36px;
        display: inline-flex;
        justify-content: center;
        position: relative;
        text-align: center;
    }

    .mobile-menu-container li.current_page_item a::after {
        content: '';
        width: 40px;
        height: 2px;
        background-color: #d9ff00;
        display: block;
        bottom: -2px;
        position: absolute;
    }
}

@media screen and (min-width: 1200px) {
    .mobile-menu-sidebar,
    .mobile-menu-sidebar.opened,
    .mobile-menu-sidebar.closed,
    .mobile-menu-sidebar .closebtn {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .header-middlebar .widget_sd_widget_logo.header-logo-responsive {
        margin-right: 25px;
    }
}

@media screen and (max-width: 450px) {
    .menu-toggle {
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (max-width: 400px) {
    .header-middlebar.fixed .widget_sd_widget_logo.header-logo-responsive {
        margin-right: 10px;
        width: 150px;
        display: inline-block;
        margin-top: 13px;
    }

    .header-middlebar .widget_sd_widget_logo.header-logo-responsive {
        margin-right: 15px;
    }
}