.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 .inner-block {
  border: 1px solid rgba(var(--theme-color2-rgb), 0.1);
  border-radius: 14px;
  position: relative;
  transition: all 300ms ease;
}
.blog-item-current-style1 .inner-block:hover {
  background-color: #f1f8f2;
}
.blog-item-current-style1 .inner-block:hover .image-box .image img:first-child {
  transform: translateX(0) scaleX(1);
  opacity: 1;
  filter: blur(0);
}
.blog-item-current-style1 .inner-block:hover .image-box .image img:nth-child(2) {
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}
.blog-item-current-style1 .image-box {
  position: relative;
}
.blog-item-current-style1 .image-box .image {
  border-radius: 14px;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.blog-item-current-style1 .image-box .image img {
  border-radius: 14px;
  position: relative;
  width: 100%;
  display: block;
  transition: all 500ms ease;
}
.blog-item-current-style1 .image-box .image img: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 .image-box .entry-meta {
  background-color: var(--theme-color-white);
  box-shadow: 10px 4px 20px 0px rgba(15, 53, 45, 0.1019607843);
  border-radius: 14px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  padding: 20px 40px;
  position: absolute;
  bottom: -26px;
  left: 19px;
  right: 19px;
  z-index: 1;
  margin-bottom: 0;
}
@media (max-width: 1399.98px) {
  .blog-item-current-style1 .image-box .entry-meta {
    padding: 20px 15px;
  }
}
@media (max-width: 575.98px) {
  .blog-item-current-style1 .image-box .entry-meta {
    flex-direction: column;
    padding: 12px 15px;
  }
}
.blog-item-current-style1 .image-box .entry-meta li {
  text-transform: capitalize;
  margin: 0;
  padding: 0;
}
.blog-item-current-style1 .image-box .entry-meta li.list-inline-item.categories {
  order: 1;
  color: var(--theme-color1);
  font-family: var(--heading-font-family);
  font-weight: 600;
  position: relative;
  padding-right: 50px;
  width: calc(50% + 15px);
}
@media (max-width: 575.98px) {
  .blog-item-current-style1 .image-box .entry-meta li.list-inline-item.categories {
    width: auto;
    padding-right: 0;
  }
}
.blog-item-current-style1 .image-box .entry-meta li.list-inline-item.categories:after {
  background-color: var(--text-color);
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  height: 1px;
  width: 30px;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .blog-item-current-style1 .image-box .entry-meta li.list-inline-item.categories:after {
    display: none;
  }
}
.blog-item-current-style1 .image-box .entry-meta li.list-inline-item.categories a {
  color: var(--theme-color1);
}
.blog-item-current-style1 .image-box .entry-meta li.list-inline-item.posted-date {
  order: 2;
}
.blog-item-current-style1 .image-box .entry-meta i {
  display: none;
}
.blog-item-current-style1 .content {
  padding: 52px 39px 39px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .blog-item-current-style1 .content {
    padding: 52px 15px 39px;
  }
}
.blog-item-current-style1 .content .entry-title {
  margin-bottom: 19px;
  margin-top: 0;
}
.blog-item-current-style1 .content .entry-title:hover {
  color: var(--theme-color1);
}
.blog-item-current-style1 .content .entry-title a {
  background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: all 0.3s, background-size 0.8s;
}
.blog-item-current-style1 .content .entry-title a:hover {
  background-size: 100% 1px;
  color: var(--theme-color1);
}
.blog-item-current-style1 .content .text {
  margin-bottom: 25px;
}
.blog-item-current-style1 .content .btn-link-style1 {
  color: var(--theme-color1);
  line-height: 1;
  margin-bottom: 0;
  position: relative;
  transition: all 300ms ease;
}
.blog-item-current-style1 .content .btn-link-style1:hover {
  color: var(--theme-color1);
}
.blog-item-current-style1 .content .btn-link-style1:hover .btn-title:after {
  width: 100%;
}
.blog-item-current-style1 .content .btn-link-style1:hover .icon {
  color: var(--theme-color1);
  transform: rotate(-45deg);
}
.blog-item-current-style1 .content .btn-link-style1 .btn-title {
  position: relative;
}
.blog-item-current-style1 .content .btn-link-style1 .btn-title:after {
  background-color: var(--theme-color1);
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 0;
  transition: all 300ms ease;
}
.blog-item-current-style1 .content .btn-link-style1 .icon {
  font-size: 14px;
  position: relative;
  top: 0;
  margin-left: 7px;
  transition: all 300ms ease;
}
.blog-item-current-style1 .content .btn-style-four {
  background: transparent;
  border: 1px solid rgba(var(--theme-color2-rgb), 0.1);
  border-radius: 14px;
  color: var(--text-color);
  padding: 15px 30px 15px;
  font-family: var(--heading-font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  text-transform: capitalize;
  z-index: 0;
  transition: all 300ms ease;
}
.blog-item-current-style1 .content .btn-style-four:before {
  background-color: var(--theme-color1);
  border-radius: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  transform: scale(0, 1);
  transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  z-index: -1;
}
.blog-item-current-style1 .content .btn-style-four .btn-title {
  transition: all 300ms ease;
}
.blog-item-current-style1 .content .btn-style-four:hover {
  color: var(--theme-color1-text-color);
}
.blog-item-current-style1 .content .btn-style-four:hover:before {
  transform: scale(1, 1);
  transform-origin: bottom left;
}