/*
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 v2.3 — MOBILE FOOTER CENTER ONLY */
@media screen and (max-width: 767px) {
  footer, .site-footer, .footer,
  footer .container, .site-footer .container,
  .footer-inner, .footer-content, .footer-grid, .footer-columns,
  .footer-container {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  footer .footer-grid, .site-footer .footer-grid,
  .footer-grid, .footer-columns {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }

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

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

  footer li, .site-footer li {
    width: 100% !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

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

  footer a, .site-footer a {
    display: inline-block !important;
  }
}
