.ech-field {
  margin-top: 7px;
  display: flex;
  line-height: 30px;
  max-width: 50%;
}

.ech-field .ech-item {
  flex: auto;
  width: 50%;
}

.ech-field .ech-label {
  flex: auto;
  width: 50%;
  padding-right: 15px;
}

.ech-field input,textarea,select{
  width: 100%;
}

.ech-field input[type=checkbox]{
  width: auto;
}
.ech-field input[type=radio]{
  width: auto;
}

.ech-location-fields {
  display: none;
}

.ech-calendar-fields {
  display: none;
}

.ech-register-fields {
  display: none;
}

.ech-event-fields-form section .ech-label{
  padding-left: 15px;
  padding-right: 0;
}