/* 
Theme Name: Aha! Template
Description: A child theme for Hello Elementor, created by Aha! Creative
Author: Aha! Creative
Author URI: https://aha-creative.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: aha-theme
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

.hentry, .aha-main-content {
    flex: 1 0 auto;
}

.sr-only-button-text .elementor-button-text {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    margin: -1px !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}