/* =======================================
Blog Print CSS 
========================================*/


@media print {

    @page {
        margin: 2cm;
    }

  	* {
        -webkit-transition: none !important;
        transition: none !important;
    }

    #container {
        width: 100%; 
        margin: 0; 
        float: none;
        border: none;
        box-shadow: none;
    }
	
    /* Hide header image and footer in Wizard skins */
	#container #header #hc,
    #container #footer {
		display: none !important;
	}

    #blog-wrapper * {
        background-color: #fff !important;
        color: #000 !important;
    }

    #blog-wrapper [style*="background-color"] {
        background-color: #fff !important;
    }     
     
    h1 {
        margin: 2cm 0;
        font-size: 20pt !important;
    }
     
    h2, h3, h4 {
        font-size: 18pt !important;
    }

    h5 {
        font-size: 16pt !important;
    }

    #blog-title .title {
        font-size: 20pt !important;
    }

    h1#mc {
        position: static !important;
        margin: 0 !important;
        font-family: Arial, sans-serif !important;
        font-size: 11pt !important;
    }    

    /* Defining all page breaks */
    a,
    blockquote,
    table,
    pre {
        page-break-inside: avoid;
    }

    h1, 
    h2, 
    h3, 
    h4, 
    h5, 
    h6,
    img { 
        page-break-after: avoid; 
        page-break-inside: avoid;
    }

    ul, 
    ol, 
    dl  { 
        page-break-before: avoid; 
    }

    img {
        max-width: 18cm;
	    -webkit-filter: grayscale(100%);
	    filter: grayscale(100%);
    }

    /* Displaying link color and link behaviour */
    a:link, 
    a:visited, 
    a {
        background: transparent;
        text-decoration: none !important;
        text-align: left;
    }

    .blog-post-info a {
        text-decoration: underline !important;
    }

    .blog-post-info a[href^="http"]:not([href*="blogs"]):after {
        content: " (" attr(href) ")";
    } 

    .blog-post-info img {
        float: none !important;
    }        

    iframe {
        display: none;
        width: 0 !important;
        height: 0 !important;
        overflow: hidden !important;
        line-height: 0pt !important;
        white-space: nowrap;
    }

    p,
    li,
    span {
        font-size: 10pt !important;
        color: #000 !important;
        line-height: 1.5;
    }

    p,
    ul,
    ol {
        margin-bottom: 1.5em;
    }    

    .sys-button-control {
        box-shadow: none;
        border: 1px solid #000;
    }

    #blog-article-view .blog-post {
        padding: 0.5cm 0 !important;
        border-bottom: 1px solid #e6e6e6;
    }

    .blog-post-category {
        padding: 0.5cm 0 !important;
    }   

    .blog-categories a, 
    .blog-post-category a {
        border-color: #cacaca !important;
        margin-right: 6px !important;
        padding: 6px !important;
    }     

    .blog-post-comments-section,
    .blog-post-entry {
        padding: 0 !important;
    }

    .blog-post-entry[id*="entry-"] h3 {
        padding: 4px 0;
        font-size: 11pt !important;
        font-weight: bold !important;
    }

    .blog-post-comment-wrapper {
        margin-top: 1cm !important;
    }

    .blog-post-footer {
        margin-top: 0.5cm !important;
    }

    .fa-caret-right,
    .comment-quote-author,
    .blost-post-comment-date {
        margin-right: 4px;
        margin-left: 4px;
    }

    #blog-home-view .blog-post-author,
    #blog-home-view .blog-post-date,
    #blog-home-view .blog-post-views {
        margin-right: 6px;
    }    
	
	#blog-wrapper #content-and-sidebar #ws-sidebar,
    #blog-wrapper #content-full-width #ws-sidebar,
	#blog-wrapper #blog-level-menu,
    #blog-wrapper .blog-post-actions,
	#blog-wrapper .blog-closing-section,
    [class*="fa-quote"],
    .fa-reply,
    .blog-post-comments-section .reply-post,
    .quick-share,
    .blog-article-share, 
    .place-off-screen,
    [class*="paging-menu"] {
		display: none !important;
	}	

}