/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
    display: none !important; }

@media print {
    * {
        background: transparent !important;
        color: #000000 !important;
        /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important; }

    a,
    a:visited { }

    a[href]:after {
        content: " (" attr(href) ")"; }

    abbr[title]:after {
        content: " (" attr(title) ")"; }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""; }

    pre,
    blockquote {
        border: 1px solid #999999;
        page-break-inside: avoid; }

    thead {
        display: table-header-group;
        /* h5bp.com/t */ }

    tr,
    img {
        page-break-inside: avoid; }

    img {
        max-width: 100% !important; }

    @page {
        margin: 0.5cm; }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3; }

    h2,
    h3 {
        page-break-after: avoid; }

    .hide-on-print {
        display: none !important; }

    .print-only {
        display: block !important; }

    .hide-for-print {
        display: none !important; }

    .show-for-print {
        display: inherit !important; }

    body { background:white; color:black; margin:0; }
    #header, #footer, #footer-columns, #sidebar, .comments-tree, #comments, #top, .gallery, .null-instagram-feed, .post-previous, .grid-item.w2 .media-holder.overlay img,  .grid-item.w1.format-gallery .media-holder.overlay img, .more-link, .entry-meta {
        display: none !important;
    }
    #content, .entry-meta {
        display:block;
    }
    .entry-header .entry-meta {
        margin: 1em 0 0 0;
    }
    .entry-header .divider-xmedium {
        padding-bottom: 1.618em;
    }
    #wrapper {
        margin: 2.618em auto;
    }
    .boxed {
        margin: 0;
    }
    .has-sidebar, .grid-sizer  {
        width: 100%;
    }
    .grid-item {
        position: static !important;
        float: none;
        display: block;
        width: 100%;
    }
}