@media (min-width: 2000px) { /*larger screens*/

    .header_menu {
        padding: 10px 170px 0;
    }
    .header_menu #search {
        right: 0;
    }
    .header_menu #search .search-top input {
        width: 760px;
    }   
}
@media (max-width: 1210px) {
    .header_menu {
        padding-left: 2%;
        padding-right: 2%;
    }
}
@media (max-width: 991px) {
    #mg-wprm-wrap li.current-menu-item > a {
        background: transparent;
    }
    #menu-main-menu,
    #search {
        display: none;
    }
    .show_mobile {
        display: block!important;
    }
    .hide_mobile {
        display: none!important;
    }
    .footer .container {
        padding: 30px 15px;
    }
    .site_copyright .container {
        padding: 0;
    }
    /* WP Responsive Menu CSS adjustments */
    .wprmenu_icon span, #wprmenu_menu.wprmenu_levels ul li, html body div.wprm-wrapper, #wprmenu_bar, .wpr_search .wpr-search-field  {
        width: 100%;
    }
    #wprmenu_bar {
        height: 60px;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    }
    #wprmenu_bar .bar_logo {
        width: 170px;
        height: auto;
    }
    .header_menu {
        display: none;
    }
    #wprmenu_bar div.hamburger {
        margin-top: 5px;
    }
    .admin-bar #wprmenu_menu_ul,
    #wprmenu_menu_ul {
        padding: 0 20px;
        margin-top: 40px;
    }
    #mg-wprm-wrap div.wpr_search {
        width: 100%!important;
        margin: 0 !important;
        padding: 13px 0;
    }
    div#mg-wprm-wrap form.wpr-search-form {
        display: flex;
    }
    div#mg-wprm-wrap form.wpr-search-form button.wpr_submit {
        position: relative;
        cursor: pointer;
    }
    .wpr_search .wpr-search-field {
        font-weight: 400;
        font-size: 0.9rem;
        line-height: 20px;
        padding: 10px 5px 10px 40px !important;
        border: none;
        border-radius: 40px;
        background: #f7f8f8;
        height: 40px;
    }
    #mg-wprm-wrap li.menu-item a {
        font-weight: bold;
        font-size: 24px;
        font-family: var(--bj-font-familiy-headers);
        padding-top: 1rem;
        padding-bottom: 1.2rem; 
    }

    #mg-wprm-wrap li.menu-item a:hover {
        text-decoration: underline;
    }

    #mg-wprm-wrap li.menu-item-has-children ul.sub-menu a {
        font-family: 'Barlow', sans-serif !important;
        text-transform: none;
        font-size: 1.1rem;
    }

    #wprmenu_menu_ul li.menu-item.yellow {
        padding: 5px 0;
        margin-bottom: 30px;
    }
    #wprmenu_menu_ul li.menu-item.yellow a {
        font-size: 20px!important;
        font-weight: bold!important;
        text-align: center;
        color: var(--wp--preset--color--black);
        background-color: var(--wp--preset--color--yellow);
        border-radius: var(--bj-button-border-radius);
        padding: 0.5rem 1rem 0.4rem 1rem;
    }
    #mg-wprm-wrap #wprmenu_menu_ul li.menu-item.yellow a:hover {
        background-color: var(--wp--preset--color--black) !important;
        color: var(--wp--preset--color--white) !important;
    }
}
@media (max-width: 767px) {
    #pages_before_footer {
        height: 180px;
    }
}
@media (max-width: 480px) {
    #wprmenu_bar .menu_title a {
        margin-left: -10%;
    }
}
@media (max-width: 375px) {
    .site_copyright .float-left,
    .site_copyright .float-right {
        float: none;
        display: block;
        width: 100%;
        text-align: center;
        padding-bottom: 10px;
    }
}

#mg-wprm-wrap li.current-menu-item > a,
#mg-wprm-wrap li.current-menu-item span.wprmenu_icon {
    color: #111 !important;
}