/*
 * KK Fashion additions, loaded after the template's style.css. The only edits
 * to that file itself are two background images removed along with the
 * theme's unused stock photos; the service-hover one is set here instead.
 */

/* Header logo: the KK Fashion House lockup is wider than the template's, so
   it is sized by height rather than the template's fixed width. */
.home-03-logo img,
.logo-inner img {
  width: auto;
  max-width: none;
  height: 46px;
}

/* Mobile header: the template's 30px padding around a tall logo made the bar
   126px high. A short, wide logo and slimmer padding bring it to about 58px. */
.activemobile {
  padding: 10px 0;
}
.mobile-logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 38px;
}

/* "How an order works" cards: the hover photo, now one of the owner's. */
.service-hover {
  background-image: url("../img/kk/service-hover.jpg");
}

/* Footer message box: a WhatsApp icon where the template had an envelope. */
.subscribe-box .fa-whatsapp.mail-btn-3 {
  width: auto;
  font-size: 32px;
  color: #25D366;
}

/* Sidebar "Talk to us": TikTok's icon tile, alongside the template's colours. */
.tiktokbg {
  background: #000 !important;
}

/* TikTok videos are portrait; the academy's plays inline in a 9:16 frame. */
.kk-tiktok {
  max-width: 340px;
  margin: 0 auto 30px;
  aspect-ratio: 9 / 16;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
}
.kk-tiktok iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.kk-tiktok-link {
  display: inline-block;
  padding: 8px 20px;
  background: #000;
  color: #fff;
  transition: all 0.3s ease-out 0s;
}
.kk-tiktok-link:hover {
  background: #DC1559;
  color: #fff;
}

/* Contact form: the line under the WhatsApp button. */
.kk-form-note {
  margin-top: 15px;
  font-size: 14px;
}

/* Side panel "Our work" thumbnails are sized 100x90 in the markup; crop the
   portrait photos to fit instead of squashing them. */
.insta-gallery img {
  object-fit: cover;
  object-position: center top;
}

/* Gallery collection filter (gallery.php), in the template's pink. */
.kk-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
}
.kk-filter a {
  display: block;
  padding: 8px 20px;
  border: 1px solid #DC1559;
  color: #DC1559;
  font-size: 14px;
  transition: all 0.3s ease-out 0s;
}
.kk-filter a:hover,
.kk-filter a.active {
  background: #DC1559;
  color: #fff;
}
@media (max-width: 575px) {
  .kk-filter {
    gap: 8px;
  }
  .kk-filter a {
    padding: 6px 12px;
    font-size: 13px;
  }
}
