.wpcf7-text {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #ffffff;
  height: 40px;
  padding-right: 30px;
  color: #777777;
  position: relative;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.wpcf7-text:focus {
  border-color: #d4a000;
  outline: 0;
}

.wpcf7-textarea {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #ffffff;
  padding-right: 30px;
  border-color: #e1e1e1;
  color: #777777;
  height: 7em;
  position: relative;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.wpcf7-textarea:focus {
  border-color: #d4a000;
  outline: 0;
}

.wpcf7-submit {
  float: right;
  padding: 7px 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600 !important;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #d4a000;
  color: #fff;
  transition: all 0.2s ease-in-out;
}
.wpcf7-submit:hover,
.wpcf7-submit:focus,
.wpcf7-submit:active {
  color: #d4a000;
  background-color: #fff;
  border-color: #d4a000;
}

.wpcf7-response-output {
  color: #72582b;
  background-color: #f7f0ce;
  margin: 20px 0 !important;
  border-radius: 5px;
  border: none !important;
  padding: 15px !important;
}

.name-input {
  width: 70%;
}

.email-input {
  width: 80%;
}
.phone-input {
  width: 50%;
}

.wpcf7-list-item-label {
  font-size: 12px;
  font-weight: 400;
  color: #777777;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .name-input,
  .email-input,
  .phone-input {
    width: 100%;
  }
}
