

a.event {
    color: #4667ac;
    display: block;
}
#upcomingEvents a.event {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0 0 10px 0;
}
#featured-events-more .fa-angle-right:before {
    content: "\f105" !important;
    font-family: FontAwesome !important;
}
#featured-events-more .fa-angle-left:before {
    content: "\f104" !important;
    font-family: FontAwesome !important;
}

a.event:hover, a.event:focus {
  text-decoration: none;
  color: #464646;
}

a.event .inside {
    display: table;
    width: 100%;
    margin: 12px;
}

.dateOrb {
    padding: 12px;
    margin-right: 6px;
    font-size: 2.2em;
    text-align: center;
    color: #fff;
    font-family: 'Open Sans';
    font-weight: 600;
    line-height: 12px;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
}

a.event:hover .dateOrb {
  
}

.dateOrb span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin-top: 15px;
    color: #fff;
}

a.event .eventDate {
    display: table-cell;
    vertical-align: middle;
    width: 80px;
    padding-top: 5px;
}

a.event .eventDetails {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    position: relative;
    padding-left: 25px;
    transition: all .2s ease-in-out;
}
#upcomingEvents .eventDetails:before {
    content: "";
    position: absolute;
    display: block;
    background: rgba(255, 255, 255, 0.2);
    height: 50px;
    width: 1px;
    top: 15px;
    left: 0;
}
a.event:hover .eventDetails, a.event:hover .dateOrb,
a.event:focus .eventDetails, a.event:focus .dateOrb {
  opacity: 1;

}

.eventDetails .eventsTime {
    font-style: italic;
    font-size: 0.875em;
    font-weight: 100;
    display: flex;
display: block !important;
}
a.event .eventName {
    font-weight: 400;
    color: #ffffff;
    font-size: 1.2em;
    margin: 10px 0 0;
}
.eventsTime span {
    padding-right: 8px;
}
#featured-events-more button.slick-prev {
    left: inherit;

    right: 25px;
     top: 50%;
}
#featured-events-more button.slick-next {
    left: inherit;
    top: 50%;
    right: 0;

}

@media only screen and (max-width: 1200px) {
.eventDetails .eventsTime {
    display: block;
}
.eventDetails .eventsTime .break {
    display: none;
}
}