.gh-head {
/*    height: 200px !important;*/
    padding: 5px 5px 0px;
    border-width: 5px 5px 0px;
    border-style: solid;
    border-color: black;
}

.has-cover:not(.home-template) .gh-head {
    color: #000 !important;
}

.site-header-cover {
    background-color:#FF9811 !important;
}

.site-header-content{
    padding-top:calc(8vmin + 200px) !important;
    padding-bottom:8vmin !important;
    background-color:#FF9811 !important;
}
.post-card-content-link:hover .post-card-title {
    color: #FF9811 !important;
    opacity: 0.7 !important;
}

.gh-canvas .article-image img {
    border: 2px dashed #555 !important;
}

.author-name a{
    color: #eee !important;
}

/*@media (max-width: 767px) {
    #gh-head img{
        margin-bottom: 20px;
    }
}*/

@media (max-width: 767px) {
    #gh-head .gh-head-brand {
        height: 50px;
    }
}

.has-cover .gh-burger::before,
.has-cover .gh-burger::after {
    background-color: #000 !important;
}