.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS *//* HIDE FOOTERS BASED ON LANGUAGE */

/* 1. Αν η γλώσσα περιέχει "el" (Ελληνικά) -> ΚΡΥΨΕ το Αγγλικό */
html[lang*="el"] .footer-en {
    display: none !important;
}

/* 2. Αν η γλώσσα περιέχει "en" (Αγγλικά) -> ΚΡΥΨΕ το Ελληνικό */
html[lang*="en"] .footer-gr {
    display: none !important;
}/* End custom CSS */