.col-overflow-hiddden {
    .col-inner {
        overflow: hidden;
    }
}

form.wpforms-form input,
form.wpforms-form textarea {
  color: #3a3a3a !important;
  background: none !important;
  border-width: 0 !important;
  border-bottom: 1px solid #3a3a3a !important;
  font-weight: 600 !important;
}

form.wpforms-form button {
  margin-top: 15px !important;
  padding: 10px 45px !important;
  color: white !important;
  background: #9B2334 !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #3a3a3a !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;

  &:hover {
    background: white !important;
    color: #9B2334 !important;
  }
}
