/* 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;
    margin: 1em;
  }

  /* Print Page header footer removal */
  #header, #Footer, .request-demo, .single-post .parent-link, .nectar-social { 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{display: none;}

  header#top .span_9{ display: none; }
  nav ul.buttons, .nectar-post-social-wrapper, .nectar-social-sharing-fixed, .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; }
  #header-space, #header-outer{ display: none; }

  /*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;}*/

  ul.resource-tags{
    /* margin-bottom: 1em; */
    min-height: 200px;
    height: 100%;

  }
}
