.tm-sc-blog article .box-hover-effect {
  display: block;
}
.tm-sc-blog article .post-thumb .post-thumb-inner .thumb {
  display: flex;
  overflow: hidden;
  position: relative;
}
.tm-sc-blog article .post-thumb .post-thumb-inner .thumb img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}
.tm-sc-blog article .post-thumb .post-thumb-inner .thumb .icon-link {
  background: #2d1212;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.45s;
  width: 32px;
  height: 32px;
  line-height: 33px;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 99;
  text-align: center;
  margin-top: 45px;
}
.tm-sc-blog article .entry-content > :nth-last-child {
  margin-bottom: 0;
}

.blog-item-current-style1 {
  position: relative;
  margin-bottom: 30px;
}
.blog-item-current-style1:hover .entry-header .thumb::after {
  right: 0;
  left: 0;
  opacity: 0;
  transition: all 400ms linear;
}
.blog-item-current-style1:hover .entry-header .thumb img {
  -webkit-transform: scale(1.1) !important;
  -moz-transform: scale(1.1) !important;
  -ms-transform: scale(1.1) !important;
  transform: scale(1.1) !important;
}
.blog-item-current-style1 .entry-header {
  padding: 0 30px;
}
.blog-item-current-style1 .entry-header .thumb {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.blog-item-current-style1 .entry-header .thumb::after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  right: 50%;
  position: absolute;
  left: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  transition: all 400ms linear;
}
.blog-item-current-style1 .entry-header .thumb img {
  width: 100%;
  transition: all 300ms ease;
}
.blog-item-current-style1 .entry-content {
  background-color: #f2f3f5;
  padding: 145px 30px 30px;
  margin-top: -122px;
  border-radius: 10px;
}
body.tm-dark-layout .blog-item-current-style1 .entry-content {
  background-color: var(--theme-color-white);
}
.blog-item-current-style1 .entry-content .entry-title {
  color: var(--theme-color2);
}
body.tm-dark-layout .blog-item-current-style1 .entry-content .entry-title {
  color: #fff;
}
.blog-item-current-style1 .entry-content .entry-title:hover a {
  color: var(--theme-color1);
}
.blog-item-current-style1 .entry-content .entry-meta i {
  color: var(--theme-color1);
}
.blog-item-current-style1 .entry-content .entry-meta .categories-links a:last-child {
  display: none;
}
.blog-item-current-style1 .entry-content .btn-plain-text-with-arrow-right {
  border-bottom: none !important;
  text-transform: capitalize !important;
  font-weight: 600 !important;
}
body.tm-dark-layout .blog-item-current-style1 .entry-content .btn-plain-text-with-arrow-right {
  color: #fff;
}

.tm-sc-blog-carousel .swiper-slide .blog-item-current-style1 .entry-content {
  border: 1px solid #f3f4f7;
}
body.tm-dark-layout .tm-sc-blog-carousel .swiper-slide .blog-item-current-style1 .entry-content {
  border-color: #1d1d1d;
}