/*

Theme Name: Yimb
Author: Buro N11
Author URI: https://www.n11.nl
Description: Het officiële Yimb Wordpress-thema!
Version: 1.0

*/

/* Aangepaste styling voor Advanced Custom Fields: */

p.form_title {
  color: #4a4a4a;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5em;
  margin: 1.5em 0;
}

.wpcf7-form p label, .wpcf7-form span.social {
  color: #848484;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}
.wpcf7-form p label {
  margin-bottom: 1em;
}

.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  margin: 1em 0 2em 0;
}

.wpcf7-form .wpcf7-form-control-wrap .Socialmediakanalen {
  margin: 0 0 1em 0;
}

input, select, textarea {
  background: #f4f4f4;
  border: 1px solid #ddd;
  color: #4a4a4a;
  padding: 15px;
  width: 100%;
}

.wpcf7-form span.wpcf7-not-valid-tip {
  margin-top: 1em;
  text-transform: none;
}

.wpcf7-form span.wpcf7-list-item {
  display: block;
  margin: 0;
}

.wpcf7-form input[type=checkbox] {
  display: none;
}

.wpcf7-form span.wpcf7-list-item-label::before {
  content:'';
  position: absolute;
  top: 0;
  left: -30px;
  height: 21px;
  width: 21px;
  background-color: #fff;
  border: 1px solid #ddd;
  transition: all .15s ease-in-out;
}

.wpcf7-form span.wpcf7-list-item-label:hover::before {
  border-color: #ccc;
}

.wpcf7-form input[type=checkbox]:checked + span.wpcf7-list-item-label:after {
  content: "\f00c";
  position: absolute;
  left: -28px;
  top: 2px;
  font: normal normal normal 14px/1 FontAwesome;
  color: #ead14b;
  font-size: 18px;
}

.wpcf7-form span.wpcf7-list-item-label {
  font-size: 16px;
  font-weight: normal;
  position: relative;
  text-transform: capitalize;
  margin-left: 30px;
  color: #4a4a4a;
}

input[type=submit] {
  background: #6db0b0;
  color: #fff;
  line-height: 1em;
  padding: 17px 30px;
  text-decoration: none;
  border-radius: 50px;
  width: auto;
  border: none;
  display: inline-block;
}
