/*
Theme Name: madexjacko-A
Theme URI: 
Author: madexjacko
Author URI: 
Description: Clean and precise single scroller
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: madexjacko-a
Tags: 
*/
/* ===============================
   Custom Site Styles
   =============================== */

/* Fixed Footer */
.fixed-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9980;
}
/* Prevent content from hiding behind footer */
body {
  padding-bottom: 7.5vh; /* adjust to your footer height */
}

/* Sticky Header */
.sticky-header {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  z-index: 9990;
}

/* Social Links */
.wp-block-social-links .wp-social-link a { font-size: inherit; }

/* Hide Jetpack Subscribe */
.wp-block-jetpack-subscriptions,
.jetpack-subscribe-widget,
#subscribe-submit,
.wp-block-button__link[data-action="subscribe"] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}
