/*
Theme Name: AirTheme
Theme URI: https://cryptolamer.ru/airtheme-english-version/
Author: AlexWP12
Author URI: https://cryptolamer.ru
Description: A fast and adaptive WordPress theme with an extended Customizer: header & hero control, color presets, background options, sidebar management and footer builder. Lightweight, translation-ready and optimized for landing pages and service websites.
Version: 1.0.8
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: airtheme
Tags: custom-logo, custom-menu, featured-images, blog, one-column, two-columns, translation-ready
*/

/* =====================================================
   WordPress Required Core Classes (WP.org compliance)
   ===================================================== */

.alignleft {
    float: left;
    margin-right: 1.5em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    font-size: 0.9em;
}

.gallery-caption {
    font-size: 0.9em;
}

.bypostauthor {
    /* Required by WordPress.org */
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.screen-reader-text:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}