@charset "UTF-8";
/* CSS Document */

@page {
    margin: 2cm;
} /* All margins set to 2cm */

@media print {
    .pbreak {
        display: block !important;
    }
    * {
        box-sizing: border-box;
    }

    .post-nav-links a:after {
        content: none !important;
    }

    html,
    body {
        margin: 0;
        padding: 0;
    }

    body {
        margin: 0 !important;
        color: #000 !important;
        background-color: #fff !important;
        display: block !important;
    }

    #logo-for-print {
        display: table;
        width: 250px;
        height: auto;
        margin: 0 auto 1.5em auto;
    }

    #site-header,
    #breadcrumbs,
    .cta-subscribe-box,
    div[class^="sidebar"],
    .pagination-single,
    .post-meta,
    .footer-icons,
    .to-the-top,
    .share-wrapper,
    .article--post-social-icons {
        width: 0 !important;
        height: 0 !important;
        display: none !important;
    }

    #site-content {
        display: block;
        max-width: none !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    article .post {
        display: block;
        max-width: none !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .entry-header {
        display: block;
        max-width: none !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .entry-header-inner {
        display: block;
        max-width: none !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .article--post-author-box {
        display: block;
        max-width: none !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    article {
        display: block !important;
        max-width: none !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .entry-content {
        display: block !important;
        max-width: none !important;
        width: 100% !important;
        margin: 3em 0 1em 0 !important;
        padding: 0 !important;
    }

    .entry-header-imner,
    .post-inner,
    .author-bio,
    .footer-disclaimer,
    .footer-copyright {
        display: block !important;
        max-width: none !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .footer-box {
        background-color: #fff;
    }
    .footer-disclaimer,
    .footer-copyright {
        color: #3c3c3c !important;
    }

    /* josandi custom ~ start */
        a[rel="tag"][href]:after,
        .block-product-ad-auto-more--image-box a[href]:after {
            content: none !important;
        }
        a[href]:after {
            content: " <" attr(href) "> ";
            font-size: 10px;
            line-height: inherit;
            font-weight: normal !important;
            text-transform: lowercase !important;
            color: #65b3a1;
            font-family: "Open Sans", sans-serif;
            display: inline !important;
        }
        p,
        p a{
            font-size: 14px !important;
            line-height: 20px !important;
            font-weight: normal !important;
        }
        p,
        .entry-content p {
            margin-left: 0 !important;
            margin-right: 0 !important;
            width: 100% !important;
        }
        .tablet-image {
            display: block !important;
        }
        .desktop-image,
        .mobile-image {
            display: none !important;
        }
        .block-product-ad-auto-more--image-box {
            float: left;
        }
        .block-product-ad-auto-more {
            display: inline-block;
        }
        .ads-post-bottom {
            display: none !important;
        }
        .image-featured {
            max-width: 50%;
            min-width: 0;
            width: 50%;
            float: left;
        }
        .single-post-page .single-post-page-inner {
            display: block;
        }
        .single-post-page .single-post-content {
            width: 100% !important;
            padding-right: 0;
        }
        article {
            width: 100% !important;
        }
        .entry-header-imner,
        .post-inner,
        .author-bio,
        .footer-disclaimer,
        .footer-copyright {
            width: 100% !important;
        }
        .entry-content {
            width: 100% !important;
        }
        .entry-content > .image-featured {
            width: 50% !important;
            float: left;
        }
        .single-post-page .container {
            padding: 0;
        }
        .footer-disclaimer {
            max-width: 1780px !important;
            margin: 0 auto !important;
        }
        .footer-box .section-inner {
            max-width: 1780px !important;
            margin: 0 auto !important;
        }
        .post-inner .entry-content {
            margin-top: 0 !important;
        }
        div#tag-container {
            border-bottom: none !important;
        }
        .block-product-ad-auto-more {
            margin-top: 0 !important;
            padding-top: 0 !important;
            margin-bottom: 0 !important;
            padding-bottom: 0 !important;
            border: none !important;
        }
        .post-inner .entry-content h2 {
            margin-top: 0;
        }
        .block-editors-notes {
            margin-left: auto !important;
            margin-right: auto !important;
        }
        .show-on-print {
            display: block !important;
        }
    /* josandi custom ~ end */
}
