.elementor-kit-324{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#000000;--e-global-color-accent:#DA4420;--e-global-color-83352fd:#FCBBD6;--e-global-color-25c24bf:#379A5E;--e-global-color-b36c362:#FAD836;--e-global-color-61ccfde:#C7C3B8;--e-global-typography-primary-font-family:"helvetica-neue-lt-pro";--e-global-typography-primary-font-size:24px;--e-global-typography-primary-font-weight:bold;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-secondary-font-family:"helvetica-neue-lt-pro";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"helvetica-neue-lt-pro";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"helvetica-neue-lt-pro";--e-global-typography-accent-font-weight:500;--e-global-typography-c3da583-font-family:"norman-stencil-fat";--e-global-typography-c3da583-text-transform:uppercase;--e-global-typography-c3da583-font-style:italic;}.elementor-kit-324 button,.elementor-kit-324 input[type="button"],.elementor-kit-324 input[type="submit"],.elementor-kit-324 .elementor-button{background-color:var( --e-global-color-primary );font-family:"helvetica-lt-pro", Sans-serif;font-size:18px;font-weight:400;color:var( --e-global-color-secondary );border-radius:0px 0px 0px 0px;}.elementor-kit-324 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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{padding-inline-end:0px;padding-inline-start:0px;}.site-header .site-branding .site-logo img{width:140px;max-width:140px;}.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-kit-324{--e-global-typography-text-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*.hideme {
    pointer-events:none;
    -webkit-animation: fadeOut 4s both;
    -moz-animation: fadeOut 4s both;
    -o-animation: fadeOut 4s both;
    animation: fadeOut 4s both;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity:1;
    }
    100% {
        opacity: 0;
    }
}*/

.hideme {
    -moz-animation: cssAnimation 0s ease-in 2s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 2s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 2s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 2s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@keyframes cssAnimation {
    to {
        width:0;
        height:0;
        overflow:hidden;
    }
}
@-webkit-keyframes cssAnimation {
    to {
        width:0;
        height:0;
        visibility:hidden;
    }
}

#tribe-events-pg-template {
    max-width: 100% !important;
    padding: 0;
}/* End custom CSS */