/*
Theme Name: Hosts For Ghosts
Theme URI: https://hostsforghosts.com
Author: Hosts For Ghosts Team
Author URI: https://hostsforghosts.com
Description: A dark, modern WordPress theme for paranormal investigation events and blogs
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hostsforghosts
Tags: dark, events, blog, custom-post-types
*/

/* Import the original CSS */
@import url('assets/css/main.css');

/* Additional WordPress specific styles */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.aligncenter {
    text-align: center;
    margin: 0 auto;
}

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

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

/* WordPress Admin Bar Fix */
.admin-bar header.fixed {
    top: 32px;
}

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

/* Mobile Menu Styles */
.mobile-menu-open {
    overflow: hidden;
}

.mobile-menu-overlay {
    transition: opacity 0.3s ease-in-out;
}

.mobile-menu-overlay.active {
    opacity: 1 !important;
    pointer-events: all !important;
}

.mobile-menu-panel {
    transition: transform 0.3s ease-in-out;
}

.mobile-menu-overlay.active .mobile-menu-panel {
    transform: translateX(0) !important;
}
