.th-contact-wrap {
  text-align: center;
  max-width: 600px;
  margin: auto;
  position: relative;
  padding: 10px 0 44px;
}
.th-contact-wrap ul li {
  text-align: left;
}
.th-contact-wrap ul li:last-child {
	width: 150px;
}
.th-contact-wrap input {
  display: block;
  width: 100%;
  height: 40px;
  outline: none;
  border: 1px solid #ccc;
  padding: 10px 12px 10px 12px;
  font-size: 14px;
  font-weight: 500;
  color: #555;
  transition: all 500ms ease;
  font-family: 'Open Sans', sans-serif;
  background-color: #ffffff;
  cursor: pointer;
  box-shadow: none;
}
.th-contact-wrap input:focus {
  border: 1px solid #527400;
}
.th-contact-wrap label {
  line-height: 25px;
  color: #555;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
.th-contact-wrap label strong {
  color: #cf0303;
}
.th-contact-wrap h3 {
  color: #527400;
  text-align: left;
  margin-bottom: 30px;
}
.th-contact-wrap .th-submit-btn {
  color: #fff;
  background-color: #333;
  text-align: center;
  vertical-align: middle;
  padding: 10px 15px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}
.th-contact-wrap .th-submit-btn:hover {
  color: #fff;
  background-color: #527400;
}
.th-contact-wrap .wpcf7 form.invalid .wpcf7-response-output {
  text-align: left;
  padding: 0;
}
.th-contact-wrap .wpcf7 form.sent .wpcf7-response-output {
  text-align: left;
  padding: 0;
}

@media only screen and (max-width:500px){
.th-contact-wrap {
  padding: 8px 0 30px;
}
}