I added this bit of code to change the icon color to the official IMDb one on hover.
.social-profiles ul li a[href*="imdb.com"]:hover { color: #f3ce13; }
Brilliant! That works lovely. Thank you so much! 🙂