.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-item-current-style3 {
  position: relative;
  transition: all 300ms ease;
}
.tm-sc-blog .blog-item-current-style3:hover .entry-header .thumb:after {
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 400ms linear;
}
.tm-sc-blog .blog-item-current-style3:hover .entry-header .thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.tm-sc-blog .blog-item-current-style3 .entry-header {
  position: relative;
}
.tm-sc-blog .blog-item-current-style3 .entry-header .post-thumb-inner {
  position: relative;
}
.tm-sc-blog .blog-item-current-style3 .entry-header .thumb img {
  display: block;
  width: 100%;
  transition: all 400ms ease;
}
.tm-sc-blog .blog-item-current-style3 .entry-header .thumb:after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  transition: all 400ms linear;
}
.tm-sc-blog .blog-item-current-style3 .entry-header .post-single-meta {
  background: var(--theme-color3);
  color: var(--text-color-bg-theme-color3);
  text-align: center;
  font-size: 15px;
  position: absolute;
  top: 10px;
  left: 10px;
  font-weight: 900;
  padding: 3px 13px;
}
.tm-sc-blog .blog-item-current-style3 .entry-header .post-single-meta span {
  color: var(--text-color-bg-theme-color3);
}
.tm-sc-blog .blog-item-current-style3 .entry-content {
  padding-top: 20px;
  position: relative;
  z-index: 2;
}
.tm-sc-blog .blog-item-current-style3 .entry-content .author .author-thumb {
  display: inline-flex;
  vertical-align: middle;
  width: 55px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 8px;
}
.tm-sc-blog .blog-item-current-style3 .entry-content .author .byline,
.tm-sc-blog .blog-item-current-style3 .entry-content .author .author a {
  text-decoration: underline;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
.tm-sc-blog .blog-item-current-style3 .entry-content .author .byline:hover,
.tm-sc-blog .blog-item-current-style3 .entry-content .author .author a:hover {
  color: #333;
}
.tm-sc-blog .blog-item-current-style3 .entry-content .author .byline {
  text-decoration: none;
}
.tm-sc-blog .blog-item-current-style3 .entry-meta {
  position: absolute;
  display: inline-flex;
  align-items: center;
  margin-bottom: -1px;
  padding: 13px 30px 9px 20px;
  z-index: 1;
  bottom: 0;
}
.tm-sc-blog .blog-item-current-style3 .entry-meta::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: calc(100% + 15px);
  height: 100%;
  background-color: var(--theme-color1);
  clip-path: polygon(0% 0, 100% 0, 91% 100%, 0% 100%);
}
.tm-sc-blog .blog-item-current-style3 .entry-meta a,
.tm-sc-blog .blog-item-current-style3 .entry-meta span {
  color: var(--text-color-bg-theme-color1);
  text-transform: capitalize;
}
.tm-sc-blog .blog-item-current-style3 .entry-meta a:hover,
.tm-sc-blog .blog-item-current-style3 .entry-meta a a:hover,
.tm-sc-blog .blog-item-current-style3 .entry-meta span:hover,
.tm-sc-blog .blog-item-current-style3 .entry-meta span a:hover {
  color: var(--text-color-bg-theme-color1);
}
.tm-sc-blog .blog-item-current-style3 .entry-meta li {
  position: relative;
  font-size: 15px;
}
.tm-sc-blog .blog-item-current-style3 .entry-meta li.author a {
  text-decoration: underline;
}
.tm-sc-blog .blog-item-current-style3 .entry-meta li.author i {
  display: none;
}
.tm-sc-blog .blog-item-current-style3 .entry-meta li i {
  margin-right: 5px;
  font-size: 14px;
  font-weight: bold;
}
.tm-sc-blog .blog-item-current-style3 .entry-title {
  margin-bottom: 15px;
}
.tm-sc-blog .blog-item-current-style3 .entry-title a:hover, .tm-sc-blog .blog-item-current-style3 .entry-title a:focus {
  color: var(--theme-color2);
}
.tm-sc-blog .blog-item-current-style3 .entry-title .mascot-post-excerpt {
  margin-top: 20px;
}
.tm-sc-blog .blog-item-current-style3 .entry-title .btn-view-details .btn-plain-text {
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #212529;
  margin-top: 25px;
  transition: all 300ms linear;
}
.tm-sc-blog .blog-item-current-style3 .entry-title .btn-view-details .btn-plain-text:after {
  content: "\f30b";
  color: #212529;
  font-family: "Font Awesome 5 Free";
  transition: all 300ms linear;
  margin-left: 15px;
}
.tm-sc-blog .blog-item-current-style3 .entry-title .btn-view-details .btn-plain-text:hover, .tm-sc-blog .blog-item-current-style3 .entry-title .btn-view-details .btn-plain-text:hover:after {
  color: var(--theme-color1);
}