.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;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-blog article .post-thumb .post-thumb-inner .thumb img {
    transition: none;
  }
}
.tm-sc-blog article .post-thumb .post-thumb-inner .thumb:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.3s linear;
  overflow: hidden;
  -webkit-transform: scaleY(0);
  -khtml-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 0;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-blog article .post-thumb .post-thumb-inner .thumb:after {
    transition: none;
  }
}
.tm-sc-blog article .post-thumb .post-thumb-inner .thumb .icon-link {
  background: #2d1212;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
  -moz-transition: all 0.45s;
  -ms-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;
}

.tm-sc-blog article .blog-item-current-style2 {
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-blog article .blog-item-current-style2 {
    transition: none;
  }
}
.tm-sc-blog article .blog-item-current-style2 .entry-header {
  position: relative;
  margin-bottom: 0;
}
.tm-sc-blog article .blog-item-current-style2 .entry-header .thumb {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.tm-sc-blog article .blog-item-current-style2 .entry-header .thumb:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: all 0.4s ease-in-out;
  background: linear-gradient(360deg, rgb(0, 0, 0) 0%, rgba(140, 111, 17, 0) 100%);
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-blog article .blog-item-current-style2 .entry-header .thumb:after {
    transition: none;
  }
}
.tm-sc-blog article .blog-item-current-style2 .entry-header .link {
  background: #333;
  position: absolute;
  left: 0;
  top: 45%;
  right: 0;
  height: 50px;
  width: 50px;
  color: #fff;
  padding: 10px;
  text-align: center;
  margin: 0 auto;
  z-index: 1;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-blog article .blog-item-current-style2 .entry-header .link {
    transition: none;
  }
}
.tm-sc-blog article .blog-item-current-style2 .entry-content {
  bottom: 38px;
  left: 50px;
  position: absolute;
  right: 0;
  padding-right: 50px;
}
@media (max-width: 1199.98px) {
  .tm-sc-blog article .blog-item-current-style2 .entry-content {
    left: 20px;
    padding-right: 60px;
  }
}
@media (max-width: 575.98px) {
  .tm-sc-blog article .blog-item-current-style2 .entry-content {
    bottom: 30px;
    left: 30px;
    padding-right: 58px;
  }
}
.tm-sc-blog article .blog-item-current-style2 .entry-content .entry-meta {
  color: #fff;
  font-size: 14px;
}
@media (max-width: 575.98px) {
  .tm-sc-blog article .blog-item-current-style2 .entry-content .entry-meta {
    font-size: 12px;
  }
}
.tm-sc-blog article .blog-item-current-style2 .entry-content .entry-meta a {
  color: #fff;
}
.tm-sc-blog article .blog-item-current-style2 .entry-content .entry-meta i {
  margin-right: 7px;
  color: var(--theme-color2);
}
.tm-sc-blog article .blog-item-current-style2 .entry-content .entry-title {
  line-height: 1.3;
  margin-top: 5px;
  position: relative;
}
.tm-sc-blog article .blog-item-current-style2 .entry-content .entry-title a {
  color: #fff;
}
.tm-sc-blog article .blog-item-current-style2 .entry-content .text-details {
  line-height: 34px;
}
.tm-sc-blog article .blog-item-current-style2 .btn-more {
  background-color: var(--theme-color2);
  border: none;
  border-radius: 35px 35px 0 0;
  bottom: 0;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  height: 54px;
  line-height: 1;
  padding-top: 18px;
  position: absolute;
  right: 20px;
  text-align: center;
  width: 68px;
}
@media (max-width: 575.98px) {
  .tm-sc-blog article .blog-item-current-style2 .btn-more {
    right: 12px;
  }
}
.tm-sc-blog article .blog-item-current-style2 .btn-more:hover {
  border-bottom: 10px solid var(--theme-color1);
  height: 64px;
}
.tm-sc-blog article .blog-item-current-style2:hover .entry-header .thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.tm-sc-blog article .blog-item-current-style2:hover .entry-content:before {
  background-color: var(--theme-color2);
  height: 6px;
}
.tm-sc-blog article .blog-item-current-style2:hover .entry-content:after {
  background-color: var(--theme-color2);
  height: 6px;
}