.tt-course-category-list .stm_lms_courses_categories.style_4 .stm_lms_courses_category {
  /*width: calc(16% - 10px);*/
}
.teacher_content .title {
  font-size: 22px;
  font-weight: 600;
}
.teacher_content .content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 24px;
  font-size: 14px;
}
.tt_home_courses_list .ms_lms_courses_card > :nth-child(n+7) {
  display: none;
}
.tt_home_page_blog .post_list_inner_content_unit .post_list_item_title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.tt_home_page_blog .post_list_inner_content_unit .post_list_item_excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.blog_layout_grid .post_list_content_unit .post_list_item_title {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.blog_layout_grid .post_list_content_unit .post_list_item_excerpt p {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.blog .sidebar-area .widget_media_style_1 span {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.blog .sidebar-area .widget_media_style_1 .cats_w {
  display: none;
}
/*--------------------- Blog - single blog ------------------------------*/
.single-post .stm_post_details .post_by, .single-post .stm_post_details .comments_num, .single-post .stm_post_comments {
  display: none;
}
.tt_block_educator_item .tt_educator_image {
  flex: 0 0 50%;
}
.tt_block_educator_item .tt_educator_content {
  flex: 1;
}
.tt_block_educator_item .tt_educator_content .elementor-widget-container p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.single-post .multiseparator {
  display: none;
}
/*Teacher - single*/
.tt_class_card_list .tt_class_card .tt_class_card_subtitle p {
  margin-bottom: 0;
}
.tt_class_card_list .tt_class_card .tt_class_card_desc p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.tt_enrol_form_register_page .tt_enrol_form .form-group > p {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.tt_enrol_form_register_page .tt_enrol_form .form-group > p > label {
  flex: 0 0 60%;
  padding: 0 10px;
  margin-bottom: 0;
}
.tt_enrol_form_register_page .tt_enrol_form .form-group > p > .wpcf7-form-control-wrap {
  flex: 0 0 40%;
  padding: 0 10px;
}
.tt_enrol_form_register_page .tt_enrol_form .form-group.tt_checkbox_container > p > label {
  flex: 0 0 100%;
  padding: 0 10px;
}
.tt_enrol_form_register_page .tt_enrol_form .form-group.tt_checkbox_container > p > .wpcf7-form-control-wrap {
  flex: 0 0 100%;
  padding: 0 10px;
}
.tt_enrol_form_register_page .tt_enrol_form .form-group.tt_checkbox_container > p > .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item:nth-child(odd) {
  flex: 0 0 60%;
}
.tt_enrol_form_register_page .tt_enrol_form .form-group.tt_checkbox_container > p > .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item:nth-child(even) {
  flex: 0 0 40%;
}
.tt_enrol_form_register_page .tt_enrol_form .tt_submit_container p {
  text-align: center;
}
.tt_enrol_form_register_page .tt_enrol_form .wpcf7-list-item-label {
  font-size: 14px;
}
