/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


/* BEGIN BikeGremlin language class edit */

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

body.en .widget-fr {
    display: none;
}

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

body.fr .widget-en {
    display: none;
}

/* END BikeGremlin language class edit */
body.en .widget-fr {

display: none;

}

body.fr .widget-en {

display: none;

}
 

