@media print {
  body {
    padding: 0 20px;
    box-sizing: border-box;
  }
  img {
    width: 100%;
  }
  a {
    color: #000;
  }
  * {
    font-family: arial !important;
    line-height: 1.6;
  }
  svg,
  .breaking-news-top-wrapper,
  .normal__blackbar,
  .sticky__blackbar,
  .breadcrumbs_mainwrapper,
  .blackbar,
  .black_newsletter,
  .user-prefs,
  .custom-dbox-popupz,
  .donate_btn,
  .grey_donate_block,
  .menu-global,
  .modal_donor,
  .lead_post_tags_seo .body-description,
  .authors_post_block,
  .datefixerdate {
    display: none;
  }
  .lead_post_post_body,
  .lead_post_body_main .posts-custom .widget__headline,
  .lead_post_body_main .widget__subheadline {
    max-width: 100%;
  }
  .lead_post_body_main .posts-custom p.pull-quote:before {
    display: none;
  }
  .lead_post_body_main .posts-custom p.pull-quote {
    max-width: 100%;
    margin: 0;
    padding: 10px 0;
  }
  .rm-shortcode,
  .content_newsletter_wrapper,
  .social_stream_desktop,
  .lead_post_tags_seo .body-description .around-the-web,
  .lead_post_tags_seo .body-description .around-the-web * {
    display: none;
  }
  .lead_post_tags_seo .social-author {
    display: none;
  }
  .creative_common_work {
    max-width: 100%;
    margin-bottom: 50px;
    border-bottom: 1px solid #ccc;
  }
  .authors_post_block,
  .lead_post_tags_seo {
    max-width: 100%;
  }
  .lead_post_share_social {
    position: unset;
    width: 100%;
  }
  .widget__shares {
    display: none;
  }
  .singleAuthorPost .social-author__avatar {
    display: none;
  }
  .lead_post_share_social .posts-custom .social-author__name,
  .lead_post_share_social .posts-custom .social-date {
    display: inline;
  }
  .lead_post_share_social .posts-custom .social-date {
    margin-left: 5px;
  }
  .lead_post_share_social .posts-custom .social-date:before {
    content: "|";
    display: inline;
    color: #999;
    margin-right: 5px;
  }
  .singleAuthorPost .rm-col-center {
    margin-bottom: 10px;
  }
  .lead_post_tags_seo {
    margin-bottom: 50px;
  }
  .creative_common_work {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .tags .tags__item {
    display: inline-block;
    align-items: center;
    padding: 0 16px;
    width: auto;
    height: 35px;
    background: #eee;
    border-radius: 35px;
    color: #000;
    line-height: 35px;
    font-family: "Lora", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    text-transform: capitalize;
    box-sizing: border-box;
    margin: 0 8px 15px 0;
    text-decoration: none;
  }
  .custom-field-location {
	display: none;
  }
  h1 {
	font-size: 34px;
	}
  h2 {
	font-size: 20px;
    }
    .widget__head img, 
.photo-caption, 
.photo-credit {
	display: none!important;
}
}