.tz-double-featured-events .mec-wrap .mec-totalcal-box{display:none}
.tz-category-tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-top: 10px;
	list-style: none;
	padding: 0;
	margin-bottom: 40px;
}

.tz-category-tabs li {
	padding: 8px 18px;
	background: #ffffff;
	border-radius: 30px;
	cursor: pointer;
	transition: 0.2s ease;
	font-weight: 600;
}

.tz-category-tabs li:hover {
	background: #ddd;
}

.tz-category-tabs li.active {
	background: #000;
	color: #fff;
}

.tz-double-featured-events .mec-event-article{padding: 0;border-radius: 10px;}
.tz-double-featured-events .mec-event-image img{border-radius: 10px 10px 0 0;}
.tz-double-featured-events .mec-event-date{font-size: 13px;}
.tz-double-featured-events .mec-event-loc-place{color: #000; font-size: 14px;}
.tz-double-featured-events .mec-event-image img {
    max-height: 240px;
    width: 100%;
    object-fit: cover;
    display: block;
}

/* Reduce max-height on tablets */
@media (max-width: 768px) {
    .tz-double-featured-events .mec-event-image img {
        max-height: inherit;
    }
}

.tz-double-featured-events [class*=mec-sl-]{margin-right: 8px;}
.tz-double-featured-events .mec-booking-button{
	left: 10%;
    width: 80%;text-align: center;border-radius: 20px;color: #000; font-weight: 600; font-size: 13px;
}
.tz-double-featured-events .mec-event-content{background: #fff;padding: 25px 25px 0;}
.tz-double-featured-events .mec-event-footer{border: 0;}
.tz-double-featured-events .mec-repeating-label,.tz-double-featured-events .event-color{display: none;}
.tz-double-featured-events .mec-event-date{color: #000000;background: #fff !important;text-align: left;}

.mec-event-footer .mec-booking-button{
	background: #8bc541;
    color: #000;
	font-size: 13px;
}
.mec-load-more-button{font-size: 13px;}
.mec-load-more-button:hover{background-color: #8bc541 !important;color: #000; }