.filter_sidebar .sidebar_search,
.filter_sidebar .gt_sidebar {
  border: 1px solid #ededed;
}
.filter_sidebar .sidebar_category .form-check-label {
  font-size: 14px;
}
.filter_sidebar .popular_post .media {
  border-bottom: 1px dotted #d7d7d7;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.filter_sidebar .popular_post .media:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.filter_sidebar .popular_post .media-body a {
  color: #141414;
  line-height: 1.5;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.filter_sidebar .popular_post .media-body p {
  font-weight: 600;
  color: #ff057e;
}

.gt_blog_area .gt_pagination {
  margin: 0 0 20px;
}
@media (min-width: 767.98px) {
  .gt_blog_area .gt_pagination {
    min-height: 47px;
  }
}
.gt_blog_area .single-products-box:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  border: 1px solid #ededed !important;
}
.gt_blog_area .single-products-box:hover .image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.gt_blog_area .single-products-box .image {
  height: auto;
}
.gt_blog_area .single-products-box .image img {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.gt_blog_area .single-products-box .box_title {
  font-size: unset;
  margin-bottom: 5px;
}
.gt_blog_area .single-products-box .box_title a {
  color: #141414 !important;
}
.gt_blog_area .single-products-box .read-more-btn {
  font-size: 15px;
  color: #ff057e;
  gap: 3px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.gt_blog_area .single-products-box .read-more-btn:hover {
  gap: 6px;
}
.gt_blog_area .blog-img-box {
  position: relative;
}
.gt_blog_area .blog-img-box .big-meta {
  min-height: 40%;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(1%, rgba(0, 0, 0, 0.01)), color-stop(14%, rgba(0, 0, 0, 0.04)), color-stop(47%, rgba(0, 0, 0, 0.13)), color-stop(94%, rgba(0, 0, 0, 0.4705882353)));
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.04) 14%, rgba(0, 0, 0, 0.13) 47%, rgba(0, 0, 0, 0.4705882353) 94%);
}
.gt_blog_area .blog-post-meta .date {
  font-size: 16px;
}
@media (max-width: 992.98px) {
  .gt_blog_area .blog-post-meta .date {
    font-weight: 600;
    color: #ff057e;
  }
}