@charset "UTF-8";

.mwform-checkbox-field input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.mwform-checkbox-field input[type="checkbox"] + .mwform-checkbox-field-text:before {
  content: "";
  background: #f4f4f4;
  border-radius: 0;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 10px;
  margin-top: 6px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}

@media screen and (max-width: 767px) {
  .mwform-checkbox-field input[type="checkbox"] + .mwform-checkbox-field-text:before {
    width: 1em;
    height: 1em;
    margin-right: 5px;
  }
}
.mwform-checkbox-field input[type="checkbox"]:checked + .mwform-checkbox-field-text:before {
  background-color: #19b794;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.mwform-checkbox-field input[type="checkbox"]:focus + .mwform-checkbox-field-text:before {
  outline: none;
  border-color: #19b794;
}
.mwform-checkbox-field input[type="checkbox"]:disabled + .mwform-checkbox-field-text:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.mwform-checkbox-field input[type="checkbox"] + .mwform-checkbox-field-text:empty:before {
  margin-right: 0;
}

/**/

.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}

.wpcf7-acceptance input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.wpcf7-acceptance input[type="checkbox"] + .wpcf7-list-item-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 0;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 10px;
  margin-top: 6px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}

@media screen and (max-width: 767px) {
  .wpcf7-acceptance input[type="checkbox"] + .wpcf7-list-item-label:before {
    width: 1em;
    height: 1em;
    margin-right: 5px;
  }
}
.wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
  background-color: #19b794;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.wpcf7-acceptance input[type="checkbox"]:focus + .wpcf7-list-item-label:before {
  outline: none;
  border-color: #19b794;
}
.wpcf7-acceptance input[type="checkbox"]:disabled + .wpcf7-list-item-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.wpcf7-acceptance input[type="checkbox"] + .wpcf7-list-item-label:empty:before {
  margin-right: 0;
}
