/**
Theme Name: Webmill-Ast
Author: Webmill
Author URI: https://webmill.co.uk
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
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: webmill-ast
Template: astra
*/

/* MOBILE SUBMENU EXPANDED */
.menu-item-has-children .sub-menu {
    display:block!important;
}
ul.sub-menu li {
    padding: 8px;
}
.ast-menu-toggle {
    display:none!important;
}
/* MOBILE SUBMENU EXPANDED */
/* Sticky progress bar */
.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    z-index: 1000;
}
.progress-container {
    width: 100%;
    height: 16px;
    background-color: #e0e0e0;
}
.progress-bar {
    height: 100%;
    width: 0%; /* Starts at 0% width */
    background-color:coral; /* Mimics the primary brand accent */
    transition: width 0.1s ease-out; /* Keeps the movement fluid */
}
.site-main {
    margin: 100px auto 50px auto; /* 100px top margin prevents header overlap */
}
/* Display Below Header elements as a single column */
.below-header-row {
    display: flex;
    flex-direction: column;
    align-items: center; /* Adjusts alignment: center, left, or right */
}
.below-header-row .ast-builder-layout-element {
    width: 100%;
    margin-bottom: 10px; /* Adjust spacing between stacked items */
}
/* Sticky progress bar */
.site-primary-footer-wrap {
    padding: 20px 0;
}
.site-description {
    padding:3px 0 0 4px;
}
.menu-link {
    letter-spacing:1px;
}
.ast-separate-container, 
.ast-plain-container,
.wp-singular .ast-single-related-posts-container,
.wp-singular #respond,
.ast-separate-container .ast-article-single:not(.ast-related-post),
.ast-separate-container .comments-area {
    background-color: #F9FFFE;
}
.blog .ast-post-format- {
    border: 1px solid #dddddd;
}
label {
    font-size: 22px;
    color: #999999;
}
.ast-separate-container .post-navigation {
    display: none;
}
.site .ast-single-related-posts-container {
    margin-top: 0;
}
header.entry-header:not(.related-entry-header) .entry-title,
/* .blog .entry-title a, */
.entry-title, .entry-title a,
body.archive .ast-archive-description .ast-archive-title,
/* .archive .entry-title a, */
.search .ast-container section.ast-archive-description h1 *, .search .ast-container section.ast-archive-description h1 {
    font-weight: 400;
}
body.archive .ast-archive-description,
.search-results .ast-archive-description,
.search .ast-container section.ast-archive-description {
    background-color: #F9FFFE;
    padding: 0;
}
.search .ast-container section.ast-archive-description {
    text-align: left;
}
.footer-widget-area.widget-area .widget {
    padding-left: 20px;
}
.site-above-footer-wrap {
    display:none !important;
}
.home .site-above-footer-wrap {
    display:block !important;
}
.entry-content p {
    margin-bottom: 1.2em;
}
.ast-article-inner {
    padding: 1.1em;
}
.ast-separate-container .ast-blog-layout-4-grid .ast-article-post {
    padding: 0 .7em 0;
}
.ast-header-break-point .main-header-bar-navigation {
    line-height: 2.2;
} 