@media screen and (max-width: 991px) {
    /*<editor-fold desc="TEMPLATES">*/
    /*_________________________________*/
    /*---------------------------------*/
    /*TEMPLATES*/
    /*---------------------------------*/
    /*-HTML HEADINGS-*/

    /*---------------------------------*/
    /*-HTML LINKS-*/

    /*---------------------------------*/
    /*-HTML TAGS-*/

    /*---------------------------------*/
    /*-EXTENSIONS AND MODULES-*/

    /*---------------------------------*/
    /*-CUSTOM CLASSES-*/
    #categoryfeatured {
        display: none !important;
    }
    /*---------------------------------*/
    /*</editor-fold>*/

    /*<editor-fold desc="PAGES STRUCTURE">*/
    /*_________________________________*/
    /*---------------------------------*/
    /*PAGES STRUCTURE*/
    /*---------------------------------*/
    /*-TOP-*/
    /*--Header menu--*/
    /*Top menu bar widgets centering when full width*/
    .headerbuilder_topbar .row-level-1 > .row .col-inner {
        justify-content: center;
    }

    /*---------------------------------*/
    /*-CONTENTS-*/

    /*---------------------------------*/
    /*-CONTENTS ASIDES-*/

    /*---------------------------------*/
    /*-FOOTER-*/
    /*--Footer contact section--*/
    .footerbuilder .tb_map {
        /*min-height: 33vw;*/
    }

    /*---------------------------------*/
    /*</editor-fold>*/

    /*<editor-fold desc="PAGES SPECIFIC">*/
    /*_________________________________*/
    /*---------------------------------*/
    /*PAGES SPECIFIC*/
    /*---------------------------------*/
    /*-HOME-*/

    /*---------------------------------*/
    /*</editor-fold>*/
}