/* Divi global customizer — reconstructed (original et-cache lost in archive).
   Keeps the theme's default accent/coherent scheme; base style.css carries the rest. */
a { color: #2ea3f2; }
.et_pb_button,
.et_pb_more_button {
  color: #2ea3f2;
  border: 2px solid #2ea3f2;
  border-radius: 3px;
  padding: .3em 1em;
  transition: all .2s ease;
}
.et_pb_button:hover,
.et_pb_more_button:hover {
  background: #2ea3f2;
  color: #fff;
}
#main-header,
.et-fixed-header#main-header {
  background-color: #ffffff;
  box-shadow: 0 1px 0 rgba(0,0,0,.05);
}
#top-menu li a { color: #666; }
#top-menu li a:hover { color: #2ea3f2; }
#et-footer-nav,
#footer-bottom { background: #222; }
#footer-info,
#footer-bottom a { color: #bbb; }
body { color: #666; line-height: 1.7em; }
