@media print {               
            * { margin:0;padding:0;}
            * {  font-family: Helvetica, Arial, sans-serif; }
            html { width: 100%; }
            body { -webkit-text-size-adjust: none; -ms-text-size-adjust: none; margin: 0; padding: 0; }
            .logo-advertisement, .navbar, .advertisement, .post-label-social, .post-label-tag, .edit-article-button, .title-like-section, .news-post, .sidebar, footer, .video-responsive, .videoembed, #dashboard {
                  visibility: hidden;
                  height:1px !important;
                  width: 1px !important;
                  margin:0px;
                  padding:0px;
                  position: absolute; 
                  display: none !important;
               }
            h1 { 
                  font-weight: 600; 
                  font-size: 30px;
                  color:#333;
                  line-height: 34px;
                  margin:20px 0px 20px 0px;
                }	
              p {
                  font-size: 20px;
                  line-height: 28px;
                  padding:0 0 5px 0; 
                  margin-bottom: 20px; 
                  color:#555555
                }     
                .article-image  { 
                 margin:40px 0px;
                }	
                .single-post-box .post-gallery img {
                width: 100%;
                margin-bottom: 5px;
				}
				.print-logo {
				 visibility: visible !important;
				 max-width:300px;
				 margin: 0 auto;
				}
            }