.post-type-archive-event .page-wrapper {
    min-height: calc(100vh - 256px);
    padding-bottom: 92px;
}

/* PAGE HEADER WRAPPER */
.post-type-archive-event .event-header {
    position: relative;
    display: block;
    width: 100%;
    height: fit-content;
    padding-bottom: var(--lateralMargin);
}

.post-type-archive-event .event-header h1 {
    position: relative;
    display: block;
    width: 100%;
    max-width: calc((100% / 12) * 11);
    padding: 0px var(--lateralMargin) 102px var(--lateralMargin);
}


/* PAGE WRAPPER */
.post-type-archive-event .event-wrapper {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid var(--color01);
}

.post-type-archive-event .event-wrapper .top {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: fit-content;
    padding: calc(var(--lateralMargin) /2) var(--lateralMargin);
    align-items: center;
}

.post-type-archive-event .event-wrapper .top .top-inner {
    position: relative;
    display: inline-block;
    width: 200px;
    height: fit-content;
    cursor: pointer;
}

.post-type-archive-event .event-wrapper .top .top-inner .row.current {
    position: relative;
    display: block;
    width: fit-content;
    height: fit-content;
}

.post-type-archive-event .event-wrapper .top .top-inner .row.hidden {
    position: absolute;
    display: none;
    width: fit-content;
    height: fit-content;
    padding-top: 4px;
    width: 100%;
}

.post-type-archive-event .event-wrapper .top .top-inner:hover .row.hidden {
    display: block;
}

.post-type-archive-event .event-wrapper .top .top-inner .current .icon {
    position: relative;
    display: inline-block;
    width: 7px;
    height: 4px;
    transform: translate(0,-1px);
}

.post-type-archive-event .event-wrapper .top .top-inner .current .icon svg {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    stroke: #000;
    stroke-width: 2px;
}

.post-type-archive-event .event-wrapper .top .top-inner:hover .current .icon svg {
    transform: rotate(180deg);
}

.post-type-archive-event .event-wrapper .top .filters-wrapper {
    position: relative;
    display: block;
    width: calc(100% - 200px);
    height: fit-content;
    background-color: var(--bgColor);
}

.post-type-archive-event .event-wrapper .top .filters-wrapper .filters-inner {
    position: relative;
    display: block;
    width: 100%;
    height: fit-content;
}

.post-type-archive-event .event-wrapper .top .filters-wrapper .filters-inner .filters-slider {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.post-type-archive-event .event-wrapper .top .filters-wrapper .filters-inner .swiper-wrapper {
    justify-content: flex-end;
}

.post-type-archive-event .event-wrapper .top .filters-wrapper .filters-inner .filters-slider .swiper-slide {
    position: relative;
    display: inline-block;
    height: fit-content;
    width: fit-content;
}

.post-type-archive-event .event-wrapper .top .filters-wrapper .filters-inner .filters-slider .swiper-slide:last-child {
    margin-right: 0px !important;
}

.post-type-archive-event .event-wrapper .top .filters-wrapper .filters-inner .filter {
    position: relative;
    display: inline-flex;
    height: 28px;
    width: fit-content;
    border: 1px solid var(--color02);
    border-radius: 50px;
    font-family: 'centurysupremeLL-book';
    font-size: 9px;
    line-height: 1;
    letter-spacing: 2px;
    align-items: center;
    text-transform: uppercase;
    color: var(--color02);
    cursor: pointer;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
}

.post-type-archive-event .event-wrapper .top .filters-wrapper .filters-inner .filter span {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    width: max-content;
}

.post-type-archive-event .event-wrapper .top .filters-wrapper .filters-inner .filter.active-filter span::after {
    content: "";
    position: relative;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 3px;
    background-image: url('../../images/cross.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


.post-type-archive-event .event-wrapper .top .filters-wrapper .filters-inner .filter:hover, 
.post-type-archive-event .event-wrapper .top .filters-wrapper .filters-inner .filter.active-filter {
    border: 1px solid var(--color01);
    color: var(--color01);
}

.post-type-archive-event .event-wrapper .columns {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: fit-content;
    padding: 52px var(--lateralMargin) 0px;
    column-gap: var(--lateralMargin);
    row-gap: 92px;
    align-items: center;
}

.post-type-archive-event .event-wrapper .columns .column {
    position: relative;
    display: inline-flex;
    justify-content: center;
    width: calc( 20% - (var(--lateralMargin) * .81 ) );
    height: fit-content;
}

.post-type-archive-event .event-wrapper .columns .column .thumbnail-inner {
    position: relative;
    display: block;
    width: 10.83vw; /*208px*/
    height: fit-content;
}

.post-type-archive-event .event-wrapper .columns .column .thumbnail-inner picture {
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
}

.post-type-archive-event .event-wrapper .columns .column .date-inner {
    position: absolute;
    display: flex;
    width: 100%;
    z-index: 10;
    bottom: calc(var(--lateralMargin) * .8);
    left: 0;
    justify-content: center;
}

.post-type-archive-event .event-wrapper .columns .column .term-inner {
    position: absolute;
    display: flex;
    width: 100%;
    z-index: 10;
    top: calc(var(--lateralMargin) * .8);
    left: 0;
    justify-content: center;
}

.post-type-archive-event .event-wrapper .columns .column .cta-inner {
    position: absolute;
    display: flex;
    width: 100%;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    justify-content: center;
}

.post-type-archive-event .event-wrapper .columns .column .cta-inner span {
    position: relative;
    display: block;
    max-width: 130px;
    text-align: center;
}

.post-type-archive-event .event-wrapper .columns .column .thumbnail-inner:hover picture,
.post-type-archive-event .event-wrapper .columns .column .thumbnail-inner .date-inner,
.post-type-archive-event .event-wrapper .columns .column .thumbnail-inner .term-inner,
.post-type-archive-event .event-wrapper .columns .column .thumbnail-inner .cta-inner {
    opacity: 0;
    pointer-events: none;
}

.post-type-archive-event .event-wrapper .columns .column .thumbnail-inner:hover .date-inner,
.post-type-archive-event .event-wrapper .columns .column .thumbnail-inner:hover .term-inner,
.post-type-archive-event .event-wrapper .columns .column .thumbnail-inner:hover .cta-inner {
    opacity: 1;
    pointer-events: all;
}

.post-type-archive-event .event-wrapper .columns .column .thumbnail-inner:hover {
    background: #fff;
}

.post-type-archive-event .event-wrapper .pagination {
    position: relative;
    display: block;
    width: 100%;
    padding: 92px var(--lateralMargin) 0;
}

.post-type-archive-event .event-wrapper .pagination a {
    color: var(--color01);
}

.post-type-archive-event .event-wrapper .pagination .current {
    color: var(--color05);
}


@media screen and (max-width: 1440px) {
    .post-type-archive-event .event-wrapper .columns .column .thumbnail-inner {
        /*width: 12.83vw;*/
        width: 163px;
    }
}


@media only screen and (max-width: 1024px) {
    .post-type-archive-event .page-wrapper {
        padding-bottom: 34px;
    }
    
    .post-type-archive-event .event-header h1 {
        text-align: left;
        padding: 7px var(--lateralMargin) 37px;
        max-width: 100%;
    }


    .post-type-archive-event .event-wrapper .top {
        height: 45px;
        position: sticky;
        top: var(--headerHeight);
        z-index: 10;
        background: var(--bgColor);
        border-bottom: 1px solid var(--color02);
    }

    .post-type-archive-event .event-wrapper .top .top-inner {
        position: fixed;
        left: 0px;
        bottom: 0px;
        width: 100%;
        height: fit-content;
        padding: var(--lateralMargin);
        background: var(--bgColor);
        border-top: 1px solid var(--color02);
        justify-content: center;
        display: flex;
        flex-flow: column;
        align-items: center;
        row-gap: 6px;
    }

    .post-type-archive-event .event-wrapper .top .top-inner .current .icon {
        position: absolute;
        transform: translate(0,-50%);
        right: -13px;
        top: 50%;
    }

    .post-type-archive-event .event-wrapper .top .top-inner:hover .current .icon svg {
        transform: rotate(0deg);
    }

    .post-type-archive-event .event-wrapper .top .top-inner.opened .current .icon svg {
        transform: rotate(180deg);
    }

    .post-type-archive-event .event-wrapper .top .top-inner:hover .current .icon svg {
        transform: rotate(0deg);
    }


    .post-type-archive-event .event-wrapper .top .top-inner .row.hidden {
        display: none;
        position: relative;
        width: fit-content;
    }

    .post-type-archive-event .event-wrapper .top .top-inner:hover .row.hidden {
        display: none;
    }

    .post-type-archive-event .event-wrapper .top .top-inner.opened .row.hidden {
        display: block !important;
    }

    .post-type-archive-event .event-wrapper .top .filters-wrapper {
        width: calc(100% - 250px);
    }

    .post-type-archive-event .event-wrapper .top .filters-wrapper {
        width: 100%;
    }

    .post-type-archive-event .event-wrapper .top .filters-wrapper .filters-inner .swiper-wrapper {
        justify-content: flex-start;
    }

    .post-type-archive-event .event-wrapper .columns {
        padding: 44px 0 52px;
        z-index: 1;
        row-gap: 72px;
    }

    .post-type-archive-event .event-wrapper .columns .column {
        width: calc( 50% - (var(--lateralMargin) * .51 ) );
    }

    .post-type-archive-event .event-wrapper .columns .column .thumbnail-inner {
        width: 100%;
        display: flex;
        flex-flow: column;
        align-items: center;
    }

    .post-type-archive-event .event-wrapper .columns .column .thumbnail-inner .thumbnail-inner-image {
        position: relative;
        display: block;
        max-width: 255px;
        width: 100%;
        height: fit-content;
    }

    .post-type-archive-event .event-wrapper .columns .column .thumbnail-inner .thumbnail-inner-top {
        position: relative;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        column-gap: 10px;
        margin-bottom: 31px;
    }

    .post-type-archive-event .event-wrapper .columns .column .thumbnail-inner .date-inner, 
    .post-type-archive-event .event-wrapper .columns .column .thumbnail-inner .term-inner {
        position: relative;
        display: inline-block;
        top: auto;
        bottom: auto;
        width: fit-content;
        opacity: 1;
    }

    .post-type-archive-event .event-wrapper .columns .column .thumbnail-inner .cta-inner {
        position: relative;
        display: block;
        opacity: 1;
        transform: translate(0,0);
        left: auto;
        top: auto;
        width: fit-content;
        margin-top: 30px;
    }

    .post-type-archive-event .event-wrapper .columns .column .thumbnail-inner:hover {
        background: transparent;
    }

    .post-type-archive-event .event-wrapper .columns .column .thumbnail-inner:hover picture {
        opacity: 1;
    }

    .post-type-archive-event .event-wrapper .pagination {
        display: flex;
        padding: 20px var(--lateralMargin) 45px;
        column-gap: 10px;
    }
}


@media only screen and (max-width: 740px) {
    .post-type-archive-event .page-wrapper {
        padding-bottom: 0px;
    }

    .post-type-archive-event .event-wrapper .columns {
        padding: 0 0 52px;
        row-gap: 0px;
    }

    .post-type-archive-event .event-wrapper .columns .column {
        width: 100%;
        border-bottom: 1px solid var(--color02);
        padding: var(--lateralMargin) 0px 0px;
    }

    .post-type-archive-event .event-wrapper .columns .column:last-child {
        border-bottom: 0px solid var(--color02);
    }

    .post-type-archive-event .event-wrapper .columns .column .thumbnail-inner .cta-inner {
        margin: 30px 0;
    }

    .post-type-archive-event .event-wrapper .pagination {
        display: flex;
        padding: 20px var(--lateralMargin) 45px;
        column-gap: 10px;
    }

    .post-type-archive-event .event-wrapper .pagination {
        padding: 0px var(--lateralMargin) 65px;
    }

    .post-type-archive-event .event-wrapper .columns .column .cta-inner span {
        max-width: 180px;
    }
}