/*
Theme Name: Hello Elementor Child
Template: hello-elementor
*/

.active-page {

    border-left: 4px solid #d42a2a;
    padding-left: 8px !important;
}

.active-page a {
    font-weight: 600 !important;
    text-decoration: underline !important;
}



.elementor-location-footer .active-page {

    border-left: 0px solid #d42a2a;
    padding-left: 0px !important;
}

.elementor-location-footer .active-page a {
    font-weight: normal !important;
    text-decoration: none  !important;
}


@media (max-width: 767px) {
  body {
    /* --e-global-typography-accent-font-family: Poppins, Sans-serif; */
    --e-global-typography-accent-font-size: 3.2rem !important;  
    /* --e-global-typography-accent-font-weight: 600;  */
    /* --e-global-typography-accent-line-height: 1.4em;  */
  }
}