/*
 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-footer .widget-title {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 12px;
}

.rs-footer .recent-post-widget {
    margin-top: 0px !important;
}

.wbcom-ld-dashboard .ld-dashboard-header-button .ld-dashboard-add-course, .wbcom-ld-dashboard .ld-dashboard-location .ld-dashboard-left-panel.all, #wpProQuiz_user_overlay #wpProQuiz_user_content #wpProQuiz_resetUserStatistic, .ld-dashboard-student-quiz-attempt-container #quiz_progress_details > h4, .rs-blog-details .ps-navigation {
	display: none;
}

.custom-print-button {
	background: #00a2e8;
	padding: 10px 40px;
	border-radius: 50px;
}

.custom-print-button:hover {
	background-color: #00a2e8;
	opacity: .85;
}

#ld-dashboard-course-report #ld-dashboard-course-report-table_filter label input[type="search"], #ld-dashboard-report .dataTables_wrapper .dataTables_filter input[type="search"], #ld-dashboard-course-report .dataTables_wrapper .dataTables_filter input[type="search"] {
	font-size: 15px !important;
	padding-top: 12px !important;
	padding-left: 35px !important;
}

@media print {
	#page, #scrollUp, .custom-print-button, #wpProQuiz_overlay_close, th .statistic_data {  
		display: none !important;
	}

	#wpProQuiz_user_content tr {
		display: table-row !important;
	}

	tfoot tr {
		display: table-row !important;
	}
}