/*
Theme Name: Blazter Thema
Theme URI: https://blazter.nl/
Version: 1.0.0
Template: Divi
Author: Blazter Support Team
Author URI: https://blazter.nl/
Description: Fantastisch mooi
Text Domain: blazter-thema
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/********* LATEN STAAN *********/
/* Center items in column */
.column-center {
	margin: auto;
}

/* Reverse columns in a row */
@media all and (max-width: 980px) {
	div.row-reverse {
		display: flex;
		flex-direction: column-reverse;
	}
}

/* Gravity Forms Styling */
.contact h2.gform_submission_error{
	padding-bottom: 0px;
}

.contact input[type="text"],
.contact input[type="email"],
.contact input[type="tel"],
.contact textarea {
	padding: 10px 20px !important;
	border-radius: 5px;
}

.contact input[type="submit"] {
	padding: 10px 20px;
	background: #3a78ba;
	border: 2px solid #3a78ba;
	font-size: 18px;
	cursor: pointer;
	transition: 0.3s;
	color: #fff;
}

.contact input[type="submit"]:hover {
	background: #fff;
	color: #3a78ba;
}

span.red {
	color: #F31B31 !important;
}

span.small-title {
	font-size: 18px;
}

/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
	span.small-title {
		font-size: 14px;
	}
}

.sporten-overzicht-container div.fwpl-result {
	padding: 15px;
	border: 1px solid #F7F7F7;
	cursor: pointer;
}

.sporten-overzicht-container .sport-image {
	margin-bottom: 15px;
}

.sporten-overzicht-container .sport-title a {
	font-size: 42px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Bebas Neue',display;
	line-height: 1.05em;
}

.sporten-overzicht-container div.sport-button a {
	display: block;
	width: 100%;
	background: #F31B31;
	border: 1px solid #F31B31;;
	padding: 10px 20px;
	text-align: center;
	margin-top: 15px;
	transition: 0.3s;
}

.sporten-overzicht-container div.sport-button a:hover {
	background: #000;
	border: 1px solid #fff;
}

.sporten-overzicht-container div.sport-button a button {
	background: inherit;
	border: 0;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer
}

.vink ul li {
	padding: 5px;
}

.vink ul {
	list-style-image: url('https://martialartscenter.nl/wp-content/uploads/Vector-1.png');
}


.footer-rooster .et_pb_tab.et-pb-active-slide{
	background-color: #f7f7f7 !important;
}

.footer-rooster ul.et_pb_tabs_controls:after{
	border: none !important;
}

.footer-rooster ul li.et_pb_tab_active{
	border: 2px solid black;
}

.footer-rooster ul li{
		border-radius: 10px;
}

.footer-rooster .et_pb_tab_0_tb_footer{
	margin-right: 10px;
}

.footer-rooster .et_pb_tabs_controls{
	display: flex;
	justify-content: center;
}

.footer-rooster ul.et_pb_tabs_controls{
	background-color: #f7f7f7;
}

.rooster-onder{
	color: #000000;
}

.rooster-onder .timetable-dayname{
	color: #000000 !important;
}

@media all and (max-width: 980px) {
	.timetable{
		display: flex;flex-wrap: wrap;
	}
	.timetable .timetable-day{
		width: 100% !important;
		margin-right: 0px !important;
	}
}

.lestijden .timetable .timetable-day{
	width:100% !important;
}
.lestijden .timetable .timetable-day .timetable-dayname{
	display: block; color: #ffffff; padding: 0px !important;
	font-size:16px; font-weight:700;text-transform: capitalize;
	background: none !important;
}

.lestijden .timetable .timetable-day .timetable-dayname{
	color: black;
}

.lestijden .timetable .timetable-day ul.timetable-dayschedule{
    text-align: left;
	margin-top:0px !important;
}
.lestijden a{
	color: #ffffff !important;
}
.timetable{
	display: flex;flex-wrap: wrap;
}
.timetable .timetable-day{
	width: 31%; margin-right: 10px;margin-bottom:20px;
}
.timetable .timetable-day .timetable-dayname{
	display: block; background: #990000; color: #ffffff; padding: 5px;font-size:19px; font-weight:700;text-transform: capitalize;
}
.timetable .timetable-day ul.timetable-dayschedule{
list-style: none;margin:0;padding:0;
}
.timetable .timetable-day ul.timetable-dayschedule li{
font-size:14px;
}