.wdt-event-item { background: #F5F5F5; display: flex; flex-direction: column; padding: 35px 50px !important; justify-content: space-between; align-items: center; position: relative; transition: all 0.5s ease-in-out;}
.wdt-event-item:hover { background: var(--wdtPrimaryColor); } 
.wdt-event-item .wdt-event-meta-details h4,
.wdt-event-item .wdt-event-meta-details p,
.wdt-event-item .wdt-event-location-details p { transition: all 0.3s ease-in-out;}
.wdt-event-item:hover .wdt-event-meta-details h4 a:hover { color: var(--wdtSecondaryColor); }
.wdt-event-item:hover .wdt-event-meta-details > *, .wdt-event-item:hover .wdt-event-location-details p { color: var(--wdt-elementor-color-white);}
.wdt-event-item:hover .wdt-event-meta-details { border-color: rgba(255, 255, 255, 0.5);}
.wdt-event-item:hover .wdt-event-location-details a.wdt-event-item-button { background: var(--wdtSecondaryColor);}
.wdt-event-item.wdt-column:not(:last-child) { margin-bottom: 30px; }

.wdt-event-item .wdt-event-item-media, .wdt-event-item .wdt-event-item-media > a { display: inline-flex; max-width: 420px; width: 100%; }
.wdt-event-item .wdt-event-item-media img, .wdt-event-item .wdt-event-item-media > a img {object-fit: cover;height: intrinsic;}

.wdt-event-item .wdt-event-meta-details { height: 100%; width: 100%; display: flex; flex-direction: row; justify-content: space-between; align-items: center; transition: all 0.5s ease-in-out; border-bottom: 1px solid rgba(var(--wdtBorderColorRgb), 0.2); }
.wdt-event-item .wdt-event-meta-details h4{ margin-top: 0; }
.wdt-event-item .wdt-event-meta-details p:not(:last-child) { font-weight: 500; font-size: calc(var(--wdtFontSize_H6) + 2px); margin-bottom: 0px;}
.wdt-event-item .wdt-event-meta-details p span { font-size: calc(var(--wdtFontSize_H4) - 4px); font-family: var(--wdtFontTypo_Ext); }
.wdt-event-item .wdt-event-location-details { position: relative; width: 100%; margin-top: 18px; }
.wdt-event-item .wdt-event-location-details a.wdt-event-item-button { position: absolute; right: 0; bottom: 0; background-color: var(--wdtPrimaryColor);}
.wdt-event-item .wdt-event-location-details p { margin-bottom: 0; }
.wdt-event-item .wdt-event-location-details p:first-child { font-size: var(--wdtFontSize_H6); font-weight: 500; }
.wdt-event-item .wdt-event-location-details p span { font-size: calc(var(--wdtFontSize_Base) - 2px);}


@media (max-width: 1280px) {
    .wdt-event-item { padding: 25px 30px !important;}
}
@media (max-width:767px) {
    .wdt-event-item { flex-direction: column;}
    .wdt-event-item .wdt-event-item-media, .wdt-event-item .wdt-event-item-media > a { min-height: auto; height: auto; min-width: 100%; width: 100%; padding-bottom: 30px; }
    .wdt-event-item .wdt-event-meta-details { flex-direction: column; align-items: flex-start; }
    .wdt-event-item .wdt-event-location-details a.wdt-event-item-button { position: relative; margin-top: 20px; margin-bottom: 10px; }
}
