/*
Theme Name: Edumall Child
Theme URI: https://edumall.thememove.com/
Author: ThemeMove
Author URI: https://thememove.com/
Version: 1.0.0
Template: edumall
Text Domain:  edumall-child
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

/* Disable Tutor Dashboard Header */
#page > div > div > div.tutor-dashboard-header-wrap > div > div > div > div > div.tutor-header-user-info > div.tutor-dashboard-header-info > div,
#page > div > div > div.tutor-dashboard-header-wrap > div > div > div > div > div.tutor-header-user-info > div.tutor-dashboard-header-info > div > div {
    display: none !important;
}

/* Disable the Dashboard Info Cards */
#page > div > div > div.container.small-gutter > div > div > div > div.row.dashboard-info-cards {
    display: none !important;
}

/* Disable the Dashboard Menu Items */
#dashboard-nav-wrapper > div.dashboard-nav-content > div > ul > li.tutor-dashboard-menu-my-profile {
    display: none !important;
}


/* Disable the Dashboard Menu Items */
#dashboard-nav-wrapper > div.dashboard-nav-content > div > ul > li.tutor-dashboard-menu-reviews > a {
    display: none !important;
}


/* Disable the Tutor Instructor Info */
#single-course-ratings > div > div.tutor-instructor-info > div.instructor-ratings {
    display: none !important;
}

/* Disable the Tutor Instructor Meta */
#single-course-ratings > div > div.tutor-instructor-info > div.instructor-meta
{
    display: none !important;
}

/* Disable the Tutor Instructor Ratings */
#page-main-content > div.edumall-grid-wrapper.edumall-instructors > div > div > a > div.loop-instructor-header > div.loop-instructor-info > div.loop-instructor-rating
{
    display: none !important;
}

/* Disable the Tutor Instructor Student Details */
#page-main-content > div.edumall-grid-wrapper.edumall-instructors > div > div > a > div.loop-instructor-footer > div > div.col-shrink > div
{
    display: none !important;
}

/* Disable the Star Rating for Course in Student Dashboard */
#page > div > div > div.container.small-gutter > div > div > div > div > div.dashboard-enrolled-courses.edumall-animation-zoom-in > a > div.tutor-mycourse-content > div.tm-star-rating.style-03.tutor-mycourse-rating
{
    display: none !important;
}

/* Disable the Edit Contact Information in Student Dashboard */
#page > div > div > div.container.small-gutter > div > div > div > div:nth-child(3) > form > div.row > div:nth-child(1)
{
    display: none !important;
}


#edumall-wp-widget-course-price-filter-2,
#edumall-wp-widget-course-language-filter-2,
#edumall-wp-widget-course-rating-filter-2,
#edumall-wp-widget-course-duration-filter-2 {
    display: none !important;
}

/*
 * This CSS rule targets the anchor (link) elements within the off-canvas menu.
 * It ensures that the font size of the menu items is set to 16 pixels.
 */
#off-canvas-menu-primary a {
    font-size: 20px !important;
    padding: 10px 1px;
}

#popup-canvas-menu > div.page-popup-content > div.popup-canvas-menu-right-content {
    width: 400px;
}