/*
Theme Name: Aqua Dash Plumbing
Theme URI: https://aquadash-plumbing.co.uk/
Author: ashadetare
Author URI: https://www.ashadetare.ro/
Description: Presentation theme for Aqua Dash Plumbing Limited, a 24/7 emergency plumber covering Manchester and surrounding areas. Six page templates, an enquiry form, a project gallery with a lightbox and a sticky mobile call bar.
Version: 1.5.4
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aqua-dash
Tags: business, one-column, custom-menu, custom-logo, translation-ready
*/

/*
The visual styles live in assets/css/theme.css, compiled with Tailwind.
This file only carries the theme header WordPress requires, plus a few
overrides that are easier to keep here than in the build.
*/

.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;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #ffffff;
  clip: auto !important;
  clip-path: none;
  color: #0a2540;
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/*
 * Elementor's default kit writes its own body typography. On a page opened in
 * the builder that would replace Inter Tight and leave the WordPress site
 * looking different from the approved design, which is the one thing the
 * Elementor integration must not do. Two element selectors beat the kit's
 * single one, so the theme font wins without reaching for !important.
 *
 * Delete this block if the client ever wants to pick fonts inside Elementor.
 */
html body,
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6,
html body p,
html body a,
html body li,
html body button,
html body input,
html body select,
html body textarea {
  font-family: "Inter Tight", ui-sans-serif, system-ui, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji";
}

/* The logged-in admin bar keeps WordPress's own font. */
#wpadminbar,
#wpadminbar * {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", sans-serif;
}
