/*
 Theme Name:   Educavo Child
 Theme URI:    https://keenitsolutions.com/products/wordpress/educavo
 Description:  Educavo Child
 Author:       RS Theme
 Author URI:   http://rstheme.com
 Template:     educavo
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */

.rs-courses .meta-part .tutor-btn.tutor-course-list-btn{
  display: none;
}
.rs_course_style1 .courses-item .content-part .meta-part li span.price{
   padding-top: 15px;
}

body .rs-courses.rs_course_style1 .course-price, body .rs-courses.rs_course_style1 .price{
display: block !important;
}


body .tutor-course-filter-wrapper .tutor-course-filter-container, body .tutor-courses-wrap .tutor-course-filter-container{
	padding-top: 0px;
}

@media (max-width: 1250px) {
	body .tutor-courses-wrap{
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media only screen and (max-width: 767px) {
    body.archive .tutor-courses-wrap {
        padding-top: 80px !important;
    }
}