.learndash-wrapper div#ld-profile .ld-profile-summary .ld-profile-stats {
    display: none;
}

/*Change the LD CG ribbon color*/
.ld-course-list-items .ld_course_grid .thumbnail.course .ribbon {
background: #777777;
}

.ld-course-list-items .ld_course_grid .thumbnail.course .ribbon:before {
border-top: 4px solid #777777;
border-right: 4px solid #777777;
}

/*Change the LD CG button color*/
.ld-course-list-items .ld_course_grid .btn-primary {
background-color: #0cb4ce;
border-color: #0cb4ce;
}
