/* Header utility buttons (Sign In / Register) */
.header-page .btn,
.header-page button,
.header-page a.btn {
  background-color: #ffffff !important;  /* button fill */
  color: #F58532 !important;              /* button text */
  border: none !important;
}



/* GiveSmart top utility bar */
.header-page > div:first-child {
  background-color: #2a4c60 !important;
}






/* Top navigation menu links */
.header-page a,
.header-page a:visited {
  color: #2a4c60 !important;
}










/* Remove all button borders */
.btn,
button,
input[type="submit"],
input[type="button"] {
  border: none !important;
  box-shadow: none !important;
}










/* change social icon background colors */
#shareWidget .event-info-module-share a {
  background: #2A4C60 !important;
  border-radius: 50%;
}











#shareWidget .event-info-module-share a i,
#shareWidget .event-info-module-share a svg {
  color: #ffffff !important;
  fill: #ffffff !important;
}









