.carousel_events .carrousel {
    opacity:0;
    transition:all .25ss ease;
}
.carousel_events.activate .carrousel {opacity:1}
.carousel_events .slick-list {
    overflow: initial;
}
.carousel_events .postTop {
    max-height: initial;
}



body:not(.fl-builder-edit) .carousel_events button.slick-arrow:focus {
    outline-width: 0px;
}

body:not(.fl-builder-edit) .carousel_events .slider-ctl.hidefocus button.slick-arrow:focus {
        outline:none!important;
}    
    



.carousel_events .slick-initialized .slick-slide {
    width:100%;
    max-width: 370px;
    margin-right: 20px;
}
.carousel_events .tags {
    position: absolute;
    top:16px !important;
    left:20px;
        z-index: 2;
}
.carousel_events .slick-slide > div {
    width: 100%;
}
.carousel_events .imgBox {
    background:var(--cream);
    width:100%;
    height:260px;
    border-radius:30px;
    overflow: hidden;
    position: relative
}
.carousel_events .slick-slide img {
    width:100%;
    height:100%;
    object-fit:cover;
}
.carrousel-news-row .carousel_events .carrousel-news {
    padding-left: 100px;
    margin-left: calc(50vw - 693px);
}

.carrousel-news-row .carousel_events .slider-header {
    padding-right: 72px;
    max-width: 1366px;
    margin: auto;
    position: relative;
    top: -72px;
}

.carrousel-news-row .slider-header {
    display: flex;
    justify-content: flex-end;
    gap: 22px;
}

.event_carousel_title {
    width:100%;
    max-width:1366px;
    margin-left:auto;
    margin-right:auto;
    padding-left:100px;
    padding-right:72px;
}

.carousel_events  ul.slick-dots {
    color:var(--cream);
}

.carousel_events .postBox:hover .event_carousel_item_title a {
    color:var(--light-orange);
    }
.carousel_events .event_carousel_item_title a:hover {
    color:var(--light-orange) !important;
}
.carousel_events .event_carousel_item_title a {
    color:var(--cream);
    text-decoration:none !important;
    transition:all .25s ease;
}
.carousel_events .event_carousel_item_title {
    font-family:var(--font-content);
    font-size: 28px;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    line-height: 2.25rem;
    text-transform:initial;
    color:var(--cream);
    transition:all .25s ease;
}
.carousel_events .postBox {cursor:pointer;}
.carousel_events .infoBox {margin-top:26px;}
.carousel_events .infoBox .date {margin-top:6px;}
.carousel_events .infoBox .event_description,
.carousel_events .infoBox .event_date,
.carousel_events .infoBox .event_time {
    font-family: var(--font-content);
    font-size: 16px;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    line-height: 1.63rem; 
    color:var(--cream);
}



@media only screen and (max-width: 1366px) {
    
    .carrousel-news-row .carousel_events .carrousel-news {
        margin-left: initial;
    }
}


@media only screen and (max-width: 992px) {
    
    .carrousel-news-row .carousel_events .carrousel-news {
        padding-left: 36px;
    }
    .event_carousel_title {
         padding-left: 36px;
    }
}

@media only screen and (max-width: 768px) {
    
    .carrousel-news-row .carousel_events .carrousel-news {
        padding-left: 18px;
    }
    .event_carousel_title {
         padding-left: 18px;
    }

    .carrousel-news-row .carousel_events .slider-header {
         top: 0;
        margin: 16px 18px;
        justify-content: flex-start;
        padding: 0;
    }
    .carousel_events .slick-initialized .slick-slide {
        max-width: calc(100vw - 36px);
    }
    body:not(.fl-builder-edit) .hero_event_content .tag-collection-card {
        top: 0;
    }
}