/* ----------------------------------------------*/
/* ---------->>> WELCOME TO TOVUTI <<<-----------*/
/* ----------------------------------------------*/

/*
1. tovuti-master-v1.css (main file to import all stylesheets)

    2. tovuti-roots.css

        Top Bar
            (Version 1, Version 2, Version 3, Dark Mode) [Selectable via Design Center per Instance but Pre-defined by Tovuti]

        Headers
            (Version 1, Version 2, Version 3, Dark Mode) [Selectable via Design Center per Instance but Pre-defined by Tovuti]

        Left Side Navigation
            (Version 1, Version 2, Dark Mode) [Dark mode can be enabled manually per section if the user prefers that style - but can still b e globally overridden on selector if the user chooses)
            [NANO BAR Styling]

        Font Sizes
            (1,2,3,4,5,6 / Line Heights) [Selectable via Design Center per Instance but Pre-defined by Tovuti]

        Border Radius
            (Border 20px  , Border 10px, Border 5px, Border 0px) [Selectable via Design Center per Instance but Pre-defined by Tovuti]

        Box Shadow
            (Shadow 1, Shadow 2, Shadow 3) [Selectable via Design Center per Instance but Pre-defined by Tovuti] - Do box shadows only apply to certain items to keep the overuse contained??? - Box shadow applied to bottom of the header, to the right of the left nav, course cards, .box bootstrap divs within the actual lessons to segregate boxes.

        Border
            (Border 1, Border 2, Border 3, Dark Mode?) [Selectable via Design Center per Instance but Pre-defined by Tovuti]

        Buttons, Input, Textarea, Select
            (Min-height, Padding, Solid Color, Outline, Dark Mode)
            Button states: default/hover/click/disabled

            Completely make sure we take of the Bootstrap 3 elements that are legacy in this system.

        A Link Styles
            (Version 1, Version 2, Version 3)

        Transition Timing
            (Speed Slow, Speed Medium, Speed Fast)

    3. tovuti-client-customizations.css
    (Three Color System, Brand Fonts, Border Radius, Box Shadows)

        Brand Fonts
            (Heading Font, Body Font)

        Brand Colors
            (Primary Color, Accent Color, Base Color)
*/


/* ---------->>> IMPORT TOVUTI ROOTS <<<-----------*/

    /* ---------->>> IMPORT TOVUTI ROOT FONTS <<<-----------*/
    @import url("tovuti-root-typography.css?v=6");
    /* -----------------------------------------------------*/
    /* --------->>> IMPORT TOVUTI ROOT BORDERS <<<----------*/
    @import url("tovuti-root-borders.css");
    /* -----------------------------------------------------*/
    /* --------->>> IMPORT TOVUTI ROOT SPACING <<<----------*/
    @import url("tovuti-root-spacing.css");
    /* -----------------------------------------------------*/
    /* --------->>> IMPORT TOVUTI ROOT EFFECTS<<<-----------*/
    @import url("tovuti-root-effects.css");
    /* -----------------------------------------------------*/
    /* ---------->>> IMPORT TOVUTI ROOT FORMS <<<-----------*/
    @import url("tovuti-root-forms.css?v=16");
    /* -----------------------------------------------------*/
    /* --------->>> IMPORT TOVUTI ROOT BUTTONS <<<----------*/
    @import url("tovuti-root-buttons.css?v=12");
    /* -----------------------------------------------------*/

    @import url("tovuti-root.css?v=3");




/* --------->>> IMPORT LEARNER DASHBOARD STYLING <<<----------*/




    /* ------ -->>> IMPORT STANDARD OVERALL PAGES <<<---------*/
    @import url("learner/lp-standard.css");
    /* -------------------------------------------------------*/

    /* ---------->>> IMPORT LEARN PORTAL HEADER <<<-----------*/
    @import url("learner/lp-header.css?v=4");
    /* -------------------------------------------------------*/

    /* ---------->>> IMPORT LEARN PORTAL HEADER <<<-----------*/
    @import url("learner/lp-sidenav.css?v=3");
    /* -------------------------------------------------------*/

    /* ----------->>> IMPORT LEARNER DASHBOARD <<<------------*/
    @import url("learner/lp-dashboard.css?v=7");
    /* -------------------------------------------------------*/

    /* -------------->>> IMPORT COURSE ARCHIVE <<<------------*/
    @import url("learner/lp-course_archive.css?v=5");
    /* -------------------------------------------------------*/

    /* ---------------->>> IMPORT COURSE <<<------------------*/
    @import url("learner/lp-course.css?v=8");
    /* -------------------------------------------------------*/

    /* -------------->>> IMPORT LESSON <<<--------------------*/
    @import url("learner/lp-lesson.css");
    /* -------------------------------------------------------*/

    /* ------------>>> IMPORT MEDIA LIBRARY <<<---------------*/
    @import url("learner/lp-media-library.css?v=3");
    /* -------------------------------------------------------*/

    /* -------------->>> IMPORT COMMUNITY <<<-----------------*/
    @import url("learner/lp-community.css?v=7");
    /* -------------------------------------------------------*/

    /* ----------->>> IMPORT GRATITUDE BOARD <<<--------------*/
    @import url("learner/lp-gratitude-board.css");
    /* -------------------------------------------------------*/

    /* ------------------->>> IMPORT BLOG <<<-----------------*/
    @import url("learner/lp-blog.css");
    /* -------------------------------------------------------*/

    /* ------------------->>> IMPORT EVENT <<<-----------------*/
    @import url("learner/lp-event.css");
    /* -------------------------------------------------------*/

    /* ------------------->>> IMPORT EVENT <<<-----------------*/
    @import url("learner/lp-forum.css?v=5");
    /* -------------------------------------------------------*/

    /* ------------------->>> IMPORT EVENT <<<-----------------*/
    @import url("learner/lp-virtual-classroom.css");
    /* -------------------------------------------------------*/

    /* ------------------->>> IMPORT EVENT <<<-----------------*/
    @import url("learner/lp-virtual-classroom-modal.css");
    /* -------------------------------------------------------*/







/* --------->>> IMPORT ADMIN DASHBOARD STYLING <<<----------*/



    /* ------------------->>> IMPORT EVENT <<<-----------------*/
    @import url("learner/lp-standard.css");
    /* -------------------------------------------------------*/



/* --------->>> IMPORT LANDING PAGE STYLING <<<----------*/




    /* ------ -->>> IMPORT STANDARD OVERALL PAGES <<<---------
    @import url("landing/lp-standard.css");
    -------------------------------------------------------*/





/* ---------- IMPORT CUSTOM CLIENT ROOT COLORS <<<-----------

    @import url("tovuti-client-customizations.css");

----------------------------------------------------------*/










