input,
textarea,
select,
button {
  font-family: "Nunito";
  font-size: 16px;
  color: #273f5b;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
button {
  border: none;
  background-color: transparent;
  cursor: pointer;
}
button::-moz-focus-inner {
  border: none;
  padding: 0;
}
textarea {
  overflow: hidden;
  resize: none;
}
label:not([for="facceptance"]) {
  display: block;
  margin-bottom: 5px;
}
label:not([for="facceptance"]).required:after {
  content: " *";
  color: #FF0000;
}
.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-quiz,
.wpcf7-select,
.wpcf7-text,
.wpcf7-textarea,
.wpcf7-number,
.wpcf7-date,
#comment,
#author,
#email,
#url,
.search-field {
  width: 100%;
  border: 1px solid #cccccc;
  padding: 10px;
  box-sizing: border-box;
}
.wpcf7-quiz:focus,
.wpcf7-select:focus,
.wpcf7-text:focus,
.wpcf7-textarea:focus,
.wpcf7-number:focus,
.wpcf7-date:focus,
#comment:focus,
#author:focus,
#email:focus,
#url:focus,
.search-field:focus {
  border-color: #a6a6a6;
}
.wpcf7-textarea {
  height: 150px;
}
/* ########## Checkbox, Radio ########## */
span.wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-radio {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}
.wpcf7-radio span.wpcf7-list-item {
  margin-right: 10px;
}
input[type="radio"],
input[type="checkbox"] {
  display: none;
}
input[type="radio"] + .wpcf7-list-item-label,
input[type="checkbox"] + .wpcf7-list-item-label {
  display: block;
  padding-left: 25px;
  position: relative;
  cursor: pointer;
}
input[type="radio"] + .wpcf7-list-item-label:before,
input[type="checkbox"] + .wpcf7-list-item-label:before {
  content: "\f10c";
  font-family: "FontAwesome";
  font-size: 22px;
  position: absolute;
  top: 0;
  left: 0;
  color: #cccccc;
}
input[type="radio"]:checked + .wpcf7-list-item-label:before,
input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
  color: #273f5b;
}
input[type="radio"]:checked + .wpcf7-list-item-label:before {
  content: "\f05c";
}
input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
  content: "\f05d";
}
/* ########## Form Messages ########## */
span.wpcf7-not-valid-tip {
  font-size: 14px;
  padding-top: 10px;
}
div.wpcf7-response-output {
  padding: 20px 15px;
  margin: 0 0 25px 0;
  text-align: center;
}
