.newsletter-title .webform-message {
  margin-bottom: 0;
  color: #ffffff;
  line-height: 26px;

}
.newsletter-button .button {
background: #222;
  color: #ffffff !important;
  line-height: 1;
  padding: 21px 122px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600!important;
  border-radius: 0;
  transition: .3s;
  border: none;
  cursor: pointer;
  transition: .3s;
}
.newsletter-button .button:hover {

  background: #f36233;
}
.error {
  color:red;
}
.confirm-msg {
  color:green;
}
.contact-address-link .contact-list h4, .contact-address-link .contact-list p {
  color:#000;
}
