в style.css на 283 строке добавить
#header {
margin-top: 50px;
}
в style.css на 345 строке поменять значение у top
social-widget {
top: 55px;
}
в media-queries.css добавить на 87 строке
@media screen and (max-width: 720px)
#header {
margin-top: 15px;
}