/* Events Listings style Start */

/* ************** Common style ************** */

.wdt-event-item .wdt-event-listing .wdt-event-cat>div {
    display: none;
}

.wdt-event-item .wdt-event-listing ul {
    padding: 0;
    margin: 0;
    list-style: none;

    font-family: var(--wdtFontTypo_Alt);
    font-weight: var(--wdtFontWeight_Alt);
    line-height: var(--wdtLineHeight_Alt);
    font-size: var(--wdtFontSize_Base);
    text-transform: capitalize;
}

.wdt-event-item .wdt-event-listing ul li {
    line-height: var(--wdtLineHeight_Alt);
}

.wdt-event-item .wdt-event-listing .wdt-btn {
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 1.5em;
    color: var(--wdtHeadAltColor);

    font-size: var(--wdtFontSize_Base);
    font-weight: var(--wdtFontWeight_Base);
    line-height: var(--wdtLineHeight_Base);
    font-family: var(--wdtFontTypo_Base);
    text-transform: capitalize;
}

.wdt-event-item .wdt-event-listing .wdt-btn::after {
    content: '';
    display: block;
    width: 3.2em;
    height: 2.2em;
    background-color: currentColor;

    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;

    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 90 61'%3E%3Cpath d='M54.34714.3,54.2448.40562V10.72271l.10234.1056H64.67608l.10568-.1056V.40563L64.67608.3Z'/%3E%3Cpath d='M66.82585,12.76707l-.10235.1056V23.19326l.10235.1022H77.15478l.10569-.1022V12.87267l-.10569-.1056Z'/%3E%3Cpath d='M89.63157,25.23751H79.306l-.10567.10221V35.6602l.10567.1057H89.63157l.10568-.1057V25.33972Z'/%3E%3Cpath d='M66.82585,37.70466l-.10235.1022V48.12735l.10235.1056H77.15478l.10569-.1056V37.80686l-.10569-.1022Z'/%3E%3Cpath d='M54.34714,50.1716l-.10234.1057V60.5944l.10234.1056H64.67608l.10568-.1056V50.2773l-.10568-.1057Z'/%3E%3Cpath d='M53.69956,25.23751H.80427l-.54152.10221V35.6602l.54152.1057H53.69956l.5415-.1057V25.33972Z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 90 61'%3E%3Cpath d='M54.34714.3,54.2448.40562V10.72271l.10234.1056H64.67608l.10568-.1056V.40563L64.67608.3Z'/%3E%3Cpath d='M66.82585,12.76707l-.10235.1056V23.19326l.10235.1022H77.15478l.10569-.1022V12.87267l-.10569-.1056Z'/%3E%3Cpath d='M89.63157,25.23751H79.306l-.10567.10221V35.6602l.10567.1057H89.63157l.10568-.1057V25.33972Z'/%3E%3Cpath d='M66.82585,37.70466l-.10235.1022V48.12735l.10235.1056H77.15478l.10569-.1056V37.80686l-.10569-.1022Z'/%3E%3Cpath d='M54.34714,50.1716l-.10234.1057V60.5944l.10234.1056H64.67608l.10568-.1056V50.2773l-.10568-.1057Z'/%3E%3Cpath d='M53.69956,25.23751H.80427l-.54152.10221V35.6602l.54152.1057H53.69956l.5415-.1057V25.33972Z'/%3E%3C/svg%3E");
}

.wdt-event-item .wdt-event-listing img {
    filter: var(--wdt-image-default-style);
    -webkit-filter: var(--wdt-image-default-style);
    transition: var(--wdt-Ad-Transition);
    -webkit-transition: var(--wdt-Ad-Transition);
}

.wdt-event-item:hover .wdt-event-listing img {
    filter: var(--wdt-image-hover-style);
    -webkit-filter: var(--wdt-image-hover-style);
}

.wdt-event-item .wdt-event-listing a:not(.wdt-btn) {
    background: var(--wdt-link-hover-bg);
    display: inline;
    transition: var(--wdt-Ad-Transition);
    -webkit-transition: var(--wdt-Ad-Transition);
}

.wdt-event-item .wdt-event-listing a:not(.wdt-btn):hover {
    background-size: var(--wdt-link-hover-bg-size);
}

/* Carousel */

.wdt-events-holder .wdt-carousel-pagination-wrapper div:empty {
    display: none;
}

.wdt-events-holder.wdt-carousel-holder .wdt-carousel-pagination-wrapper div[class*="wdt-arrow-pagination-"] {
    padding: 0;
    color: var(--wdtHeadAltColor);
    font-size: var(--wdtFontSize_Base);
    margin-top: 40px;
    z-index: 1;
}

.wdt-events-holder.wdt-carousel-holder .wdt-carousel-pagination-wrapper div.wdt-arrow-pagination-prev {
    margin-right: 50px;
}

.wdt-events-holder.wdt-carousel-holder .wdt-carousel-pagination-wrapper div.wdt-arrow-pagination-next {
    margin-left: 50px;
}

.wdt-events-holder.wdt-carousel-holder .wdt-carousel-pagination-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-top: 60px;
}

.wdt-events-holder.wdt-carousel-holder .wdt-carousel-pagination-wrapper:has(.wdt-swiper-pagination:empty:only-child) {
    display: none;
}

.wdt-events-holder.wdt-carousel-holder .wdt-carousel-pagination-wrapper div[class*="wdt-arrow-pagination-"] {
    background-color: transparent;
    color: var(--wdtHeadAltColor);
    padding: 0;
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 1.2em;
    font-size: var(--wdtFontSize_Base);
}

.wdt-events-holder.wdt-carousel-holder .wdt-carousel-pagination-wrapper div[class*="wdt-arrow-pagination-"] i {
    font-size: 3.15em;
    display: flex;
    align-items: center;
    width: 1em;
    height: 0.7em;
}

.wdt-events-holder .wdt-swiper-pagination.swiper-pagination-bullets {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.wdt-events-holder .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    display: inline-flex;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    padding: 0;
    opacity: 1;
    background-color: transparent;
    border-radius: var(--wdtRadius_Zero);
    -webkit-border-radius: var(--wdtRadius_Zero);
    box-shadow: 0 0 0 10px var(--wdtBorderColor) inset;
    -webkit-box-shadow: 0 0 0 10px var(--wdtBorderColor) inset;
}

.wdt-events-holder .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
    box-shadow: 0 0 0 2px var(--wdtBorderColor) inset;
    -webkit-box-shadow: 0 0 0 2px var(--wdtBorderColor) inset;
}


@media only screen and (max-width:1280px) {
    .wdt-events-holder.wdt-carousel-holder .wdt-carousel-pagination-wrapper div[class*="wdt-arrow-pagination-"] i {
        font-size: 5.5em;
    }

    .wdt-events-holder.wdt-carousel-holder .wdt-carousel-pagination-wrapper div.wdt-arrow-pagination-prev {
        margin-right: 35px;
    }

    .wdt-events-holder.wdt-carousel-holder .wdt-carousel-pagination-wrapper div.wdt-arrow-pagination-next {
        margin-left: 35px;
    }

    .wdt-events-holder.wdt-carousel-holder .wdt-carousel-pagination-wrapper {
        gap: 45px;
        margin-top: 45px;
    }
}

@media only screen and (max-width:767px) {
    .wdt-events-holder.wdt-carousel-holder .wdt-carousel-pagination-wrapper div[class*="wdt-arrow-pagination-"] i {
        font-size: 3.5em;
    }

    .wdt-events-holder.wdt-carousel-holder .wdt-carousel-pagination-wrapper div.wdt-arrow-pagination-prev {
        margin-right: 25px;
    }

    .wdt-events-holder.wdt-carousel-holder .wdt-carousel-pagination-wrapper div.wdt-arrow-pagination-next {
        margin-left: 25px;
    }

    .wdt-events-holder.wdt-carousel-holder .wdt-carousel-pagination-wrapper {
        gap: 40px;
        margin-top: 35px;
    }

    .wdt-events-holder .wdt-swiper-pagination.swiper-pagination-bullets {
        margin-top: 35px;
    }
}


/* ************** Type 1 ************** */

.wdt-event-item .wdt-event-listing.wdt-type1 {
    display: flex;
    flex-direction: column;
}

.wdt-event-item .wdt-event-listing.wdt-type1 img {
    width: 100%;
}

.wdt-event-item .wdt-event-listing.wdt-type1 .wdt-event-group {
    display: grid;
    grid-template-columns: 1fr 2.15fr;
    align-items: center;
    gap: 60px;
    padding: 30px;
    background-color: var(--wdtSecondaryColor);
    position: relative;
    border: 1px solid rgba(var(--wdtBorderColorRgb), 0.3);
    border-top-width: 0px;
}

.wdt-event-item .wdt-event-listing.wdt-type1 .wdt-event-date {
    font-size: clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem);
    /* Min-20 & Max-24 */
    font-weight: var(--wdtFontWeight_Alt);
    font-family: var(--wdtFontTypo_Alt);
    line-height: var(--wdtLineHeight_Alt);
    text-transform: capitalize;
    position: relative;
}

.wdt-event-item .wdt-event-listing.wdt-type1 .wdt-event-date::before {
    content: '';
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    right: -30px;
    background-color: var(--wdtBorderColor);
}

.wdt-event-item .wdt-event-listing.wdt-type1 h2 {
    font-size: var(--wdtFontSize_Base);
    font-weight: var(--wdtFontWeight_Base);
    font-family: var(--wdtFontTypo_Alt);
    text-transform: capitalize;
    line-height: var(--wdtLineHeight_Base);
    margin: 0;
}

@media only screen and (max-width:1280px) and (min-width:1025px) {

    .wdt-event-item .wdt-event-listing.wdt-type1 .wdt-event-group {
        grid-template-columns: 1fr 1.9fr;
        gap: 40px;
        padding: 20px;
    }

    .wdt-event-item .wdt-event-listing.wdt-type1 .wdt-event-date::before {
        right: -21px;
    }
}

@media only screen and (max-width:479px) {

    .wdt-event-item .wdt-event-listing.wdt-type1 .wdt-event-group {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 20px;
    }

    .wdt-event-item .wdt-event-listing.wdt-type1 .wdt-event-date::before {
        display: none;
    }
}


/* ************** Type 2 ************** */

.wdt-event-item .wdt-event-listing.wdt-type2 {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 150px;
}

.wdt-event-item .wdt-event-listing.wdt-type2 .wdt-group1,
.wdt-event-item .wdt-event-listing.wdt-type2 .wdt-group1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wdt-event-item .wdt-event-listing.wdt-type2 .wdt-group2 {
    z-index: 1;
    width: 100%;
    max-width: 550px;
}

.wdt-event-item .wdt-event-listing.wdt-type2 .wdt-group2>*:not(:last-child) {
    margin-bottom: 20px;
}

.wdt-event-item .wdt-event-listing.wdt-type2 .wdt-event-title {
    font-size: clamp(2rem, 1.6rem + 2vw, 4rem);
    /* Min-32 & Max-64 */
    margin: 0;
}

.wdt-event-item .wdt-event-listing.wdt-type2 .wdt-group2 .wdt-event-title {
    margin-left: -250px;
    width: calc(100% + 250px);
    -webkit-text-stroke: 1px rgba(var(--wdtSecondaryColorRgb), 0.6);
    -webkit-text-stroke: 1px rgba(var(--wdtSecondaryColorRgb), 0.6);
}

.wdt-event-item .wdt-event-listing.wdt-type2 .wdt-event-cat ul {
    font-size: clamp(1.5rem, 1.4rem + 0.5vw, 2rem);
    /* Min-24 & Max-32 */
    margin-bottom: 0.4em;
}

.wdt-event-item .wdt-event-listing.wdt-type2 .wdt-event-meta {
    font-size: clamp(1.75rem, 1.575rem + 0.875vw, 2.625rem);
    /* Min-28 & Max-42 */
    font-family: var(--wdtFontTypo_Alt);
    font-weight: var(--wdtFontWeight_Alt);
    line-height: var(--wdtLineHeight_Alt);
    text-transform: capitalize;

    max-width: 350px;
}

.wdt-event-item .wdt-event-listing.wdt-type2 .wdt-btn {
    margin-top: 100px;
    margin-bottom: 55px;
    background: var(--wdt-button-hover-bg);
}

.wdt-event-item .wdt-event-listing.wdt-type2 .wdt-btn:hover {
    animation: var(--wdt-button-hover);
    -webkit-animation: var(--wdt-button-hover);
}

/* Carousel */

.wdt-events-holder:has(.wdt-type2) .swiper-slide {
    height: auto;
}

.wdt-events-holder:has(.wdt-type2) .swiper-slide .wdt-event-inner,
.wdt-events-holder:has(.wdt-type2) .swiper-slide .wdt-event-listing {
    height: 100%;
}

.wdt-carousel-holder.wdt-events-holder:has(.wdt-type2) .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination>div[class*="wdt-arrow-pagination-"] {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0;
    color: var(--wdtHeadAltColor);
    z-index: 1;
    margin: 0;

    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 0;
}

.wdt-carousel-holder.wdt-events-holder:has(.wdt-type2) .swiper.swiper-horizontal+.wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination {
    margin: 0;
}

.wdt-carousel-holder.wdt-events-holder:has(.wdt-type2) .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination>div:before {
    background-color: var(--wdtSecondaryColor);
}

.wdt-carousel-holder.wdt-events-holder:has(.wdt-type2) .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination>div>i {
    font-size: 2em;
    position: relative;
    padding: 30px 50px;
    width: auto;
}

.wdt-events-holder.wdt-carousel-holder:has(.wdt-type2) .wdt-carousel-pagination-wrapper {
    margin: 0;
    justify-content: left;
}

.wdt-carousel-holder.wdt-events-holder:has(.wdt-type2) .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination>div>i::before {
    content: 'Next';
    display: inline-flex;
    margin-right: 20px;
    font-size: var(--wdtFontSize_Base);
    font-style: normal;
}

.wdt-carousel-holder.wdt-events-holder:has(.wdt-type2) .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination>div:not(.swiper-button-lock) img {
    max-width: 180px;
    width: 180px;
    height: 150px;
    object-fit: cover;
}


@media only screen and (max-width:1540px) {
    .wdt-event-item .wdt-event-listing.wdt-type2 {
        gap: 80px;
        grid-template-columns: 1fr 1.1fr;
    }

    .wdt-event-item .wdt-event-listing.wdt-type2 .wdt-group2 .wdt-event-title {
        margin-left: -160px;
        width: calc(100% + 160px);
    }
}

@media only screen and (max-width:1280px) {
    .wdt-event-item .wdt-event-listing.wdt-type2 {
        gap: 50px;
    }

    .wdt-event-item .wdt-event-listing.wdt-type2 .wdt-group2 .wdt-event-title {
        margin-left: -120px;
        width: calc(100% + 120px);
    }

    .wdt-event-item .wdt-event-listing.wdt-type2 .wdt-btn {
        margin-top: 60px;
        margin-bottom: 35px;
    }

    .wdt-carousel-holder.wdt-events-holder:has(.wdt-type2) .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination>div:not(.swiper-button-lock) img {
        width: 130px;
        height: 110px;
    }

    .wdt-carousel-holder.wdt-events-holder:has(.wdt-type2) .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination>div>i {
        padding: 25px 30px;
    }
}

@media only screen and (max-width:1024px) {
    .wdt-event-item .wdt-event-listing.wdt-type2 {
        gap: 35px;
        grid-template-columns: 1fr;
    }

    .wdt-event-item .wdt-event-listing.wdt-type2 .wdt-group2 .wdt-event-title {
        margin-left: 0;
        width: 100%;
    }

    .wdt-event-item .wdt-event-listing.wdt-type2 .wdt-btn {
        margin-top: 30px;
        margin-bottom: 0;
    }

    .wdt-event-item .wdt-event-listing.wdt-type2 .wdt-event-meta {
        max-width: 320px;
    }
}

@media only screen and (max-width:767px) {
    .wdt-event-item .wdt-event-listing.wdt-type2 {
        gap: 25px;
    }

    .wdt-event-item .wdt-event-listing.wdt-type2 .wdt-group2>*:not(:last-child) {
        margin-bottom: 12px;
    }

    .wdt-event-item .wdt-event-listing.wdt-type2 .wdt-event-meta {
        max-width: 300px;
    }

    .wdt-carousel-holder.wdt-events-holder:has(.wdt-type2) .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination>div:not(.swiper-button-lock) img {
        width: 130px;
        height: 90px;
    }

    .wdt-carousel-holder.wdt-events-holder:has(.wdt-type2) .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination>div[class*="wdt-arrow-pagination-"] {
        position: relative;
        inset: auto;
        margin-top: 45px;
        width: fit-content;
    }
}


/* ************** Type 3 ************** */

.wdt-event-item .wdt-event-listing.wdt-type3 {
    display: flex;
    flex-direction: column;
}

.wdt-event-item .wdt-event-listing.wdt-type3 img {
    width: 100%;
    height: 630px;
    object-fit: cover;
    margin-bottom: 10px;
}

.wdt-event-item .wdt-event-listing.wdt-type3 .wdt-group1,
.wdt-event-item .wdt-event-listing.wdt-type3 .wdt-group2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px 60px;
    border-bottom: 1px solid var(--wdtBorderColor);
    padding: clamp(1.25rem, 1.1875rem + 0.3125vw, 1.5625rem) 0;
    /* 25 - 20 */
}

.wdt-event-item .wdt-event-listing.wdt-type3 ul {
    font-size: clamp(1.75rem, 1.575rem + 0.875vw, 2.625rem);
    /* Min-28 & Max-42 */
    display: flex;
    flex-wrap: wrap;
}

.wdt-event-item .wdt-event-listing.wdt-type3 ul li {
    padding: 0;
}

.wdt-event-item .wdt-event-listing.wdt-type3 ul li:not(:last-child)::after {
    content: '/';
    margin: 0 0.5em;
}

.wdt-event-item .wdt-event-listing.wdt-type3 .wdt-event-date,
.wdt-event-item .wdt-event-listing.wdt-type3 .wdt-subgroup,
.wdt-event-item .wdt-event-listing.wdt-type3 .wdt-artist {
    font-size: clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem);
    /* Min-20 & Max-24 */
    font-family: var(--wdtFontTypo_Alt);
    font-weight: var(--wdtFontWeight_Alt);
    line-height: var(--wdtLineHeight_Alt);
    text-transform: capitalize;
}

.wdt-event-item .wdt-event-listing.wdt-type3 .wdt-subgroup {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px 100px;
    flex-wrap: wrap;
}

.wdt-event-item .wdt-event-listing.wdt-type3 .wdt-subgroup .wdt-price::before {
    content: 'Price:';
    margin-right: 0.3em;
    text-transform: capitalize;
}

.wdt-events-holder.wdt-carousel-holder:has(.wdt-type3) .wdt-carousel-pagination-wrapper {
    position: absolute;
    inset: auto;
    right: 50px;
    top: 500px;
    z-index: 1;
    margin-top: 0;
}

.wdt-events-holder.wdt-carousel-holder:has(.wdt-type3) .wdt-carousel-pagination-wrapper div[class*="wdt-arrow-pagination-"] {
    margin-top: 0;
    margin-right: 80px;
}

.wdt-events-holder.wdt-carousel-holder:has(.wdt-type3) .wdt-carousel-pagination-wrapper div.wdt-arrow-pagination-next {
    margin-right: 0;
}

.wdt-events-holder.wdt-carousel-holder:has(.wdt-type3) .wdt-carousel-pagination-wrapper div[class*="wdt-arrow-pagination-"] i {
    font-size: 7em;
}

@media only screen and (max-width:1280px) {
    .wdt-event-item .wdt-event-listing.wdt-type3 img {
        height: 500px;
    }

    .wdt-events-holder.wdt-carousel-holder:has(.wdt-type3) .wdt-carousel-pagination-wrapper {
        top: 390px;
    }

    .wdt-events-holder.wdt-carousel-holder:has(.wdt-type3) .wdt-carousel-pagination-wrapper div[class*="wdt-arrow-pagination-"] i {
        font-size: 5.8em;
    }

    .wdt-events-holder.wdt-carousel-holder:has(.wdt-type3) .wdt-carousel-pagination-wrapper div[class*="wdt-arrow-pagination-"] {
        margin-right: 40px;
    }
}

@media only screen and (max-width:767px) {
    .wdt-event-item .wdt-event-listing.wdt-type3 img {
        height: 350px;
    }

    .wdt-events-holder.wdt-carousel-holder:has(.wdt-type3) .wdt-carousel-pagination-wrapper {
        top: 280px;
        right: 30px;
    }

    .wdt-events-holder.wdt-carousel-holder:has(.wdt-type3) .wdt-carousel-pagination-wrapper div[class*="wdt-arrow-pagination-"] i {
        font-size: 4em;
    }

    .wdt-events-holder.wdt-carousel-holder:has(.wdt-type3) .wdt-carousel-pagination-wrapper div[class*="wdt-arrow-pagination-"] {
        margin: 0 18px;
    }

    .wdt-events-holder.wdt-carousel-holder:has(.wdt-type3) .wdt-carousel-pagination-wrapper div.wdt-arrow-pagination-next {
        margin-right: 0;
    }

    .wdt-event-item .wdt-event-listing.wdt-type3 .wdt-subgroup {
        gap: 15px 50px;
    }
}


/* ************** Type 4 ************** */

.wdt-event-item .wdt-event-listing.wdt-type4 {
    display: flex;
    flex-direction: column;
}

.wdt-event-item:nth-child(2n) .wdt-event-listing.wdt-type4,
.wdt-event-item.swiper-slide:nth-child(2n) .wdt-event-listing.wdt-type4 {
    flex-direction: column-reverse;
}

.wdt-event-item .wdt-event-listing.wdt-type4 .wdt-group1 {
    display: grid;
    width: 100%;
    position: relative;
}

.wdt-event-item .wdt-event-listing.wdt-type4 img {
    width: 100%;
    min-height: clamp(15.625rem, 13.75rem + 9.375vw, 25rem);
    /* 400 - 250 */
    object-fit: cover;
}

.wdt-event-item .wdt-event-listing.wdt-type4 .wdt-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0;

    position: absolute;
    inset: auto;
    top: 50%;
    left: 50%;

    font-size: var(--wdtFontSize_Base);
    font-weight: var(--wdtFontWeight_Base);
    line-height: var(--wdtLineHeight_Base);
    font-family: var(--wdtFontTypo_Alt);
    letter-spacing: 0;
    text-align: center;

    width: clamp(6.875rem, 6.125rem + 3.75vw, 10.625rem);
    /* 170 - 110 */
    height: clamp(6.875rem, 6.125rem + 3.75vw, 10.625rem);
    /* 170 - 110 */
    padding: 15px;

    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    background-color: rgba(var(--wdtBorderColorRgb), 0.65);

    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    border-radius: var(--wdtRadius_Full);
    -webkit-border-radius: var(--wdtRadius_Full);
    transition: var(--wdt-Ad-Transition);
    -webkit-transition: var(--wdt-Ad-Transition);
    z-index: 1;

    opacity: 0;
    translate: 50px 0px;
    -webkit-translate: 50px 0px;
}

.wdt-event-item .wdt-event-listing.wdt-type4 .wdt-btn:hover {
    background-color: rgba(var(--wdtBorderColorRgb),0.9);
}

.wdt-event-item .wdt-event-listing.wdt-type4:hover .wdt-btn {
    opacity: 1;
    translate: 0px 0px;
    -webkit-translate: 0px 0px;
}

.wdt-event-item .wdt-event-listing.wdt-type4 .wdt-btn::after {
    content: '';
    display: inherit;
    width: 2.25em;
    height: 1.65em;
    background-color: currentColor;
    margin-top: 6px;
}

.wdt-event-item .wdt-event-listing.wdt-type4 .wdt-group2 {
    display: flex;
    flex-direction: column;
    gap: clamp(0.9375rem, 0.875rem + 0.3125vw, 1.25rem);
    /* 20 - 15 */
    padding: clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
    /* 40 - 20 */
    background-color: transparent;
    transition: var(--wdt-Ad-Transition);
    -webkit-transition: var(--wdt-Ad-Transition);
}

.wdt-event-item .wdt-event-listing.wdt-type4:hover .wdt-group2 {
    background-color: var(--wdtSecondaryColor);
}

.wdt-event-item .wdt-event-listing.wdt-type4 h2 {
    font-size: clamp(1.5rem, 1.4rem + 0.5vw, 2rem);
    /* Min-24 & Max-32 */
    margin: 0;
}

.wdt-event-item .wdt-event-listing.wdt-type4 .wdt-event-date {
    font-size: clamp(1.5rem, 1.4rem + 0.5vw, 2rem);
    /* Min-24 & Max-32 */
    font-family: var(--wdtFontTypo_Alt);
    font-weight: var(--wdtFontWeight_Alt);
    line-height: var(--wdtLineHeight_Alt);
    text-transform: capitalize;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.wdt-event-item .wdt-event-listing.wdt-type4 .wdt-event-date .wdt-event-monthday {
    font-size: clamp(2rem, 1.6rem + 2vw, 4rem);
    /* Min-32 & Max-64 */
}

/* Carousel */

.wdt-events-holder.wdt-carousel-holder:has(.wdt-type4) .wdt-carousel-pagination-wrapper {
    position: absolute;
    inset: auto;
    left: -47%;
    bottom: 120px;
    margin: 0;
    z-index: 1;
}

.wdt-events-holder.wdt-carousel-holder:has(.wdt-type4) .wdt-carousel-pagination-wrapper div.wdt-arrow-pagination-next:only-child {
    margin: 0 !important;
}

.wdt-events-holder.wdt-carousel-holder:has(.wdt-type4) .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination>div:only-child:before {
    content: 'Next';
    position: relative;
    inset: auto;
}

.wdt-events-holder.wdt-carousel-holder:has(.wdt-type4) .wdt-carousel-pagination-wrapper div[class*="wdt-arrow-pagination-"] i {
    font-size: 3.15em !important;
}

@media only screen and (min-width:1541px) {

    .wdt-event-item .wdt-event-listing.wdt-type4 .wdt-group2 {
        padding-right: 200px;
    }

    .wdt-event-item .wdt-event-listing.wdt-type4 .wdt-btn {
        inset: auto;
        bottom: 0;
        right: 25px;
        transform: translateY(60%);
        -webkit-transform: translateY(60%);
    }

    .wdt-event-item:nth-child(2n) .wdt-event-listing.wdt-type4 .wdt-btn {
        top: 0;
        bottom: auto;
        transform: translateY(-60%);
        -webkit-transform: translateY(-60%);
    }
}

@media only screen and (max-width:1280px) {
    .wdt-events-holder.wdt-carousel-holder:has(.wdt-type4) .wdt-carousel-pagination-wrapper {
        left: -62%;
        bottom: 80px;
    }
}

@media only screen and (max-width:1024px) {
    .wdt-event-item:nth-child(2n) .wdt-event-listing.wdt-type4 {
        flex-direction: column;
    }

    .wdt-events-holder.wdt-carousel-holder:has(.wdt-type4) .wdt-carousel-pagination-wrapper {
        left: 0;
        top: -80px;
        bottom: auto;
    }
}

@media only screen and (max-width:767px) {
    .wdt-events-holder.wdt-carousel-holder:has(.wdt-type4) .wdt-carousel-pagination-wrapper {
        top: -70px;
    }
}


/* ************** Type 5 ************** */

.wdt-event-item .wdt-event-listing.wdt-type5 {
    display: grid;
    grid-template-columns: 1.16fr 1fr;
    gap: 150px;
}

.wdt-event-item .wdt-event-listing.wdt-type5 .wdt-group1 {
    display: block;
    padding: 40px 0;
}

.wdt-event-item .wdt-event-listing.wdt-type5 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wdt-event-item .wdt-event-listing.wdt-type5 h2 {
    font-size: clamp(1.75rem, 1.575rem + 0.875vw, 2.625rem);
    /* Min-28 & Max-42 */
    margin: 0;
}

.wdt-event-item .wdt-event-listing.wdt-type5 .wdt-event-cat {
    display: block;
    margin-top: 40px;
}

.wdt-event-item .wdt-event-listing.wdt-type5 ul {
    font-size: clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem);
    /* Min-20 & Max-24 */
    display: flex;
    flex-wrap: wrap;
}

.wdt-event-item .wdt-event-listing.wdt-type5 ul li {
    padding: 0;
}

.wdt-event-item .wdt-event-listing.wdt-type5 ul li:not(:last-child)::after {
    content: '/';
    margin: 0 0.5em;
}

.wdt-event-item .wdt-event-listing.wdt-type5 .wdt-event-date {
    display: block;
    font-size: var(--wdtFontSize_Base);
    font-family: var(--wdtFontTypo_Alt);
    font-weight: var(--wdtFontWeight_Base);
    line-height: var(--wdtLineHeight_Base);
    text-transform: capitalize;
    margin-top: 10px;
}

.wdt-event-item .wdt-event-listing.wdt-type5 .wdt-artist,
.wdt-event-item .wdt-event-listing.wdt-type5 .wdt-price,
.wdt-event-item .wdt-event-listing.wdt-type5 .wdt-offer {
    display: block;
    font-size: clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem);
    /* Min-20 & Max-24 */
    font-family: var(--wdtFontTypo_Alt);
    font-weight: var(--wdtFontWeight_Alt);
    line-height: var(--wdtLineHeight_Alt);
    text-transform: capitalize;
}

.wdt-event-item .wdt-event-listing.wdt-type5 .wdt-price::before {
    content: 'Price:';
    margin-right: 0.3em;
    text-transform: capitalize;
}

.wdt-event-item .wdt-event-listing.wdt-type5 .wdt-offer {
    font-size: clamp(1.5rem, 1.4rem + 0.5vw, 2rem);
    /* Min-24 & Max-32 */
}

.wdt-event-item .wdt-event-listing.wdt-type5 .wdt-artist,
.wdt-event-item .wdt-event-listing.wdt-type5 .wdt-subgroup2 {
    padding: 30px 0;
    border: 1px solid var(--wdtBorderColor);
    border-width: 1px 0px;
}

.wdt-event-item .wdt-event-listing.wdt-type5 .wdt-subgroup2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px 40px;
    flex-wrap: wrap;
}

.wdt-event-item .wdt-event-listing.wdt-type5 .wdt-artist {
    border-bottom: none;
    margin-top: 40px;
}

.wdt-event-item .wdt-event-listing.wdt-type5 .wdt-btn::after {
    display: none;
}

.wdt-event-item .wdt-event-listing.wdt-type5 .wdt-btn {
    font-family: var(--wdtFontTypo_Alt);
    padding: var(--wdtPadding_MaxiBtn);
    width: 100%;
    max-width: 400px;
    justify-content: center;
    background-color: var(--wdtSecondaryColor);
    margin-top: 45px;
}

.wdt-event-item .wdt-event-listing.wdt-type5 .wdt-btn:hover {
    background-color: var(--wdtHeadAltColor);
    color: var(--wdtSecondaryColor);
}

/* Carousel */

.wdt-events-holder.wdt-carousel-holder:has(.wdt-type5) .wdt-carousel-pagination-wrapper .wdt-arrow-pagination-prev {
    display: none;
}

.wdt-events-holder.wdt-carousel-holder:has(.wdt-type5) .wdt-carousel-pagination-wrapper {
    position: absolute;
    inset: auto;
    right: 0;
    bottom: 48px;
    margin: 0;
    z-index: 1;
}

.wdt-events-holder.wdt-carousel-holder:has(.wdt-type5) .wdt-carousel-pagination-wrapper .wdt-arrow-pagination-next:not(:has(.wdt-arrow-title)) {
    margin: 0;
}

.wdt-events-holder.wdt-carousel-holder:has(.wdt-type5) .wdt-carousel-pagination-wrapper .wdt-arrow-pagination-next:not(:has(.wdt-arrow-title)) i {
    width: auto;
    font-size: 3.15em;
}

.wdt-events-holder.wdt-carousel-holder:has(.wdt-type5) .wdt-carousel-pagination-wrapper .wdt-arrow-pagination-next:not(:has(.wdt-arrow-title)) i::before {
    content: 'Next';
    font-size: var(--wdtFontSize_Base);
    margin-right: 25px;
    font-style: normal;
}

@media only screen and (max-width:1540px) {
    .wdt-event-item .wdt-event-listing.wdt-type5 {
        gap: 80px;
    }

    .wdt-event-item .wdt-event-listing.wdt-type5 .wdt-btn {
        max-width: 320px;
    }
}

@media only screen and (max-width:1280px) {
    .wdt-event-item .wdt-event-listing.wdt-type5 {
        gap: 60px;
        grid-template-columns: 1fr 1fr;
    }

    .wdt-event-item .wdt-event-listing.wdt-type5 .wdt-btn {
        max-width: 280px;
    }
}

@media only screen and (max-width:1024px) {
    .wdt-event-item .wdt-event-listing.wdt-type5 {
        gap: 40px;
        grid-template-columns: 1fr;
    }

    .wdt-event-item .wdt-event-listing.wdt-type5 .wdt-group1 {
        padding: 0;
    }

    .wdt-event-item .wdt-event-listing.wdt-type5 .wdt-btn {
        max-width: 400px;
        margin-top: 35px;
    }

    .wdt-event-item .wdt-event-listing.wdt-type5 .wdt-event-cat {
        margin-top: 20px;
    }

    .wdt-event-item .wdt-event-listing.wdt-type5 .wdt-artist {
        margin-top: 25px;
    }

    .wdt-event-item .wdt-event-listing.wdt-type5 .wdt-artist,
    .wdt-event-item .wdt-event-listing.wdt-type5 .wdt-subgroup2 {
        padding: 20px 0;
    }

    .wdt-events-holder.wdt-carousel-holder:has(.wdt-type5) .wdt-carousel-pagination-wrapper {
        bottom: 8px;
    }
}

@media only screen and (max-width:767px) {
    .wdt-event-item .wdt-event-listing.wdt-type5 {
        gap: 30px;
    }

    .wdt-event-item .wdt-event-listing.wdt-type5 .wdt-btn {
        max-width: 250px;
    }
}

@media only screen and (max-width:479px) {
    .wdt-event-item .wdt-event-listing.wdt-type5 .wdt-btn {
        max-width: 100%;
    }

    .wdt-events-holder.wdt-carousel-holder:has(.wdt-type5) .wdt-carousel-pagination-wrapper {
        position: static;
        margin-top: 30px;
    }
}


/* ************** Type 6 ************** */

.wdt-event-item .wdt-event-listing.wdt-type6 {
    display: grid;
    grid-template-columns: 0.45fr 1fr 1fr;
    gap: 70px;
    color: var(--wdtBodyTxtColor);
}

.wdt-event-item .wdt-event-listing.wdt-type6 .wdt-group1 .wdt-subtitle {
    font-size: clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem);
    /* Min-20 & Max-24 */
    font-weight: var(--wdtFontWeight_Alt);
    line-height: var(--wdtLineHeight_Alt);
    font-family: var(--wdtFontTypo_Alt);
    text-transform: capitalize;
    margin: 0 0 15px;
    color: var(--wdtHeadAltColor);
}

.wdt-event-item .wdt-event-listing.wdt-type6 .wdt-group1 > .wdt-event-cat {
    display: none;
}

.wdt-event-item .wdt-event-listing.wdt-type6 .wdt-group1 p {
    margin-bottom: 0;
}

.wdt-event-item .wdt-event-listing.wdt-type6 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wdt-event-item .wdt-event-listing.wdt-type6 h2 {
    font-size: clamp(1.5rem, 1.4rem + 0.5vw, 2rem);
    /* Min-24 & Max-32 */
    margin: 0;
    color: var(--wdtHeadAltColor);
}

.wdt-event-item .wdt-event-listing.wdt-type6 .wdt-group3 {
    padding-bottom: 35px;
}

.wdt-event-item .wdt-event-listing.wdt-type6 .wdt-btn {
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 1.5em;
    color: var(--wdtHeadAltColor);

    font-size: var(--wdtFontSize_Base);
    font-weight: var(--wdtFontWeight_Base);
    line-height: var(--wdtLineHeight_Base);
    font-family: var(--wdtFontTypo_Base);
    text-transform: capitalize;

    background: var(--wdt-button-hover-bg);
}

.wdt-event-item .wdt-event-listing.wdt-type6 .wdt-btn:hover {
    animation: var(--wdt-button-hover);
    -webkit-animation: var(--wdt-button-hover);
}

.wdt-event-item .wdt-event-listing.wdt-type6 .wdt-btn::after {
    content: '';
    display: block;
    width: 3.2em;
    height: 2.2em;
    background-color: currentColor;

    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;

    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 90 61'%3E%3Cpath d='M54.34714.3,54.2448.40562V10.72271l.10234.1056H64.67608l.10568-.1056V.40563L64.67608.3Z'/%3E%3Cpath d='M66.82585,12.76707l-.10235.1056V23.19326l.10235.1022H77.15478l.10569-.1022V12.87267l-.10569-.1056Z'/%3E%3Cpath d='M89.63157,25.23751H79.306l-.10567.10221V35.6602l.10567.1057H89.63157l.10568-.1057V25.33972Z'/%3E%3Cpath d='M66.82585,37.70466l-.10235.1022V48.12735l.10235.1056H77.15478l.10569-.1056V37.80686l-.10569-.1022Z'/%3E%3Cpath d='M54.34714,50.1716l-.10234.1057V60.5944l.10234.1056H64.67608l.10568-.1056V50.2773l-.10568-.1057Z'/%3E%3Cpath d='M53.69956,25.23751H.80427l-.54152.10221V35.6602l.54152.1057H53.69956l.5415-.1057V25.33972Z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 90 61'%3E%3Cpath d='M54.34714.3,54.2448.40562V10.72271l.10234.1056H64.67608l.10568-.1056V.40563L64.67608.3Z'/%3E%3Cpath d='M66.82585,12.76707l-.10235.1056V23.19326l.10235.1022H77.15478l.10569-.1022V12.87267l-.10569-.1056Z'/%3E%3Cpath d='M89.63157,25.23751H79.306l-.10567.10221V35.6602l.10567.1057H89.63157l.10568-.1057V25.33972Z'/%3E%3Cpath d='M66.82585,37.70466l-.10235.1022V48.12735l.10235.1056H77.15478l.10569-.1056V37.80686l-.10569-.1022Z'/%3E%3Cpath d='M54.34714,50.1716l-.10234.1057V60.5944l.10234.1056H64.67608l.10568-.1056V50.2773l-.10568-.1057Z'/%3E%3Cpath d='M53.69956,25.23751H.80427l-.54152.10221V35.6602l.54152.1057H53.69956l.5415-.1057V25.33972Z'/%3E%3C/svg%3E");
}

.wdt-event-item .wdt-event-listing.wdt-type6>.wdt-group3>*:not(:last-child) {
    margin-bottom: 15px;
}

.wdt-event-item .wdt-event-listing.wdt-type6 .wdt-group3 .wdt-time {
    display: flex;
    justify-content: space-between;
    gap: 20px 30px;
    color: var(--wdtHeadAltColor);
    font-size: var(--wdtFontSize_Base);
    font-weight: var(--wdtFontWeight_Base);
    line-height: var(--wdtLineHeight_Alt);
    font-family: var(--wdtFontTypo_Base);
    padding: 20px 30px;
    margin: 30px 0 45px;
    border: 1px solid var(--wdtBorderColor);
    width: 100%;
    max-width: 500px;
}

.wdt-event-item .wdt-event-listing.wdt-type6 .wdt-group3 .wdt-time>span {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.wdt-event-item .wdt-event-listing.wdt-type6 .wdt-group3 .wdt-time>span>span:nth-child(2) {
    font-size: clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem);
    /* Min-20 & Max-24 */
    font-family: var(--wdtFontTypo_Alt);
    font-weight: var(--wdtFontWeight_Alt);
    line-height: var(--wdtLineHeight_Ext);
    color: var(--wdtPrimaryColor);
    text-transform: capitalize;
}

.wdt-dark-bg .wdt-event-item .wdt-event-listing.wdt-type6,
.wdt-dark-bg .wdt-event-item .wdt-event-listing.wdt-type6 a,
.wdt-dark-bg .wdt-event-item .wdt-event-listing.wdt-type6 .wdt-group1 .wdt-subtitle,
.wdt-dark-bg .wdt-event-item .wdt-event-listing.wdt-type6 h2,
.wdt-dark-bg .wdt-event-item .wdt-event-listing.wdt-type6 .wdt-btn,
.wdt-dark-bg .wdt-event-item .wdt-event-listing.wdt-type6 .wdt-group3 .wdt-time,
.wdt-dark-bg .wdt-event-item .wdt-event-listing.wdt-type6 .wdt-group3 .wdt-time>span>span:nth-child(2) {
    color: var(--wdtSecondaryColor);
}

.wdt-dark-bg .wdt-event-item .wdt-event-listing.wdt-type6 .wdt-group3 .wdt-time {
    border-color: var(--wdtTertiaryColor);
    background-color: var(--wdtPrimaryColor);
}


@media only screen and (min-width:768px) and (max-width:1280px) {

    .wdt-event-item .wdt-event-listing.wdt-type6 {
        grid-template-columns: 0.85fr 1fr;
        gap: 25px 40px;
    }

    .wdt-event-item .wdt-event-listing.wdt-type6 .wdt-group1 {
        grid-area: 1/2;
        padding-top: 20px;
    }

    .wdt-event-item .wdt-event-listing.wdt-type6 .wdt-group2 {
        grid-area: 1/1/3/2;
    }

    .wdt-event-item .wdt-event-listing.wdt-type6 .wdt-group3 {
        grid-area: 2/2;
        padding-bottom: 20px;
    }

    .wdt-event-item .wdt-event-listing.wdt-type6 .wdt-group3 .wdt-time {
        padding: 20px;
        gap: 15px;
    }
}

@media only screen and (max-width:767px) {
    .wdt-event-item .wdt-event-listing.wdt-type6 {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .wdt-event-item .wdt-event-listing.wdt-type6 .wdt-group3 .wdt-time {
        padding: 20px;
        gap: 20px 30px;
        margin: 20px 0 30px;
        flex-wrap: wrap;
        justify-content: start;
    }

    .wdt-event-item .wdt-event-listing.wdt-type6 .wdt-group1 {
        grid-area: 2/1;
    }

    .wdt-event-item .wdt-event-listing.wdt-type6 .wdt-group2 {
        grid-area: 1/1;
    }

    .wdt-event-item .wdt-event-listing.wdt-type6 .wdt-group3 {
        grid-area: 3/1;
        padding-bottom: 0;
    }
}


/* Events Listings style End */