I really am at a loss on this one. I forked this CodePen for a really cool button transition and I'm using it on my site. (Forget who originally made it but they rock).
The crazy thing is that the code works on CodePen in all browsers, and on the site in Chrome and Firefox, but not in Safari. In Safari, when the button is hovered over, the red bubble fill never appears and the text simply turns white (making the button invisible for all intents and purposes).
I've looked at this answer and this answer. Since it seems to be an issue with the parent-child relationship I tried adding suggested code from one of the other answers:
.parent:hover .child{ display:inline-block; }
but this doesn't accomplish anything. I know it's basically impossible to debug since the codepen works fine, but any general thoughts or things I could try would be amazingly helpful. Thanks!