.email-signup {
  background: #ECECEC;
  width: 100%;
  padding: 60px 15px 77px;
  display: inline-block;
  box-sizing: border-box;
  margin-top: -4px;
}
.email-signup .input-container {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.email-signup input.signup {
  max-width: 60%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 2%;
  border: none;
  font-size: 14px;
  outline: none;
}
.email-signup input.button {
  max-width: 40%;
  -webkit-appearance: inherit;
  padding-top: 16px;
  background-color: #222222;
  border: none;
  padding-bottom: 15px;
  padding-left: 0px !important;
  color: #fff;
  outline: none;
}
.email-signup input {
  float: left;
  width: 100%;
  margin: 0 !important;
  border-radius: 0;
}
.email-signup p {
  text-transform: uppercase;
  font-size: 18px;
  margin: 0;
  line-height: 26px;
  color: #000;
}
.email-signup form {
  margin-top: 20px;
}
.email-signup #response h4 {
  margin-top: 15px;
  /* padding-top: 10px; */
  display: inline-block;
  color: green;
  font-size: 14px;
}
.email-signup #email-error {
  position: absolute;
  left: 5px;
  top: 3px;
  font-size: 11px;
  color: #f92949;
  font-family: 'Valera', sans-serif;
}
.email-signup form input {
  border-radius: 3px !important;
  box-sizing: border-box;
}
footer {
  background: #418FDE;
  padding: 60px 30px;
}
footer .right-cont,
footer .footer-logo {
  display: inline-block;
  box-sizing: border-box;
}
@media all and (max-width: 800px ) {
  footer .right-cont,
  footer .footer-logo {
    display: block;
  }
}
footer .right-cont {
  float: right;
  text-align: right;
}
@media all and (max-width: 800px ) {
  footer .right-cont {
    float: none;
    text-align: center;
  }
}
footer .address-footer,
footer .hours,
footer .quick-links {
  display: inline-block;
  box-sizing: border-box;
  text-align: left;
  vertical-align: top;
}
@media all and (max-width: 800px ) {
  footer .address-footer,
  footer .hours,
  footer .quick-links {
    display: block;
    text-align: center;
  }
}
footer .address-footer h5,
footer .hours h5,
footer .quick-links h5 {
  color: #fff;
  margin: 0;
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 28px;
}
@media all and (max-width: 1024px ) {
  footer .address-footer h5,
  footer .hours h5,
  footer .quick-links h5 {
    font-size: 20px;
    line-height: 26px;
  }
}
footer .address-footer p,
footer .hours p,
footer .quick-links p {
  margin: 0;
  color: #fff;
  font-style: normal;
  margin-bottom: 5px;
  font-weight: 300;
  line-height: 21px;
  font-size: 15px;
}
footer .address-footer p span,
footer .hours p span,
footer .quick-links p span {
  display: inline;
}
footer .address-footer a,
footer .hours a,
footer .quick-links a {
  text-decoration: none;
  color: #fff;
  font-style: normal;
  cursor: pointer;
}
footer .address-footer {
  padding-left: 20px;
}
@media all and (max-width: 1024px ) {
  footer .address-footer {
    padding-left: 10px;
  }
}
footer .hours {
  padding-left: 20px;
  padding-right: 20px;
}
@media all and (max-width: 1024px ) {
  footer .hours {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media all and (max-width: 800px ) {
  footer .hours {
    margin-bottom: 30px;
  }
}
footer .quick-links {
  padding-right: 20px;
}
@media all and (max-width: 1024px ) {
  footer .quick-links {
    padding-right: 10px;
  }
}
@media all and (max-width: 800px ) {
  footer .quick-links {
    margin-bottom: 30px;
  }
}
footer .footer-logo img {
  width: 200px;
}
@media all and (max-width: 1280px ) {
  footer .footer-logo img {
    width: 180px;
  }
}
@media all and (max-width: 1024px ) {
  footer .footer-logo img {
    width: 140px;
  }
}
@media all and (max-width: 800px ) {
  footer .footer-logo img {
    margin-bottom: 30px;
  }
}
footer .visit {
  margin-top: 20px !important;
  font-size: 15px;
  opacity: 0.8;
}
footer .links {
  font-size: 15px;
  opacity: 0.8;
}
footer .social {
  width: 100%;
  border-top: 1px solid #fff;
  padding-top: 20px;
  margin-top: 40px;
  display: inline-block;
}
footer .social img {
  width: 40px;
  padding-right: 15px;
}
footer .social .insta {
  width: 40px;
}
footer .social .spotify {
  opacity: 0.5;
}
footer .social a {
  display: inline-block;
}
footer .social p {
  margin: 0;
  float: right;
  color: #fff;
  font-size: 12px;
}
#response {
  display: inline-block;
  float: left;
  margin-top: 5px;
  font-size: 13px;
  color: red;
}
.alert-success {
  display: inline-block;
  float: left;
  margin-top: 5px;
  font-size: 13px;
  color: green;
}
@media only screen and (max-width: 800px) {
  footer {
    text-align: center;
  }
  footer .address-footer {
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 30px;
  }
  footer .social p {
    float: none;
    text-align: center;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 501px) {
  .email-signup input.button {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }
  .email-signup input.signup {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }
}
@media only screen and (max-width: 500px) {
  .email-signup {
    padding: 30px 15px 50px;
  }
  .email-signup input.signup {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    max-width: 100%;
  }
  .email-signup input.button {
    max-width: 100%;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 16px;
  }
  .email-signup footer {
    padding: 40px 30px;
  }
}

