.event-calendar-events-list{
      background: #0d2f5e;
  
}

.event-calendar-event-item-title {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
    width: 100%;
}

.event-calendar-event-item-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0px;
    display: block;
    height: 150px;
    margin-right: 25px;
    width: 255px;
    min-width: 75px;
    
}

.event-calendar-event-item-date {
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    text-transform: none;
  display:block; padding:5px;
  background-color: #eb0254;
      max-height: 20px;
}
.event-calendar-event-item-category{
  
 display:none; 
}


.col-min{
  
/*min-height:30px !important;  */
}
.header {
    overflow: visible !important; 
}
