/* Print Style Sheet */
@media print {

    @page {
        margin: 2cm 0cm 1cm 0cm; 
    }
    

    body { 
        background:white; 
        color:black;
        margin:0;
    }
    
    p {         
        orphans: 5;
        widows: 5; 
    }

    img {
        display: block !important;
        page-break-inside: avoid !important;
    }

    .aligncenter {
        display: block !important;
        page-break-inside: avoid !important;
    }
    
    .wp-caption {
        display: block !important;
        page-break-inside: avoid !important;
    }

    .masthead img {
        max-height: 5rem !important;
    }

    .single-nav {
        display: none !important;
    }

    .intro { width: 80% !important; }
    .carrot { display: none !important; }
    .the-content { width: 80% !important; }

    h1.entry-title {
        font-size: 3rem !important;
        margin-bottom: 1.5rem !important;
    }

    aside.pullquote {
        page-break-inside: avoid !important;
        font-size: 1.25rem;
    }

    .reply {display: none !important;}

    .contributor h2 {
        display: none !important;
    }

    .aicon_link {display: none !important;}
    .heateor_sss_sharing_container {display: none !important;}
    div#playht-iframe-wrapper {display: none !important;}
}