/*

CONTACT PAGE

*/
.contact .page-splash{
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../../images/splash/contact.jpg');
}

.contact-form{
  background: #fff;
}

form.wpcf7-form {
  padding-top: 20px;
  margin: 0 auto;
  width: 55%;
}

form.wpcf7-form input,
form.wpcf7-form textarea{
  width: 100%;
}

/* p tag next to each input */
form.wpcf7-form p{
  color: #444;
  font-size: 16px;
  font-family: 'pt-sans', sans-serif;
  margin-top: 15px;
  line-height: 30px;
  margin-bottom: 15px;
  display: block;
  position: relative;
}
div.wpcf7-response-output{
  font-size: 15px;
  margin: 0em 0em 1em;
}
div.wpcf7 img.ajax-loader{
  position: absolute;
  top: 5px;
  left: 115px;
}

/* inputs in contact form */
.wpcf7-form-control{
  width: 50%;
  border: 1px solid #dfdfdf;
}

/* button on contact form */
input.wpcf7-form-control.wpcf7-submit.btn.btn-default {
  width: 100px;
  background: steelblue;
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 10px;
}
