/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .single_course_join {
    display: none !important;
 }

 .sidebar_widget.themeborder {
    display: none !important;     
 }

 .learn-press-tabs.tabs .quizzes {
    display: none !important;
 }
 .learn-press-tabs.tabs .orders {
   display: none !important; 
 }
 .course-nav.course-nav-tab-instructor {
   display: none !important; 
 }

 /* #course-item-content-header .lp-button-back {
   margin-top: 12px;
 } */

 .learn-press-message.error {
   background: red;
   color: #ffffff;
 }