/*
Theme Name: JRMC
Theme URI: https://jesustherock.org/
Author: JRMC
Description: A locked, purpose-built WordPress theme for Jesus the Rock Miracle Centre in Parramatta.
Version: 1.0.26
Requires at least: 6.5
Requires PHP: 8.1
Text Domain: jrmc
*/

/* The public-facing design is self-contained in front-page.php to preserve the
   approved JRMC site exactly. This file supplies WordPress theme metadata. */

body.admin-bar .site-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

.jrmc-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
