.wp-block-eventon-blocks-evo-eventon-main {
  display: none;
}

.evoau_form_container {
  padding-bottom: 2rem;
}

body .evoau_submission_form {
  background-color: #cccccc;
}

.evoau_submission_form h2.evoff_1i {
  font-family: "Punktype" !important;
  font-weight: 400;
  font-size: 2.2rem;
  margin-top: 0;
  margin-bottom: 1rem;
}

.evoau_terms_list.evoau_dropdown_trig.evopad10-20.evobr8.evoff_2.evocl1 {
  width: 100%;
}

.evodfx.evofxdrr.evogap10.evofxaic {
  flex-wrap: wrap;
}

.evoau_event_details {
  min-height: 300px;
}

.evoau_submission_form .row p.checkbox_row .evoau_cat_select_field {
  max-height: 100%;
}

.evoau_submission_form .evoau_table .row p.checkbox_row span {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}
@media only screen and (min-width:481px) {
  .evoau_submission_form .evoau_table .row p.checkbox_row span {
      grid-template-columns: repeat(auto-fill, minmax(max(min(200px, 100%), (100% - (0rem * (5 - 1))) /5), 1fr));
  }
}

.evoau_table:not(:has(.event_type_21.select)) > .row:has(.event_type_2) {
  display: none;
}


.evoau_file_field span.evoau_img_btn {
  color: var(--wp--preset--color--base);
}

.row.au_captcha .evo_field_container span {
  color: var(--wp--preset--color--base);
}

.evoau_submission_form p #evoau_submit.evoau_event_submission_form_btn {
  border-radius: 10px;
  font-family: "Crass";
  padding: calc(1rem + 3px) 2rem 1rem 2rem !important;
}

/* Submission Message */
.evoau_submission_form.successForm {
  padding: 0;
  background-color: var(--wp--preset--color--accent-1);
}
.evoau_success_msg p.evodfx.evofxjcc.evofxdrc.evofz18i.evotac {
  line-height: 2rem;
}
.evoau_success_msg i {
  margin:auto;
}
