/* Custom Event List overrides */

.custom-event-list-wrapper {
  max-width: 300px;
  margin-bottom: 10px;
  clear: both;
}

.custom-event-list {
  padding: 10px 0;
  box-sizing: border-box;
  border: 1px solid #000;
  margin-bottom: 10px;
  clear: both;
}

.custom-event {
  padding-bottom: 10px;
  clear: both;
}

.custom-event-datebox {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 10px;
  border: 1px solid #000;
}

.custom-event-datebox span {
  display: block;
  text-align: center;
}

.custom-event-datebox span:first-child {
  font-weight: bold;
  background-color: #000;
  color: #fff;
}

.custom-event-title {
  font-weight: bold;
}

.custom-featured-badge {
  display: none;
  font-size: 11px;
  font-weight: 600;
  padding: 2px 6px;
  border: 1px solid #000;
  margin-left: 6px;
  text-transform: uppercase;
}

.custom-event-when {
  font-size: 13px;
  margin-top: 2px;
}

.custom-event-desc {
  margin-top: 6px;
}

.custom-event-controls {
  margin-top: 6px;
}

.custom-event-link {
  margin-top: 6px;
}


