/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* ===============================
   Tutor LMS Fixes
   =============================== */

.tutor-fs-6{
    font-size:14px;
}

.tutor-fs-7{
    font-size:12px;
}

.tutor-color-success {
  color: #3f3544;
}

.tutor-fs-5 {
  font-size: 18px;
  color: #3f3544;
}

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

/* Parent stylesheet should be loaded from functions.php not using @import */