/*
Theme Name: EducationPress Child
Theme URI: http://www.demos.themecycle.com/educationpress
Author: ThemeCycle.com
Author URI: https://themecycle.com
Description: Premium Wordpress LMS theme base on CoursePress Pro Plugin
Version: 1.0.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: educationpress
Tags: custom-background, threaded-comments, translation-ready, one-column, two-columns, three-columns, four-columns, custom-menu, theme-options, left-sidebar, right-sidebar, featured-images, full-width-template, threaded-comments, post-formats, rtl-language-support, custom-colors

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
#menu-item-cp-courses {    display: none;}#menu-item-cp-logout {    display: none;}

/* css course detail -module , lecture, videos text color tree structure design  Date: 28th-July-2017 */
.course_structure_page_li.single_column > label { background-color: #eee;}

.course_structure_page_li   > label { background-color: #eee;}



.course_structure_page_li.single_column > label { background-color: #eee; }
.course_structure_page_li > label { background-color: #eee !important;}

.course-structure-block .tree .course_structure_unit_label .single_column {
    background-color: #ff5722;
}
.course-structure-block .tree .course_structure_unit_label {
    background-color: #ff5722;
}
.course-structure-block .tree .course_structure_unit_label .tree-unit-left, .tree-unit-right {
    color: #fff;
}


.custom-class-normaltext {
    font-weight: normal;
}

.course_structure_page_li.single_column a:hover, .course_structure_unit_label.single_column a:hover {
    background: transparent none repeat scroll 0 0 !important;
    text-decoration: underline;
}



.single_column .tree-unit-left > a {
    color: #fff;
}


 /* css for save student progress Date: 28th-July-2017 */
#save_student_progress {
    background-color: #ff5722;
    border-radius: 3px;
    color: #fff;
    float: left;
    padding: 10px;
}

#save_student_progress:hover{
	background: #0583e4 none repeat ;
	
}


/* ----- group page left images css DOC: 31-July-2017 ----- */

.group-member-leftside-img img {
    border: 2px solid #ff5722;
    padding: 5px;
}

.sepretor {
    background: #0583e4 !important;
    margin: 8px auto 0 !important;
    padding: 5px !important;
    width: 90% !important;
    box-shadow: 5px 8px 9px black;
}

.sepretor span {
    border-radius: 5px !important;
    font: 22px Montserrat,sans-serif !important;
    float: left !important;
    padding: 0 18px !important;
}

/*  ----- END HERE -----*/
/* ---- Css to hide download certificates button  : 14-March-2019 ---*/

/* .user_download_certificates{ display: none; } */
