
@media print {
  .site-header {
    position: inherit;
  }
  .site-content {
    margin-top: 0px;
  }
  .nav-wrapper #site-navigation,
  .nav-wrapper .socialsubmenu,
  .nav-wrapper .searchform,
  .site-header .headerLinks,
  .headerQuote,
  .single-talks .related-talks,
  .single-talks .comments {
    display: none;
  }
  .single-talks .articleMeta {
    display: none !important;
  }
  .single-talks article .entry-content .text-content {
    width: 100%;
    max-width: 100%;
    clear: both;
  }
  .single-talks article .entry-content .article-page-content-float {
    display: block;
    float: inherit;
    width: 100%;
  }
  
}