.article-wrapper {
  margin: 0 -15px;
}
.article-wrapper .article-main {
  float: left;
  width: 75%;
  padding: 0 1rem;
}
@media screen and (max-width: 991px) {
  .article-wrapper .article-main {
    float: none;
    width: 100%;
  }
}
.article-wrapper .article-main .pagenation {
  text-align: center;
}
.article-wrapper .article-main .pagenation .nav-links {
  display: inline-block;
}
.article-wrapper .article-main .pagenation .nav-links .page-numbers {
  color: #888;
  font-weight: bold;
  background-color: #fff;
  border: 2px solid #888;
  padding: 5px 10px;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  margin-bottom: 10px;
}
.article-wrapper .article-main .pagenation .nav-links .page-numbers.current {
  color: #fff;
  background-color: #888;
}
.article-wrapper .article-side {
  float: right;
  width: 25%;
  padding: 0 1rem;
  /* sidebar */
}
@media screen and (max-width: 991px) {
  .article-wrapper .article-side {
    float: none;
    width: 100%;
    margin-top: 40px;
  }
}
.article-wrapper .article-side .side-widget {
  margin-bottom: 40px;
}
.article-wrapper .article-side .side-widget:last-child {
  margin-bottom: 0;
}
.article-wrapper .article-side .side-widget h3 {
  font-size: 1.25rem;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 10px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .article-wrapper .article-side .side-widget h3 {
    font-size: 1.125rem;
  }
}
.article-wrapper .article-side .side-widget .screen-reader-text {
  display: none;
}
.article-wrapper .article-side .side-widget select {
  width: 100%;
}
.article-wrapper .article-side .side-widget ul li {
  font-size: 1rem;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
}
.article-wrapper .article-side .side-widget ul li:last-child {
  margin-bottom: 0;
}
.article-wrapper .article-side .side-widget ul li a {
  display: inline-block;
}

.contents-single {
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .contents-single {
    padding-top: 1.25rem;
  }
}
.contents-single .single-label-wrapper {
  margin-bottom: 10px;
  display: table;
}
.contents-single .single-label-wrapper .category-tag {
  padding: 0;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.contents-single .single-label-wrapper .category-tag li {
  list-style-type: none;
  float: left;
}
.contents-single .single-label-wrapper .category-tag li a {
  display: inline-block;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  background-color: #333;
  padding: 5px 8px;
  line-height: 1em;
}
.contents-single .single-label-wrapper .single-time {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding: 0 10px;
}
.contents-single h1 {
  font-size: 1.25rem;
  font-weight: bold;
}
.contents-single .single-image-wrapper {
  margin-top: 10px;
}
.contents-single .single-image-wrapper .single-image {
  overflow: hidden;
}
.contents-single .single-image-wrapper .single-image img {
  width: 100%;
}
.contents-single .single-text {
  margin-top: 40px;
}
@media screen and (max-width: 1199px) {
  .contents-single .single-text {
    margin-top: 20px;
  }
}
.contents-single .single-text ul {
  padding-left: 25px;
}
.contents-single .single-text ul li {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 2em;
  list-style-type: circle;
}
@media screen and (max-width: 767px) {
  .contents-single .single-text ul li {
    font-size: 0.875rem;
    letter-spacing: 0.1em;
    line-height: 1.8em;
  }
}
@media screen and (max-width: 767px) {
  .contents-single .single-text ul li a {
    font-size: 0.75rem;
  }
}
.contents-single .single-pager-wrapper {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .contents-single .single-pager-wrapper {
    margin-top: 60px;
  }
}
.contents-single .single-pager-wrapper .single-pager.single-arrow-prev {
  float: left;
}
.contents-single .single-pager-wrapper .single-pager.single-arrow-next {
  float: right;
}
.contents-single .single-pager-wrapper .single-pager a {
  font-weight: bold;
  display: inline-block;
}
.contents-single .single-pager-wrapper .archive-back-wrapper {
  display: inline-block;
}
.contents-single .single-pager-wrapper .archive-back-wrapper a {
  color: #888;
  font-weight: bold;
  display: inline-block;
}

.contents-archive .contents-list {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}
.contents-archive .contents-list:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .contents-archive .contents-list {
    margin-bottom: 20px;
  }
}
.contents-archive .contents-list .label-wrapper {
  display: table;
  float: left;
}
@media screen and (max-width: 767px) {
  .contents-archive .contents-list .label-wrapper {
    float: none;
    margin-bottom: 5px;
  }
}
.contents-archive .contents-list .label-wrapper .single-time {
  font-weight: bold;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.contents-archive .contents-list .label-wrapper .category-tag {
  padding: 0;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.contents-archive .contents-list .label-wrapper .category-tag li {
  list-style-type: none;
  float: left;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .contents-archive .contents-list .label-wrapper .category-tag li {
    padding: 0 5px;
  }
}
.contents-archive .contents-list .label-wrapper .category-tag li a {
  display: inline-block;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  background-color: #333;
  padding: 5px 8px;
  line-height: 1em;
}
.contents-archive .contents-list a {
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .contents-archive .contents-list a {
    font-size: 0.875;
  }
}
@media screen and (max-width: 767px) {
  .contents-archive .contents-list a {
    display: block;
  }
}

/*# sourceMappingURL=post.css.map */
