/**
Theme Name: Parada Restaurant
Author: Salva M Luque
Author URI: https://paradarestaurant.com/
Description: Restaurant La Parada Child Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: parada-restaurant
Template: astra
*/

/* BEGIN */

/* Hide the widget with class exemple 'widget-es' when the page's language is set to English ('en' class is present on the body tag) */

/* Español */
body.en .widget-es,
body.ca .widget-es,
body.fr .widget-es {
    display: none;
}

/* Inglés */
body.es .widget-en,
body.ca .widget-en,
body.fr .widget-en {
    display: none;
}

/* Catalán */
body.es .widget-ca,
body.en .widget-ca,
body.fr .widget-ca {
    display: none;
}

/* Francés */
body.es .widget-fr,
body.en .widget-fr,
body.ca .widget-fr {
    display: none;
}

/* END */