footer.kkom-footer {
  position: relative;
}
footer.kkom-footer > div:first-child {
  position: relative;
  background: #FBF6F5;
  max-width: 1440px;
  width: 90%;
  padding: 60px 30px;
  margin: 0 auto;
}
footer.kkom-footer > div:first-child .logo-container img {
  width: 100px;
}
footer.kkom-footer > div:first-child .main-container {
  display: flex;
  justify-content: space-around;
}
footer.kkom-footer > div:first-child .main-container .mata-container {
  width: 60%;
}
footer.kkom-footer > div:first-child .main-container .mata-container h4 {
  color: #58a4b0;
  font-size: 13px;
  padding-bottom: 30px;
}
footer.kkom-footer > div:first-child .main-container .mata-container .tags-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
footer.kkom-footer > div:first-child .main-container .mata-container .categories-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
footer.kkom-footer > div:first-child .main-container .mata-container .categories-grid {
  flex-direction: column;
}
footer.kkom-footer > div:first-child .main-container .mata-container .category-container .category-item {
  font-size: 12px;
}
footer.kkom-footer > div:first-child .main-container .mata-container .category-container .category-item a {
  transition: color 0.3s ease-in-out;
}
footer.kkom-footer > div:first-child .main-container .mata-container .category-container .category-item a:hover {
  color: #58a4b0;
}
footer.kkom-footer > div:first-child .main-container .mata-container .tags-container .tag-item {
  font-size: 12px;
  background: #e7c5be;
  padding: 5px 10px;
  border-radius: 20px;
}
footer.kkom-footer > div:first-child .main-container .mata-container .tags-container .tag-item a {
  color: #fff;
}
footer.kkom-footer > div:first-child .main-container .mata-container .tags-container .tag-item:hover {
  background: #58a4b0;
}
footer.kkom-footer article {
  width: 100%;
  display: flex;
  gap: 10px;
  padding-bottom: 10px;
}
footer.kkom-footer article > a {
  display: flex;
  gap: 10px;
  padding-bottom: 10px;
}
footer.kkom-footer article > a .thumbnail {
  width: 90px;
  height: auto;
  aspect-ratio: 1.5/1;
  background-size: cover;
}
footer.kkom-footer article > a h3.entry-title {
  color: #5b6170;
  font-size: 13px;
}
footer.kkom-footer article > a .entry-meta {
  color: #a0a0a0;
  font-size: 12px;
}
footer.kkom-footer .footer-container {
  background: #fff;
  color: #A29FAA;
  padding: 20px 30px;
}
footer.kkom-footer .footer-container > div {
  display: flex;
  justify-content: space-between;
}
footer.kkom-footer .back-to-top {
  position: fixed;
  padding: 0;
  margin: 0;
  bottom: 20px;
  right: 90px;
  z-index: 100;
  cursor: pointer;
  opacity: 0;
  transition: all 0.6s ease-in-out;
  transform: translateY(-30px);
}
footer.kkom-footer .back-to-top.active {
  opacity: 1;
  transform: translateY(0);
}
footer.kkom-footer .back-to-top i:before {
  font-size: 30px;
  color: #60534B;
  background-color: #fff;
  border-radius: 999px;
}
footer.kkom-footer .back-to-top.mobile {
  right: 20px !important;
}
footer.kkom-footer .back-to-top img {
  width: 50px;
}

@media (max-width: 992px) {
  footer {
    width: 100%;
  }
  footer > div {
    width: 100% !important;
    margin: 0 !important;
  }
  footer > div .main-container {
    flex-direction: column;
    gap: 24px;
  }
  footer > div .main-container .mata-container {
    width: 100% !important;
    gap: 24px;
  }
}
.kkom-mask-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
  justify-content: center;
  align-items: center;
}
.kkom-mask-wrapper.active {
  display: flex;
}
.kkom-mask-wrapper .loader {
  width: 8px;
  height: 40px;
  border-radius: 4px;
  display: block;
  margin: 20px auto;
  position: relative;
  background: currentColor;
  color: #FFF;
  box-sizing: border-box;
  animation: animloader 0.5s 0.5s linear infinite alternate;
}
.kkom-mask-wrapper .loader::after, .kkom-mask-wrapper .loader::before {
  content: "";
  width: 8px;
  height: 40px;
  border-radius: 4px;
  background: currentColor;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  box-sizing: border-box;
  animation: animloader 0.5s 0.65s linear infinite alternate;
}
.kkom-mask-wrapper .loader::before {
  left: -20px;
  animation-delay: 0s;
}
@keyframes animloader {
  0% {
    height: 48px;
  }
  100% {
    height: 4px;
  }
}

.copy-right-container {
  padding: 10px 0;
  background: #e7c5be;
  color: white;
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
}
.copy-right-container a {
  color: white;
}

/*# sourceMappingURL=footer.css.map */
