.event-repeats .width-3 {
    display: inline-block;
    width: 50%;
}
#event-info{
  display: block;
  width: 100%;
}
.event-outer > div {
    position: relative;
}
.event-repeats,
#reapeating-daily,
#reapeating-weekly,
#reapeating-monthly,
#reapeating-yearly {
    display: none;
}
#repeating > input:checked ~ .event-repeats{
    display: block;
}
#Daily:checked ~ #reapeating-daily{
  display: block;
}
#Weekly:checked ~ #reapeating-weekly{
    display: block;
}
#Monthly:checked ~ #reapeating-monthly{
    display: block;
}
#Yearly:checked ~ #reapeating-yearly{
    display: block;
}
.repeating-button > input[type="radio"] {
  opacity: 0;
  outline: none;
  z-index: 100;
  width: 27px;
  height: 27px;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.repeating-button > label{
  margin: 2px;
  background-color: #0073aa;
  background-color: #dddddd;
  color: #000;
  padding: 4px 7px;
  display: inline-block;
}
.repeating-button > input:checked + label{
  background-color: #0073aa;
  color: #fff;
}
#reapeating-weekly input[type=checkbox] {
  display: none;
}

#reapeating-weekly input[type=checkbox] + label {
  display: inline-block;
  border-radius: 6px;
  background: #dddddd;
  padding: 8px 12px;
  margin-right: 3px;
  text-align: center;
  cursor: pointer;
}

#reapeating-weekly input[type=checkbox]:checked + label {
  background: #0073aa;
  color: #ffffff;
}
.datepicke-label{
  display: block;
}
.specific_day{
  display: none;
}
.nth_item {
  display: none;
}
.last_day{
  display: none;
}
#specific_day:checked ~ .specific_day{
  display: block;
}
#nth_day:checked ~ .nth_item{
    display: block;
}
#reapeating-monthly > input[type="radio"]{
  display: none;
}
#last_day:checked ~ .last_day{
      display: block;
}

#reapeating-monthly > input[type="radio"] + label{
  display: inline-block;
  margin: 4px;
  padding: 5px;
  background-color: #dddddd;
  color: #000;
}

#reapeating-monthly > input[type="radio"]:checked + label{
  background-color: #0073aa;
  color: #fff;
}

#reapeating-yearly > input {
    display: none;
}

#reapeating-yearly > input[type="radio"] + label{
  display: inline-block;
  margin: 4px;
  padding: 5px;
  background-color: #dddddd;
  color: #000;
}

#reapeating-yearly #specific_day_of_year:checked + label{
  background-color: #0073aa;
  color: #fff;
}
#reapeating-yearly #year_last_day:checked + label{
  background-color: #0073aa;
  color: #fff;
}

#reapeating-yearly #nth_year:checked + label{
  background-color: #0073aa;
  color: #fff;
}

.specific_day_of_year,.nth_item_of_year,.year_last_day{
  display: none;
}

#specific_day_of_year:checked ~.specific_day_of_year, #nth_year:checked ~ .nth_item_of_year,#year_last_day:checked ~.year_last_day{
  display: block;
}
.venue label {
    display: block;
}
.venue select,.venue input {
  width:100%;
}


.organizer label {
  display: block;
}
.organizer input{
  width: 100%;
}
