/*
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 input[type="number"],
.contact textarea {
	padding: 10px 20px !important;
	border-radius: 5px;
	border: 1px solid #bbb;
}

.contact input[type="submit"] {
	padding: 10px 20px;
	background: linear-gradient(99.71deg, #C7AA46 26.08%, #FFE489 53.65%, #C7AA46 77.83%) !important;
	border-radius: 10px;
	font-weight: 700;
	border: 2px solid transparent;
	font-size: 18px;
	cursor: pointer;
	transition: 0.3s;
	color: #000;
}

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

/* Button */
.custom-button-gradient a.et_pb_button.dipi-button-grid.dipi-button-wrap {
	background: linear-gradient(99.71deg, #C7AA46 26.08%, #FFE489 53.65%, #C7AA46 77.83%) !important;
	border-radius: 10px;
	font-weight: 700;
}

/* Home Diensten blokjes */
.gold-hover {
	cursor: pointer;
}

.gold-hover:hover a.diensten-discover-button {
	transition: 0.3s;
	background: linear-gradient(99.71deg, #C7AA46 26.08%, #FFE489 53.65%, #C7AA46 77.83%) !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
}

/* Gold text */
span.gold {
	background: linear-gradient(99.71deg, #C7AA46 26.08%, #FFE489 53.65%, #C7AA46 77.83%) !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
}

span.small-text {
	font-size: 14px !important; 
}

.dvmm_menu_inner_container.dvmm-fe.dvmm_fixed {
	background: #fff;
}

.dvmm_menu_inner_container.dvmm-fe.dvmm_fixed ul.dvmm_menu>li a {
	color: #000 !important;
}

.dvmm_menu_inner_container.dvmm-fe.dvmm_fixed .dvmm_mobile_menu_toggle_icon {
	color: #000 !important;
}
