@media (max-width: 768px) {
    .desktop{display: none;}
    .vc_row{
        /*padding: 5px !important;*/
        margin:0 !important;
    }
    .wpb_text_column{
        padding: 5px !important;
    }
    .box{height: 144px;}
    .mobile-submenu-toggle{display: block !important;}
    /*#header {*/
    /*    margin-bottom: 10px;*/
    /*}*/
    .vc_row.vc_row-o-full-height{min-height: auto !important;}
    nav#menu {
        padding: 0;
        position: absolute;
        z-index: 3;
        max-height: 80px;
        top: 0;
        display: block;
    }
    nav#menu li a{color: white;}
    header .mobile-nav-toggle {
        display: block;
        font-size: 20px;
        height: 90px;
        line-height: 90px;
        position: absolute;
        right: 15px;
        top: 0;
        color: #00a0e0;
        z-index:99;
    }
    #posts-filter {
        padding: 20px !important;
    }
    #posts-filter input, #posts-filter select{
        width: 100%;
    }
    /*.menu-item-has-children:after{*/
    /*    content: "\f078" !important;*/
    /*    width: 80px !important;*/
    /*    font-family: "Font Awesome 5 Free";*/
    /*    color: white !important;*/
    /*    font-size: 30px;*/
    /*    background: rgba(255,255,255,0.4) !important;*/
    /*    border-left: 2px solid #ccc;*/
    /*    padding: 19px 30px;*/
    /*}*/
    nav#menu, nav#menu li.menu-item{
        width: 100%;
        box-shadow: none;
    }
    ul#menu-header-menu{
        background: #0d2678;
        /*background: linear-gradient(90deg, rgba(108,202,152,1) 0%, rgba(0,159,224,1) 100%);*/
        display: none;
    }
    nav#menu li.menu-item:not(:last-child) {
        border-bottom: 2px solid #ccc;
    }
    .mobile-submenu-toggle {
        display: block !important;
        font-family: "Montserrat","Helvetica Neue",Arial,sans-serif !important;
        /*color: #555 !important;*/
        text-transform: uppercase !important;
        font-size: 20px !important;
        padding: 30px 31px !important;
        background: rgba(255,255,255,0.2);
        z-index: 99;
        position: absolute;
        top: 0;
        right: 0;
        border-left: 1px solid rgba(128,128,128,0.13);
        width: 80px;
        /*border-left: 2px solid #ccc;*/
    }
    .dropdown-menu {
        display: none;
        position: static;
        float: none;
        box-shadow: none;
        border: 0;
        padding: 0;
        margin: 0;
        border-top: 1px solid rgba(128,128,128,0.13);
        border-radius: 0;
    }
    .dropdown-menu .dropdown-menu {
        display: none;
        border-top: 0;
        padding-left: 15px !important;
    }
    .dropdown-menu a {
        padding: 12px 15px 12px 21px;
        line-height: 12px;
        font-size: 12px;
    }
    nav#menu ul.dropdown-menu > li:not(:last-child) {
        border-bottom: 0;
    }
    nav#menu ul.dropdown-menu li{
        width: 100%;
    }
    nav#menu ul.dropdown-menu li a{
        padding: 20px;
    }
    nav#menu ul.dropdown-menu > li.menu-item-has-children > a > span:after{
        border-left: 4px solid #999;
        border-top: 4px solid #999;
        width: 13px;
        height: 13px;
        margin-top: 20px;
    }
    footer{
        text-align: center;
    }
}
@media (min-width: 768px) and (max-width: 1024px){
    #menu .social-list{display: none !important;}
    nav#menu {width: 100% !important;}
    nav#menu li a{padding: 30px 18px 30px 12px!important;}
    nav#menu ul.menu > li:last-child:after{content: none!important;}
}