/** Credit info in footer removal for TurnKey Linux */

#turnkey-credit {
  display: none !important;
}
@media (max-width: 992px) {
    header.site-header.mobile-header-compact .site-branding
 {
        max-width: 120px;
        padding-left: 15px;
        max-height: 100px;
    }
}
header.stickymenu a.logo>img {
    max-height: 50px;
    max-width: fit-content;
}
@media (min-width: 992px) {
    .mainheader a.logo>img {
        max-height: 110px;
        max-width: max-content;
    }
}