/*
Theme Name: MasterStudy Child
Template: masterstudy-4.8.144
*/


body .courses_filters .stm_lms_courses_grid__sort {
  border: none !important;
}

body .courses_filters .stm_lms_courses_grid__sort .select2 {
  height: 42px;
}

body .courses_filters .stm_lms_courses_grid__sort .select2 .select2-selection {
  height: 40px;
}


body .courses_filters .stm_lms_courses_grid__sort .select2 {
  border: 1px solid #dfe1e5 !important;
}

span.select2-container--default span.select2-selection--single span.select2-selection__rendered {
  line-height: 40px;
}


.blog_layout_grid .post_list_item_title {

}

.blog_layout_grid .post_list_featured_image img {
  max-width: none;
}


.post_list_item_excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    text-overflow: ellipsis;
    overflow: hidden;
}