/* Set page size to A4 */
@page {
  size: 8.5in 11in;
  margin: 2cm;
}
/* Printable web page styling */
@media print {

  .print-logo{ display: flex !important; justify-content: center; height: 54px !important; }

  /* Print Page header footer removal */
  /*#header:first{display: block}*/
  #header, #Footer { display: none; }
  .main-content, p {
    page-break-inside: auto;
  }
  body{ color:#000; }
  #page-header-wrap, #page-header-wrap .hentry{ height: 300px !important; }

  #submenu{display: none;}
  .post-area .filter-bar, .nectar-social {display: none;}

  header#top .span_9{ display: none; }
  nav ul.buttons, .nectar-social, .blog_next_prev_buttons, .related-post-wrap, .comments-section, .post-tags, #slide-out-widget-area-bg, #footer-outer, #to-top, #was-this-helpful, #related, #sidebar, #author-bio { display: none !important; }
  #header-space, #header-outer{ display: none; }
 /*#header-outer*/
  .inner-wrap a, .inner-wrap h1, span, .subtitle {
      color: black !important;
  }

  /*Media Masonry to list view*/
  .media{display: none;}
  .masonry-blog-item{width: 100% !important; text-align: left;}

  .masonry-blog-item .post-content{max-height: 200px !important;}
  
  .link-inner, .link-inner p{ text-align: left !important; }
  
  .aligncenter{margin: 0px;}
  /*.masonry-blog-item .content-inner{height: min-content;}*/
}
