/**
 * Center logo and reduce it's width on mobile
 */
.tmenu-mobile__burgerlogo {
  width: 100%;
  padding-right: 28px;
}
body .tmenu-mobile__imglogo {
  max-width: 100px !important;
}

/**
 * Fix home page separator overlapping buttons on desktop
 */
.uc-index-separator1 .t396__elem {
  z-index: 0 !important;
}

/**
 * Blog pages - add space between header and content
 */
@media (min-width: 981px) {
  .t-feed__post-popup.t-popup_show {
    padding-top: 2.5em;
  }
}