.content-image {
  position: relative;
  margin-bottom: 30px;
}

.blog-img {
  width: 100%;
}

.fa-clock-o {
  color: white;
}

.content-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.85));
  padding: 60px 15px 30px;
}

.article-title {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  text-transform: unset;
  padding-bottom: 10px;
  margin: 0 auto;
  color: #fff;
}

.cmt-author {
  text-align: center;
}

.author {
  font-size: 12px;
  text-transform: uppercase;
  color: #aaa;
  letter-spacing: 0.2em;
  font-weight: 400;
  margin: 0 5px;
}

.author span {
  color: #fff;
}

.date-post span {
  color: #fff;
}

.breadcrumb-item {
  color: #969696;
}

.content-post-default {
  font-size: 14px;
  color: #a8a8a8;
  font-weight: 400;
  line-height: 28px;
}

.title-single-related-post {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #333;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  padding-bottom: 10px;
}

.product-card__img {
  max-height: 200px;
  display: block;
  margin: auto;
}

.title-single-related-post:before {
  content: "";
  width: 10%;
  height: 2px;
  background: #95c066;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}

.grid {
  display: grid;
}

.dark:hover {
  color: #95c066;
  transition: 0.5s all ease;
}

.blogs {
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 30px;
  grid-column-gap: 30px;
}

.post-thumb img {
  transition: 0.5s;
  width: 100%;
  object-fit: cover;
}

.post-thumb {
  overflow: hidden;
  position: relative;
}

.single-post-date {
  width: 66px;
  height: 66px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  padding: 10px 15px;
  background-color: #fff;
  top: 30px;
  left: 30px;
}

.date {
  font-size: 15px;
  font-weight: 500;
  position: relative;
}

.date:before {
  content: "";
  height: 1px;
  width: 44px;
  display: block;
  background-color: #c8c8c8;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translatex(-50%);
}

.blog-title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  margin-top: 30px;
  color: #95c066;
  padding-bottom: 5px;
}

.post-title {
  padding-bottom: 25px;
  position: relative;
}

.post-title:before {
  content: "";
  width: 55px;
  height: 1px;
  background-color: #e0e0e0;
  display: block;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}

.post-title a {
  font-size: 22px;
  font-weight: 500;
  color: #333;
  margin-top: 10px;
  display: inline-block;
  position: relative;
  transition: 0.8s;
}

a {
  text-decoration: none !important;
}

.btn_readmore {
  font-size: 14px;
  font-weight: 600;
  color: #111111;
  margin-top: 23px;
  display: inline-block;
}

.btn_readmore span {
  position: relative;
  padding-bottom: 5px;
  display: inline-block;
}

.btn_readmore span:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #111111;
  position: absolute;
  bottom: 0;
  left: 0;
}

.next_prev_post a {
  color: #95c066;
  border-bottom: 1px solid #95c066;
}

.next_prev_post {
  margin-bottom: 30px;
}

.post-products {
  grid-auto-flow: column;
  justify-items: center;
  grid-column-gap: 30px;
  margin-bottom: 40px;
  padding-top: 30px;
}

.single-related-post {
  text-align: center;
}

.title-product {
  font-size: 16px;
  font-weight: 500;
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: center;
}

.title-product a {
  color: black;
}

.price-product {
  text-align: center;
}

.price {
  font-size: 15px;
  font-weight: 700;
  color: #95c066;
}

@media (max-width: 900px) {
  .blogs {
    grid-template-columns: unset;
    grid-auto-flow: row;
    grid-row-gap: 30px;
  }
  .post-products {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }
  .next_prev_post {
    margin-bottom: 50px;
  }
  .article-title {
    font-size: 20px;
  }
}
@media (max-width: 700px) {
  .article-title {
    font-size: 15px;
  }
  .content-info {
    padding-bottom: 5px;
  }
  .date-post span {
    font-size: 14px;
  }
}

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