/*
Theme Name: Waytech Theme
Theme URI: https://waytech.vn/
Author: Waytech
Author URI: https://waytech.vn/
Description: The clean, fast, search engine optimize, secure and responsive theme was made by Waytech for personal or small business website.
Version: 5.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: waytech, personal website, small business website
Text Domain: waytech
*/

/** HTML, BODY **/
html {
    font-size: 10px;
}
article, aside, figure, figcaption, figure, footer, header, hgroup, main, nav, section {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}
a:hover {
    text-decoration: none;
}
ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
.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: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}