.elementor-42 .elementor-element.elementor-element-deba3ab{--display:flex;--gap:4rem 4rem;--row-gap:4rem;--column-gap:4rem;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-42 .elementor-element.elementor-element-a969830{--display:flex;--border-radius:0px 0px 0px 0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-42 .elementor-element.elementor-element-a2f5dba{border-radius:0px 0px 0px 0px;}.elementor-42 .elementor-element.elementor-element-a2f5dba img{width:100%;max-width:100%;height:auto;filter:brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );border-radius:0px 0px 0px 0px;}.elementor-42 .elementor-element.elementor-element-dfc3bfa{--display:flex;--margin-top:-15rem;--margin-bottom:0rem;--margin-left:0rem;--margin-right:0rem;--padding-top:0rem;--padding-bottom:4rem;--padding-left:1.5rem;--padding-right:1.5rem;}.elementor-42 .elementor-element.elementor-element-8b43bde{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:1rem 1rem;--row-gap:1rem;--column-gap:1rem;}.elementor-42 .elementor-element.elementor-element-8b43bde.e-con{--align-self:center;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-42 .elementor-element.elementor-element-9acb939{margin:0rem 0rem calc(var(--kit-widget-spacing, 0px) + 0rem) 0rem;padding:0rem 0rem 0rem 0rem;}.elementor-42 .elementor-element.elementor-element-9acb939 .elementor-heading-title{color:var( --e-global-color-secondary );}.elementor-42 .elementor-element.elementor-element-46ec2ca{--display:flex;}.elementor-42 .elementor-element.elementor-element-f32a45a{text-align:center;}@media(min-width:768px){.elementor-42 .elementor-element.elementor-element-8b43bde{--width:100%;}}@media(max-width:1366px){.elementor-widget-image .widget-image-caption{line-height:var( --e-global-typography-text-line-height );}.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:1024px){.elementor-widget-image .widget-image-caption{line-height:var( --e-global-typography-text-line-height );}.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:767px){.elementor-42 .elementor-element.elementor-element-deba3ab{--gap:3rem 3rem;--row-gap:3rem;--column-gap:3rem;}.elementor-widget-image .widget-image-caption{line-height:var( --e-global-typography-text-line-height );}.elementor-42 .elementor-element.elementor-element-8b43bde{--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;}.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );}}/* Start custom CSS for image, class: .elementor-element-a2f5dba */.elementor-42 .elementor-element.elementor-element-a2f5dba {
    position: relative;
}

.elementor-42 .elementor-element.elementor-element-a2f5dba::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0000008C;
}


@media (max-width: 500px){
    .elementor-42 .elementor-element.elementor-element-a2f5dba {
        img{
            height: 300px;
            object-fit: cover;
        } 
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-a969830 */.elementor-42 .elementor-element.elementor-element-a969830 {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    max-width: unset !important;    
    overflow: hidden;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-d7575cd */.elementor-42 .elementor-element.elementor-element-d7575cd{
    
    #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: #F1F1F1;
        border-radius: 8px;
        
        @media (max-width: 1776px){
            width: 32%;
        }
        
        @media (max-width: 1646px){
            width: 32%;
        }
        
        @media (max-width: 1060px){
            width: 48%;
        }
        
        @media (max-width: 860px){
            width: 100%;
        }
    }
    
    .events-front__img{
        img{
            display: block;
            width: 100%;
            border-radius: 8px;
            height: auto !important;
            max-width: 100%;
            height: 350px !important;
            object-fit: cover;
        }
        
        
        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;
            
            a:link,
            a:visited,
            a:active{
                color: #171717;
            }
            a:hover{
                text-decoration: none;
            }
        }
        .excerpt_event{
            margin: 0 0 1rem;
            font-size: 20px;
            line-height: 130%;
        }
    }
    
    .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;
        }
    }
    
    .events-front__btn{
        padding: 0 24px 24px 24px;
        justify-content: end;
        display: flex;
        
        a:link, a:visited, a:active{
            display: flex;
            flex-direction: row;
            align-items: center;
            font-size: 18px;
            font-weight: 600;
            color: #171717;
            gap: 3px;        
        }
        a:hover{
            color: #225992;
        }
        
        .atext{}
        .icon-events{}
        
        svg{
            display: block;
        }
        
    }
    
    .no-events{
        text-align: center;
        
    }
}/* End custom CSS */