.elementor-kit-7{--e-global-color-primary:#181B20;--e-global-color-secondary:#181B20;--e-global-color-text:#181B20;--e-global-color-accent:#AA1F64;--e-global-color-6c6dfb6:#FFFFFF;--e-global-color-396a15a:#F0EFF3;--e-global-color-e3ad096:#787878;--e-global-color-14f5879:#ABABAB;--e-global-color-bc2ae89:#E83F3F;--e-global-color-236ddf1:#338C32;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Inter", Sans-serif;font-size:20px;font-weight:400;line-height:150%;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-accent );color:var( --e-global-color-6c6dfb6 );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-accent );border-radius:8px 8px 8px 8px;padding:16px 10px 16px 10px;}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{background-color:var( --e-global-color-6c6dfb6 );color:var( --e-global-color-primary );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-primary );border-radius:8px 8px 8px 8px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 h1{color:var( --e-global-color-primary );font-family:"Inter", Sans-serif;font-size:70px;font-weight:700;line-height:120%;}.elementor-kit-7 h2{color:var( --e-global-color-primary );font-family:"Inter", Sans-serif;font-size:48px;font-weight:600;line-height:120%;}.elementor-kit-7 h3{color:var( --e-global-color-primary );font-family:"Inter", Sans-serif;font-size:32px;font-weight:600;line-height:120%;}.elementor-kit-7 h4{color:var( --e-global-color-primary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-7 h5{color:var( --e-global-color-primary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-7 h6{color:var( --e-global-color-primary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-7 img{border-style:none;border-radius:0px 0px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1732px;}.e-con{--container-max-width:1732px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:2rem;}.elementor-element{--widgets-spacing:2rem 2rem;--widgets-spacing-row:2rem;--widgets-spacing-column:2rem;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1366px){.elementor-kit-7 h1{font-size:60px;}.elementor-kit-7 h2{font-size:44px;}.elementor-kit-7 h3{font-size:30px;}}@media(max-width:1024px){.elementor-kit-7{font-size:17px;}.elementor-kit-7 h1{font-size:50px;}.elementor-kit-7 h2{font-size:40px;}.elementor-kit-7 h3{font-size:29px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7 h1{font-size:48px;}.elementor-kit-7 h2{font-size:36px;}.elementor-kit-7 h3{font-size:28px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body,
body *{
    transition: all 0.3s ease;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6{
    transition: all 0.3s ease;
}

.entry-content h1{
    font-size: 70px;
    @media (max-width: 1366px) {
        font-size: 60px;
    }
    @media (max-width: 1024px) {
        font-size: 50px;
    }
    @media (max-width: 768px) {
        font-size: 48px;
    }
}
.entry-content h2{
    font-size: 48px;
    @media (max-width: 1366px) {
        font-size: 44px;
    }
    @media (max-width: 1024px) {
        font-size: 40px;
    }
    @media (max-width: 768px) {
        font-size: 36px;
    }
}
.entry-content h3{
    font-size: 32px;
    @media (max-width: 1366px) {
        font-size: 30px;
    }
    @media (max-width: 1024px) {
        font-size: 29px;
    }
    @media (max-width: 768px) {
        font-size: 28px;
    }
}
.entry-content h4{
    font-size: 28px;
    @media (max-width: 1366px) {
        font-size: 27px;
    }
    @media (max-width: 1024px) {
        font-size: 26px;
    }
    @media (max-width: 768px) {
        font-size: 24px;
    }
}
.entry-content h5{
    font-size: 24px;
    @media (max-width: 1366px) {
        font-size: 23px;
    }
    @media (max-width: 1024px) {
        font-size: 22px;
    }
    @media (max-width: 768px) {
        font-size: 20px;
    }
}
.entry-content h6{
    font-size: 22px;
    @media (max-width: 1366px) {
        font-size: 21px;
    }
    @media (max-width: 1024px) {
        font-size: 20px;
    }
    @media (max-width: 768px) {
        font-size: 18px;
    }
}


.entry-content p{
    font-size: 20px;
    @media (max-width: 1024px) {
        font-size: 17px;
    }
}

.entry-content li{
    font-size: 20px;
    @media (max-width: 1024px) {
        font-size: 17px;
    }
}














.tribe_events-template-default .tribe-events-schedule > div{
    background: #fff;
    position: relative;
    padding-right: 1rem;
}

.tribe_events-template-default .tribe-events-schedule::before{
    @media (max-width:768px){
        display: none !important;
    }
}


/*FOR CALENDAR VIEW*/

body .tribe-events-view--month {
    margin: 8rem 0 0 0;
    padding: 0 2rem;
    
    @media (max-width:1366px){
        margin: 7rem 0 0 0;
    }
    
    @media (max-width:1024px){
        margin: 5.5rem 0 0 0;
    }
    
    @media (max-width:767px){
        margin: 5.5rem 0 0 0;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    > section.tribe-events-l-container{
        margin: 0 auto;
        padding: 0 !important;
        max-width: 1732px;
        gap: 2rem 2rem;
        width: 100%;
    }
}

body #tribe-events-pg-template {
    margin: 10rem 0 0 0;
    padding: 0 1.5rem;
    max-width: unset;
    
    
    @media (max-width:1024px){
        padding: 0 1rem;
    }
    
    #tribe-events-content{
        margin: 0 auto;
        padding: 0 !important;
        max-width: 1732px;
        gap: 2rem 2rem;
        width: 100%;
    }
    
    @media (max-width:1366px){
        margin: 5rem 0 0 0;
    }
    

    @media (max-width:767px){
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    > section.tribe-events-l-container{
        margin: 0 auto;
        padding: 0 !important;
        max-width: 1732px;
        gap: 2rem 2rem;
        width: 100%;
    }
}


#tribe-events-content > p.tribe-events-back{
    display: none !important;
}/* End custom CSS */