Hi,
Please remove the code in your custom css that reads
@media (max-width: 979px){
.x-main {
padding-top: 201px;
}
}
and
body.x-navbar-fixed-top-active .x-navbar-wrap {
height: auto;
min-height: 150px;
}
Then add this code instead.
body header.masthead {
min-height:201px;
}
Hope that helps.