/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* START LOCALIZATION CSS */

html[lang="en-US"] .display-fr,
html[lang="en-US"] .display-es,
html[lang="en-US"] .display-it,
html[lang="en-US"] .display-nl,
html[lang="en-US"] .display-de {
    display: none !important;
}

html[lang="fr"] .display-en,
html[lang="fr"] .display-es,
html[lang="fr"] .display-it,
html[lang="fr"] .display-nl,
html[lang="fr"] .display-de {
    display: none !important;
}

html[lang="de"] .display-fr,
html[lang="de"] .display-es,
html[lang="de"] .display-it,
html[lang="de"] .display-nl,
html[lang="de"] .display-en {
    display: none !important;
}

html[lang="it"] .display-fr,
html[lang="it"] .display-es,
html[lang="it"] .display-en,
html[lang="it"] .display-nl,
html[lang="it"] .display-de {
    display: none !important;
}

html[lang="nl"] .display-fr,
html[lang="nl"] .display-es,
html[lang="nl"] .display-en,
html[lang="nl"] .display-it,
html[lang="nl"] .display-de {
    display: none !important;
}

html[lang="es"] .display-fr,
html[lang="es"] .display-nl,
html[lang="es"] .display-en,
html[lang="es"] .display-it,
html[lang="es"] .display-de {
    display: none !important;
}

/* END LOCALIZATION CSS */

