/*
  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"] {
	background-color: #EB5E28;
  color: #fff;
  border: 2px solid #EB5E28;
  padding: 8px 24px;
  border-radius: 25px;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}

.contact input[type="submit"]:hover {
	background: #fff;
	color: #EB5E28;
	border: 2px solid #EB5E28;
}

.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: #eb5e28;
    color: #ffffff;
    padding: 5px;
    font-size: 19px;
    font-weight: 700;
    text-transform: capitalize;
}
.timetable-day ul{
	    list-style-type: none!important;
}

input#gform_submit_button_3 {
    padding: 15px;
    background-color: #eb5e28!important;
    border: none;
    color: white;
}

.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 {
    width: 100% !important;
}
.lestijden ul {
    list-style: none;
}

.lestijden .wcs3-list-item-class{
	color: #fff;
}

@media screen and ( max-width: 980px ) {
.reverse {
display: flex;
flex-direction: column-reverse;

display: -webkit-flex;
-webkit-flex-direction: column-reverse;
}
}


.menu_ctax a {
background-color: #EB5E28;
color: #fff !important;
padding: 15px 15px 15px 15px !important;
	border-radius: 100px;
	padding-bottom: 0px !important;
}
