/*
Theme Name: Blue Winds Media
Theme URI: https://www.bluewindsmedia.com/
Author: Blue Winds Media
Author URI: https://www.bluewindsmedia.com/
Description: Is this where we hide easter eggs?
Version: 1.0.0
Requires at least: 6.5
Tested up to: 7.1
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bwm
*/

/* Per-page design CSS is enqueued from assets/css/. This file holds only the
   handful of rules the design export could not carry: the skip link, and the
   WordPress admin-bar offset for the fixed header. */

.bwm-skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100000;
  padding: 12px 20px;
  background: #080D10;
  color: #FFFFFF;
  font-family: 'Albert Sans', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 0 0 8px 0;
}

.bwm-skip-link:focus {
  left: 0;
  outline: 2px solid #0057FF;
  outline-offset: 2px;
}

.admin-bar header[data-nav] {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar header[data-nav] {
    top: 46px;
  }
}

/* The forms keep the design's own markup and inline styling; Gravity Forms
   receives the submissions server-side (see inc/forms.php), so there is no
   Gravity Forms markup on the front end to restyle. */
