.single-event .desc_trig_outter {
  display: none;
}

.single-event .evcal_evdata_row {
  padding: 10px 20px;
  margin: 10px 0;
}

.single-event .event_description {
  margin-top: 15px;
}

@media (min-width: 601px) {
  .single-event .event_description {
    display: grid !important;
    grid-template-columns: 6fr 5fr;
    grid-column-gap: 15px;
  }

  .single-event .event_description .evo_metarow_details {
    grid-column: 2 / 2;
    grid-row: 1 / span 10;
    margin-top: 0;
    padding-top: 0;
  }
}

.single-event .event_description > div {
  grid-column: 1 / 1;
  background: white;
  border: none;
}

.single-event .event_description .evo_h3 {
  color: #343434;
  padding-bottom: 0;
  font-size: 14px;
  border-bottom: 1px dashed #343434;
  margin-bottom: 10px;
  line-height: 1.3em;
  letter-spacing: .5px;
  padding-left: 0;
}

.single-event .event_description .tbrow,
.single-event .event_description .evcal_evdata_row {
  background: white;
}

.single-event .event_description .tb .tbrow {
  display: flex;
}

.single-event .event_description .evcal_col50 {
  border: 1px dashed #343434;
}

.single-event .event_description .evcal_col50:first-of-type {
  margin-right: 10px;
}

.single-event .event_description .evcal_col50:last-of-type {
  margin-left: 10px;
}

@media (max-width: 600px) {
  .single-event .event_description .tb .tbrow {
    display: block;
  }

  .single-event .event_description .evcal_col50 {
    margin: 10px 0;
    border-bottom: 1px dashed #343434 !important;
  }
}

.single-event .event_description .evo_metarow_tix {
  border: 1px dashed #343434;
}

.single-event .event_description .evo_metarow_details .evo_h3 {
  font-size: 18px;
  border-top: 1px dashed #262626;
  color: #262626;
  border-bottom-color: #262626;
  padding-top: 5px;
  padding-bottom: 10px;
}

.single-event .event_description .evo_card_row_end {
  display: none;
}

.single-event .evcal_evdata_row .evcal_evdata_icons {
  display: none;
}

.single-event .evcal_evdata_row .evcal_evdata_cell {
  padding-left: 0;
}

.single-event .evotx_orderonline_trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.single-event .evcal_btn {
  background: #50c3c8;
}

.single-event .eventon_list_event .evo_metarow_tix .evoTX_wc {
  padding-top: 0;
}

#main-content .single-event .event_description p {
  font-size: 14px;
  font-style: normal;
}

.single-event .evcal_evdata_row.evcal_event_details .evcal_evdata_cell p {
  font-family: arial;
  color: #262626;
}

.single-event .evcal_eventcard .evo_metarow_tix .tx_wc_notic, .evoTX_wc .tx_wc_notic {
  margin-left: -20px;
  margin-right: -20px;
}

.single-event .evotx_success_msg span {
  margin-top: 0;
  border-top: none;
  padding-bottom: 10px;
}
