/* Apply to all links */
a {
  text-decoration: underline !important;
  font-weight: bold !important;
}

/* Remove from header/nav */
nav a, .nav-menu a, header a, #masthead a, .site-header a,
.main-navigation a, .top-bar a, .dt-header a, .dt-nav-wrap a,
.sf-menu a, .dt-mobile-header a, #the7-main-nav a,
.the7-sticky-header a, .dt-top-bar a {
  text-decoration: none !important;
  font-weight: normal !important;
}

/* Remove from footer */
footer a, #colophon a, .site-footer a, .footer-widgets a,
.footer-navigation a, .dt-footer a, .dt-footer-widgets a,
#the7-footer a, .dt-copyright a {
  text-decoration: none !important;
  font-weight: normal !important;
}

/* Remove from buttons */
a.button, a.wp-block-file__button, .wp-block-button__link,
.vc_btn, .vc_general, a.vc_btn, .vc_btn-container a,
.wpb_button, a.wpb_btn-large, a.wpb_btn-small, a.wpb_btn-mini,
.dt-btn, a.dt-btn, .the7-btn, a.the7-btn,
.dt-button, a.dt-button {
  text-decoration: none !important;
  font-weight: normal !important;
}