@media only screen and (max-width: 750px) {
  .contact-wrap { height: auto!important; }
}

.form-wrap {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.input-wrap {
  width: 100%;
  display: block;
  overflow: hidden;
  margin: 20px 0!important;
} 

.input-wrap:first-child {
  margin-top: 30px!important;
}

.input-wrap.checkbox {
  margin: 10px 0!important;
}

.input-wrap.checkbox label {
  float: left;
  display: inline-block;
}

.input-wrap.checkbox input[type="checkbox"] {
  display: inline-block;
  margin: 4px 7px 0 0;
}

.input-wrap label {
  text-align: left;
  display: block;
  color: #ffffff;
  font-family: "source-sans-pro", sans-serif;
  font-size: 1.2em;
}

.input-wrap input[type="text"],
.input-wrap input[type="email"] {
  width: 100%;
  display: block;
  padding: 10px;
  border: 0;
  font-size: 1.2em;
  color: #666666;
  font-family: "source-sans-pro", sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.input-wrap input[type="text"]:focus,
.input-wrap input[type="email"]:focus,
.input-wrap textarea:focus {
  outline: none!important;
  border: 0!important;
}

.input-wrap input[type="checkbox"] {
  float: left;
  display: block;
}

.input-wrap textarea {
  width: 100%;
  display: block;
  padding: 10px;
  font-size: 1.2em;
  color: #666666;
  font-family: "source-sans-pro", sans-serif;
  resize: none;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 90px;
}

.input-wrap input.submit {
  border: 0;
  padding: 0!important;
  background-color: #e48f2d;
  font-family: "source-sans-pro", sans-serif;
  color: #ffffff;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 900;
  height: 60px;
  line-height: 62px;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

.input-wrap input.submit:hover {
  background-color: #c47b27;
}

.msg {
  background-color: red;
  padding: 10px;
  width: 100%;
}

.msg label {
  font-family: "source-sans-pro", sans-serif; 
  font-size: 1.2em;
  color: #ffffff;
}

@media only screen and (max-width: 750px) {
  .input-wrap:first-child {
    margin-top: 0!important;
  }
}
@media only screen and (max-width: 520px) {
  .input-wrap {
    margin: 10px 0!important;
  } 

  .checkbox {
    margin: 5px 0!important;
  }


  .input-wrap input.submit {
    font-size: 1.8em;
    height: 50px;
    line-height: 52px;
  }
}
