/*
Theme Name: Ace MC - Uncode Child
Description: Ace MC Child theme for Uncode
Author: Antony Bailey & Undsgn™
Author URI: http://www.blackdownsolutions.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/
.wcs-timetable__list .wcs-class .wcs-class__time {
	width: 10%;
}
.no-touch .onepage-pagination .cd-label {
	color: #000000 !important;
}
.wpcf7 span.wpcf7-not-valid-tip {
	color: #ff393c !important;
}
.wpcf7 .wpcf7-mail-sent-ok {
	color: #87ff78 !important;
}
.wcs-timetable__container.wcs-timetable--with-filters.wcs-timetable--filters-left .wcs-filters__container {
	margin-top: 50px;
}
@media (max-width: 569px) {
	.wcs-filters__container {
		display: none;
	}
	.wcs-timetable__list .wcs-class .wcs-class__time {
		width: auto;
		margin: 10px 0;
	}
	.wcs-timetable__list .wcs-class .wcs-class__meta, .wcs-timetable__list .wcs-class .wcs-class__action {
		margin: 10px 0;
	}
}
@media (max-width: 959px) {
	.wcs-timetable__list.wcs-timetable__parent {
		padding: 0;
	}
	.wpcf7-form-control.wpcf7-text {
    	max-width: 100%;
	}
	.wcs-timetable__list .wcs-class .wcs-class__action {
		width: auto;
		text-align: right;
	}
	.wcs-timetable__list .wcs-class .wcs-class__time {
		text-align: center;
	}
}