.bg-primarymf {
        background-color: rgba(100, 100, 100, 1);
}#eb-categories .eb-description, #eb-event-page .eb-description, #eb-events .eb-description, #eb-categories .eb-box-heading, #eb-events .eb-box-heading, #eb-event-page .eb-box-heading
{
  background-color: transparent;
}

.table-striped tbody tr:nth-child(2n+1) td, .table-striped tbody tr:nth-child(2n+1) th
{
  background-color: transparent !important;
}

#eb-categories .eb-box-heading, #eb-events .eb-box-heading, #eb-event-page .eb-box-heading
{
  color: #fff !important;
}


.eb-event-title {
    font-family: 'Abhaya Libre', sans-serif;
    color: #000000;
   
}

.eb-event-item-grid-default-layout .eb-event-date-time {
    font-weight: 500;
    color: var(--eb-grid-default-datetime-color, inherit);
}

.eb-event-main-categorymf {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
    background-color: #dedede;
    padding: 6px 10px;
    color: #fff;
    font-size: .8125rem;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 5px;
}
.eb-event-item-grid-default-layout .eb-event-main-category {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
    background-color: #dedede;
    padding: 6px 10px;
    color: #fff;
    font-size: .8125rem;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 5px;
}