.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;
}

.tm-sc-blog.blog-vertical-list-current-style2 .isotope-layout {
  margin-left: 0;
}
.tm-sc-blog.blog-vertical-list-current-style2 article .entry-content {
  padding: 20px;
  background-color: #fcf4f3;
  margin-bottom: 15px;
  border-radius: 20px;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 768px) {
  .tm-sc-blog.blog-vertical-list-current-style2 article .entry-content {
    display: flex;
    align-items: center;
  }
}
.tm-sc-blog.blog-vertical-list-current-style2 article .entry-content:hover .entry-header .thumb {
  position: relative;
  overflow: hidden;
}
.tm-sc-blog.blog-vertical-list-current-style2 article .entry-content:hover .entry-header .thumb .post-thumb:first-child {
  transform: translatex(0) scalex(1);
  opacity: 1;
  filter: blur(0);
}
.tm-sc-blog.blog-vertical-list-current-style2 article .entry-content:hover .entry-header .thumb .post-thumb:nth-child(2) {
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}
.tm-sc-blog.blog-vertical-list-current-style2 article .entry-content .entry-header {
  position: relative;
}
@media (min-width: 768px) {
  .tm-sc-blog.blog-vertical-list-current-style2 article .entry-content .entry-header {
    margin-right: 20px;
  }
}
@media (max-width: 767.98px) {
  .tm-sc-blog.blog-vertical-list-current-style2 article .entry-content .entry-header {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .tm-sc-blog.blog-vertical-list-current-style2 article .entry-content .entry-header img {
    max-width: 175px;
  }
}
.tm-sc-blog.blog-vertical-list-current-style2 article .entry-content .entry-header .thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 10px;
}
.tm-sc-blog.blog-vertical-list-current-style2 article .entry-content .entry-header .thumb .post-thumb {
  position: relative;
  width: 100%;
  display: block;
  transition: all 500ms ease;
}
.tm-sc-blog.blog-vertical-list-current-style2 article .entry-content .entry-header .thumb .post-thumb:first-child {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  transform: translatex(50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}
.tm-sc-blog.blog-vertical-list-current-style2 article .entry-content .entry-title {
  margin-top: 0;
  margin-bottom: 1rem;
}
.tm-sc-blog.blog-vertical-list-current-style2 article .entry-content .entry-meta {
  margin-bottom: 0;
}
.tm-sc-blog.blog-vertical-list-current-style2 article .entry-content .entry-meta li i {
  color: var(--theme-color2);
}
body.tm-dark-layout .tm-sc-blog.blog-vertical-list-current-style2 article .entry-content .entry-meta li i {
  color: var(--theme-color1);
}
.tm-sc-blog.blog-vertical-list-current-style2 article .entry-content .entry-meta li a:hover {
  color: var(--theme-color2);
}
body.tm-dark-layout .tm-sc-blog.blog-vertical-list-current-style2 article .entry-content .entry-meta li a:hover {
  color: var(--theme-color1);
}
.tm-sc-blog.blog-vertical-list-current-style2 article:first-child {
  padding-top: 0;
}
.tm-sc-blog.blog-vertical-list-current-style2 article:last-child {
  border-bottom: none;
}