/*
Theme Name: Drillexa
Theme URI: https://drillexa.com/
Author: Drillexa
Author URI: https://drillexa.com/
Description: Custom Drillexa WordPress theme. Imported from a static HTML build, preserving the original UI/styling exactly while wired to WordPress menus, widgets, and the page editor. The theme auto-creates all imported pages and the primary navigation menu on activation.
Version: 1.0.0
Requires at least: 5.5
Tested up to: 6.9
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: drillexa
Tags: custom, business, industrial
*/

/*
 * Visual styling for the site is delivered through the original stylesheets
 * bundled inside /assets/ and enqueued by functions.php. This file primarily
 * carries the theme metadata above; site-wide CSS overrides can be added below.
 */

/* Hide the default WP admin bar offset for skip-link clicks */
.site-logo {
    display: block;
    max-height: 60px;
    width: auto;
}


.skip-link.screen-reader-text {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.skip-link.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
