.elementor-40 .elementor-element.elementor-element-2599cfa{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-f39e77d */.elementor-40 .elementor-element.elementor-element-f39e77d{
    
    #events-front{
        display: flex;
        gap: 2rem;
        flex-direction: row;
        flex-wrap: wrap;
        
        
        @media (max-width: 1060px){
            flex-wrap: wrap;
            justify-content: space-between;
        }
        
        @media (max-width: 1646px){
            gap: 2%;
        }
        
        @media (max-width: 860px){
            gap: 2rem;
        }
        
    }
    
    .events-front__item{
        width: 32.1%;
        display: flex;
        flex-direction: column;
        gap: 0;
        background: #212121;
        border-radius: 8px;
        position: relative;
        padding: 0 0 8rem;
        
        @media (max-width: 1776px){
            width: 32%;
        }
        
        @media (max-width: 1646px){
            width: 32%;
        }
        
        @media (max-width: 1060px){
            width: 48%;
        }
        
        @media (max-width: 860px){
            width: 100%;
        }
        
        @media (max-width: 767px){
            padding: 0 0 7rem;
        }
    }
    
    .events-front__img{
        img{
            display: block;
            width: 100%;
            border-radius: 8px;
            height: auto !important;
            max-width: 100%;
            height: 350px !important;
            object-fit: cover;
            
            @media (max-width: 767px) {
                height: 250px !important;
            }
        }
        
        
        img.palceholder-img-only{
            object-fit: contain;
            background: #fff;
            padding: 2rem;
        }
    }
    
    .events-front__info{
        display: flex;    
        gap: 1rem;
        flex-direction: column;
        padding: 24px 24px 0px 24px;
    }
    
    .events-front__header{
        display: flex;
        flex-direction: column;
        gap: 1rem;
        
        h4{
            margin: 0;
            font-weight: 700;
            
            @media (max-width: 767px){
                font-size: 1.2rem;
            }
            
            a:link,
            a:visited,
            a:active{
                color: #fff;
            }
            a:hover{
                text-decoration: none;
            }
        }
        .excerpt_event{
            margin: 0 0 1rem;
            font-size: 20px;
            line-height: 130%;
            color: #fff;
            
            @media (max-width: 767px){
                font-size: 1rem;
            }
        }
    }
    
    .events-front__set{
        display: flex;
        flex-direction: column;
        gap: 5px;
        
        p{
            margin: 0;
            position: relative;
        }
        .date_event{}
        .time_event{}
        .venue_event{}
        
        span:nth-child(1){
            position: absolute;    
            left: 0;
            top: 1px;
        }
        span:nth-child(2){
            display: block;
            padding: 0 0 0 2rem;
            color: #fff;
            @media (max-width: 767px){
                font-size: 1rem;
            }
        }
    }
    
    .events-front__btn{
        padding: 2rem 24px 24px 24px;
        display: flex;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        
        
        a:link, a:visited, a:active{
            display: flex;
            flex-direction: row;
            align-items: center;
            font-size: 18px;
            font-weight: 600;
            color: #171717;
            gap: 3px;
            width: 100%;
            background: #fccc2a;
            justify-content: center;
            border-radius: 8px;
            line-height: 1;
            padding: 1rem;   
        }
        a:hover{
            color: #2121219E;
        }
        
        .atext{}
        .icon-events{
            display: none;
        }
        
        svg{
            display: block;
        }
        
    }
    
    .no-events{
        text-align: center;
        
    }
}/* End custom CSS */