/* group article */
.group-article {
  margin-top: 80px;
  width: 880px;
}
.group-article .title {
  font-size: 40px;
  font-weight: 600;
}
.group-article hr {
  color: #e6e6e6;
  margin: 0;
  opacity: 0.5;
}

.sub-category .group-article {
  margin-top: 32px;
  width: 880px;
}

.tag-container .group-article {
  margin-top: 24px;
}

.single-post {
  padding-left: 0px;
  padding-top: 24px;
  position: relative;
  margin-bottom: 24px;
}
.single-post img {
  width: 100%;
  object-fit: cover;
}
.single-post .publish-date {
  position: absolute;
  font-size: 12px;
  font-weight: 600;
}

.single-cat-link {
  color: #00aafb;
  font-size: 16px;
  font-weight: bold;
}

.single-title {
  display: block;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: #333;
}
.single-title:hover {
  color: #00aafb;
}

.single-post {
  position: relative;
  margin-bottom: 24px;
}

/*author*/
.author-container .group-article {
  margin-top: 0px;
}

@media (max-width: 480px) {
  /*Single Post*/
  .group-article {
    width: 100%;
  }

  .single-post {
    width: auto;
  }

  .post-detail {
    margin-top: 14px !important;
  }

  .single-title {
    margin-top: 8px;
    margin-bottom: 16px !important;
  }

  /*Single Post in sub category*/
  .sub-category .group-article {
    width: 100%;
  }

  .tag-container {
    width: 100% !important;
  }

  /*author*/
  .author-container .group-article {
    margin-top: 24px;
  }
}
@media (min-width: 801px) {
  .single-post .publish-date {
    bottom: 0;
  }
}

/*# sourceMappingURL=all-article.css.map */
