.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-style4 {
  margin-bottom: 60px;
}
.blog-item-current-style4:hover .btn-style5 {
  color: #fff;
}
.blog-item-current-style4:hover .btn-style5 .btn-title {
  color: var(--theme-color1-text-color);
}
.blog-item-current-style4 .image {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
}
.blog-item-current-style4 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(35%);
}
.blog-item-current-style4 .content {
  padding-left: 20px;
}
@media (max-width: 991.98px) {
  .blog-item-current-style4 .content {
    padding-left: 0;
    padding-top: 20px;
  }
}
.blog-item-current-style4 .content .entry-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}
.blog-item-current-style4 .content .entry-meta li {
  font-size: 14px;
  font-weight: 500;
  color: var(--theme-color1);
}
.blog-item-current-style4 .content .entry-meta li:nth-child(1) {
  background-color: rgba(0, 23, 45, 0.0588235294);
  padding: 5px 10px;
}
.blog-item-current-style4 .content .entry-meta li:nth-child(2) {
  font-size: 15px;
  line-height: 1;
}
.blog-item-current-style4 .content .entry-title {
  padding: 15px 0 20px;
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 40px;
  border-bottom: 1px solid rgba(0, 23, 45, 0.15);
  margin-top: 0;
}
.blog-item-current-style4 .content .entry-title a {
  color: var(--theme-color2);
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-item-current-style4 .content .entry-title:hover a {
  background-size: 100% 1px;
  color: var(--theme-color1);
}
.blog-item-current-style4 .content .post-excerpt {
  margin-bottom: 0;
}
.blog-item-current-style4 .content .mascot-post-excerpt {
  padding-bottom: 20px;
}
.blog-item-current-style4 .content .btn-style5 {
  background: var(--theme-color3);
  border-radius: 14px;
  color: var(--theme-color3-text-color);
  padding: 15px 30px 15px;
  border-radius: 30px;
  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-style4 .content .btn-style5: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-style4 .content .btn-style5 .btn-title {
  transition: all 300ms ease;
}
.blog-item-current-style4 .content .btn-style5 .icon {
  display: none;
}
.blog-item-current-style4 .content .btn-style5:hover {
  color: var(--theme-color1-text-color);
}
.blog-item-current-style4 .content .btn-style5:hover:before {
  transform: scale(1, 1);
  transform-origin: bottom left;
}