/*
Theme Name: WTX Services Static Theme
Theme URI: https://example.com/
Author: Vital Web Solution
Author URI: https://example.com/
Description: WordPress conversion of the provided WTX Services static HTML pages.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: wtx-services
*/

body.admin-bar nav.fixed {
    top: 32px;
}

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

.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;
}
