.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
    background-color: #fff;
    color: #000;
    width: 100%;
}

#footer .textwidget p {
  color: #fff !important;
}

#footer .widget a {
  color: #fff !important;
}

.cns-contact-email {
  word-break: break-all;
}

.contact-form-left-padding {
  padding-left: 200px;
}

@media only screen and (max-width: 900px) {
  .contact-form-left-padding {
  	padding-left: 50px;
  }
}