/**
 * contact page
 */
.contact img {
  float: right;
}
.contact span {
  display: block;
}
.contact iframe {
  margin-top: 5%;
}

input, textarea, select {
  border: 1px solid rgba(62, 148, 202, 0.3);
}

select {
  background: transparent;
  padding: 14px 18px;
  font-size: 16px;
}

textarea {
  padding: 14px 21px;
  height: 10em !important;
}

.wpcf7-form-control.wpcf7-select {
  background-color: #ecf4f9;
  
  /* Add any other styling you want */
}
.wpcf7-form-control.wpcf7-textarea {
  background-color: #ecf4f9;
  /* Add any other styling you want */
}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    background-color: #ecf4f9;
    /* Add any other styling you want */
}


input.wpcf7-form-control.wpcf7-submit {
  display: block;
}

label {
  min-width: 95px;
  margin-bottom: 1.5rem;
}

span.wpcf7-list-item {
  display: block !important;
}

input[type=date] {
  padding: 9px 18px;
}

/*# sourceMappingURL=contact.css.map */
