/*
Theme Name: Kunco
Theme URI: http://gaviasthemes.com/kunco/
Author URI: http://gaviasthemes.com/
Author: Gaviasthemes Team
Description: The 2018 theme for WordPress is a fully responsive theme that looks great on any device.
Version: 1.4.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, sticky-post, theme-options, translation-ready
Text Domain: kunco

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.wp-caption-text{
   font-weight: 400;
}
.gallery-caption{
   font-weight: 600;
}
.bypostauthor{
   text-align: left;
}

body * {
    font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.wpsl-dropdown{
  width: 100px !important;
}

/* ===== FIX FONT AWESOME ICONS ===== */

i.fa, i.fas, i.fa-solid, i.far, i.fab {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

/* Ensure icons render correctly */
.fa-solid::before,
.fas::before {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}


.footer-logos-section {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.footer-logo-item {
    width: 33.33% !important;
    text-align: center;
}

.footer-logo-item a {
    display: block;
    text-decoration: none;
    color: #333;
}

.footer-logo-item img {
    max-width: 80px;
    height: auto;
    margin-bottom: 6px;
}

.footer-logo-item span {
    display: block;
    font-size: 12px;
}

#wp-footer .gva-social-links a[href*="x.com"] i {
  display: none !important;
}

#wp-footer .gva-social-links a[href*="x.com"] {
  position: relative;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#wp-footer .gva-social-links a[href*="x.com"]::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url('/wp-content/uploads/2026/09/Twitter-X-icon.svg') no-repeat center;
  background-size: contain;
  display: block;
}
/* 🔹 LEVEL 1 (keep DOWN arrow for main menu like "Products") */
ul.navbar-nav-menu.gva-nav-menu > li > a .caret::after {
    content: "\f107"; /* down arrow */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

/* 🔥 LEVEL 2+ (submenu → RIGHT arrow) */
ul.navbar-nav-menu.gva-nav-menu ul.submenu-inner li.menu-item-has-children > a .caret::after {
    content: "\f105"; /* right arrow */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

/* ?? Make logo float */
.header-top .logo {
    position: fixed;
    top: 10px;
    left: 20px;
    z-index: 9999;
    background: #fff;
    padding: 5px 10px;
}

.header-top  {
    height: 70px !important;
}

/* ?? Optional: keep it small */
.header-top .logo img {
    max-height: 50px;
}

/* ? MOBILE FIX */
@media (max-width: 768px) {
    .footer-logos-section {
        flex-wrap: nowrap !important; /* force single row */
    }

    .footer-logo-item {
        width: 33.33% !important;
    }

    .footer-logo-item img {
        max-width: 55px;
    }

    .footer-logo-item span {
        font-size: 10px;
    }
}