/* Custom Styles */

/* Prevent Kajabi core.css link hover color (pink) from leaking into
   custom button/link elements that don't set an explicit color on hover. */
a:hover,
a:visited:hover {
  color: inherit;
}
