.post-item {
  margin-bottom: 1.25rem;
}
.post-item-container {
  border: 1px solid #DCDCDC;
  background: #fff;
}
.post-item-content {
  padding: 0 15px 20px;
}
.post-item-content h2 {
  font-size: 18px;
  color: #343333;
  font-weight: 700;
}
.post-item-content h2 a {
  color: #343333;
}
.post-item-content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.post-item-content .category-link {
  font-weight: 500;
  color: #7D9074;
}
.post-item-content .more {
  font-size: 14px;
  font-weight: 700;
  color: #343333;
}
.post-item-content .more:hover, .post-item-content h2 a:hover {
  opacity: 0.6;
}

@media (min-width: 992px) {
  .category-blog {
	padding-left: 140px;
	padding-right: 140px;
  }
}

@media (min-width: 480px) and (max-width: 684px) {
  .post-item {
	flex: 0 0 50%!important;
  }
}

.banner-top-blog .banner-title {
  font-family: "reklame-script",sans-serif!important;
}
.banner-top-blog .buttons {
  display: flex;
  gap: 14px;
}
.banner-top-blog .btn-primary {
  position: relative;
  display: flex;
  line-height: 26px;
}
.banner-top-blog .btn-primary::before {
  top: 50%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  margin-right: 9px;
}
.banner-top-blog .btn-cat::before {
  width: 27px;
  height: 26px;
  background-image: url('../img/icon-btn-cat.png');
}
.banner-top-blog .btn-dog::before {
  width: 47px;
  height: 25px;
  background-image: url('../img/icon-btn-dog.png');
}

@media (max-width: 684px) {
  .banner-top-blog-post .block-text {
	background: rgba(71,71,71,.7);
	padding: 5px;
	text-align: center !important;
  }
  .banner-top-blog-post .block-text .banner-title {
	font-size: 20px;
  }
}

@media (max-width: 479px) {
  .banner-top-blog .buttons {
	flex-wrap: wrap;
	gap: 8px;
  }
  .banner-top-blog .buttons .btn-primary {
	justify-content: center;
  }
}

.blog-single figure {
  background: #EFEFEF;
  margin-bottom: 20px;
}
.blog-single figure img {
  margin: 0 auto;
  display: block;
}
.blog-single figcaption {
  padding: 10px 14px;
}

#blog-pagination ul {
   gap: 12px;
}
#blog-pagination li {
  display: flex;
}
#blog-pagination a, #blog-pagination .truncate > span, #blog-pagination .current > span {
  width: 45px;
  height: 42px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
#blog-pagination a, #blog-pagination .truncate > span {
  border: 1px solid #CECECE;
  color: #7F7E7E;
}

#blog-pagination .current {
  border: 1px solid #C6460E;
  background: rgba(198, 70, 14, 0.03);
  color: #C6460E;
}

#blog-related-posts {
  background: #F0F0F0;
}
#blog-related-posts .decoration-header span {
  background: #F0F0F0;
}