Hello
In your templates styles.php (../templates/j51_resonate/php/styles.php) try replacing each instance of the following..
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com.....
With..
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com.....
Basically taking out the http: allowing your browser to choose between http and https
Ciarán