/*
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 textarea {
	height: 144px !important;
}

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

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

@media all and (min-width: 980px) {
	.tarieven-knop {
		width: 90%;
		position: absolute;
		left: 15px;
		bottom: 15px;
	}
}
