@media print {
 
  .the_content, .post-content * {
      visibility: visible !important;
  }

  #Footer, .bgMenu, .bannersup, .sidebar, .share-simple-wrapper, .section-post-related, .section-post-comments, .topMobileMenu, .responsive-menu-toggle, #search_button, .header_placeholder, .icon-menu-fine {
    display: none !important;
  }

  
  .contLogo a img{
    height: auto !important;
    width: auto !important;
    margin: auto !important;
  }

  .print-button {
      display: none !important;
  }
  .sections_group{
    width: 100% !important;
    float: none !important;
  }
}
