/*
 Theme Name:   Edubin Child
 Theme URI:    https://themeforest.net/item/edubin-education-lms-wordpress-theme/24037792
 Description:  Education LMS WordPress Theme Edubin Child Theme
 Author:       ThePixelcurve
 Author URI:   https://themeforest.net/user/pixelcurve
 Template:     edubin
 Version:      1.0.0
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Tags:          custom-header, custom-logo, blog, theme-options
 Text Domain:  edubin-child

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
*/

/*---Смена стиля страницы курсов---*/

body.single-sfwd-courses .ld-layout {
  display: block;
}

body.single-sfwd-courses .ld-layout .ld-enrollment {
  width: 210px;
}

body.single-sfwd-courses .ld-layout #ld-enrollment__pricing-label {
  font-size: 18px !important;
}

/* .single-course-layout-03 .edubin-course-single-wrap {
    width: 100%;
} */
.single-course-layout-03 .edubin-course-single-wrap {
    width: calc(100% - 30px);
    margin: 0 auto;
}

body.single-sfwd-courses .edubin-page-title-area{
    display: none;
}

body.single-sfwd-courses .content-area{
    padding-top: 20px !important;
}

.related-post-wrap.related_course {
    padding-left: 15px;
    padding-right: 15px;
}

.ld-icon-search{display: none !important;}