@media print {
  a[href]:after {
    content: none !important;
  }
  /*BLOG*/
  #logo a img{display:block !important;}
  div#single-post-body span.block-element.text-white.page-title-6,
  .single-post-img-section,
  .social-share-section,
  #copyright,
  #comments,
  .back-to-top,
  i.fa.fa-arrow-circle-up
  {display:none;}
  .blog-single-page #single-post-body{width:100%;margin-top: 0;}
  .left-footer{width:100%;}
  .left-footer span{display:block;}
  .right-footer   { width: 50%;
    float: left;
}
.right-footer-wrap{width: 70%;
    float: left;}
.right-footer-wrap a{width: 25px;
    height: 22px;}
.single-post-wrapper #article{margin-bottom:0;  padding: 2em 6em 0 6em;}
}