/* start blog-wrapper */
.blog-wrapper {
  padding-top: 35px;
  margin-top: 0 !important;
}
@media screen and (max-width: 992px) {
  .blog-wrapper {
    margin-top: 140px !important;
    padding-top: 0;
    border: 0;
  }
}
.blog-wrapper .blog-content-box .post-tags {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 12px;
  display: block;
  position: relative;
}
.blog-wrapper .blog-content-box .post-tags a {
  color: #aaa;
  display: inline-block;
}
.blog-wrapper .blog-content-box .post-tags::before {
  content: "";
  position: absolute;
  top: -20px;
  right: 0;
  background-color: #78D6C6;
  width: 26px;
  height: 2px;
  margin-bottom: 20px;
}
.blog-wrapper .blog-content-box .title-post {
  margin-bottom: 15px;
}
.blog-wrapper .blog-content-box .title-post a {
  font-size: 16px;
  line-height: 28px;
  color: #f0ebf1;
}
.blog-wrapper .blog-content-box .title-post:hover a {
  color: #78D6C6;
}
.blog-wrapper .blog-content-box p {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 10px;
}
.blog-wrapper .blog-wrapper-item {
  margin-bottom: 33px;
}
.blog-wrapper .blog-wrapper-item .img-post {
  position: relative;
}
/*.blog-wrapper .blog-wrapper-item .img-post .date {*/
/*  position: absolute;*/
/*  top: 12px;*/
/*  right: 12px;*/
/*  background: #333;*/
/*  padding: 18px;*/
/*  color: #78D6C6;*/
/*}*/
.blog-wrapper .blog-wrapper-item .blog-content-box .details .author-name {
  display: inline-block;
  font-size: 13px;
}

/* end blog-wrapper */
/* start right-section */
.right-section {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  /** start article-pagination **/
  /** end article-pagination **/
}
/*.right-section {*/
/*  margin-top: 65px;*/
/*}*/
.right-section .pagination {
  justify-content: center;
  margin-top:40px;
}
.right-section .pagination .page-item {
  margin-right: 8px;
}
.right-section .pagination .page-item .page-link {
  color: #aaa;
  background-color: #424242;
  width: 48px;
  height: 48px;
  padding: 2px 19px;
  border: 0;
  line-height:44px;
}
.right-section .pagination .page-item .page-link:focus {
  box-shadow: unset;
}
.right-section .pagination .page-item.active .page-link {
  background-color: #78D6C6;
  color: #fff;
}
.right-section .pagination .page-item:first-child .page-link {
  width: 48px;
  height: 48px;
  border-radius: 0;
  padding: 2px 15px;
}
.right-section .pagination .page-item:last-child .page-link {
  width: 48px;
  height: 48px;
  border-radius: 0;
  padding: 2px 15px;
}
.right-section .pagination .page-item:hover .page-link {
  background-color: #78D6C6;
  color: #fff;
}

/* end right-section *//*# sourceMappingURL=article-list.css.map */