@media print {
    header#masthead .nav-wrapper {
        box-shadow: none;
        padding-right: 10%;
        margin: 0;
        justify-content: flex-end
    }

    header#masthead .nav-wrapper #site-logo {
        padding-right: 0;
    }

    header#masthead .nav-wrapper #site-navigation,
    header#masthead .nav-wrapper #site-right-nav {
        display: none;
    }

    header.entry-header .header-img {
        display: none;
        /* padding: 7rem 10% 0;*/
    }

    header.entry-header h1 {
        margin-top: 0;
    }

    #avenir-social-share {
        display: none;
    }

    footer.entry-footer {
        display: none;
    }

    footer#colophon {
        display: none;
    }


    .entry-content .linked {
        margin-bottom: 0;
    }

    .entry-content .linked .team {
        page-break-inside: avoid;
    }

    .entry-content .linked .team li {
        width: 100%;
    }

    .entry-content .linked .team li .overlay .inner {
        height: auto;
        padding-bottom: 8%;
    }

    .entry-content .linked .team li .overlay a {
        display: none;
    }


    .single-post .entry-content .left {
        width: 100%;
    }

    .single-post .entry-content .right {
        display: none;
    }


    .single-book .entry-content .thumbnail {
        width: 30%;
    }

    .single-book .entry-content .text .buttons {
        display: none;
    }

}