/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,accessibility-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.4.5.1777549064
Updated: 2026-04-30 11:37:44

*/

/* ════════════════════════════════════════════
   FOOTER — MarketingOTM
   ════════════════════════════════════════════ */

/* ── Widget Titles ── */
#colophon .widget-title {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  color: rgba(250,250,247,0.50) !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  margin-bottom: 16px !important;
  background: none !important;
}

/* ── All Footer Links ── */
#colophon .widget a,
#colophon .menu a {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: rgba(250,250,247,0.60) !important;
  text-decoration: none !important;
  display: block !important;
  margin-bottom: 8px !important;
  transition: color 0.2s !important;
}

#colophon .widget a:hover,
#colophon .menu a:hover {
  color: #FAFAF7 !important;
}

/* ── Footer Body Text ── */
#colophon p,
#colophon li {
  font-family: 'Inter', sans-serif !important;
  font-size: 13px !important;
  color: rgba(250,250,247,0.55) !important;
  line-height: 1.7 !important;
  margin-bottom: 8px !important;
}

/* ── Footer Logo Image ── */
#colophon .widget img {
  max-width: 200px !important;
  height: auto !important;
  margin-bottom: 8px !important;
  display: block !important;
}

/* ── Brand Logo Link ── */
a.footer-brand-link {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  color: #FAFAF7 !important;
  text-decoration: none !important;
  display: inline-block !important;
  margin-bottom: 10px !important;
}

a.footer-brand-link:hover {
  color: #FAFAF7 !important;
  opacity: 0.85 !important;
}

.footer-brand-com {
  color: #A8431C !important;
  font-weight: 300 !important;
  font-size: 12px !important;
}

/* ── Social Icons ── */
#colophon .kadence-social-links,
#colophon .social-links {
  margin-top: 4px !important;
  padding-top: 0 !important;
  display: flex !important;
  gap: 10px !important;
  align-items: center !important;
}

#colophon .social-link {
  width: 34px !important;
  height: 34px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  border-radius: 8px !important;
  transition: border-color 0.2s, background 0.2s !important;
}

#colophon .social-link:hover {
  border-color: rgba(255,255,255,0.28) !important;
  background: rgba(255,255,255,0.06) !important;
}

#colophon .social-link svg {
  width: 16px !important;
  height: 16px !important;
  fill: rgba(250,250,247,0.60) !important;
}

/* ── Copyright Bar ── */
#colophon .footer-bottom-wrap {
  border-top: 1px solid rgba(255,255,255,0.06) !important;
  padding: 18px 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}

/* ── Copyright Text ── */
#colophon .footer-bottom-wrap p,
#colophon .site-info p {
  font-size: 11px !important;
  color: rgba(250,250,247,0.30) !important;
  margin: 0 !important;
  line-height: 1.5 !important;
}

/* ── Legal Links ── */
#colophon .footer-bottom-wrap .menu {
  display: flex !important;
  gap: 20px !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

#colophon .footer-bottom-wrap .menu a {
  font-size: 11px !important;
  color: rgba(250,250,247,0.30) !important;
  display: inline !important;
  margin: 0 !important;
  white-space: nowrap !important;
}

#colophon .footer-bottom-wrap .menu a:hover {
  color: rgba(250,250,247,0.60) !important;
}

.wp-block-kadence-column.kb-section-has-link {
  transition: box-shadow 0.2s ease, transform 0.2s ease !important;
  position: relative !important;
  z-index: 1 !important;
}

.wp-block-kadence-column.kb-section-has-link:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 24px rgba(46,48,40,0.09) !important;
  z-index: 2 !important;
}