@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,900,400italic);
/*body {
  color: #f5f5f5;
  background-color: #000;
}*/

.widget-title {
  color: #f5f5f5;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}

.event-list {
  font-family: "Lato", sans-serif;
  list-style: none;
  margin: 0 0 1em;
}

.event {
  background-color: whitesmoke ;
  margin-bottom: 1em;
  min-height: 150px;
}
.event .date {
  background-color: #f7a33b;
  line-height: 1;
  padding: 0 12px 2px;
}
@media (min-width: 40em) {
  .event .date {
    float: left;
    height: 150px;
    margin-right: -120px;
    text-align: center;
    text-transform: uppercase;
    width: 120px;
  }
}
.event .date a {
  color: inherit;
}
.event .date span {
  font-size: 2em;
  font-weight: 300;
  margin-right: 5px;
}
@media (min-width: 40em) {
  .event .date span {
    display: block;
  }
}
@media (min-width: 40em) {
  .event .date .day {
    font-size: 4em;
    font-weight: 300;
    margin-top:5px
  }
}
.event .date .month {
  font-weight: 900;
  margin-top:4px;
}
@media (min-width: 40em) {
  .event .date .month {
    font-size: 2.2em;
  }
}
.event .date .year,
.event .date .time {
  line-height: 1.3;
}
@media (min-width: 40em) {
  .event .date .year,
  .event .date .time {
    font-size: .9em;
    font-weight: 400;
  }
}
.event .info {
  /*color: #f5f5f;*/
  padding: 6px 12px;
}
@media (min-width: 40em) {
  .event .info {
    margin-left: 120px;
  }
}
.event .info .title {
  color: #f5f5f5;
  font-family: inherit;
  font-weight: 300;
  font-size: 1.3em;
}
@media (min-width: 40em) {
  .event .info .title {
    font-size: 1.75em;
  }
}
.event .info .desc {
  color: #f5f5f5;
  font-weight: 300;
  margin-bottom: 0;
}
