@media all and (min-width: 900px) {
  body .ade-form .ade-form__fields .field  {
    width: calc(100% / 2 - 30px);
  }
}
@media all and (max-width: 900px) and (min-width: 760px) {
  body .ade-form .ade-form__fields .field {
    width: calc(100% / 2 - 30px);
  }
}
@media all and (max-width: 760px) {
  body .ade-form .ade-form__fields .field {
    width: 100%;
    margin-left: 0 !important;
  }
}

.ade-form .ade-form__fields .field.form-textarea{
  width : 100%;
  margin-left: 0!important;
}

.ade-form .ade-form__fields input[type="date"]{
  background-color: #fff;
  color: #000!important;
}

.ade-form .field.form-textarea textarea {
  padding: 15px;
  width: 100%;
  font-size: 14px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  background: none;
  border: 1px solid #d72e89;
  border-radius: 4px;
  font-family: inherit;
  resize: vertical;
  min-height: 10em;
}

.ade-int-redirect-cntnr {
  background: #D72E8926;
  text-align: center;
  font-weight: 700;
  padding: 25px 50px;
}

.ade-int-redirect-cntnr .ade-int-redirect-txt {
  color: #000;
  margin-bottom: 20px;
  line-height: 1.5;
}

.ade-int-redirect-cntnr .ade-int-redirect-link {
  background: #D72E89;
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 25px;
  display: inline-flex;
  align-items: center;
  transition: all .3s;
}

.ade-int-redirect-cntnr .ade-int-redirect-link:hover {
  background-color: #a5276b;
  color: #FFF;
}

.ade-int-redirect-cntnr .ade-int-redirect-link span {
  display: block;
  margin-right: 4px;
}

.ade-int-redirect-cntnr .ade-int-redirect-link:after {
  display: none !important;
}

