/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Child theme for Hello Elementor.
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/
.profile-rating-media,
.tutor-course-ratings,
.tutor-meta.tutor-mt-auto {
    display: none !important;
}

.tutor-course-card .tutor-course-name {
    overflow: visible !important;
    -webkit-line-clamp: 100 !important;
    -webkit-box-orient: horizontal !important;
}

.tutor-user-public-profile .tutor-user-profile-content h3 {
    font-size: 20px !important;
    line-height: 24px;
}

.tutor-course-details-ratings {
    display: none !important;
}

.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .tutor-user-profile-sidebar {
    margin-top: 179px !important;
}

/* NOTE begin 991px */
@media screen and (max-width: 991px) {
    .tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .tutor-user-profile-sidebar {
        display: none !important;
    }
}

/* NOTE end 991px */