/*
Theme Name: Alpha Community Outreach Custom Theme
Theme URI: https://acoonline.ca/
Description: Dynamic WordPress Theme for Alpha Community Outreach, featuring ACF Pro integration, Classic Editor support, and Contact Form 7 integration.
Version: 1.0.0
Author: Antigravity AI
Author URI: https://deepmind.google/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: alpha-theme
*/

/* Custom WP default alignments & admin bar fix */
body.admin-bar .nav {
  top: 32px !important;
}
@media (max-width: 782px) {
  body.admin-bar .nav {
    top: 46px !important;
  }
}
