Your favicon link is not secure:
Code:
<link rel='shortcut icon' href='http://www.efsaneclub.com/favicon.ico'>
should be:
Code:
<link rel='shortcut icon' href='https://www.efsaneclub.com/favicon.ico'>
It's also in the wrong place causing coding errors, I suggest you move it.
Find and remove:
Code:
<head><link rel='shortcut icon' href='http://www.efsaneclub.com/favicon.ico'></head>
Find (headinclude template):
Code:
<!-- CSS Stylesheet -->
Replace with:
Code:
<link rel='shortcut icon' href='https://www.efsaneclub.com/favicon.ico'>
<!-- CSS Stylesheet -->