/*
Theme Name: Divi Child Theme for HBCofNC
Theme URI: http://yourwebsite.com
Description: Child Theme For Divi
Author: Heist Design
Author URI: http://hbcofnc.org
Version: 1.0.0
Template: Divi
*/

/*===== Custom Divi Styling =====*/
.homepage-hero-title {
  font-size: 48px;
  color: #2e2e2e;
  font-weight: 700;
}

/*===== Styling for menu-username link =====*/
/* Reset and base style for the Hi, username link */
#hi-username-item > a.menu-username-link {
  color: #333;                  /* text color */
  background: transparent;      /* no box */
  padding: 0 10px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

#hi-username-item > a.menu-username-link:hover {
  color: #0073aa;               /* Divi accent blue on hover */
  text-decoration: underline;   /* subtle hover cue */
}

#hi-username-item {
  border-left: 1px solid rgba(0,0,0,0.15);
  margin-left: 8px;
  padding-left: 8px;
}
#hi-username-item > a.menu-username-link {
  color: #333;
}


/*===== Styling for Mobile Menu Submenus =====*/


/*===== Last =====*/


