/**
Theme Name: Astra
Theme URI: https://wpastra.com/
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 5,700+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Version: 4.11.8
Requires at least: 5.3
WC requires at least: 3.0
WC tested up to: 9.6
Tested up to: 6.8
Requires PHP: 5.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra
Domain Path: /languages
Tags: custom-menu, custom-logo, entertainment, one-column, two-columns, left-sidebar, e-commerce, right-sidebar, custom-colors, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready, blog
AMP: true

Astra WordPress Theme, Copyright 2020 WPAstra.
Astra is distributed under the terms of the GNU GPL.

Astra 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.com/normalize.css/

Astra icon font is based on IcoMoon-Free vector icon by Keyamoon.
IcoMoon-Free vector icon distributed under terms of CC BY 4.0 or GPL. (https://creativecommons.org/licenses/by/4.0/ or https://www.gnu.org/licenses/gpl.html)
Source: http://keyamoon.com/

Flexibility is a JavaScript polyfill for Flexbox By Jonathan Neal, 10up. (https://github.com/jonathantneal/flexibility)
Licensed under MIT ( https://github.com/jonathantneal/flexibility/blob/master/LICENSE.md )

Screenshot image is a collage of actual sites created using the Astra WordPress Theme.

Icons used in the Screenshot image are all licensed under Creative Commons ( CC BY 4.0 ) License ( https://fontawesome.com/license/free )
https://fontawesome.com/v5.15/icons/store?style=solid
https://fontawesome.com/v5.15/icons/shopping-cart?style=solid
https://fontawesome.com/v5.15/icons/pen-square?style=solid
https://fontawesome.com/v5.15/icons/user-tie?style=solid
https://fontawesome.com/v5.15/icons/user-tie?style=solid

Illustrations used in the Screenshot images are all licensed under Creative Commons ( CC0 ) License ( https://gumroad.com/l/humaaans )
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/standing-24.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/sitting-2.png

Hand-drawn illustrations used are created by Brainstorm Force and released under Creative Commons ( CC0 ) License.
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/girl-with-image-container.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/boy-with-code-container.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/web-browser.png

The same site as screenshot can be imported from here https://websitedemos.net/web-design-agency-08/.

For more information, refer to this document on how to create a page like in the screenshot - https://wpastra.com/docs/replicating-the-screenshot/.

Astra default breadcrumb is based on Breadcrumb Trail by Justin Tadlock. (https://github.com/justintadlock/breadcrumb-trail)
Breadcrumb Trail is distributed under the terms of the GNU GPL v2 or later.

Astra local fonts feature is based on Webfonts Loader by WordPress Themes Team (WPTT). (https://github.com/WPTT/webfont-loader)
Licensed under MIT ( https://github.com/WPTT/webfont-loader/blob/master/LICENSE )

/* Note: The CSS files are loaded from assets/css/ folder. */
/* Form Wrapper */
/* Form Container */
.astra-post-form, .astra-product-form {
    width: 80%;
    max-width: 960px;
    margin: 40px auto;
    padding: 30px 25px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Labels */
.astra-post-form label,
.astra-product-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #222;
    font-size: 15px;
}

/* Inputs, Selects, Textareas */
.astra-post-form input[type="text"],
.astra-post-form input[type="number"],
.astra-post-form input[type="file"],
.astra-post-form select,
.astra-post-form textarea,
.astra-product-form input[type="text"],
.astra-product-form input[type="number"],
.astra-product-form input[type="file"],
.astra-product-form select,
.astra-product-form textarea {
    width: 100%;
    padding: 12px 14px;
    margin-bottom: 20px;
    font-size: 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #fafafa;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.astra-post-form input:focus,
.astra-post-form select:focus,
.astra-post-form textarea:focus,
.astra-product-form input:focus,
.astra-product-form select:focus,
.astra-product-form textarea:focus {
    border-color: #0073aa;
    box-shadow: 0 0 0 3px rgba(0, 115, 170, 0.2);
    background-color: #fff;
    outline: none;
}

/* Textarea */
textarea {
    resize: vertical;
    min-height: 120px;
}

/* Form Layout */
.form-group,
.astra-form-row {
    margin-bottom: 20px;
}

.astra-form-row {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.astra-form-col {
    flex: 1;
    min-width: 240px;
}

/* Buttons */
input[type="submit"],
.btn-update,
.btn-delete {
    padding: 12px 24px;
    font-weight: 600;
    font-size: 15px;
    background-color: #0073aa;
    color: #fff;
    border: none;
    border-radius: 6px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    cursor: pointer;
    display: inline-block;
}

input[type="submit"]:hover,
.btn-update:hover {
    background-color: #005a87;
    transform: translateY(-1px);
}

.btn-delete {
    background-color: #d9534f;
}

.btn-delete:hover {
    background-color: #c9302c;
    transform: translateY(-1px);
}

/* Success Messages */
.astra-success-message {
    background-color: #e6ffed;
    border: 1px solid #b2f2bb;
    color: #2f8132;
    padding: 12px 16px;
    border-radius: 6px;
    margin-bottom: 20px;
    font-weight: 600;
}

/* Spinner */
#astra-form-loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.astra-spinner {
    width: 48px;
    height: 48px;
    border: 4px solid #0073aa;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 0.9s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Category Checkboxes List */
.multicolumn-category-list ul {
    column-count: 2;
    column-gap: 24px;
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.multicolumn-category-list label {
    display: inline-block;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 15px;
}

/* Shortcode Buttons */
.add-post-button,
.edit-post-button,
.add-product-button {
    background-color: transparent;
    color: #0073aa;
    border: 2px solid #0073aa;
    padding: 10px 16px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
    margin: 12px 8px;
}

.add-post-button:hover,
.edit-post-button:hover,
.add-product-button:hover {
    background-color: #0073aa;
    color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
    .astra-form-row {
        flex-direction: column;
    }

    .multicolumn-category-list ul {
        column-count: 1;
    }
}

@media (max-width: 768px) {
    .astra-post-form, .astra-product-form {
        width: 95%;
    }
}

/* Scrollable & multi-column category list */
.astra-categories-scrollable {
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 6px;
    background-color: #fafafa;
}

/* Multi-column layout */
.astra-categories-scrollable ul {
    column-count: 2;
    column-gap: 20px;
    list-style: none;
    padding-left: 0;
    margin: 0;
}

/* Indent child categories */
.astra-categories-scrollable ul ul {
    padding-left: 15px;
    column-count: 1; /* prevent nested uls from splitting columns */
}

/* Label styling */
.astra-categories-scrollable label {
    display: inline-block;
    margin-bottom: 6px;
    font-size: 15px;
    color: #333;
}