/*
Theme Name: WPLMS Blank ChildTheme
Theme URI: http://www.VibeThemes.com    
Description: Child Theme for WPLMS WordPress Theme
Author: VibeThemes
Author URI: http://themeforest.com/user/vibethemes
Template: wplms
Version: 1.0
*/

@import url("../wplms/style.css");

body { 
font-family: 'Lato', sans-serif !important;
font-size: 16px !important;
line-height: 26px !important;
}

p { 
	font-family: 'Lato', sans-serif !important;
	font-size: 16px !important;
	line-height: 26px !important;
}

p strong { font-weight: 700 !important; }

/* Navigation */

nav > .menu > li > a, .sleek .topmenu > li > a, .sleek nav > .menu > li > a { font-family: 'Lato', sans-serif !important; }

/* Hide some elements on the platform */

#commissions-personal-li,
#user-activity,
#footerlogo {
	display: none !important;
}

/* Login */

#vibe_bp_login { background: #1c1c1c !important; }


/* Quiz */

.course_timeline, .quiz_details { background-color: #fff !important; }

.quiz_bar { background: #fff !important; }

.course_timeline { background-color: #1c1c1c !important; }

.create-group-button.begin_quiz,
.create-group-button.submit_quiz { background-color: #ff4177 !important; } 

/* Course tab */

#buddypress .item-list-tabs#subnav ul li a { 
background-color: #f7f7f7 !important; 
color: #444 !important;
}

#buddypress .item-list-tabs#subnav ul li.current a {
    background-color: #ff4177 !important;
    color: #fff !important;
}

/* Hide Free badge */

.course_curriculum .course_lesson span.free { display: none !important; }

/* Hide enrolled students widget on course page */

.students_undertaking { display: none !important; }

/* Quiz timer */

.quiz_timer { color: #444 !important; }

.countdown+span { top: 125px !important; }