/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/


/********************** FORMULIER ***********************/
input,
select {
	padding: 10px 15px !important;
}

/* FOUTMELDING */
.gform_wrapper div.validation_error {
	display: none !important;
}

body .gform_wrapper li.gfield.gfield_error {
	background-color: transparent !important;
    margin-bottom: 0px !important;
    border: 0px solid transparent;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

body .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	border: 2px solid #cc0000 !important;
}

body .gform_wrapper .validation_message {
	padding-top: 5px !important;
	color: #cc0000 !important;
}

body .gform_wrapper .gfield_error .gfield_label {
	color: inherit !important;
}

#landingspagina .row-bg-overlay {
	background: radial-gradient(rgba(0,0,0,.2) 0%, rgba(0,0,0,1) 100%) !important;
	opacity: 1;
}

#toggleLight {
	width: 30px;
	height: 30px;
	background: linear-gradient(to right, white 0%, white 49.99%, transparent 50%);
	opacity: .3;
	border-radius: 25px;
	position: fixed;
	right: 30px;
	bottom: 50px;
	border: 2px solid white;
	transition: .4s ease-in-out;
	cursor: pointer;
}

#toggleLight:hover {
	opacity: 1;
	transform: rotate(180deg);
}

.home .slide-out-widget-area-toggle {
	display: none !important;
}