/* Product categories block styles */
.event-banner-block .tp-item:first-of-type {
    padding-right: .25rem;
    padding-left: 0;
}

.event-banner-block .tp-item:last-of-type {
    padding-left: .25rem;
    padding-right: 0;
}

.event-banner-block a {
    display: block;
}

.event-banner-block a > img,
.event-banner-block a > h2 {
    display: inline;
    line-height: 1;
}

.event-banner-block a:hover,
.event-banner-block a:focus {
    text-decoration: none;
    background-color: #839bb9!important;
}

@media screen and (max-width:991px) {
    .event-banner-block .tp-item:first-of-type,
    .event-banner-block .tp-item:last-of-type {
        padding: 0;
    }
}

