/* Style sheet for the single event pages */
.itinerary-upload-container {
  max-width: 200px;
}

#genesis-sidebar-primary {
  display: none;
}

.single-lems_events #genesis-content {
  width: 100% !important;
}
#genesis-content {
  width: auto !important;
}

.single-lems_events .discount {
  background-color:rgb(170,255,176);
  font-size: .85em;
  margin-left:10px;
  padding:3px 8px;
  border-radius:3px;
}

.single-lems_events .old-price {
    position: relative;
    text-decoration: none;
}

.single-lems_events .old-price:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: red;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-15deg);
}

.single-lems_events .new-price {
  color:rgb(87,149,91);
}

.single-lems_events .dashicons {
  padding-top:3px;
}

.single-lems_events .subscript {
  font-style: italic;
  font-size: .85em;
}
