.wp-singular.single-post.post-template-default.header-transparent #Content {
  padding-top: 60px;
}
.wp-singular .share-simple .post-header .title_wrapper {
  text-align: center;
}
.wp-singular .post-meta.clearfix {
  display: flex;
  justify-content: center;
}
.wp-singular .post-meta.clearfix .category.meta-categories,
.wp-singular .post-meta.clearfix .category.mata-tags {
  display: none;
}
.wp-singular .section_wrapper {
  max-width: 1170px;
}
.wp-singular .section_wrapper .post-nav.minimal.column {
  display: none;
}
.wp-singular .section_wrapper .the_content_wrapper {
  text-align: justify;
  text-justify: inter-word;
}
