.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;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-blog article .post-thumb .post-thumb-inner .thumb img {
    transition: none;
  }
}
.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;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-blog article .post-thumb .post-thumb-inner .thumb .icon-link {
    transition: none;
  }
}
.tm-sc-blog article .entry-content > :nth-last-child {
  margin-bottom: 0;
}

.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;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-blog article .post-thumb .post-thumb-inner .thumb img {
    transition: none;
  }
}
.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;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-blog article .post-thumb .post-thumb-inner .thumb .icon-link {
    transition: none;
  }
}
.tm-sc-blog article .entry-content > :nth-last-child {
  margin-bottom: 0;
}

.tm-sc-blog .blog-item-current-style1 {
  position: relative;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-blog .blog-item-current-style1 {
    transition: none;
  }
}
.tm-sc-blog .blog-item-current-style1:hover .entry-header .thumb:after {
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 400ms linear;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-blog .blog-item-current-style1:hover .entry-header .thumb:after {
    transition: none;
  }
}
.tm-sc-blog .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 .blog-item-current-style1 .entry-header {
  position: relative;
}
.tm-sc-blog .blog-item-current-style1 .entry-header .post-thumb-inner {
  position: relative;
  border: 1px solid #e1e1e1;
  padding: 14px;
}
.tm-sc-blog .blog-item-current-style1 .entry-header .thumb img {
  display: block;
  width: 100%;
  transition: all 400ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-blog .blog-item-current-style1 .entry-header .thumb img {
    transition: none;
  }
}
.tm-sc-blog .blog-item-current-style1 .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;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-blog .blog-item-current-style1 .entry-header .thumb:after {
    transition: none;
  }
}
.tm-sc-blog .blog-item-current-style1 .entry-header .post-single-meta {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 15px;
  background: var(--theme-color1);
  color: #ffffff;
  text-align: center;
  width: 140px;
  font-size: 15px;
  line-height: 2;
}
.tm-sc-blog .blog-item-current-style1 .entry-header .post-single-meta span {
  color: var(--text-color-bg-theme-color1);
}
.tm-sc-blog .blog-item-current-style1 .entry-content {
  padding-top: 20px;
  position: relative;
  z-index: 2;
  text-align: center;
}
.tm-sc-blog .blog-item-current-style1 .entry-meta {
  position: relative;
  margin-bottom: 5px;
}
.tm-sc-blog .blog-item-current-style1 .entry-meta li {
  position: relative;
  font-size: 15px;
  text-transform: capitalize;
  font-family: var(--font-current-theme2);
}
.tm-sc-blog .blog-item-current-style1 .entry-meta li i {
  margin-right: 5px;
  color: var(--theme-color1);
  font-size: 14px;
}
.tm-sc-blog .blog-item-current-style1 .entry-title {
  margin-top: 0;
  margin-bottom: 15px;
}
.tm-sc-blog .blog-item-current-style1 .entry-title:hover {
  color: var(--theme-color2);
}
.tm-sc-blog .blog-item-current-style1 .btn-view-details .btn-plain-text {
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #212529;
  transition: all 300ms linear;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-blog .blog-item-current-style1 .btn-view-details .btn-plain-text {
    transition: none;
  }
}
.tm-sc-blog .blog-item-current-style1 .btn-view-details .btn-plain-text:after {
  content: "\f30b";
  color: #212529;
  font-family: "Font Awesome 5 Free";
  transition: all 300ms linear;
  margin-left: 15px;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-blog .blog-item-current-style1 .btn-view-details .btn-plain-text:after {
    transition: none;
  }
}
.tm-sc-blog .blog-item-current-style1 .btn-view-details .btn-plain-text:hover, .tm-sc-blog .blog-item-current-style1 .btn-view-details .btn-plain-text:hover:after {
  color: var(--theme-color1);
}

.images-border {
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0 25%);
}

.blog-item-current-style2 {
  position: relative;
  padding: 30px;
  outline: 1px solid #cdcdcd;
  background-color: #ffffff;
  border: 9px solid #f7f7f7;
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .blog-item-current-style2 {
    padding: 40px 20px;
  }
}
.blog-item-current-style2:hover {
  border-color: var(--theme-color1);
  outline-color: var(--theme-color1);
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.blog-item-current-style2:hover .entry-header .thumb::after {
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 400ms linear;
}
@media (prefers-reduced-motion: reduce) {
  .blog-item-current-style2:hover .entry-header .thumb::after {
    transition: none;
  }
}
.blog-item-current-style2:hover .entry-header .thumb img {
  -webkit-transform: scale(1.1) !important;
  -moz-transform: scale(1.1) !important;
  -ms-transform: scale(1.1) !important;
  transform: scale(1.1) !important;
}
.blog-item-current-style2 .author {
  position: relative;
  display: flex;
  align-items: center;
}
.blog-item-current-style2 .author .author-thumb {
  position: relative;
  margin-bottom: 0;
  border-radius: 50%;
}
.blog-item-current-style2 .author .author-thumb img {
  border-radius: 50%;
  width: 65px;
  box-shadow: 0 21px 10px rgba(0, 0, 0, 0.05);
  transition: all 300ms ease;
}
.blog-item-current-style2 .author span {
  color: #333;
  margin-left: 14px;
  font-weight: 600;
  text-transform: capitalize;
  display: flex;
}
.blog-item-current-style2 .author span.author {
  text-decoration: underline;
  margin-left: 5px;
}
.blog-item-current-style2 .author span.author a {
  font-weight: 600;
}
.blog-item-current-style2 .icon-flower-30 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 79px;
  height: 105px;
  background-image: url(../../../images/current-theme/icon-flower-30.png);
}
.blog-item-current-style2 .entry-header {
  padding: 0 30px;
}
.blog-item-current-style2 .entry-header .thumb {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.blog-item-current-style2 .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;
}
@media (prefers-reduced-motion: reduce) {
  .blog-item-current-style2 .entry-header .thumb::after {
    transition: none;
  }
}
.blog-item-current-style2 .entry-header .thumb img {
  width: 100%;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .blog-item-current-style2 .entry-header .thumb img {
    transition: none;
  }
}
.blog-item-current-style2 .entry-content {
  position: relative;
}
.blog-item-current-style2 .entry-content .entry-title {
  color: var(--theme-color2);
}
.blog-item-current-style2 .entry-content .entry-title:hover a {
  color: var(--theme-color1);
}
.blog-item-current-style2 .entry-content .entry-meta i {
  color: var(--theme-color1);
}
.blog-item-current-style2 .entry-content .entry-meta .categories-links a:last-child {
  display: none;
}
.blog-item-current-style2 .entry-content .btn-view-details {
  margin-bottom: 30px;
}

.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;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-blog article .post-thumb .post-thumb-inner .thumb img {
    transition: none;
  }
}
.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;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-blog article .post-thumb .post-thumb-inner .thumb .icon-link {
    transition: none;
  }
}
.tm-sc-blog article .entry-content > :nth-last-child {
  margin-bottom: 0;
}

.tm-sc-blog.tm-sc-blog-floating-parallax .floating-posts-holder {
  text-align: center;
}
.tm-sc-blog.tm-sc-blog-floating-parallax .floating-posts-holder article {
  padding: 30px;
}
.tm-sc-blog.tm-sc-blog-floating-parallax .floating-posts-holder .entry-meta i {
  display: none;
}
.tm-sc-blog.tm-sc-blog-floating-parallax .floating-posts-holder .entry-header {
  clip-path: inset(0% 0% 0% 0%);
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0.04, 0.37, 1);
  transition: all 0.3s cubic-bezier(0.7, 0.04, 0.37, 1);
}
.tm-sc-blog.tm-sc-blog-floating-parallax .floating-posts-holder .post-thumb .post-thumb-inner .thumb {
  border-radius: 7px;
}
.tm-sc-blog.tm-sc-blog-floating-parallax .floating-posts-holder:hover .entry-header {
  clip-path: inset(3% 3% 3% 3%);
}

.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;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-blog article .post-thumb .post-thumb-inner .thumb img {
    transition: none;
  }
}
.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;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-blog article .post-thumb .post-thumb-inner .thumb .icon-link {
    transition: none;
  }
}
.tm-sc-blog article .entry-content > :nth-last-child {
  margin-bottom: 0;
}

.tm-sc-blog.tm-sc-blog-masonry-tiles .has-masonry-tiles-fixed-image-size.isotope-layout .isotope-item .isotope-item-inner {
  height: 100%;
}
.tm-sc-blog.tm-sc-blog-masonry-tiles .has-masonry-tiles-fixed-image-size.isotope-layout .isotope-item .isotope-item-inner .post {
  height: 100%;
}
.tm-sc-blog.tm-sc-blog-masonry-tiles .has-masonry-tiles-fixed-image-size.isotope-layout .isotope-item .isotope-item-inner .post .entry-header {
  height: 100%;
}
.tm-sc-blog.tm-sc-blog-masonry-tiles .has-masonry-tiles-fixed-image-size.isotope-layout .isotope-item .isotope-item-inner .post .entry-header .post-thumb {
  height: 100%;
}
.tm-sc-blog.tm-sc-blog-masonry-tiles .has-masonry-tiles-fixed-image-size.isotope-layout .isotope-item .isotope-item-inner .post .entry-header .post-thumb .post-thumb-inner {
  height: 100%;
}
.tm-sc-blog.tm-sc-blog-masonry-tiles .has-masonry-tiles-fixed-image-size.isotope-layout .isotope-item .isotope-item-inner .post .entry-header .post-thumb .post-thumb-inner .thumb {
  height: 100%;
}

.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;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-blog article .post-thumb .post-thumb-inner .thumb img {
    transition: none;
  }
}
.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;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-blog article .post-thumb .post-thumb-inner .thumb .icon-link {
    transition: none;
  }
}
.tm-sc-blog article .entry-content > :nth-last-child {
  margin-bottom: 0;
}

.tm-sc-blog.blog-vertical-list .isotope-layout {
  margin-left: 0;
}
.tm-sc-blog.blog-vertical-list article {
  padding: 35px 0;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-blog.blog-vertical-list article {
    transition: none;
  }
}
@media (min-width: 768px) {
  .tm-sc-blog.blog-vertical-list article {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .tm-sc-blog.blog-vertical-list article .entry-header {
    margin-right: 20px;
  }
}
@media (max-width: 767.98px) {
  .tm-sc-blog.blog-vertical-list article .entry-header {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .tm-sc-blog.blog-vertical-list article .entry-header img {
    max-width: 175px;
  }
}
.tm-sc-blog.blog-vertical-list article .entry-content .entry-title {
  margin-top: 0;
  margin-bottom: 1rem;
}
.tm-sc-blog.blog-vertical-list article .entry-content .entry-meta {
  margin-bottom: 10px;
}
.tm-sc-blog.blog-vertical-list article .entry-content .entry-meta li i {
  color: var(--theme-color2);
}
.tm-sc-blog.blog-vertical-list article .entry-content .entry-meta li a:hover {
  color: var(--theme-color2);
}
.tm-sc-blog.blog-vertical-list article:first-child {
  padding-top: 0;
}
.tm-sc-blog.blog-vertical-list article:last-child {
  border-bottom: none;
}