/*
  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;
	}
	.timetable{
		display: flex;flex-wrap: wrap;
	}
	.timetable .timetable-day{
		width: 100% !important;
		margin-right: 0px !important;
	}
}

/* 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: #ddba00;
	border: 2px solid #ddba00;
	font-size: 18px;
	cursor: pointer;
	transition: 0.3s;
	color: #fff;
}

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

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

.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 ul{
	list-style: none;
}

.dipi_price_list_item_wrapper{
	padding: 0px 10px 0px 10px;
}

.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: #ffc021;
    color: #ffffff;
    padding: 5px;
    font-size: 19px;
    font-weight: 700;
    text-transform: capitalize;
}

video {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: red; /* Tijdelijk om te testen of de video zichtbaar wordt */
}
