/*
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: 0;
	border: none;
	border-bottom: 1px solid #fff;
	color: white;
	background: none;
	font-size: 18px;
}

.contact legend,
.contact fieldset .gchoice{
	color: white;
}

.contact input[type="text"]::placeholder,
.contact input[type="email"]::placeholder,
.contact input[type="tel"]::placeholder,
.contact textarea::placeholder {
	color: white !important;
}

.contact input[type="submit"] {
	padding: 20px;
	background: #3a78ba;
	border: 2px solid #fff;
	font-size: 18px;
	cursor: pointer;
	transition: 0.3s;
	color: #fff;
	background: none !important;
	width: 100%;
	text-transform: uppercase;
	font-family: 'Russo One',Helvetica,Arial,Lucida,sans-serif;
}

.contact input[type="submit"]:hover {
	background: #d5b64c !important;
	border: 2px solid #d5b64c;
	color: #000;
	font-size: 18px;
	font-weight: 400;
}

span.yellow {
	color: #d5b64c !important;
}

.learn-more-btn {
	width: 100%;
}

.footer-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer-container-item {
	width: 25%;
}


/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
	.footer-container-item {
		width: 100%;
		margin: 10px 0;
	}
}

#et-main-area{
	margin-top: -60px;
}


.contact-dark input[type="text"],
.contact-dark input[type="email"],
.contact-dark input[type="tel"],
.contact-dark textarea {
	padding: 10px 20px !important;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #000;
	color: #000;
	background: none;
	font-size: 18px;
}

.contact-dark legend,
.contact-dark fieldset .gchoice{
	color: #000;
}

.contact-dark input[type="text"]::placeholder,
.contact-dark input[type="email"]::placeholder,
.contact-dark input[type="tel"]::placeholder,
.contact-dark textarea::placeholder {
	color: #000 !important;
}

.contact-dark input[type="submit"] {
	padding: 20px;
	background: #3a78ba;
	border: 2px solid #000;
	font-size: 18px;
	cursor: pointer;
	transition: 0.3s;
	color: #000;
	background: none !important;
	width: 100%;
	text-transform: uppercase;
	font-family: 'Russo One',Helvetica,Arial,Lucida,sans-serif;
}

.contact-dark input[type="submit"]:hover {
	background: #d5b64c !important;
	border: 2px solid #d5b64c;
	color: #000;
	font-size: 18px;
	font-weight: 400;
}

a.youtube-link {
    color: #d5b64c;
}

