#popunie-content .vfbp-form .vfb-form-group {
  margin-bottom: 0;
}

#popunie-content .vfbp-form,
#popunie-content .vfbp-form * {
  line-height: inherit;
}

#popunie-content .vfb-col-12 {
  padding: 0;
  margin-bottom: 35px;
  float: none;
}
#popunie-content .vfb-col-12.vfb-fieldType-heading,
#popunie-content .vfb-col-12.vfb-wizard {
  margin-bottom: 0;
}
#popunie-content .vfb-col-12.vfb-fieldType-instructions {
  margin-bottom: 15px;
}

#popunie-content .vfbp-form .vfb-help-block {
  margin: 0;
}

#popunie-content .vfbp-form label {
  margin-bottom: 0;
  font-weight: inherit;
  font-size: inherit;
}

#popunie-content .vfbp-form p {
  margin-bottom: 0;
}

select.select-filter,
#popunie-content .vfbp-form .vfb-form-control,
form.mc4wp-form input[type="text"],
form.mc4wp-form input[type="email"] {
  display: block;
  width: 100%;
  min-height: 60px;
  padding: 15px 20px;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: none;
  -webkit-box-shadow: none;
  transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
select.select-filter:focus,
#popunie-content .vfbp-form .vfb-form-control:focus,
form.mc4wp-form input[type="text"]:focus,
form.mc4wp-form input[type="email"]:focus
input[type="submit"],
#popunie-content .vfbp-form .btn {
  border-color: rgba(0,167,229,1);
  outline: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
#popunie-content .vfb-well input[type="text"],
#popunie-content .vfb-well input[type="email"] {
  background-color: #ffffff;
}

select.select-filter,
#popunie-content .vfbp-form select.vfb-form-control {
  position: relative;
  height: 60px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 1;
}
select.select-filter:hover,
#popunie-content .vfbp-form select.vfb-form-control:hover {
  cursor: pointer;
}

.select-wrapper:before,
#popunie-content .vfbp-form .vfb-fieldType-select .vfb-form-group:before {
  content: 'T';
  font-size: 28px;
  line-height: 30px;
  right: 20px;
  position: absolute;
  top: 15px;
  color: #333333;
  font-family: "dripicons-v2" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 0;
}

#popunie-content ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #bbbbbb;
}
#popunie-content :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #bbbbbb;
   opacity:  1;
}
#popunie-content ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #bbbbbb;
   opacity:  1;
}
#popunie-content :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #bbbbbb;
}
#popunie-content ::-ms-input-placeholder { /* Microsoft Edge */
   color:    #bbbbbb;
}

#popunie-content .vfb-fieldType-page-break,
#popunie-content .vfb-fieldType-currency label,
#popunie-content .vfb-fieldType-select label,
#popunie-content .vfb-fieldType-date label,
#popunie-content .vfb-fieldType-checkbox > label,
#popunie-content .vfb-fieldType-radio > label,
#popunie-content .vfb-fieldType-instructions label,
#popunie-content .vfb-fieldType-url label,
#popunie-content .vfb-fieldType-text label,
#popunie-content .vfb-fieldType-email label {
  display: none;
}

#popunie-content .vfbp-form .vfb-has-error .vfb-help-block,
#popunie-content .vfbp-form .vfb-has-error .vfb-control-label,
#popunie-content .vfbp-form .vfb-has-error .vfb-radio-inline,
#popunie-content .vfbp-form .vfb-has-error .vfb-checkbox-inline {
  color: rgba(237,28,36,1);
  font-weight: 600;
}
#popunie-content .vfbp-form .vfb-has-error .vfb-radio,
#popunie-content .vfbp-form .vfb-has-error .vfb-checkbox {
  color: #333333;
}
#popunie-content .vfbp-form .vfb-help-block {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}
#popunie-content .vfbp-form .vfb-fieldType-instructions .vfb-help-block {
  margin-top: 0;
  font-size: inherit;
  line-height: inherit;
  color: #333333;
}
#popunie-content #vfbField70 {
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 75px;
}

#popunie-content input[type="checkbox"],
#popunie-content input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 4px;
  float: none;
  height: 36px;
  width: 36px;
  line-height: 34px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  text-align: center;
  display: inline-block;
  box-shadow: none;
  -webkit-box-shadow: none;
  transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}
#popunie-content input[type="radio"] {
  border-radius: 50%;
}
#popunie-content input[type="checkbox"]:focus,
#popunie-content input[type="radio"]:focus {
  border-color: #cccccc;
  outline: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
#popunie-content input[type="checkbox"]:checked:before,
#popunie-content input[type="radio"]:checked:before {
  content: 'S';
  font-size: 28px;
  line-height: 34px;
  left: 0;
  position: relative;
  top: 0;
  color: rgba(0,167,229,1);
  font-family: "dripicons-v2" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#popunie-content input[type="radio"]:checked:before {

}

#popunie-content .vfb-fieldType-submit {
  /*display: none;*/
}

#popunie-content .vfbp-form .vfb-radio,
#popunie-content .vfbp-form .vfb-checkbox {
  margin-top: 0;
  margin-bottom: 10px;
  min-height: 36px;
}
#popunie-content .vfbp-form .vfb-radio label,
#popunie-content .vfbp-form .vfb-checkbox label {
  height: 36px;
  line-height: 36px;
  position: relative;
  padding-left: 46px;
}

#popunie-content .vfb-well {
  min-height: 0;
  padding: 30px 30px 10px;
  margin: 0 0 35px;
  background-color: rgba(241,241,241,1);
  border: none;
  border-radius: 0;
  overflow: hidden;
}

#popunie-content .vfb-well h4 {
  color: rgba(0,167,229,1);
}

#popunie-content .vfb-well .vfb-col-12 {
  margin-bottom: 25px;
}

#popunie-content .vfbp-form .vfb-fieldType-select .vfb-form-group,
.select-wrapper {
  position: relative;
  background-color: #ffffff;
  border-radius: 4px;
}

.footer-nieuwsbrief form.mc4wp-form input[type="text"],
.footer-nieuwsbrief form.mc4wp-form input[type="email"] {
  min-height: 44px;
  padding: 7px 14px;
  background-color: #ffffff;
  color: #333333;
}

.footer-nieuwsbrief input[type="submit"]:hover {
  cursor: pointer;
}

.footer-nieuwsbrief input[type="submit"]:focus {
  outline: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}

@media screen and (max-width: 739px)
{
  #popunie-content #vfbField70 {
    margin-bottom: 50px;
  }

#popunie-content .vfb-col-12.vfb-wizard.actions {
    margin-bottom: 33px;
  }
}

@media screen and (max-width: 599px)
{
  #popunie-content .vfb-col-12 {
    margin-bottom: 25px;
  }

  #popunie-content #vfbField70 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 35px;
  }

  #popunie-content .vfb-well {
    padding: 20px 20px 0px;
  }
}

@media screen and (max-width: 459px)
{
  select.select-filter,
  #popunie-content .vfbp-form .vfb-form-control,
  form.mc4wp-form input[type="text"],
  form.mc4wp-form input[type="email"] {
    min-height: 48px;
    padding: 10px 10px;
  }

  select.select-filter,
  #popunie-content .vfbp-form select.vfb-form-control {
    height: 48px;
  }

  .select-wrapper:before,
  #popunie-content .vfbp-form .vfb-fieldType-select .vfb-form-group:before {
    font-size: 24px;
    line-height: 48px;
    right: 10px;
    top: 0;
  }

  .vfb-col-12.vfb-wizard.actions {
    margin-bottom: 23px;
  }
}
