#blog.atf-section-padding {
  padding: 70px 0;
}

#blog .atf-section-title h5 {
  margin-top: 0.5rem;
  font-size: 14px;
  color: var(--color-primary);
  letter-spacing: 1.8px;
}

#blog .atf-section-title h2 {
  font-size: 48px;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 3px 4px 10px rgba(0, 0, 0, 0.2);
}

#blog .atf-section-title p {
  margin-top: 15px;
}

.blog-desc {
  border-left: 2px solid var(--color-primary);
}

#blog .owl-controls {
  margin-top: 30px;
}


.post-slide {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 10px;
  transition: all 0.30s ease 0s;
}

.post-slide .post-img {
  position: relative;
}

.post-slide .post-img img {
  width: 100%;
  height: auto;
}

.post-slide .icons {
  position: absolute;
  bottom: -16px;
  left: 30px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}

.post-slide .icons img {
  width: 100%;
  height: auto;
}

.post-slide .post-review {
  flex: 1;
  position: relative;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.post-slide .post-review:after {
  content: "";
  width: 90%;
  height: 10px;
  position: absolute;
  top: 100%;
  left: 5%;
  opacity: 0;
  background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  transform: translateY(0);
  transition: all 0.30s ease 0s;
}

.post-slide:hover .post-review:after {
  opacity: 1;
  transform: translateY(5px);
}

.post-slide .post-bar {
  padding: 0;
  list-style: none;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.post-slide .post-bar li {
  display: inline-block;
  font-size: 15px;
  color: var(--title-text-color);
  margin-right: 10px;
}

.post-slide .post-bar li i {
  color: var(--color-primary);
  margin-right: 8px;
}

.post-slide .post-title {
  color: var(--title-text-color);
}

.post-slide .post-title a {
  font-size: 22px;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.3s ease 0s;
}

.post-slide .post-title a:hover {
  color: var(--color-primary);
}

.post-slide .post-tags {
  margin-top: 15px;
}

.post-slide .post-tag {
  display: inline-block;
  color: var(--color-primary);
  padding: 5px 10px;
}
.post-slide .post-tag + .post-tag {
  margin-left: 5px;
}

#blog-slider .owl-stage {
  display: flex;
}

#blog-slider .owl-item {
  height: inherit;
  margin-bottom: 10px;
}

#blog-slider .owl-dots {
  margin-top: 20px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

#blog-slider .owl-dot {
  display: inline-block;
  zoom: 1;
}

#blog-slider .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  border-radius: 50%;
  border: 2px solid var(--title-text-color);
  background: transparent;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
}

#blog-slider .owl-dot.active span,
#blog-slider .owl-dot:hover span {
  background-color: var(--color-primary);
  border: 2px solid var(--color-primary);
}

@media only screen and (max-width: 1280px) {
  #blog .atf-section-title h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 991px) {
  .product-grid {
    margin: 0 0 30px;
  }
   #blog .atf-section-title h2 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 767px) {
  #blog .atf-section-title h2 {
    font-size: 24px;
  }
}