/*
Theme Name: StudyKit Premium
Theme URI: https://studykit.co.za/
Author: StudyKit
Description: A modern South African education and online tools WordPress theme inspired by the StudyKit premium homepage concept.
Version: 2.3.3
Requires at least: 6.0
Requires PHP: 7.4
License: GPL v2 or later
Text Domain: studykit
*/


/* StudyKit — Mobile Footer Premium Polish
   Mobile only; desktop theme remains unchanged. */
@media screen and (max-width: 767px) {
  footer,
  .site-footer {
    text-align: center !important;
  }

  footer .container,
  .site-footer .container,
  footer .footer-inner,
  .site-footer .footer-inner,
  footer .footer-content,
  .site-footer .footer-content,
  footer .footer-grid,
  .site-footer .footer-grid {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }

  footer .footer-column,
  footer .footer-section,
  footer .footer-widget,
  footer .footer-brand,
  footer .footer-links,
  footer .footer-nav,
  .site-footer .footer-column,
  .site-footer .footer-section,
  .site-footer .footer-widget,
  .site-footer .footer-brand,
  .site-footer .footer-links,
  .site-footer .footer-nav {
    width: 100% !important;
    max-width: 420px !important;
    margin: 0 auto !important;
    padding: 0 0 20px !important;
    text-align: center !important;
    align-self: center !important;
  }

  footer .footer-column:not(:last-child),
  footer .footer-section:not(:last-child),
  .site-footer .footer-column:not(:last-child),
  .site-footer .footer-section:not(:last-child) {
    border-bottom: 1px solid rgba(255,255,255,.14) !important;
    margin-bottom: 20px !important;
  }

  footer h2,
  footer h3,
  footer h4,
  .site-footer h2,
  .site-footer h3,
  .site-footer h4 {
    text-align: center !important;
    margin: 0 0 10px !important;
    letter-spacing: .02em !important;
  }

  footer p,
  .site-footer p {
    max-width: 390px !important;
    margin: 0 auto 12px !important;
    text-align: center !important;
    line-height: 1.65 !important;
  }

  footer ul,
  footer ol,
  .site-footer ul,
  .site-footer ol {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 auto !important;
    list-style: none !important;
    text-align: center !important;
  }

  footer li,
  .site-footer li {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
  }

  footer li a,
  .site-footer li a {
    display: inline-block !important;
    padding: 7px 10px !important;
    text-align: center !important;
    line-height: 1.35 !important;
  }

  footer a,
  .site-footer a {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  footer .copyright,
  .site-footer .copyright,
  footer .site-info,
  .site-footer .site-info {
    width: 100% !important;
    max-width: 420px !important;
    margin: 4px auto 0 !important;
    padding: 14px 0 4px !important;
    text-align: center !important;
    line-height: 1.6 !important;
  }
}
