.elementor-kit-5{--e-global-color-primary:#FFCC00;--e-global-color-secondary:#333333;--e-global-color-text:#000000;--e-global-color-accent:#C71C1C;--e-global-color-05af5ba:#FFFFFF;--e-global-color-df735e6:#EEEEEE;--e-global-typography-primary-font-family:"Public Sans";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Public Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Public Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Public Sans";--e-global-typography-accent-font-weight:500;font-family:"Public Sans", Sans-serif;font-size:1.1em;font-weight:300;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Public Sans", Sans-serif;font-weight:600;text-transform:uppercase;letter-spacing:2.5px;color:var( --e-global-color-text );}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:var( --e-global-color-text );font-family:"Public Sans", Sans-serif;}.elementor-kit-5 h1{font-family:"Public Sans", Sans-serif;font-size:3em;font-weight:700;}.elementor-kit-5 h2{font-family:"Public Sans", Sans-serif;font-size:2.5em;font-weight:700;}.elementor-kit-5 h3{font-family:"Public Sans", Sans-serif;font-weight:700;}.elementor-kit-5 h4{font-family:"Public Sans", Sans-serif;font-size:1.25em;letter-spacing:3px;}.elementor-kit-5 h5{font-family:"Public Sans", Sans-serif;}.elementor-kit-5 h6{font-family:"Public Sans", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}@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 *//* GLOBAL ADJUSTMENTS HERE ONLY PLEASE */

b, strong {font-weight:800 !important;
}

/* take native elmentor float effect down a few notches */
.elementor-animation-float:active, .elementor-animation-float:focus, .elementor-animation-float:hover {
    transform: translateY(-5px) !important;
}



/* ADD YELLOW UNDERLINE TO LINKS WITHIN TEXT EDITOR WIDGETS */    
.elementor-widget-text-editor a:not(.button):not(.elementor-button) {
font-weight:bold;
   text-decoration: underline;
    text-decoration-color: var(--e-global-color-primary);
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
    transition: text-underline-offset .3s ease;   text-decoration: underline;
    text-decoration-color: var(--e-global-color-primary);
    text-decoration-thickness: 2px;
    text-underline-offset: 6px;
    transition: text-underline-offset .3s ease;
}

.elementor-widget-text-editor a:not(.button):not(.elementor-button):hover{     text-underline-offset: 3px;

}
/*


.elementor-widget-text-editor a:not(.button):not(.elementor-button) {
  position: relative; 
  font-weight:bold;
}
.elementor-widget-text-editor  a:not(.button):not(.elementor-button)::after { content: "";   position: absolute;
  width: 100%; 
  height: 2px; 
  background-color: var(--e-global-color-primary); 
    bottom: -4px; 
  left: 0;
  transition:.5s ease all;
}

.elementor-widget-text-editor  a:not(.button):not(.elementor-button):hover::after {transform:translateY(-3px);}

*//* End custom CSS */