/*
Theme Name: RKP Express
Theme URI: http://themeawesome.com/wordpress-child-theme
Description: A child theme of WP-Forge
Author: ThemeAwesome.com
Author URI: http://themeawesome.com/
Template: wp-forge
Version: 6.4.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: wp-starter

Start adding your theme specific styles below.
*/


/* Child Theme Media Queries - Use the following media queries to adjust the appearance of your theme on mobile devices */
@media screen and (max-width: 39.9375em) {}/* Small only */
@media screen and (min-width: 40em) {}/* Medium and up */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}/* Medium only */
@media screen and (min-width: 64em) {}/* large and up */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}/* large only */   

/* Remove Learndash Status  */
.learndash-wrapper .ld-breadcrumbs .ld-status {
    display: none;
}

.learndash-wrapper .ld-course-status.ld-course-status-enrolled {
	display:none;
}

.learndash-wrapper .learndash_mark_complete_button {
	display:none;
}
.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details {
    display:none;
}

.learndash-wrapper .ld-topic-status .ld-progress {
    display:none;
}

.learndash .learndash_topic_dots.type-dots {
	display: none !important;
}
.learndash_mark_complete_button {
    display:none;
}

#learndash_course_status {
	display: none !important;
}
/* ***************************** */