/*----------------------------------------------------------------------
Print Styles
----------------------------------------------------------------------*/
@media print {
    @page {
        margin: 1cm 2cm 2cm 2cm;
        padding: 0;
        font-size: 16px;
        font-weight: normal;
        }

    * {
        color: #000000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
        background: transparent !important;
        float: none !important;
        padding: 0;
        margin: 0;
        font-size: 16px;
        }

    /* Show link destinations in brackets after the link text */
    a[href]:after {
        content: " (" attr(href) ") ";
        }
    
    a[href] {
        font-weight: bold;
        text-decoration: underline;
        color: #000000;
        border: none;
        }
    
    /* Don't show link destinations for JavaScript or internal links */ 
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content:"";
        }
    
    /* Show abbr title value in brackets after the text */
    abbr[title]:after {
        content: " (" attr(title) ")";
        }
    
    h1, h2, h3, h4, h5, h6, p {
        margin: 0 0 1cm 0 !important;
        text-align: left !important;
        }
    
    h1 {
        font-size: 32px;    
        }
    
    h2 {
        font-size: 28px;    
        }
        
    h3,
    h3 strong,
    h4,
    h4 strong {
        font-size: 24px;    
        }
        
    h5, h6 {
        font-size: 22px;    
        }

    .panel-grid.panel-no-style {
        display: block !important;
        }    
    
    table, figure {
        page-break-inside: avoid;
        }
        
    figure { 
        margin-bottom: 1em; 
        overflow: hidden;
        }

    figure img {
        border: 1px solid #000000;
        }

    .main-content img,
    .main-content .wp-caption {
        max-width: 100%;
        height: auto;
        width: 100%;
        }

    header,
    .blog-item-info,
    .footer-orientation,
    .footer-logocol,
    .footer-navigation,
    .legal-navigation,
    .social-navigation,
    .single-post-image img {
        display: none;
        }

    .eventorganiser-event-meta,
    .news-aside-content {
        margin: 0 0 40px 0;
        }

    .footer-maincol p {
        font-size: 12px;
        padding: 40px 0 0 0 !important;
        margin: 0 !important;
        }

    .footer-maincol small,
    .powered-by,
    .powered-by a,
    .powered-by a strong {
        font-size: 12px !important;
        padding: 0 0 0 0 !important;
        margin: 0 !important;
        text-decoration: none;
        line-height: 14px;
        font-weight: normal;
        }

    .powered-by a[href]:after,
    .fancybox[href]:after {
        content: " ";
        }

    .panel-grid-cell {
        width: 100% !important;
        }

    .gallery-item {
        width: 100% !important;
        }

}