/* Print Styles
------------------------------------------------ */
@media print {
	/* body { background:white; color:black; margin:0; }
    } */
    * {
        -webkit-print-color-adjust: exact !important; /*Chrome, Safari */
        color-adjust: exact !important;  /*Firefox*/
      }
    
    [alt="print-logo"],
    [alt="logo"] {
        display: block !important;
        margin-bottom: 30px;
    }

    .cookie-container,
    header.header,
    .page-header,
    .account-panels,
    [role="breadcrumb"],
    .sidebar,
    [href="print-page"],
    .more-news,
    .post-share,
    .post-share .text-label,
    footer.footer {
        display: none !important;
    }

    a[href]:after {
        content: none !important;
    }

    .main-content img {
        display:block;
        page-break-after: avoid;
        page-break-inside: avoid;
        }

        .blog .post-title {
            color: #006f9d !important;
        }
        .blog .post-list-item .post-header:after {
            color: #36abbe !important;
        }
        .blog .post-summary p {
         
            max-height:65px !important;
          
        }
        .blog .post-summary p:before {
            visibility: hidden;
        }

             .blog .post-summary p:after {
                content: '...' !important;
                position: static !important;
                padding-left: 1px;
         
              } 
              .post-category a {
                color: #006f9d !important;
              }

        h1, h2, h3, h4, h5, h6 { 
            page-break-after:avoid; 
            page-break-inside:avoid;
         }
    .main-content p,
    .main-content .post-header,
    .blog .post-list-item:after {page-break-inside: avoid;}

    .blog .post-list-item:after {
        border-bottom: 4px dotted #ccc;
    }
    .posts-pagination {
        height: 0;
        visibility: hidden;
    }
    

}
@page {
    size: A4;   
    margin: 0.5cm;
}