.tutor-course-filter .tutor-widget-title {
	font-size: 14px;
	margin-bottom: 10px;
}

.tutor-course-filter .tutor-list-item:not(:last-child) {
	margin-bottom: 13px;
}

.tutor-course-filter label {
	font-size: 13px;
}

h3 label {
	font-size: inherit;
	font-weight: inherit;
}

/* Course Archive page */

/* Hide the initial load */
#scltv-results {
	display: none;
}

#scltv-filter-form {
	padding: 0;
}

.tutor-course-filter-form .tutor-child-filter-list-items {
	margin-top: 16px;
}

.tutor-course-filter-form .child-terms-toggle {
	position: absolute;
	right: 0;
	top: -10px;
	padding: 5px;
	font-weight: bold;
}

.tutor-course-filter-form .hero-section {
	display: none;
}

.tutor-widget-content {
	position: relative;
}

ul.scltv_filter_parent {
	padding-left: 0;
}

#scltv_course_filter_genre h3 {
	cursor: pointer;
	display: block;
}
#scltv_course_filter_genre button.child-terms-toggle:first-of-type {
	margin-top: 8px;
}


.tutor-course-filter-form .child-terms-toggle:before {
	content: '-';
}

.tutor-course-filter-form .child-terms-toggle.collapsed:before {
	content: '+';
}

.child-terms-toggle {
	background-color: transparent;
}
body.in-person-content .child-terms-toggle {
	color: #fff;
}

/* filter toggle for mobile */
button.scltv_mobile_course_filter_toggle {
	background-color: transparent;
	border: solid 1px #333;
	border-radius: 5px;
	color: #333;
	padding: 7px 12px;
}



body.in-person-content #scltv-filter-form .tutor-form-control {
	color: #fff;
}


/* Online */

/* Reset Filters button */
.course-keyword-search.tutor-form-control,
.course_level,
.tutor-btn.scltv-clear-filters {
	background-color: #fff !important;
}
body.in-person-content .tutor-btn.scltv-clear-filters {
	background-color: transparent;
}

/* In-Person */
body.in-person-content .course-keyword-search.tutor-form-control,
body.in-person-content .course_level,
body.in-person-content .tutor-btn.scltv-clear-filters {
	background-color:transparent !important;
}

/* Reset Filters button */
body.in-person-content .tutor-btn.scltv-clear-filters:hover, 
body.in-person-content .tutor-btn.scltv-clear-filters:focus {
	background-color: #f04b51!important;
	border:#fff;
	color: #fff;
}



body.in-person-content button.scltv_mobile_course_filter_toggle {
	border: solid 1px #fff;
	color: #fff;
}
body.in-person-content .tutor-color-black {
	color: #fff;
}

select#course_level {
	border: 1px solid rgb(189, 189, 189);
}

body.in-person-content select#course_level {
	border: 1px solid #fff;
}
body.in-person-content select#course_level:focus,
body.in-person-content select#course_level:focus option {
	color: #fff;
}

/* Prevent body scroll when filter is open */
/*.scltv-scroll-locked {
	position: fixed;
	left: 0;
	right: 0;
	overflow: hidden;
}*/
html.scltv-scroll-locked,
body.scltv-scroll-locked {
	overflow: hidden;
	height: 100%;
}


.ajax_loading {
	text-align:center;
	margin: 100px auto 0;
	
}
.scltv-pagination .active {
	background-color: #ff9a33;
	color: #000;
}
body.in-person-content .scltv-pagination .active {
	background-color: rgb(240, 75, 81);
	color: #000!important;
}
body.in-person-content .scltv-pagination a:hover,
body.in-person-content .scltv-pagination a:focus {
	background-color: rgb(240, 75, 81);
	border-color: rgb(240, 75, 81);
	color: #000 !important;
}
body.in-person-content .scltv-pagination .active {
	background-color: rgb(240, 75, 81);
	border-color: rgb(240, 75, 81);
	color: #000 !important;
}
body.in-person-content .scltv-pagination .active:hover,
body.in-person-content .scltv-pagination .active:focus {
	border-color: #fff;
	color: #fff !important;
}
.scltv-pagination {
	flex-direction: row!important;
}

.scltv-pagination ul.tutor-pagination-numbers {
	margin-top: 0!important;
}
/*
For infinite scroll
*/
.tutor-pagination.scltv-pagination {
	display: none;
}

/* RESPONSIVE STUFF */
/* MOBILE ONLY */
@media (max-width: 768px) {
	#scltv-results .tutor-card-footer {
		display: none !important;
	}
	.tutor-col-12 {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	/* Make the course grid 2 columns on mobile */
	.in-person-content #scltv-results-wrapper .tutor-courses-wrap.tutor-grid-3,
	.in-person-content #scltv-results .tutor-courses-wrap.tutor-grid-3 {
		grid-template-columns: repeat(2, 1fr) !important;
		grid-gap: 15px;
	}
}

/* RESPONSIVE STUFF */
/* WIDER THAN MOBILE ONLY */
@media (min-width: 768px) {
	.scltv-pagination {
			flex-direction: column;
	}	
	.scltv-pagination ul.tutor-pagination-numbers {
		margin-top: 10px;
	}
}

/* END Course Archive page */