.tribe_event{}
.tribe_event__item {
    border: 1px solid #F2EBD2;
    filter: drop-shadow(4px 4px 50px rgba(0, 0, 0, 0.08));
    margin-bottom: 32px;
}
.tribe_event__item:last-child {

}
.tribe_event__item.month_title {
    background-color: #1E4C6B;
    filter: none;
    border-radius: 14px;
    border:0 none;
    padding-left: 30px;
    padding-right: 30px;
    height: 72px;
    display: flex;
    align-items: center;
}
.tribe_event__item.month_title .title {
    color: #FFF;
    margin-bottom: 0;    
    line-height: 1.2;
    margin-top: -12px;
}
.tribe_event__item_inner {
    background-color: #FFF;
    border-radius: 14px;
    display: flex;
    /* min-height: 440px; */
    overflow: hidden;
    /* align-items: center; */
    justify-content: space-between;
}
.past_event .tribe_event__item_inner {
    filter: grayscale(1);
    opacity: 0.6;
    pointer-events: none;
}
.tribe_event__item.month_title.past_event {
    background-color: #587082;
}
.tribe_event__item__image {
    min-width: 385px;
    width: 385px;
    /* min-height: 440px; */
}
.tribe_event__item__image .image {
    height: 100%;
    background-color: #BDBEC0;
    display: block;
}
.tribe_event__item__image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.tribe_event__item__date_details {
    padding: 60px;
    padding-left: 40px;
    display: flex;
    width: 100%;
} 
.tribe_event__item__date {
    margin-right: 36px;
    min-width: 107px;
    width: 107px;
    text-align: center;
}
.tribe_event__item__date .date {
    color: #1E4C6B;
    font-size: 70px;
    font-family: "Objektiv-Mk1-Bold";
    line-height: 1;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 5px;
}
.tribe_event__item__date .date span {
    margin-bottom: 10px;
    display: inline-block;
    color: #918F79;
    font-size: 20px;
    line-height: 1;
    font-family: "PlusJakartaSans-ExtraBold";
    width: 100%;
}
.tribe_event__item__details {
    width: 100%;
}
.tribe_event__item__details .title {
    line-height: 1.4;
    margin-bottom: 10px;
}
.tribe_event__item__details .time_slot {
    margin-bottom: 16px;
    font-size: 18px;
    font-family: "Objektiv-Mk1-Bold";
    font-weight: 400;
}
.tribe_event__item__details .excerpt {
    color: #000;
    margin-bottom: 30px;
}
.tribe_event__item__details .btn {
    margin-bottom: 30px;
}
.tribe_event__item__details .location {
    border-top: 1px solid #E8E2CB;
    padding-top: 18px;
    display: flex;    
    gap: 16px;
}
.tribe_event__item__details .location .icon {
    width: 24px;
    min-width: 24px;
}
.tribe_event__item__details .location .text {    
    font-family: 'Objektiv-Mk1-Regular';
    font-weight: 400;
    margin-top: 4px;
}
.tribe_event__item__details .location .vName {
    font-family: "Objektiv-Mk1-Bold";
    font-weight: 400;
    color: #000;
    display: inline-block;
}
.tribe_event__item__details .location .vName::after {
    content: ':';
}
.tribe_event__pagination > .page-numbers {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 50px !important;
    margin-bottom: 60px !important;
}
.tribe_event__pagination > .page-numbers li {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}
.tribe_event__pagination > .page-numbers li::before {
    height: 0 !important;
    width: 0 !important;
}
.tribe_event__pagination > .page-numbers li .page-numbers {
    text-decoration: none;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 18px;
    line-height: 1.4;
    font-family: "Objektiv-Mk1-Bold";
    font-weight: 400;
}
.tribe_event__list .event_type_label {
    margin-bottom: 32px;    
}

@media (max-width: 1399px) {
    .tribe_event__item__date_details {
        padding: 40px;
        padding-left: 20px;
    }
    .tribe_event__item__date {
        margin-right: 20px;
        min-width: 80px;
        width: 80px;
    }
    .tribe_event__item__date .date {
        font-size: 60px;
    }
}
@media (max-width: 1199px) {
    .tribe_event__item__image {
        min-width: 320px;
        width: 320px;
    }
    .tribe_event__item__details .btn {
        margin-bottom: 20px;
    }
    .tribe_event__item__details .excerpt { 
        margin-bottom: 20px;
    }
    .tribe_event__list .event_type_label { 
        line-height: 1.4;
    }
}
@media (max-width: 991px) {
    .tribe_event__item__date_details {
        padding: 20px;
    }
    .tribe_event__item_inner {
        flex-wrap: wrap;
    }
    .tribe_event__item__image {
        min-width: initial;
        width: 100%;        
    }
    .tribe_event__item__image .image {
		position: relative;
		display: block;
    }
    .tribe_event__item__image .image::after {
        content: '';
        display: block;
        padding-bottom: 56.25%;
    }

	.tribe_event__item__image .image img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        transform: translate(-50%, -50%);
        object-fit: cover;
        object-position: center 30%;
    }
	.tribe_event__item.month_title {
        padding-left: 20px;
        padding-right: 20px;
        height: 62px;
    }
}
@media (max-width: 575px) {
    .tribe_event__item {
        margin-bottom: 22px;
    }
    .tribe_event__item__image .image::after {
        padding-bottom: 62%;
    }
    .tribe_event__item__date_details {
        flex-wrap: wrap;
    }
    .tribe_event__item__date {
        min-width: initial;
        width: 48px;
    }
    .tribe_event__item__date .date {
        font-size: 40px;
    }
    .tribe_event__item__date .date span {
        font-size: 16px;
    }
    
}