.elementor-kit-5{--e-global-color-primary:#3DB9D0;--e-global-color-secondary:#F3B219;--e-global-color-text:#303030;--e-global-color-accent:#C81E20;--e-global-color-421be42:#FAFAFA;--e-global-color-bc75650:#903D90;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}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:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */#comments{
    margin:0 auto;
    padding:0 3vw;
    max-width:1230px;
}

/*Event Calendar Custom CSS*/

.tribe-events-widget-events-list__event-row{
    display:flex;
    width:100%;
    flex-direction:row;
    margin:20px 0px !important;
    background-color:#F8F8F8;
}

.tribe-events-widget-events-list__event-date-tag{
    flex-grow:1 !important;
    margin-right:20px !important;
    max-width:80px;
    padding:5px !important;
    display:flex;
    justify-content:center;
    align-items:center;
}

.tribe-events-widget-events-list__event-header{
    padding:10px !important;
}

.tribe-events-widget-events-list__event-date-tag-datetime{
    align-items:center;
    justify-content:center;
}

.tribe-events-widget-events-list__event-date-tag time{
    display:flex;
    flex-direction:column;
    text-align:center;
}

.tribe-events-widget-events-list__event-row div{
    width:auto !important;
    flex-grow:1;
}

.tribe-events-widget-events-list__event-title{
    font-size:2em !important;
    line-height:120% !important;
}

.tribe-events-widget-events-list__view-more{
    text-align:right;
}

.tribe-events-widget-events-list__view-more-link{
    display:inline-block;
    padding:5px 20px !important;
    color:#fff !important;
    border-radius:5px;
    line-height:150%;
    background-color: var( --e-global-color-accent ) !important;
    font-weight:600;
    text-align:right;
    transition:all 0.3s ease-out !important;
}

.tribe-events-widget-events-list__view-more-link:hover{
    background-color:#5897F4;
    color:white !important;
}

.tribe-events-widget-events-list__event-title-link{
    color:var( --e-global-color-accent ) !important;
}

.tribe-events-widget-events-list__event-date-tag-daynum{
    color:var( --e-global-color-secondary ) !important;
    font-size:2em !important;
    line-height:100% !important;
}

@media (max-width:900px){
    .tribe-events-widget-events-list__event-row .tribe-events-widget-events-list__event-date-tag{
        width:20% !important;
    }
    .tribe-events-widget-events-list__event-row .tribe-events-widget-events-list__event-wrapper{
        width:70% !important;
        flex-grow:1;
    }
    .tribe-events-widget-events-list__event-title-link{
        font-size:0.6em;
    }
    .tribe-events-widget-events-list__event-datetime{
        font-size:0.8em;
    }
}/* End custom CSS */