﻿
@media print {
    .wp-caption {
        width: 100% !important;
        height: auto !important;
    }

        .wp-caption img {
            width: 100% !important;
            height: auto !important;
            max-height: 100% !important;
        }

    .print-full {
        width: 100% !important;
    }

    .hidden-print {
        display: none !important;
    }

    iframe {
        display: none !important;
    }

    h1, p {
        font-family: Garamond, "Times New Roman", Times, serif!important;
    }

    h1 {
        font: 24pt Garamond, "Times New Roman", Times, serif!important;
    }

    p, .entry_content {
        font: 20pt Garamond, "Times New Roman", Times, serif !important;
    }

    strong {
        font-family: Garamond, "Times New Roman", Times, serif!important;
        text-shadow: none !important;
        font-weight: 600 !important;
    }
}
