input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px #f5f4f5 inset;
}
.gfield_label {
display: none;
}
.label_visible .gfield_label {
display: block;
}
.gfield {
margin-bottom: 15px;
}
.wpb_column .gfield.form2col:nth-child(even) {
padding-left: 10px;
}
.wpb_column .gfield.form2col:nth-child(odd) {
padding-right: 10px;
}
.wpb_column .gfield.form2col {
width: 50%;
display: inline-block;
}
input[type=checkbox], input[type=radio] {
margin-right: 4px;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="password"] {
color: #303030;
width: 100%;
height: 38px;
background-color: #f7f7f7;
padding-left: 10px;
border: 1px solid rgba(204, 204, 204, 0.47);
border-radius: 0;
border-bottom: none;
}
textarea {
color: #303030;
width: 100%;
height: 82px;
background-color: #f7f7f7;;
padding-left: 10px;
padding-top: 5px;
border: 1px solid #ccc;
border-radius: 0;
border-bottom: none;
}
input[type=submit] {
background: #13e473;
color: white;
font-size: 22px;
padding: 12px 30px 12px 14px;
border-radius: 2px;
display: inline-block;
position: relative;
transition: .25s;
background-image: url(//romandeklusman.nl/wp-content/themes/romandeklusman/assets//images/right-thin-chevron.png);
background-repeat: no-repeat;
background-position: 93%;
padding: 8px 20px;
display: inline-block;
text-align: left;
transition: .2s;
border-radius: 2px;
color: white;
font-size: 20px;
line-height: 34px;
font-weight: 500;
width: 100%;
max-width: 190px;
min-height: 50px;
border: none;
outline: none;
}
input[type=submit]:hover {
background-color: #35ad57;
background-position: 95%;
color: white;
}
.gform_footer {
text-align: right;
}
.gform_wrapper textarea, .gform_wrapper input[type="text"], .gform_wrapper  input[type="email"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="password"]{
box-shadow: inset 0px 0px 1px 0px rgba(188, 188, 188, 0.7);
-webkit-box-shadow: inset 0px 0px 1px 0px rgba(188, 188, 188, 0.7);
-moz-box-shadow: inset 0px 0px 1px 0px rgba(188, 188, 188, 0.7);
}
label {
font-weight: 300;
font-size: 16px;
}
.gfield > label {
font-weight: 500;
}
.vc_row-has-fill .wpb_column .gform_wrapper {
border: 3px solid #39379a;
box-shadow: 10px 13px 0px -4px #39379a;
}
.wpb_column .gform_wrapper {
background-color: white;
padding: 26px;
box-shadow: 0 20px 0 -12px #1e2632;
-webkit-box-shadow: 0 20px 0 -12px #1e2632;
-moz-box-shadow: 0 20px 0 -12px #1e2632;
margin-bottom: 40px;
border: 2px solid #1e2632;
}
#offerte-aanvragen .wpb_column .gform_wrapper {
background-color: white;
padding: 26px;
box-shadow: 0 20px 0 -12px #39379a;
-webkit-box-shadow: 0 20px 0 -12px #39379a;
-moz-box-shadow: 0 20px 0 -12px #39379a;
margin-bottom: 40px;
border: 2px solid #39379a;
}
h3.gform_title {
font-size: 28px;
color: #303030;
margin-bottom: 15px;
display: inline-block;
width: initial;
padding-right: 10px;
font-weight: 600;
margin-top: 0;
}
span.gform_description {
display: none;
}
select.medium {
width: 100%;
height: 37px;
padding-left: 8px;
border-radius: 6px;
box-shadow: 0px 3px 3px -1px rgba(0, 0, 0, 0.15);
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-image: url(//romandeklusman.nl/wp-content/themes/romandeklusman/assets//images/select-arrows.png);
background-repeat: no-repeat;
background-position: right;
background-size: contain;
border-color: #ebebeb;
outline: none;
}
.formkleincol:nth-child(odd) {
width: 30%;
display: inline-block;
padding-right: 10px;
}
.formkleincol:nth-child(even) {
width: 30%;
display: inline-block;
padding-left: 10px;
}
.formgrootcol:nth-child(odd){
width: 70%;
padding-right: 10px;
display: inline-block;
}
.formgrootcol:nth-child(even){
width: 70%;
padding-left: 10px;
display: inline-block;
}
.gfield_checkbox li {
display: inline-block;
padding-right: 12px;
}
input[type=checkbox], input[type=radio] {
margin-right: 2px;
} .gfield_radio li {
display: inline-block;
padding-right: 5px;
position: relative;
width: 30px;
height: 24px;
float: right;
}
.gfield_radio li label {
position: absolute;
left: 0;
top: 0;
font-size: 0;
background: url(//romandeklusman.nl/wp-content/themes/romandeklusman/assets//images/star-rating.png) no-repeat left;
width: 25px;
height: 24px;
margin-bottom: 0;
}
.gfield_radio li:hover label, .gfield_radio li:hover ~ li label, .gfield_radio li input:checked + label {
background-position: right;
}
.recensie-form .gfield_radio li.star-fill label{
background-position: right;
}
.gfield_radio {
display: inline-block;
overflow: hidden;
}
.gfield_radio li input[type="radio"] {
width: 25px;
height: 24px;
margin-top: 0;
margin-right: 0;
outline: none;
visibility: hidden;
}
.validation_error {
margin-bottom: 10px;
color: #9a0407;
font-weight: 600;
}
.gfield_description.validation_message {
margin-top: 5px;
color: #9a0407;
font-weight: 600;
}