/*
Theme Name: Blazter Child Theme
Description: Op maat ontwikkelde website.
Author:   Blazter.nl https://blazter.nl
Template: Divi
*/

@import url("../Divi/style.css");

/********* 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;
	}
}
/********* END LATEN STAAN *********/
.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: 15px;
}

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

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

span.light-blue {
	color: #00B1A8 !important;
}

/* Footer */
ul.footer-menu {
	list-style-type: none;
	columns: 2;
	padding: 0;
}

@media (max-width: 980px) { 
	ul.footer-menu {
		columns: 1;
	}
}

.et_pb_divider_0:before {
	border-radius: 50px !important;
}