/*
Theme Name: Rescue Dogs Rescue Soldiers
Theme URI: https://rescuedogsrescuesoldiers.org/
Author: SiteWorks / Philly Web Design
Author URI: https://www.siteworkswebsites.com/philly-web-design/
Description: A lightweight, secure, SEO-friendly one-page theme for Rescue Dogs Rescue Soldiers. Includes a stored "Submit a Veteran" form with configurable recipient/from/subject/email template, Customizer-controlled button links and contact info, and header/footer navigation menus.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rdrs
Tags: one-page, nonprofit, custom-menu, custom-logo, featured-images, translation-ready
*/

/*
 * The full presentation lives in assets/css/main.css and is enqueued from
 * functions.php. This file only carries the required theme header plus a few
 * safe fallbacks. Do not add heavy styles here.
 */

.rdrs-screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* WordPress admin bar offset for the sticky header */
body.admin-bar .header { top: 32px; }
@media screen and (max-width: 782px) {
  body.admin-bar .header { top: 46px; }
}
