/*
  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 input[type="submit"] {
	padding: 11px 44px; 
	background-color: #F5BA41;
    border-color: #F5BA41;
    border-radius: 5px;
    font-weight: bold !important;
	font-size: 20px;
	cursor: pointer;
	transition: 0.3s;
	color: #003166;
}

.contact input[type="submit"]:hover {
	color: #F5BA41!important;
    background-color: #003166!important;
    border-color: #003166!important;
}

/*** REMOVE LABEL ON FIELDS USING PLACEHOLDER ***/
.gform_wrapper .top_label .gfield_label,
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {

}
/*** FIELD STYLING ***/
input[type=text],
textarea {
 background: #eee;
 border: none!important;
 border-radius: 0!important;
 color: #999 !important;
 padding: 15px !important;
}


