@media print {
    #zone-header-branding .logo-title {
        float: none;
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }
    #zone-header-branding .logo {
        max-width: 100%;
        font-size: 30px;
    }
    #zone-header-branding .logo a[href] {
        text-decoration: none;
    }
    #zone-header-branding .logo a[href]:after {
        content: "" attr(title) "";
        text-align: center;
    }
    #zone-header-branding .logo a img {
        display: none;
    }

    #zone-post .row {
        padding-top: 0;
    }

    #posts > .postWrapper {
        margin-left: 0;
    }

    #widget-header-second,
    #zone-header-menu,
    #contentnavlist,
    #section-footer {
        display: none;
    }
}
