
.footer input {
  margin-bottom: 30px;
  background-color: #f6f7f8;
  padding: 14px;
  font-size: 14px;
  color: #838383;
  outline: 0;
  
  width: 100%;
}

.footer input.button {
  display: inline-block;
  width: auto;
  background: url(../images/active-state.png) no-repeat;
  background-position: center bottom;

  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 27px;
}

.footer .site-footer {
  margin-top: 120px;
  background-color: #26b864;
  color: white;
  padding: 25px 0;
}
.footer .site-footer a {
  color: white;
}
.footer .site-footer span {
  margin-top: 12px;
  display: block;
}

@media (max-width: 767px) {
  .footer .contact-form {
    margin-top: 60px;
  }
}
