/*
Theme Name: StoreBase - PromoVideo.Studio
Theme URI: https://github.com/WCStudioHQ/StoreBase
Author: WC Studio
Author URI: https://wcstudio.com
Description: StoreBase customized for PromoVideo.Studio - Professional video marketing solutions that turn viewers into customers. A modern, responsive theme built with video marketing in mind, featuring custom animations, interactive elements, and conversion-focused design.
Version: 1.2.0
Tested up to: 6.8
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: storebase
Tags: custom-background, custom-menu, featured-images, threaded-comments, translation-ready, video-marketing, business, portfolio

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

StoreBase is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/

Third-Party Resources and Licenses:

1. Poppins Font
   - License: SIL Open Font License, Version 1.1
   - URL: https://openfontlicense.org

2. Bootstrap
   - License: MIT License
   - URL: https://github.com/twbs/bootstrap/blob/main/LICENSE

3. Font Awesome
   - License: MIT License
   - URL: https://github.com/FortAwesome/Font-Awesome/blob/6.x/LICENSE.txt

4. Animate.css
   - License: MIT License
   - URL: https://github.com/animate-css/animate.css/blob/main/LICENSE

5. Magnific Popup
   - License: MIT License
   - URL: https://github.com/dimsemenov/Magnific-Popup/blob/master/LICENSE

6. FlexSlider
   - License: MIT License
   - URL: https://github.com/woocommerce/FlexSlider/blob/master/LICENSE.md

*/

/* PromoVideo.Studio Custom Overrides */
/* The main PromoVideo.Studio styles are loaded from promovideo-style.css */

/* Ensure proper z-index stacking */
.morpheus-bg,
.floating-particles,
.morphing-grid {
    z-index: 1;
}

.header {
    z-index: 100;
}

.video-modal {
    z-index: 1000;
}

/* Hide original theme elements that conflict with new design */
#loading-overlay,
.boxed,
#site-header-wrap {
    display: none !important;
}

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
