.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;
  right: 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-style2 {
  position: relative;
  margin-bottom: 30px;
}
.blog-item-current-style2 .inner-box {
  background-color: #FBFBFB;
  border: 1px solid #F1F1F1;
  border-radius: 20px;
  position: relative;
  transition: all 300ms ease;
}
.blog-item-current-style2 .inner-box:hover .image-box .thumb a:after {
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 400ms linear;
}
.blog-item-current-style2 .inner-box:hover .thumb img {
  transform: scale(1.1) !important;
}
.blog-item-current-style2 .image-box {
  position: relative;
}
.blog-item-current-style2 .image-box .thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 20px 20px 0 0;
}
.blog-item-current-style2 .image-box .thumb img {
  display: block;
  width: 100%;
  transition: all 400ms ease;
}
.blog-item-current-style2 .image-box .thumb a:after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  transition: all 400ms ease;
}
.blog-item-current-style2 .content-box {
  position: relative;
  padding: 21px 37px 40px;
  border-radius: 0 0 20px 20px;
}
@media (max-width: 575.98px) {
  .blog-item-current-style2 .content-box {
    padding: 20px 20px 20px;
  }
}
.blog-item-current-style2 .content-box .entry-date {
  font-size: 12px;
  position: relative;
  display: inline-block;
}
.blog-item-current-style2 .content-box .entry-date:before {
  position: absolute;
  content: "";
  background-color: var(--text-color);
  height: 1px;
  width: 20px;
  right: -35px;
  top: 47%;
}
.blog-item-current-style2 .content-box .entry-title {
  margin-bottom: 20px;
  color: var(--theme-color2);
}
@media (max-width: 1199.98px) {
  .blog-item-current-style2 .content-box .entry-title br {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .blog-item-current-style2 .content-box .entry-title {
    font-size: 22px;
  }
}
.blog-item-current-style2 .content-box .entry-title:hover {
  color: var(--theme-color1);
}
.blog-item-current-style2 .post-excerpt {
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  .blog-item-current-style2 .post-excerpt br {
    display: none;
  }
}
.blog-item-current-style2 .read-more {
  display: flex;
  transition: all 300ms ease;
  color: var(--theme-color1);
}
.blog-item-current-style2 .read-more i {
  margin-left: 10px;
  color: var(--theme-color1);
  font-size: 16px;
  transition: all 100ms linear;
  top: 7px;
  position: relative;
}
.blog-item-current-style2 .read-more:hover {
  color: var(--theme-color2);
}
.blog-item-current-style2 .read-more:hover i {
  transform: translateX(-15px);
  opacity: 0;
}