.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;
  transition: all 300ms ease;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}
.blog-item-current-style1:hover .entry-header {
  transition: all 300ms ease;
}
.blog-item-current-style1:hover .entry-header .thumb {
  position: relative;
  overflow: hidden;
}
.blog-item-current-style1:hover .entry-header .thumb .post-thumb:first-child {
  transform: translatex(0) scalex(1);
  opacity: 1;
  filter: blur(0);
}
.blog-item-current-style1:hover .entry-header .thumb .post-thumb:nth-child(2) {
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}
.blog-item-current-style1 .entry-header {
  position: relative;
}
.blog-item-current-style1 .entry-header .post-thumb-inner {
  position: relative;
}
.blog-item-current-style1 .entry-header .thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.blog-item-current-style1 .entry-header .thumb .post-thumb {
  position: relative;
  width: 100%;
  display: block;
  transition: all 500ms ease;
}
.blog-item-current-style1 .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);
}
.blog-item-current-style1 .entry-header .post-single-meta {
  position: absolute;
  left: 30px;
  bottom: -24px;
  z-index: 1;
}
.blog-item-current-style1 .entry-header .post-single-meta span {
  display: inline-block;
  text-align: center;
  background-color: #f3f4f7;
  font-size: 12px;
  text-transform: uppercase;
}
.blog-item-current-style1 .entry-header .post-single-meta span.day {
  font-size: 30px;
  font-weight: 500;
  color: var(--text-color-bg-theme-color2);
  font-family: var(--font-current-theme2);
  line-height: 2.2;
  display: block;
  background-color: var(--theme-color1);
  margin-bottom: -6px;
}
.blog-item-current-style1 .entry-header .post-single-meta span.month {
  padding-left: 10px;
}
.blog-item-current-style1 .entry-header .post-single-meta span.year {
  padding-right: 10px;
}
.blog-item-current-style1 .entry-content {
  position: relative;
  padding: 30px;
  padding-top: 35px;
  z-index: 1;
  transition: all 300ms ease;
}
body.tm-dark-layout .blog-item-current-style1 .entry-content {
  background-color: var(--theme-color-light);
}
.blog-item-current-style1 .entry-meta {
  position: relative;
  text-transform: capitalize !important;
  margin-bottom: 10px !important;
}
.blog-item-current-style1 .entry-meta li {
  position: relative;
  font-size: 13px;
}
.blog-item-current-style1 .entry-meta li i {
  margin-right: 5px;
  color: var(--theme-color1);
  font-size: 13px;
}
.blog-item-current-style1 .entry-title {
  margin-top: 0;
  margin-bottom: 10px;
}
.blog-item-current-style1 .entry-title a:hover,
.blog-item-current-style1 .entry-title a:focus {
  color: var(--theme-color1);
}
.blog-item-current-style1 .mascot-post-excerpt {
  margin-top: 15px;
}
.blog-item-current-style1 .btn-view-details .btn-plain-text-with-arrow-right {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
}
body.tm-dark-layout .blog-item-current-style1 .btn-view-details .btn-plain-text-with-arrow-right {
  color: #fff;
}
.blog-item-current-style1 .btn-view-details .btn-plain-text-with-arrow-right:after {
  font-size: 14px;
}
.blog-item-current-style1 .btn-view-details .btn-plain-text-with-arrow-right:hover {
  color: var(--theme-color1);
}
.blog-item-current-style1 .btn-view-details .btn-plain-text-with-arrow-right:hover:after {
  color: var(--theme-color1);
}

.tm-sc-blog-carousel .swiper-slide .blog-item-current-style1 {
  box-shadow: none;
}
.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;
}