Hi Roman,
I found the issue. Basically the code below:
.main-navigation {
display: none;
}
.mobile-nav,
.btn-menu {
display: block;
}
was underneath @media only screen and (max-width: 1199px)
.
I moved this to be below @media only screen and (max-width: 1024px)
and it fixed the problem.
Great theme.
Cheers,
Matt.