/* ==========================================================
   Digital Marketing Systems - Safe Body Link Bold Fix
   File: dms-bold-links-safe.css
   Upload to: /css/dms-bold-links-safe.css
   Purpose: Make normal body/content hyperlinks bold without
   changing layout, hero, LCP, CLS, menus, buttons, or footer nav.
   ========================================================== */

/* Body/content links only */
.page-wrapper section p a,
.page-wrapper section li a,
section p a,
section li a,
.about-section p a,
.about-section li a,
.services-section p a,
.services-section li a,
.service-block-eight .text a,
.feature-block-eight .text a,
.project-section p a,
.project-section li a,
.news-section p a,
.news-section li a,
.contact-section p a,
.contact-section li a,
.text p a,
.text li a,
.sec-text a,
.box-text a {
    font-weight: 900 !important;
    font-style: normal !important;
    font-family: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    letter-spacing: inherit !important;
    text-transform: inherit !important;
}

/* If linked text was wrapped in italic tags, keep the link normal */
.page-wrapper section p a em,
.page-wrapper section p a i,
.page-wrapper section p em a,
.page-wrapper section p i a,
section p a em,
section p a i,
section p em a,
section p i a {
    font-style: normal !important;
    font-weight: inherit !important;
    font-family: inherit !important;
}

/* Do not alter menus, buttons, logos, footer nav, icons, or social links */
.main-menu a,
.header-lower a,
.header-upper a,
.logo a,
.mobile-menu a,
.theme-btn,
.btn,
a[class*="btn"],
.icon-btn,
.play-btn,
.popup-video,
.scroll-top,
.social-icon a,
.social-links a,
.footer-widget ul li a,
.footer-widget .links-widget a,
.footer-bottom a {
    font-weight: inherit !important;
    font-style: inherit !important;
    font-family: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
}
