.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-style1 {
  position: relative;
  margin-bottom: 30px;
}
.blog-item-current-style1 .entry-header {
  position: relative;
}
.blog-item-current-style1 .entry-header .post-thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.blog-item-current-style1 .entry-header .post-thumb .thumb {
  border-radius: 10px;
}
.blog-item-current-style1 .entry-header .post-thumb .thumb img {
  display: block;
  width: 100%;
  transition: all 400ms ease;
}
.blog-item-current-style1 .entry-header .post-thumb .thumb:after {
  display: none;
}
.blog-item-current-style1 .entry-header .post-thumb .thumb:before {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
  transition: all 400ms linear;
}
.blog-item-current-style1 .entry-content {
  position: relative;
  margin-top: -65px;
  margin-left: 30px;
  padding: 30px 40px 35px;
  background-color: var(--theme-color-white);
  border-radius: 10px 0 10px 10px;
  z-index: 2;
  transition: all 300ms ease;
}
.blog-item-current-style1 .entry-content .entry-meta li i {
  color: var(--theme-color1);
}
.blog-item-current-style1 .entry-content .entry-meta li.posted-date {
  background: var(--theme-color1);
  padding: 5px 20px;
  border-radius: 10px;
  margin-right: 10px;
  z-index: 1;
}
.blog-item-current-style1 .entry-content .entry-meta li.posted-date a {
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  font-weight: 700;
}
.blog-item-current-style1 .entry-content .entry-meta li.posted-date i {
  display: none;
}
.blog-item-current-style1 .entry-content .btn-view-details {
  color: #000;
}
.blog-item-current-style1 .entry-content .btn-view-details .btn-plain-text-with-arrow-right {
  position: relative;
  font-size: 12px;
  line-height: 25px;
  font-weight: 700;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
body.tm-dark-layout .blog-item-current-style1 .entry-content .btn-view-details .btn-plain-text-with-arrow-right:hover {
  color: #fff;
}
body.tm-dark-layout .blog-item-current-style1 .entry-content .btn-view-details .btn-plain-text-with-arrow-right {
  color: #aaa;
}
.blog-item-current-style1 .entry-content .post-info {
  position: relative;
  font-size: 14px;
  color: #6a6a6a;
}
.blog-item-current-style1 .entry-content .post-info i {
  color: var(--theme-color1);
  margin-right: 5px;
}
.blog-item-current-style1 .entry-content .entry-title {
  margin-bottom: 15px;
}
.blog-item-current-style1 .entry-content .entry-title:hover {
  color: var(--theme-color1);
}
.blog-item-current-style1 .entry-content .post-excerpt {
  margin-bottom: 15px;
}
.blog-item-current-style1:hover .entry-header .post-thumb .thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.blog-item-current-style1:hover .entry-header .post-thumb .thumb:before {
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 400ms linear;
}
.blog-item-current-style1:hover .entry-content {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.tm-sc-blog-carousel .swiper-slide .blog-item-current-style1 .entry-content {
  border: 1px solid #f3f4f7;
}