.elementor-kit-10{--e-global-color-primary:#1B1C38;--e-global-color-secondary:#F28615;--e-global-color-text:#E5E5E5;--e-global-color-accent:#FFFFFF;--e-global-color-fb14409:#F3B755;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:2em;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Condensed";--e-global-typography-secondary-font-size:1.5em;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:1em;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:1.2em;--e-global-typography-accent-font-weight:500;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 a{color:#5053A7;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.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 *//* this adds the angled edges to any button with the 'anglebutton' ID */

#anglebutton .elementor-button {
    transform: skew(45deg);
}

#anglebutton .elementor-button-content-wrapper {
    transform: skew(-45deg);
}
/* this is for when the button is part of a form*/

#angleformbutton .elementor-button {
    transform: skew(45deg);
}
    
#angleformbutton .elementor-button-text {
    transform:skew(-45deg);
}

/*This adds angled edges to any elementor wordpress nav menu with the 'anglemenu' CSS ID */

#anglemenu .current-menu-item{
    background-color:#f28615 !important;
    transform: skew(45deg);
}

#anglemenu .elementor-item-active{
    transform: skew(-45deg);
}


#anglemenu .menu-item:hover{
    background-color:#f28615 !important;
    transform: skew(45deg);
    transition-duration:0s;
}

#anglemenu .elementor-item:hover{
    transform: skew(-45deg);
    transition-duration:0s;
}

#anglemenu .elementor-item{
    transition-duration:0s;
}/* End custom CSS */