@-webkit-keyframes dot-keyframes {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  25% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
@keyframes dot-keyframes {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  25% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* --- Category box styles --- */
.site-category-box {
  position: relative;
}
.site-category-box.style-1 .category-thumbnail {
  position: relative;
  overflow: hidden;
}
.site-category-box.style-1 .category-thumbnail::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
.site-category-box.style-1 .category-detail {
  position: absolute;
  text-align: center;
  line-height: 1;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0.625rem;
  color: var(--color-white);
  pointer-events: none;
  z-index: 2;
}
@media screen and (min-width: 576px) {
  .site-category-box.style-1 .category-detail {
    padding: 1rem;
  }
}
.site-category-box.style-1 .category-detail .entry-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0;
}
@media screen and (min-width: 576px) {
  .site-category-box.style-1 .category-detail .entry-title {
    font-size: 1.125rem;
  }
}
.site-category-box.style-1 .category-detail span {
  font-size: 0.6875rem;
  text-transform: uppercase;
}
.site-category-box.style-2 .category-thumbnail {
  position: relative;
  overflow: hidden;
}
.site-category-box.style-2 .category-thumbnail::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
.site-category-box.style-2 .category-detail {
  position: absolute;
  padding-right: 2.625rem;
  line-height: 1;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0.625rem;
  color: var(--color-white);
  pointer-events: none;
  z-index: 2;
}
@media screen and (min-width: 576px) {
  .site-category-box.style-2 .category-detail {
    padding: 1rem;
  }
}
.site-category-box.style-2 .category-detail .entry-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0;
}
@media screen and (min-width: 576px) {
  .site-category-box.style-2 .category-detail .entry-title {
    font-size: 1.125rem;
  }
}
.site-category-box.style-2 .category-detail span {
  font-size: 0.6875rem;
  text-transform: uppercase;
}
.site-category-box.style-2 .category-detail::before {
  font-family: "klbtheme";
  content: "\e838";
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.125rem;
  width: 2.125rem;
  height: 2.125rem;
  right: 0.625rem;
  bottom: 0.625rem;
  z-index: 1;
  color: var(--color-black);
  background-color: var(--color-white);
  border-radius: 50%;
}
@media screen and (min-width: 576px) {
  .site-category-box.style-2 .category-detail::before {
    font-size: 1.25rem;
    width: 2.625rem;
    height: 2.625rem;
    right: 1rem;
    bottom: 1rem;
  }
}