.single-post .coauthor-mobile,
.single-post .blogDate-mobile{display: none;}


@media only screen and (max-width: 980px) {
  .single-post .coauthor-mobile,
  .single-post .blogDate-mobile{display: flex; padding-top: 0;}
  .coauthor-desktop,
  .coauthor-desktop + .et_pb_divider,
  .blogDate-desktop{
    display: none;
  }
}

@media only screen and (max-width: 980px) {
  .single-post #main-content .et_pb_section_1_tb_body{
    padding-top: 60px;
    padding-bottom: 0;
  }
}

.pmb-print-this-page{
  margin-top: 10px;
  justify-content: flex-start;
}

.pmb-print-this-page > a{
  border: 0;
  border-radius: 0;
  font-size: 16px !important;
  font-weight: bold !important;
  text-align: left;
  color: #c15600;
  letter-spacing: 0.4px;
  background-color: RGBA(255, 255, 255, 0);
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-property: all !important;
  transition-property: all !important;
  position: relative;
  overflow: hidden;
  width: auto;
}
.pmb-print-this-page >a.more-link::after {
  background-image: url('../img/print-01.svg');
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  background-size: 15px 15px;
  transition: background 0.3s ease-in-out;
  top: 2px;
}
.pmb-print-this-page >a.more-link:hover::after {
  background-image: url('../img/print-02.svg');
}

.pmb-help.pmb-top,.pmb-posts-header .pmb-printout-meta,.pmb-posts-header .site-description, .pmb-post-meta.taxonomy-links, .pmb-posts p a[href]:after, .pmb-posts ul a[href]:after, .pmb-posts ol a[href]:after{
  display: none !important;
}

.print-only-coauthors{
  display: none;
  font-size: 16px;
  margin-top: 18px;

  div{
    line-height: 26px;

    span{
      font-style: italic;
      font-weight: normal;
      font-size: 13px;
    }
  }

  
}
body.pmb-print-page .print-only-coauthors{
  display: block;
}

.et_pb_blog_0_tb_body .post-meta>.author{
  height: 18px;
  overflow: hidden;
}