/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 30 2019 | 14:51:08 */
.eventCard__calendar > .fl-module-content {
  text-align: center;
}
.eventCard__title {
  font-size: 18px;
}
.eventCard__type {
    color: #3066df;
    padding: 2px 6px;
    border-radius: 15px;
    font-size: 12px;
    margin-left: 3px;
    border: 1px solid #3066df;
}
.eventCard__location {
  color: #97aab9;
  font-size: 14px;
}
.eventCard__date {
    color: #fff;
    font-size: 30px;
  	line-height: 1;
}
.eventCard__month {
    color: #e5edf3;
    font-size: 18px;
    line-height: 0;
    font-weight: 300;
    text-transform: uppercase;
}