/* ascundere header */
.l-subheader { display: none !important; }


footer#page-footer,

.l-footer {

  display: none !important;

}

/* ==========================================================
   ASCUNDERE DEFAUTĂ ȘI ABSOLUTĂ A FOOTERULUI PE MOBIL
   ========================================================== */
@media (max-width: 1024px) {
    /* Țintim tag-ul exact, ID-ul și clasa pe care mi le-ai trimis în cod */
    html body footer#page-footer.l-footer {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        height: 0 !important;
        min-height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: hidden !important;
    }

    /* Intrăm în interiorul footerului și oprim forțat secțiunile WPBakery */
    footer#page-footer .l-section,
    footer#page-footer .wpb_row,
    footer#page-footer .color_footer-top,
    footer#page-footer .color_footer-bottom {
        display: none !important;
        height: 0 !important;
        padding: 0 !important;
    }
}