/* Event_Listing Type_1 */

.wdt-event-item.type1 { display: flex; justify-content: space-between; margin-bottom: clamp(1.25rem, 1.1058rem + 0.641vw, 1.875rem); }
.wdt-column-wrapper.wdt-column-gap-no .wdt-column:last-child .wdt-event-item.type1 { margin-bottom: 0; }
.wdt-event-item.type1 > .wdt-event-item-media { flex-basis: 35%; }
.wdt-event-item.type1 > .wdt-event-item-detail-group { flex-basis: 40%; padding: clamp(1.875rem, 1.7308rem + 0.641vw, 2.5rem); background-color: var(--wdtQuaternaryColor); display: flex; flex-direction: column; justify-content: center; }
.wdt-event-item.type1 > .wdt-event-item-cost-group { flex-basis: 25%; padding: clamp(1.875rem, 1.7308rem + 0.641vw, 2.5rem); background-color: var(--wdtPrimaryColor); text-align: center; }
.wdt-event-item.type1 > .wdt-event-item-detail-group h4 { margin-top: 0; margin-bottom: clamp(1.25rem, 0.9615rem + 1.2821vw, 2.5rem); padding-bottom: clamp(1.25rem, 0.9615rem + 1.2821vw, 2.5rem); border-bottom: 1px solid rgba(var(--wdtBorderColorRgb),.2); text-transform: capitalize; }
.wdt-event-item.type1 > .wdt-event-item-media > img { height: 100%; object-fit: cover; }
.wdt-event-item.type1 > .wdt-event-item-detail-group > .event-schedule { font-size: var(--wdtFontSize_Ext); font-weight: var(--wdtFontWeight_Ext); font-family: var(--wdtFontTypo_Base); letter-spacing: var(--wdtLetterSpacing_2X); text-transform: uppercase; } 
.wdt-event-item.type1 > .wdt-event-item-detail-group > .event-schedule .event-category-wrapper ul { padding: 0; list-style-type: none; margin: 0; }
.wdt-event-item.type1 > .wdt-event-item-detail-group > .event-schedule .event-category-wrapper { display: flex; align-items: baseline; }
.wdt-event-item.type1 > .wdt-event-item-detail-group > .event-schedule .event-category-wrapper ul a { color: var(--wdtAccentTxtColor); }
.wdt-event-item.type1 > .wdt-event-item-detail-group > .event-schedule .event-category-wrapper ul a:hover { color: var(--wdtPrimaryColor); }
.wdt-event-item.type1 > .wdt-event-item-detail-group > .event-schedule > *:not(:last-child) { margin-bottom: 12px; }
.wdt-event-item.type1 > .wdt-event-item-detail-group > .event-schedule .event-category-wrapper > div:first-child { margin-right: 4px; }
.wdt-event-item.type1 > .wdt-event-item-detail-group > .event-schedule > p.wdt-trainer-details { margin-bottom: 0; }
.wdt-event-item.type1 > .wdt-event-item-cost-group h4 { margin-top: 0; color: var(--wdtHeadAltColor); text-transform: capitalize; }
.wdt-event-item.type1 > .wdt-event-item-cost-group .wdt-event-item-cost-wrapper { font-size: clamp(1.625rem, 1.5385rem + 0.3846vw, 2rem); font-family: var(--wdtFontTypo_Alt); font-weight: var(--wdtFontWeight_Alt); line-height: var(--wdtLineHeight_Alt); display: flex; align-items: flex-end; justify-content: center; margin-bottom: clamp(1.25rem, 0.9615rem + 1.2821vw, 2.5rem); /* padding-bottom: clamp(1.25rem, 0.9615rem + 1.2821vw, 2.5rem); border-bottom: 1px solid rgba(var(--wdtBorderColorRgb), .5); text-transform: capitalize; */ color: var(--wdtHeadAltColor); font-style: italic; }
.wdt-event-item.type1 > .wdt-event-item-cost-group .wdt-event-item-cost-wrapper .event-cost-suffix { font-size: var(--wdtFontSize_Base); }
.wdt-event-item.type1 > .wdt-event-item-cost-group .wdt-event-item-cost-wrapper > .event-cost-prefix, .wdt-event-item.type1 > .wdt-event-item-cost-group .wdt-event-item-cost-wrapper > .event-cost { font-size: clamp(1.75rem, 1.5769rem + 0.7692vw, 2.5rem); }
.wdt-event-item.type1 > .wdt-event-item-cost-group .wdt-event-btn a { font-size: var(--wdtFontSize_Ext); padding: var(--wdtPadding_Btn); font-family: var(--wdtFontTypo_Alt); font-weight: var(--wdtFontWeight_Alt); line-height: 1; background-color: var(--wdtHeadAltColor); color: var(--wdtAccentTxtColor); display: block; position: relative; overflow: hidden; z-index: 1; text-transform: uppercase; }
.wdt-event-item.type1 > .wdt-event-item-cost-group .wdt-event-btn a:hover { background-color: var(--wdtSecondaryColor); color: var(--wdtHeadAltColor); }
.wdt-event-item.type1 > .wdt-event-item-cost-group { display: flex; flex-direction: column; justify-content: center; }

/* Type_2 */

.wdt-event-item.type2 h2 { font-size: var(--wdtFontSize_H6); margin: 0 0 15px 0; }
.wdt-event-item.type2 .wdt-event-item-duration-details .wdt-event-btn { margin-top: clamp(1.25rem, 0.9615rem + 1.2821vw, 2.5rem); /* 20 - 40 */ }
.wdt-event-item.type2 .wdt-event-item-duration-details .wdt-event-btn a { color: var(--wdtAccentTxtColor); font-size: var(--wdtFontSize_Ext); }
.wdt-event-item.type2 .wdt-event-item-media { margin-bottom: 15px; }
.wdt-event-item.type2 .wdt-event-item-duration-details .event-venue-wrapper { margin-top: 5px; }
.wdt-event-item.type2 .wdt-event-item-duration-details .event-schedule div > i.fa-calendar-o:before { content: "\f133"; font-family: "Champion Icons"; font-style: normal; margin-right: 10px; }
.wdt-event-item.type2 .wdt-event-item-duration-details .event-venue-wrapper:before { content: ""; font-family: "Champion Icons"; display: inline-block; width: 16px; height: 16px; -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 50 50' style='enable-background:new 0 0 50 50;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M48.2,44.2h-3.7V26.4c1.5-0.4,2.8-1.4,3.6-2.8c1.1-1.8,1.3-4.1,0.4-6.1l-5.6-12c-0.4-0.8-1.2-1.4-2.2-1.4h-7.6 c-0.1,0-0.2,0-0.3,0H17.2c-0.1,0-0.2,0-0.3,0H9.3c-0.9,0-1.8,0.5-2.2,1.4l-5.6,12c-0.9,2-0.8,4.2,0.4,6.1C2.8,25,4,26,5.5,26.4 v17.8H1.8C1.4,44.2,1,44.5,1,45c0,0.5,0.4,0.8,0.8,0.8h46.4c0.5,0,0.8-0.4,0.8-0.8C49,44.5,48.6,44.2,48.2,44.2L48.2,44.2z M7.3,26.7c1.8,0,3.5-0.7,4.7-1.9c0.5-0.5,0.9-1,1.2-1.5c0.3,0.6,0.7,1.1,1.2,1.5c1.2,1.2,2.7,1.8,4.4,1.9v17.5H7.2V26.7 C7.2,26.7,7.3,26.7,7.3,26.7z M17.7,5.8h6.5v14.2c0,0,0,0,0,0.1c-0.1,2.8-2.3,4.9-5.1,4.9c-2.8,0-5-2.2-5.1-4.9L17.7,5.8z M32.3,5.8L36,20.1c-0.1,2.7-2.3,4.9-5.1,4.9c-2.7,0-4.9-2.1-5.1-4.8V5.8H32.3L32.3,5.8z M20.4,26.6c1.3-0.2,2.4-0.9,3.4-1.8 c0.5-0.5,0.9-1,1.2-1.6c1.1,2.1,3.4,3.5,5.9,3.5c1.8,0,3.5-0.7,4.7-1.9c0.5-0.5,0.9-1,1.2-1.5c0.3,0.6,0.7,1.1,1.2,1.5 c1.3,1.3,3,1.9,4.7,1.9c0,0,0.1,0,0.1,0v17.5H20.4V26.6z M41.3,6.3l5.6,12c0.7,1.5,0.6,3.1-0.3,4.5c-0.8,1.4-2.2,2.2-3.8,2.2 c-0.1,0-0.1,0-0.2,0c-2.8,0-5-2.3-5.1-5c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0L34,5.9h6.7 C41,5.9,41.2,6,41.3,6.3L41.3,6.3z M3.3,22.8c-0.8-1.4-0.9-3.1-0.3-4.5l5.6-12C8.8,6,9,5.9,9.3,5.9H16l-3.6,13.9c0,0.1,0,0.2,0,0.3 c0,2.8-2.3,5-5.1,5c-0.1,0-0.1,0-0.2,0C5.6,25,4.2,24.2,3.3,22.8L3.3,22.8z'/%3E%3Cpath d='M48.2,46.3H1.8c-0.7,0-1.3-0.6-1.3-1.3c0-0.7,0.6-1.3,1.3-1.3H5V26.8c-1.5-0.5-2.7-1.5-3.5-2.8c-1.2-2-1.4-4.4-0.4-6.5 l5.6-12c0.5-1,1.5-1.7,2.6-1.7h7.6c0.1,0,0.2,0,0.4,0l15.5,0c0.1,0,0.2,0,0.4,0l7.5,0c1.1,0,2.1,0.7,2.6,1.7l5.6,12 c1,2.1,0.8,4.5-0.4,6.5c-0.8,1.3-2.1,2.3-3.5,2.9v16.9l3.2,0c0.7,0,1.3,0.6,1.3,1.3C49.5,45.7,48.9,46.3,48.2,46.3z M1.8,44.6 c-0.2,0-0.3,0.2-0.3,0.3c0,0.2,0.2,0.3,0.3,0.3h46.4c0.2,0,0.3-0.2,0.3-0.3c0-0.2-0.1-0.3-0.3-0.3l-0.1,0H44V26.1l0.3-0.1 c1.4-0.4,2.5-1.3,3.3-2.5c1-1.7,1.2-3.8,0.3-5.6l-5.6-12c-0.3-0.7-1-1.1-1.7-1.1h-7.6c-0.1,0-0.2,0-0.2,0l-15.6,0 c-0.1,0-0.2,0-0.2,0l-7.7,0c-0.7,0-1.4,0.4-1.7,1.1L2,17.8c-0.8,1.8-0.7,3.9,0.3,5.6c0.8,1.2,1.9,2.1,3.3,2.5L6,26.1v18.6H1.8z M43.3,44.7H19.9V26.2l0.4-0.1c1.2-0.2,2.3-0.8,3.1-1.6c0.5-0.4,0.8-0.9,1.1-1.5l0.4-0.8l0.4,0.8c1.1,2,3.2,3.2,5.5,3.2 c1.7,0,3.2-0.6,4.4-1.8c0.4-0.4,0.8-0.9,1.1-1.4l0.4-0.8l0.4,0.8c0.3,0.5,0.7,1,1.1,1.4c1.2,1.2,2.7,1.8,4.4,1.8h0.6V44.7z M20.9,43.7h21.5V27.1c-1.8-0.1-3.4-0.8-4.7-2.1c-0.3-0.3-0.6-0.6-0.8-1c-0.2,0.4-0.5,0.7-0.8,1c-1.4,1.3-3.2,2.1-5.1,2.1 c-2.4,0-4.6-1.2-5.9-3.1c-0.3,0.4-0.6,0.7-0.9,1c-0.9,0.9-2,1.5-3.2,1.8V43.7z M19.2,44.7H6.7V26.2h0.6c1.7,0,3.2-0.6,4.4-1.8 c0.4-0.4,0.8-0.9,1.1-1.4l0.4-0.8l0.4,0.8c0.3,0.5,0.7,1,1.1,1.4c1.1,1.1,2.5,1.7,4.1,1.8l0.5,0V44.7z M7.7,43.7h10.6V27.1 c-1.6-0.2-3.1-0.9-4.2-2c-0.3-0.3-0.6-0.6-0.8-1c-0.3,0.4-0.5,0.7-0.8,1c-1.3,1.3-2.9,2-4.7,2.1V43.7z M7.3,25.5H7.1 c-1.7-0.1-3.3-0.9-4.2-2.4l0.4-0.3l-0.4,0.3c-0.9-1.5-1-3.4-0.3-5l5.6-12c0.2-0.4,0.6-0.7,1.1-0.7h7.3l-3.7,14.5c0,0.1,0,0.1,0,0.1 C12.8,23,10.3,25.5,7.3,25.5z M9.3,6.3c-0.1,0-0.2,0.1-0.2,0.1l-5.6,12c-0.6,1.3-0.5,2.8,0.2,4.1l0,0.1c0.7,1.2,2,1.9,3.4,1.9 l0.2,0c2.5,0,4.6-2,4.6-4.5c0-0.2,0-0.3,0.1-0.4l3.4-13.3H9.3z M42.7,25.5c-3,0-5.5-2.4-5.6-5.5l0,0v-0.2L33.4,5.4h7.3 c0.5,0,0.9,0.3,1.1,0.7l0.3,0.7h0l5.3,11.3c0.7,1.6,0.6,3.5-0.3,5c-0.9,1.5-2.4,2.4-4.2,2.4H42.7z M38,19.6L38,19.6l0.1,0.4 c0,2.5,2.1,4.6,4.6,4.6h0.2c1.4-0.1,2.6-0.8,3.4-2c0.8-1.2,0.9-2.8,0.2-4.1L40.9,6.4c0,0-0.1-0.1-0.2-0.1h-6.1L38,19.6z M30.9,25.5 c-3,0-5.4-2.3-5.5-5.3l0-14.9h6.9v0.5l0.5-0.1L36.4,20l0,0.1C36.4,23.1,33.9,25.5,30.9,25.5z M26.3,6.3v13.9 c0.1,2.4,2.1,4.3,4.6,4.3c2.4,0,4.5-2,4.6-4.4L31.9,6.3H26.3z M19.1,25.5c-3,0-5.5-2.4-5.5-5.4l0-0.1l3.8-14.7h7.3v14.7 C24.6,23.1,22.1,25.5,19.1,25.5z M14.5,20.2c0.1,2.4,2.2,4.4,4.6,4.4c2.5,0,4.5-2,4.6-4.4l0-13.8h-5.6L14.5,20.2z'/%3E%3C/g%3E%3C/svg%3E%0A"); -webkit-mask-position: center center; -webkit-mask-repeat: no-repeat; -webkit-mask-size: 100%; mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 50 50' style='enable-background:new 0 0 50 50;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M48.2,44.2h-3.7V26.4c1.5-0.4,2.8-1.4,3.6-2.8c1.1-1.8,1.3-4.1,0.4-6.1l-5.6-12c-0.4-0.8-1.2-1.4-2.2-1.4h-7.6 c-0.1,0-0.2,0-0.3,0H17.2c-0.1,0-0.2,0-0.3,0H9.3c-0.9,0-1.8,0.5-2.2,1.4l-5.6,12c-0.9,2-0.8,4.2,0.4,6.1C2.8,25,4,26,5.5,26.4 v17.8H1.8C1.4,44.2,1,44.5,1,45c0,0.5,0.4,0.8,0.8,0.8h46.4c0.5,0,0.8-0.4,0.8-0.8C49,44.5,48.6,44.2,48.2,44.2L48.2,44.2z M7.3,26.7c1.8,0,3.5-0.7,4.7-1.9c0.5-0.5,0.9-1,1.2-1.5c0.3,0.6,0.7,1.1,1.2,1.5c1.2,1.2,2.7,1.8,4.4,1.9v17.5H7.2V26.7 C7.2,26.7,7.3,26.7,7.3,26.7z M17.7,5.8h6.5v14.2c0,0,0,0,0,0.1c-0.1,2.8-2.3,4.9-5.1,4.9c-2.8,0-5-2.2-5.1-4.9L17.7,5.8z M32.3,5.8L36,20.1c-0.1,2.7-2.3,4.9-5.1,4.9c-2.7,0-4.9-2.1-5.1-4.8V5.8H32.3L32.3,5.8z M20.4,26.6c1.3-0.2,2.4-0.9,3.4-1.8 c0.5-0.5,0.9-1,1.2-1.6c1.1,2.1,3.4,3.5,5.9,3.5c1.8,0,3.5-0.7,4.7-1.9c0.5-0.5,0.9-1,1.2-1.5c0.3,0.6,0.7,1.1,1.2,1.5 c1.3,1.3,3,1.9,4.7,1.9c0,0,0.1,0,0.1,0v17.5H20.4V26.6z M41.3,6.3l5.6,12c0.7,1.5,0.6,3.1-0.3,4.5c-0.8,1.4-2.2,2.2-3.8,2.2 c-0.1,0-0.1,0-0.2,0c-2.8,0-5-2.3-5.1-5c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0L34,5.9h6.7 C41,5.9,41.2,6,41.3,6.3L41.3,6.3z M3.3,22.8c-0.8-1.4-0.9-3.1-0.3-4.5l5.6-12C8.8,6,9,5.9,9.3,5.9H16l-3.6,13.9c0,0.1,0,0.2,0,0.3 c0,2.8-2.3,5-5.1,5c-0.1,0-0.1,0-0.2,0C5.6,25,4.2,24.2,3.3,22.8L3.3,22.8z'/%3E%3Cpath d='M48.2,46.3H1.8c-0.7,0-1.3-0.6-1.3-1.3c0-0.7,0.6-1.3,1.3-1.3H5V26.8c-1.5-0.5-2.7-1.5-3.5-2.8c-1.2-2-1.4-4.4-0.4-6.5 l5.6-12c0.5-1,1.5-1.7,2.6-1.7h7.6c0.1,0,0.2,0,0.4,0l15.5,0c0.1,0,0.2,0,0.4,0l7.5,0c1.1,0,2.1,0.7,2.6,1.7l5.6,12 c1,2.1,0.8,4.5-0.4,6.5c-0.8,1.3-2.1,2.3-3.5,2.9v16.9l3.2,0c0.7,0,1.3,0.6,1.3,1.3C49.5,45.7,48.9,46.3,48.2,46.3z M1.8,44.6 c-0.2,0-0.3,0.2-0.3,0.3c0,0.2,0.2,0.3,0.3,0.3h46.4c0.2,0,0.3-0.2,0.3-0.3c0-0.2-0.1-0.3-0.3-0.3l-0.1,0H44V26.1l0.3-0.1 c1.4-0.4,2.5-1.3,3.3-2.5c1-1.7,1.2-3.8,0.3-5.6l-5.6-12c-0.3-0.7-1-1.1-1.7-1.1h-7.6c-0.1,0-0.2,0-0.2,0l-15.6,0 c-0.1,0-0.2,0-0.2,0l-7.7,0c-0.7,0-1.4,0.4-1.7,1.1L2,17.8c-0.8,1.8-0.7,3.9,0.3,5.6c0.8,1.2,1.9,2.1,3.3,2.5L6,26.1v18.6H1.8z M43.3,44.7H19.9V26.2l0.4-0.1c1.2-0.2,2.3-0.8,3.1-1.6c0.5-0.4,0.8-0.9,1.1-1.5l0.4-0.8l0.4,0.8c1.1,2,3.2,3.2,5.5,3.2 c1.7,0,3.2-0.6,4.4-1.8c0.4-0.4,0.8-0.9,1.1-1.4l0.4-0.8l0.4,0.8c0.3,0.5,0.7,1,1.1,1.4c1.2,1.2,2.7,1.8,4.4,1.8h0.6V44.7z M20.9,43.7h21.5V27.1c-1.8-0.1-3.4-0.8-4.7-2.1c-0.3-0.3-0.6-0.6-0.8-1c-0.2,0.4-0.5,0.7-0.8,1c-1.4,1.3-3.2,2.1-5.1,2.1 c-2.4,0-4.6-1.2-5.9-3.1c-0.3,0.4-0.6,0.7-0.9,1c-0.9,0.9-2,1.5-3.2,1.8V43.7z M19.2,44.7H6.7V26.2h0.6c1.7,0,3.2-0.6,4.4-1.8 c0.4-0.4,0.8-0.9,1.1-1.4l0.4-0.8l0.4,0.8c0.3,0.5,0.7,1,1.1,1.4c1.1,1.1,2.5,1.7,4.1,1.8l0.5,0V44.7z M7.7,43.7h10.6V27.1 c-1.6-0.2-3.1-0.9-4.2-2c-0.3-0.3-0.6-0.6-0.8-1c-0.3,0.4-0.5,0.7-0.8,1c-1.3,1.3-2.9,2-4.7,2.1V43.7z M7.3,25.5H7.1 c-1.7-0.1-3.3-0.9-4.2-2.4l0.4-0.3l-0.4,0.3c-0.9-1.5-1-3.4-0.3-5l5.6-12c0.2-0.4,0.6-0.7,1.1-0.7h7.3l-3.7,14.5c0,0.1,0,0.1,0,0.1 C12.8,23,10.3,25.5,7.3,25.5z M9.3,6.3c-0.1,0-0.2,0.1-0.2,0.1l-5.6,12c-0.6,1.3-0.5,2.8,0.2,4.1l0,0.1c0.7,1.2,2,1.9,3.4,1.9 l0.2,0c2.5,0,4.6-2,4.6-4.5c0-0.2,0-0.3,0.1-0.4l3.4-13.3H9.3z M42.7,25.5c-3,0-5.5-2.4-5.6-5.5l0,0v-0.2L33.4,5.4h7.3 c0.5,0,0.9,0.3,1.1,0.7l0.3,0.7h0l5.3,11.3c0.7,1.6,0.6,3.5-0.3,5c-0.9,1.5-2.4,2.4-4.2,2.4H42.7z M38,19.6L38,19.6l0.1,0.4 c0,2.5,2.1,4.6,4.6,4.6h0.2c1.4-0.1,2.6-0.8,3.4-2c0.8-1.2,0.9-2.8,0.2-4.1L40.9,6.4c0,0-0.1-0.1-0.2-0.1h-6.1L38,19.6z M30.9,25.5 c-3,0-5.4-2.3-5.5-5.3l0-14.9h6.9v0.5l0.5-0.1L36.4,20l0,0.1C36.4,23.1,33.9,25.5,30.9,25.5z M26.3,6.3v13.9 c0.1,2.4,2.1,4.3,4.6,4.3c2.4,0,4.5-2,4.6-4.4L31.9,6.3H26.3z M19.1,25.5c-3,0-5.5-2.4-5.5-5.4l0-0.1l3.8-14.7h7.3v14.7 C24.6,23.1,22.1,25.5,19.1,25.5z M14.5,20.2c0.1,2.4,2.2,4.4,4.6,4.4c2.5,0,4.5-2,4.6-4.4l0-13.8h-5.6L14.5,20.2z'/%3E%3C/g%3E%3C/svg%3E%0A"); mask-position: center center; mask-repeat: no-repeat; mask-size: 100%; background-color: var(--wdtSecondaryColor); margin-right: 10px; }

/* Responsiveness */

@media screen and (max-width: 1024px){
   .wdt-event-item.type1 { flex-wrap: wrap; }
   .wdt-event-item.type1 > .wdt-event-item-media { flex-basis: 45%; }
   .wdt-event-item.type1 > .wdt-event-item-detail-group { flex-basis: 55%; }
   .wdt-event-item.type1 > .wdt-event-item-cost-group { flex-basis: 100%; }
}
@media screen and (min-width: 601px) and (max-width: 1024px){
   .wdt-event-item.type1 { display: grid; grid-template-columns: 45% 55%; }
   .wdt-event-item.type1 > .wdt-event-item-media { grid-area: 1 / 1 / span 2 / span 1; }
   .wdt-event-item.type1 > .wdt-event-item-cost-group { grid-area: 2 / 2 / span 1 / span 1; }
   .wdt-event-item.type1 > .wdt-event-item-detail-group { grid-area: 1 / 2 / span 1 / span 1; }
}
@media screen and (max-width: 600px){
   .wdt-event-item.type1 > .wdt-event-item-media,
   .wdt-event-item.type1 > .wdt-event-item-detail-group,
   .wdt-event-item.type1 > .wdt-event-item-cost-group { flex-basis: 100%; }
}
@media screen and (max-width: 479px){
   .wdt-event-item.type1 > .wdt-event-item-detail-group,
   .wdt-event-item.type1 > .wdt-event-item-cost-group { padding: 20px; }
}

/* Button Style */

.wdt-event-item .wdt-event-btn a { position: relative; overflow: hidden; z-index: 1; }
.wdt-event-item .wdt-event-btn a:before, 
.wdt-event-item .wdt-event-btn a:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 110%; bottom: 0; margin: auto; z-index: -1; background-color: var(--wdtAccentTxtColor); }
.wdt-event-item.type2 .wdt-event-btn a:before, 
.wdt-event-item.type2 .wdt-event-btn a:after { background-color: var(--wdtSecondaryColor); }
.wdt-event-item .wdt-event-btn a:before { width: 135%; -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0% 0%); clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0% 0%); transform: translate3d(-100%, 0, 0); }
.wdt-event-item .wdt-event-btn a:hover:before{ transform: translate3d(0,0,0); transition: transform 0.3s linear; }
.wdt-event-item .wdt-event-btn a:after { width: 105%; transform: translate3d(100%, 0, 0); transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1); }
.wdt-event-item .wdt-event-btn a:hover:after{ transform: translate3d(0,0,0); transition: transform 0.01s 0.3s cubic-bezier(0.7, 0, 0.2, 1); }