@media all and (min-width: 769px) {
    .theme-header .zpcontainer .theme-branding-info .theme-logo-parent a img {
        max-inline-size: 350px !important;
        width: 350px !important;
        height: auto !important;
    }
}
@media all and (min-width: 992px) {
    .zpheader-style-07 .theme-header .zpcontainer {
        padding-block-start: 5px !important;
        padding-block-end: 5px !important;
    }

    .theme-header .zpcontainer .theme-branding-info .theme-logo-parent a img {
        width: 320px !important;
        max-inline-size: 320px !important;
        height: auto !important;
    }
}
@media all and (min-width: 992px) {

    .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li > a {
        font-size: 16px !important;
        font-weight: 600 !important;
        padding-block-start: 11px !important;
        padding-block-end: 11px !important;
        padding-inline-end: 22px !important;
    }

    .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li:hover > a,
    .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li.theme-menu-selected > a {
        color: #f4513b !important;
        background: transparent !important;
    }
}
