Hi elisei69
It's logo image located in template folder: /templates/gk_steakhouse/images/logo.png
and it's declared via CSS:
#gkLogo.cssLogo {
background: url('../images/logo.png') no-repeat center center;
background-size: contain;
height: 270px;
margin: 70px auto 0 auto;
width: 300px;
}
You can change to your own logo image and override style for it.