.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;
}
.blog-item-current-style1:hover .entry-content {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  border: 1px solid transparent;
}
.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: 30px;
  background: var(--theme-color1);
  color: #ffffff;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 70px;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}
.blog-item-current-style1 .entry-header .post-single-meta a {
  margin-top: -10px;
}
.blog-item-current-style1 .entry-header .post-single-meta span {
  display: block;
  font-size: 14px;
  text-align: center;
  color: var(--text-color-bg-theme-color1);
}
.blog-item-current-style1 .entry-header .post-single-meta span.day {
  font-size: 30px;
  font-weight: 500;
  font-family: var(--heading-font-family);
  line-height: 1.2;
}
.blog-item-current-style1 .entry-header .post-single-meta span.year {
  display: none;
}
.blog-item-current-style1 .entry-content {
  margin-left: 30px;
  margin-right: 30px;
  position: relative;
  padding: 20px 25px 20px;
  top: -30px;
  background-color: var(--theme-color-white);
  z-index: 1;
  border: 1px solid rgba(234, 234, 234, 0.5);
  transition: all 300ms ease;
}
body.tm-dark-layout .blog-item-current-style1 .entry-content {
  border-color: #1d1d1d;
}
.blog-item-current-style1 .entry-meta {
  position: relative;
  text-transform: capitalize;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
body.tm-dark-layout .blog-item-current-style1 .entry-meta {
  border-color: #1d1d1d;
}
.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:hover {
  color: var(--headings-color);
}
.blog-item-current-style1 .mascot-post-excerpt {
  margin-top: 15px;
}
.blog-item-current-style1 .btn-view-details .btn-plain-text {
  color: #9b9b9b;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  text-transform: uppercase;
  z-index: 3;
  text-align: left;
  display: inline;
  transition: all 300ms ease;
}
.blog-item-current-style1 .btn-view-details .btn-plain-text:before {
  background-color: var(--theme-color1);
  content: "";
  height: 1px;
  position: absolute;
  top: calc(50% - 0px);
  left: 105%;
  width: 35px;
}
.blog-item-current-style1 .btn-view-details .btn-plain-text:after {
  background-color: var(--theme-color2);
  content: "";
  height: 1px;
  position: absolute;
  top: calc(50% - 0px);
  left: 105%;
  bottom: 0;
  width: 0;
  transition: all 300ms ease;
}
body.tm-dark-layout .blog-item-current-style1 .btn-view-details .btn-plain-text:after {
  color: #fff;
}
.blog-item-current-style1 .btn-view-details .btn-plain-text:hover {
  color: var(--theme-color2);
}
body.tm-dark-layout .blog-item-current-style1 .btn-view-details .btn-plain-text:hover {
  color: #fff;
}
.blog-item-current-style1 .btn-view-details .btn-plain-text:hover:after {
  width: 35px;
}