.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 article .blog-item-current-style1 {
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.tm-sc-blog article .blog-item-current-style1 .entry-header {
  position: relative;
  margin-bottom: 0;
}
.tm-sc-blog article .blog-item-current-style1 .entry-header .thumb {
  position: relative;
  overflow: hidden;
}
.tm-sc-blog article .blog-item-current-style1 .entry-header .thumb:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background: linear-gradient(transparent, var(--theme-color1));
  pointer-events: none;
  transition: all 300ms ease;
  opacity: 1;
}
.tm-sc-blog article .blog-item-current-style1 .entry-header .link {
  background: #333;
  position: absolute;
  left: 0;
  top: 45%;
  right: 0;
  height: 50px;
  width: 50px;
  color: #fff;
  padding: 10px;
  text-align: center;
  margin: 0 auto;
  z-index: 1;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.tm-sc-blog article .blog-item-current-style1 .entry-content {
  bottom: 38px;
  left: 20px;
  position: absolute;
  right: 20px;
  padding-right: 0;
}
.tm-sc-blog article .blog-item-current-style1 .entry-content .entry-meta {
  align-items: center;
  display: flex;
  position: relative;
  padding: 0;
  flex-wrap: wrap;
  padding-top: 30px;
}
.tm-sc-blog article .blog-item-current-style1 .entry-content .entry-meta a:hover {
  color: #fff;
}
.tm-sc-blog article .blog-item-current-style1 .entry-content .entry-meta li {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-right: 32px;
  text-transform: capitalize;
}
.tm-sc-blog article .blog-item-current-style1 .entry-content .entry-meta li i {
  display: none;
}
.tm-sc-blog article .blog-item-current-style1 .entry-content .entry-meta li:last-child {
  margin-right: 0;
}
.tm-sc-blog article .blog-item-current-style1 .entry-content .entry-meta li:last-child:before {
  display: none;
}
.tm-sc-blog article .blog-item-current-style1 .entry-content .entry-meta li:before {
  background-color: #fff;
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  bottom: calc(50% - 0px);
  right: -15px;
  border-radius: 50%;
}
.tm-sc-blog article .blog-item-current-style1 .entry-content .entry-meta li span {
  color: #fff;
}
.tm-sc-blog article .blog-item-current-style1 .entry-content .entry-meta li a {
  color: #fff;
}
.tm-sc-blog article .blog-item-current-style1 .entry-content .entry-meta li i {
  font-size: 12px;
  color: #fff;
  margin-right: 5px;
}
.tm-sc-blog article .blog-item-current-style1 .entry-content .entry-title {
  line-height: 1.3;
  margin-top: 5px;
  position: relative;
}
.tm-sc-blog article .blog-item-current-style1 .entry-content .entry-title a {
  color: #fff;
}
.tm-sc-blog article .blog-item-current-style1 .entry-content .entry-title a:hover {
  color: #fff;
}
.tm-sc-blog article .blog-item-current-style1 .entry-content .text-details {
  line-height: 34px;
}
.tm-sc-blog article .blog-item-current-style1 .entry-content .options {
  position: relative;
  margin-top: 15px;
  display: inline-flex;
  align-items: center;
}
.tm-sc-blog article .blog-item-current-style1 .entry-content .options .button {
  position: relative;
  font-size: 16px;
  transition: all 300ms ease;
  padding: 10px 34px;
  border-radius: 50px;
  display: inline-block;
  text-transform: capitalize;
  color: var(--theme-color1);
  background-color: #f1f2eb;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.tm-sc-blog article .blog-item-current-style1 .entry-content .options .button:hover {
  color: var(--theme-color2-text-color);
  border-color: var(--theme-color2);
  background-color: var(--theme-color2);
}
.tm-sc-blog article .blog-item-current-style1 .entry-content .options .arrow {
  position: relative;
  font-size: 16px;
  width: 46px;
  height: 46px;
  text-align: center;
  transition: all 300ms ease;
  line-height: 44px;
  border-radius: 50px;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: var(--theme-color1);
  background-color: #f1f2eb;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.tm-sc-blog article .blog-item-current-style1 .entry-content .options .arrow:hover {
  color: var(--theme-color2-text-color);
  border-color: var(--theme-color2);
  background-color: var(--theme-color2);
}
.tm-sc-blog article .blog-item-current-style1 .entry-content .options:hover .button {
  -webkit-transform: translateX(46px);
  -moz-transform: translateX(46px);
  -ms-transform: translateX(46px);
  transform: translateX(46px);
}
.tm-sc-blog article .blog-item-current-style1 .entry-content .options:hover .arrow {
  position: absolute;
  left: 0px;
  top: 3px;
}
.tm-sc-blog article .blog-item-current-style1:hover {
  box-shadow: 0 0px 26px rgba(0, 0, 0, 0.05);
}
.tm-sc-blog article .blog-item-current-style1:hover .entry-header .thumb:after {
  height: 70%;
}
.tm-sc-blog article .blog-item-current-style1: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 article .blog-item-current-style1:hover .entry-content:before {
  background-color: var(--theme-color2);
  height: 6px;
}
.tm-sc-blog article .blog-item-current-style1:hover .entry-content:after {
  background-color: var(--theme-color2);
  height: 6px;
}
.tm-sc-blog article .blog-item-current-style1:hover .entry-content .options .button {
  -webkit-transform: translateX(46px);
  -moz-transform: translateX(46px);
  -ms-transform: translateX(46px);
  transform: translateX(46px);
  opacity: 1;
}
.tm-sc-blog article .blog-item-current-style1:hover .entry-content .options .arrow {
  position: absolute;
  opacity: 1;
}