.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-182bd5e:#6D0B0B;--e-global-color-68276fb:#024B69;--e-global-color-12c92bc:#0B708D;--e-global-color-7e331c0:#1B93A9;--e-global-color-2c04388:#2CB5C4;--e-global-color-19fdf09:#B0E2EB;--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-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;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.site-header{padding-right:0px;padding-left:0px;}@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 *//* Remove E-Icons from header menu */
.dropdown-menu-toggle, .ast-icon.icon-arrow  {
    display: none;
}

/* Source & Dimensions for Replacement Hamburger Icon*/
.elementor-menu-toggle i {
    width: 70px;
    height: 70px;
    content: url(https://yourwebsite.com/wp-content/uploads/HamburgerIcon.svg);
}
/* Source & Dimensions for Replacement Chevron Icon*/
.elementor-kit-6 span.sub-arrow {
    width: 20px;
    content: url(https://yourwebsite.com/wp-content/uploads/Chevron.svg)
}

/* Source & Dimensions for Replacement Hamburger Icon*/
.elementor-menu-toggle.elementor-active i {
    width: 70px;
    height: 70px;
    content: url(https://yourwebsite.com/wp-content/uploads/HamburgerCloseIcon.svg);
}

/* Change the hamburger, hamburger active icon colors. Use the hex code to CSS filter tool to get this filter's value. */
.elementor-menu-toggle.elementor-active i, .elementor-menu-toggle i {
filter: invert(100%) sepia(100%) saturate(38%) hue-rotate(254deg) brightness(110%) contrast(110%); 
}

/* Change menu chevron color for desktop only (mobile is below), left separate in case it needs to differ from the hamburger */
span.sub-arrow {
    filter: invert(100%) sepia(97%) saturate(0%) hue-rotate(62deg) brightness(104%) contrast(104%);
  
}

/* Set Chevron size & color separately on tablet and mobile if desired */
@media screen and (max-width: 1024px) {
span.sub-arrow {
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
    width:22px !important;
}
}

.elementor-swiper-button-prev {
    content:url(https://yourwebsite.com/wp-content/uploads/ThinChevronLeft.svg);
    width:15px;
    margin-left: 20px;
    filter: invert(100%) sepia(5%) saturate(0%) hue-rotate(121deg) brightness(113%) contrast(100%);
}

.elementor-swiper-button-next {
    content:url(https://yourwebsite.com/wp-content/uploads/ThinChevronRight.svg);
    width: 15px;
    margin-right: 20px;
    filter: invert(100%) sepia(5%) saturate(0%) hue-rotate(121deg) brightness(113%) contrast(100%); 
}/* End custom CSS */