/*
  Theme Name: Blazter Thema
  Theme URI: https://blazter.nl/
  Version: 1.2.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 WANT DIT IS FENCE *********/
/* 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: 20px;
	background: #212775;
	border: 2px solid #212775;
	width: 100%;
	font-size: 18px;
	cursor: pointer;
	transition: 0.3s;
	color: #fff;
	border-radius: 10px;
}

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


/* TOP HEADER */
.top-header span{
	padding: 0px 4px;
    display: inline-block;
}
.top-header .active{
    border-bottom: 2px solid orange;
}

.top-header .tel:before{
	content: "\e090";
    font-family: 'etModules';
    margin-right: 10px;
}

.top-header .email:before{
	content: "\e076";
    font-family: 'etModules';
    margin-right: 10px;
}

.gform_required_legend{
	display: none !important;
}