@media (max-width: 600px) {
    body {
    }
    #pojo-a11y-toolbar {
        background:limegreen;
        position:absolute!important;
        top:157px!important;
    }
    img.alignright,
    img.alignleft,
    img.float-right,
    img.float-left {
        display:none;
    }
}
@media (max-width: 1148px) {
    .mega-menu-wrap img,
    .mega-menu-wrap li.widget_media_image {
        display: none!important;
        padding:0!important;
    }
    .mega-menu-wrap ul.mega-sub-menu > li {
        padding-top:0!important;
    }
    .mega-menu-wrap ul.mega-sub-menu>li ul {
        /* padding-left:1rem!important; */
    }
    /* .mega-menu-wrap .mega-indicator {
        width:20px!important;
    } */
    /* Minus Symbol was not showing up by default when subnavs were open*/
    .mega-menu-wrap .mega-toggle-on .mega-indicator:after {
        content: '\f460'!important; 
    }
}
.mega-menu-center > .mega-sub-menu {
    display:flex!important;
    justify-content: center!important;
}