.single {
  /**
  * Post content
  */
  /**
  * Meta info
  */
  /**
  * Social share
  */
  /**
  * More posts
  */
}
.single .pc-single-content-top,
.single .pc-post-meta,
.single .pc-share-post-container {
  margin-bottom: 40px;
}
.single .pc-post-content {
  margin-bottom: 80px;
}
.single .pc-single-content-top {
  /**
  * Post title & date
  */
  /**
  * Featured image
  */
}
.single .pc-single-content-top .pc-title-date,
.single .pc-single-content-top .pc-image-container {
  display: block;
  position: relative;
}
.single .pc-single-content-top .pc-title-date {
  padding-bottom: 40px;
}
.single .pc-single-content-top .pc-title-date .pc-publish-date {
  margin-top: 20px;
  text-transform: capitalize;
}
.single .pc-single-content-top .pc-title-date .pc-publish-date .badge {
  padding: 3px 5px;
  border-radius: 2.5px;
}
.single .pc-single-content-top .pc-image-container {
  position: relative;
}
.single .pc-single-content-top .pc-image-container,
.single .pc-single-content-top .pc-image-container .pc-image {
  width: 100%;
}
.single .pc-single-content-top .pc-image-container .pc-image {
  max-width: 100%;
  height: auto;
}
.single .pc-post-content p,
.single .pc-post-content .wp-block-image,
.single .pc-post-content .wp-block-heading,
.single .pc-post-content .wp-block-list,
.single .pc-post-content .wp-block-quote {
  margin-bottom: 25px;
}
.single .pc-post-content .wp-block-image .wp-element-caption {
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  opacity: 0.9;
}
.single .pc-post-content .wp-block-quote {
  padding: 10px;
  background-color: #efefef;
  font-style: italic;
}
.single .pc-post-content .wp-block-quote p {
  margin: 0px;
}
.single .pc-post-meta {
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single .pc-post-meta .pc-category-link {
  margin: 0 2.5px;
  padding: 4px 12px;
}
.single .pc-post-meta .pc-category-link:first-child {
  margin-left: 0 !important;
}
.single .pc-post-meta .pc-category-link:last-child {
  margin-right: 0 !important;
}
.single .pc-post-meta .pc-category-link:hover {
  opacity: 0.86;
}
.single .pc-share-post-container .pc-section-title,
.single .pc-more-posts .pc-section-title {
  text-align: center;
}
.single .pc-share-post-container .pc-section-title {
  margin-bottom: 20px;
}
.single .pc-share-post-container .pc-share-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 30px;
}
.single .pc-share-post-container .pc-share-buttons .pc-item,
.single .pc-share-post-container .pc-share-buttons .pc-item a {
  border-radius: 50%;
}
.single .pc-share-post-container .pc-share-buttons .pc-item {
  margin: 0 6.5px;
}
.single .pc-share-post-container .pc-share-buttons .pc-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 37.5px;
  width: 37.5px;
}
.single .pc-share-post-container .pc-share-buttons .pc-item a:hover {
  opacity: 0.9;
}
.single .pc-share-post-container .pc-share-buttons .pc-item:last-child {
  margin-right: 0 !important;
}
.single .pc-more-posts {
  margin: 45px 0;
}
.single .pc-more-posts .pc-section-title {
  margin-bottom: 50px;
}

@media only screen and (min-width: 1025px) {
  .single .pc-title-date,
  .single .pc-post-content {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}