/*
==================
= RETINA & PRINT =
==================
 */

/*retina and print styles here*/

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
}

/*END MEDIA RETINA*/

@media print {
    @page {
        size: A4;
    }
    @page {
        margin: 80px;
    }
    @page: left {
        @bottom-left {
            content: "Page " counter(page) " of " counter(pages);
        }
    }
    body {
        font-size: 15px;
        color: #000000;
        letter-spacing: 0;
        line-height: 19px;
    }
    header {
        position: relative;
        width: 100%;
        height: 20px;
        width: 100%;
        max-width: 1078px;
        margin: 0 auto;
    }
    .header-container {
        box-shadow: none;
    }
    .logo {
        width: 150px;
        height: 53px;
        position: absolute;
        top: 0px;
        right: 0;
    }
    .frame {
        width: 100%;
        max-width: 1078px;
        margin: 0 auto;
    }
    .content {
        padding-top: 0;
    }
    section.section-hero {
        max-width: 1078px;
        margin: 0 auto 30px;
    }
    .post-date {
        font-weight: 700;
        font-size: 15px;
        color: #000000;
        letter-spacing: 0;
        line-height: 19px;
    }
    .post-author {
        font-size: 15px;
        color: #000000;
        letter-spacing: 0;
        line-height: 19px;
    }
    h2 {
        font-size: 30px;
        color: #000000;
        letter-spacing: 0;
    }
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        -webkit-filter: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }
    /* Black prints faster: h5bp.com/s */
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    .logo:after {
        content: "" !important;
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
}

/*END MEDIA PRINT*/
