.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;
  }
}