/*
Theme Name: Rebel
Template: Divi
Theme URI: https://ethoscmg.com
Author: ETHOS Career Management Group Ltd.
Author URI: https://ethoscmg.com
Description: RebelLMS Divi child theme.
Version: 1.0
*/

/* Import Divi Default Stylesheet
 -------------------------------------------------------------------------------------------------------------------*/
@import url("../Divi/style.css");
/*------------------------------------------------------------------------------------------------------------------*/



/* Global Styles
 -------------------------------------------------------------------------------------------------------------------*/

/* Global Variables
 * Contains the variables used throughout other CSS files listed here.
 ---------------------------------------*/
@import url("styles/global_variables.css");

/* Noramlized Classes
 * Contains html element syles and styles for generic classes like ".button" that are likely used in multiple plugins. This is noted where possible.
 ---------------------------------------*/
@import url("styles/normalize.css");
/*--------------------------------------*/

/*------------------------------------------------------------------------------------------------------------------*/



/* Theme Styles
 -------------------------------------------------------------------------------------------------------------------*/

/* Divi Styles
 * Applies custom stylings to the Divi theme. Used only to customize theme and page layouts.
 ---------------------------------------*/
@import url("styles/theme-divi.css");
/*--------------------------------------*/

/* Button Styles
 * Standardizes buttons from plugins and provides classes for specific button types.
 ---------------------------------------*/
@import url("styles/theme-buttons.css");
/*--------------------------------------*/

/*------------------------------------------------------------------------------------------------------------------*/



/* Widget Styles
 -------------------------------------------------------------------------------------------------------------------*/

/* Gtranslate Styles
 * Applies stylings to elements added by the Gtranslate Plugin
 ---------------------------------------*/
@import url("styles/plugin-gtranslate.css");
/*--------------------------------------*/

/* Natural Reader WebReader Styles
 * Applies stylings to elements added by the Natural Reader javascript widget configured in /wp-content/themes/Rebel/functions.php
 ---------------------------------------*/
@import url("styles/js-natural_reader.css");
/*--------------------------------------*/

/* EqualWeb Widget Styles
 * Applies stylings to elements added by the EqualWeb javascript widget configured in /wp-content/themes/Rebel/functions.php
 ---------------------------------------*/
@import url("styles/js-equalweb.css");
/*--------------------------------------*/

/*------------------------------------------------------------------------------------------------------------------*/



/* Plugin Styles
 -------------------------------------------------------------------------------------------------------------------*/

/* Learndash Styles
 * Applies stylings to elements added by the Learndash Plugin
 ---------------------------------------*/
@import url("styles/plugin-learndash.css");
/*--------------------------------------*/

/* GamiPress Styles
 * Applies stylings to elements added by the GamiPress Plugin
 ---------------------------------------*/
@import url("styles/plugin-gamipress.css");
/*--------------------------------------*/

/* Uncanny Owl Styles
 * Applies stylings to elements added by the Uncanny Toolkit/Pro Plugin
 ---------------------------------------*/
@import url("styles/plugin-uncanny_toolkit.css");
/*--------------------------------------*/

/* LearnDash Notes Styles
 * Applies stylings to elements added by the LearnDash Notes Plugin
 ---------------------------------------*/
@import url("styles/plugin-learndash_notes.css");
/*--------------------------------------*/

/* The Event Calendar Styles
 * Applies stylings to elements added by the The Event Calendar Plugin
 ---------------------------------------*/
@import url("styles/plugin-the_event_calendar.css");
/*--------------------------------------*/

/* Wise Chat Pro Styles
 * Applies stylings to elements added by the Wise Chat Pro Plugin
 ---------------------------------------*/
@import url("styles/plugin-wise_chat_pro.css");
/*--------------------------------------*/

/* Gravity Forms Styles
 * Applies stylings to elements added by the GravityForms and modified by Surbma | Divi & Gravity Forms Plugins
 ---------------------------------------*/
@import url("styles/plugin-gravity_forms.css");
/*--------------------------------------*/

/* BBPress
 * Applies stylings to elements added by the BBPress Plugin
 ---------------------------------------*/
@import url("styles/plugin-bbpress.css");
/*--------------------------------------*/

/* Divi Areas
 * Applies stylings to elements added by the Divi Areas Plugin
 ---------------------------------------*/
@import url("styles/plugin-divi-areas.css");
/*--------------------------------------*/

/* wpDataTables
 * Applies stylings to elements added by the wpDataTables Plugin
 ---------------------------------------*/
@import url("styles/plugin-wpdatatables.css");
/*--------------------------------------*/


/* Brain Plugins
 * Applies stylings to elements added by the Brain Plugins. Currently "Brain ConKit for Divi".
 ---------------------------------------*/
@import url("styles/plugin-brain_plugins.css");
/*--------------------------------------*/


/*------------------------------------------------------------------------------------------------------------------*/



/* Optional Plugin Styles
 * Enable lines when plugins enabled
 -------------------------------------------------------------------------------------------------------------------*/

/* WP Terms Popup
 * Applies stylings to elements added by the WP Terms Popup Plugin
 ---------------------------------------*/
/*@import url("styles/plugin-wp_terms_popup.css");*/
/*--------------------------------------*/

/* Exit Notifier Styles
 * Applies stylings to elements added by the Exit Notifier Plugin
 ---------------------------------------*/
/*@import url("styles/plugin-exit_notifier.css");*/
/*--------------------------------------*/

/*------------------------------------------------------------------------------------------------------------------*/



/* Page Styles
 -------------------------------------------------------------------------------------------------------------------*/

/*  Page Styles
 * Applies stylings to elements on various pages via module class/ID
 ---------------------------------------*/
@import url("styles/page-global.css");
/*--------------------------------------*/

/*------------------------------------------------------------------------------------------------------------------*/



/* Custom Styles
 -------------------------------------------------------------------------------------------------------------------*/

/* Custom styles
 * Styles for client-specific LMS customizations.
 ---------------------------------------*/
@import url("styles/custom.css");
/*--------------------------------------*/

/*------------------------------------------------------------------------------------------------------------------*/