/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
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: astra-child
Template: astra
*/

/* ==========================================================================
   Base layout
   ========================================================================== */
.ast-container {
    margin-top: 2.5rem !important;
}

div#content {
    background: #fff;
}

.ast-breadcrumbs-wrapper {
    margin-bottom: 0 !important;
}

section.ast-archive-description {
    padding: 0 !important;
}

section.ast-archive-description h1 {
    text-transform: capitalize;
}

body.home .ast-breadcrumbs-wrapper {
    display: none;
}

/* ==========================================================================
   Blog archive cards (Layout 4)
   ========================================================================== */
.ast-post-format-.blog-layout-4.ast-article-inner {
    border: 1px solid #e2e8f0;
    border-radius: 0 !important;
    background-color: #fff;
    box-shadow: none;
    margin-bottom: 0;
    overflow: hidden;
    transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease,
        background-color 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.ast-post-format-.blog-layout-4.ast-article-inner:hover {
    border: 1px solid #e2e8f0;
    border-radius: 0 !important;
    background-color: #0A58CA;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.blog-layout-4 .post-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.ast-post-format-.blog-layout-4 .cat-links,
.ast-post-format-.blog-layout-4 .cat-links a {
    color: #6c757d;
    font-size: 0.85rem;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.3s ease;
}

.ast-post-format-.blog-layout-4.ast-article-inner:hover .cat-links,
.ast-post-format-.blog-layout-4.ast-article-inner:hover .cat-links a {
    color: rgba(255, 255, 255, 0.8);
}

.ast-post-format-.blog-layout-4.ast-article-inner .cat-links a:hover {
    text-decoration: underline;
}

.ast-post-format-.blog-layout-4 .entry-title,
.ast-post-format-.blog-layout-4 .entry-title a {
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.3s ease;
}

.ast-post-format-.blog-layout-4.ast-article-inner:hover .entry-title,
.ast-post-format-.blog-layout-4.ast-article-inner:hover .entry-title a {
    color: #ffffff;
}

.ast-post-format-.blog-layout-4 .entry-meta,
.ast-post-format-.blog-layout-4 .entry-meta span {
    color: #6c757d;
    font-size: 0.85rem;
    transition: color 0.3s ease;
}

.ast-post-format-.blog-layout-4 .entry-meta a {
    color: #6c757d;
    text-decoration: none;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    transition: color 0.3s ease, text-decoration-color 0.3s ease;
}

.ast-post-format-.blog-layout-4.ast-article-inner:hover .entry-meta,
.ast-post-format-.blog-layout-4.ast-article-inner:hover .entry-meta span,
.ast-post-format-.blog-layout-4.ast-article-inner:hover .entry-meta a {
    color: rgba(255, 255, 255, 0.8);
}

.ast-post-format-.blog-layout-4.ast-article-inner:hover .entry-meta a:hover {
    color: #fff;
    text-decoration: underline;
}

.blog-layout-4 .rdk-read-more {
    display: inline-flex;
    align-items: center;
    margin-top: auto;
    font-size: 1rem;
    font-weight: 500;
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-layout-4 .rdk-read-more:hover {
    color: #1a1a1a;
    text-decoration: none;
}

.blog-layout-4 .rdk-read-more svg {
    margin-right: 8px;
    transition: transform 0.3s ease;
}

.blog-layout-4.ast-article-inner:hover .rdk-read-more {
    color: #ffffff;
}

.blog-layout-4.ast-article-inner:hover .rdk-read-more svg {
    transform: translateX(5px);
}

.ast-excerpt-container.ast-blog-single-element {
    display: none;
}

/* ==========================================================================
   Archive header + search
   ========================================================================== */
.rdk-archive-search {
    display: flex;
    justify-content: center;
    margin-bottom: 0.75rem;
    text-align: center;
}

.rdk-archive-search .search-form {
    display: block;
    width: 100%;
    max-width: 520px;
    margin: 0;
    position: relative;
}

.rdk-archive-search .search-field {
    width: 100%;
    text-align: center;
    border: 1px solid var(--ast-border-color);
    background-color: #fff;
    border-radius: 9999px;
    padding: 0.55rem 1rem 0.55rem 2.4rem;
    box-shadow: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: 0.9rem center;
}

.rdk-archive-search .search-field:focus {
    border-color: var(--ast-global-color-0);
}

.rdk-archive-search .search-submit {
    display: none;
}

.rdk-archive-search-enabled .ast-archive-description:not(.ast-author-box) {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    column-gap: 1rem;
    align-items: center;
}

.rdk-archive-search-enabled .ast-archive-description:not(.ast-author-box) .ast-breadcrumbs-wrapper {
    grid-column: 1;
    grid-row: 1;
}

.rdk-archive-search-enabled .ast-archive-description:not(.ast-author-box) .ast-archive-title {
    grid-column: 1;
    grid-row: 2;
    margin-bottom: 0;
}

.rdk-archive-search-enabled .ast-archive-description:not(.ast-author-box) .rdk-archive-search {
    grid-column: 2;
    grid-row: 2;
    margin-bottom: 0;
    justify-content: flex-end;
}

.rdk-archive-search-enabled .rdk-archive-search .search-form {
    max-width: 250px;
}

/* Search page tuning */
.search.rdk-archive-search-enabled .ast-archive-description:not(.ast-author-box) {
    text-align: left;
    row-gap: 0;
}

.search.rdk-archive-search-enabled .ast-archive-description:not(.ast-author-box) .ast-breadcrumbs-wrapper {
    grid-column: 1 / -1;
}

.search.rdk-archive-search-enabled .ast-archive-description:not(.ast-author-box) .ast-breadcrumbs-wrapper:not(:first-of-type) {
    display: none;
}

body.search .widget.widget_search {
    display: none;
}

/* ==========================================================================
   Single post
   ========================================================================== */
body.single-post article.post.type-post {
    padding: 0;
}

body.single-post .ast-single-post .entry-title {
    line-height: 1.4;
}

body.single-post h1.entry-title {
    padding-bottom: 1rem;
}

.ast-single-post .entry-content a,
.ast-comment-content a:not(.ast-comment-edit-reply-wrap a) {
    text-decoration: none;
}

/* ==========================================================================
   Related posts
   ========================================================================== */
.ast-single-related-posts-container.ast-container-- {
    background: #cccccc33;
}

.ast-related-posts-wrapper .ast-related-posts-inner-section {
    border: 1px solid #e2e8f0;
    border-radius: 0;
    background-color: #fff;
    box-shadow: none;
    overflow: hidden;
    transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease,
        background-color 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.ast-related-posts-wrapper .ast-related-posts-inner-section:hover {
    border-color: #0A58CA;
    background-color: #0A58CA;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.ast-related-posts-wrapper .ast-related-post-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.ast-related-posts-wrapper .ast-related-post-content> :not(.ast-related-post-featured-section) {
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.ast-related-posts-wrapper .ast-related-post-content> :last-child {
    padding-bottom: 1.5em;
}

.ast-related-posts-wrapper .ast-related-post-featured-section .post-thumb-img-content {
    overflow: hidden;
}

.ast-related-posts-wrapper .post-thumb-img-content img {
    width: 100%;
    transform: scale(1);
    transition: transform 0.5s ease;
    display: none;
}

.ast-related-posts-wrapper .ast-related-posts-inner-section:hover .post-thumb-img-content img {
    transform: scale(1.08);
}

.ast-related-posts-wrapper .ast-related-post-title,
.ast-related-posts-wrapper .ast-related-post-title a {
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.3s ease;
}

.ast-related-posts-wrapper .ast-related-posts-inner-section:hover .ast-related-post-title,
.ast-related-posts-wrapper .ast-related-posts-inner-section:hover .ast-related-post-title a {
    color: #ffffff;
}

.ast-related-posts-wrapper .entry-meta,
.ast-related-posts-wrapper .entry-meta *,
.ast-related-posts-wrapper .cat-links,
.ast-related-posts-wrapper .cat-links a {
    color: #6c757d;
    font-size: 0.85rem;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.3s ease;
}

.ast-related-posts-wrapper .entry-meta a,
.ast-related-posts-wrapper .cat-links a,
.ast-related-posts-wrapper .comments-link a,
.ast-related-posts-wrapper .posted-by a {
    text-decoration: none;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

.ast-related-posts-wrapper .entry-meta a:hover,
.ast-related-posts-wrapper .cat-links a:hover,
.ast-related-posts-wrapper .comments-link a:hover,
.ast-related-posts-wrapper .posted-by a:hover {
    text-decoration: underline;
}

.ast-related-posts-wrapper .ast-related-posts-inner-section:hover .entry-meta,
.ast-related-posts-wrapper .ast-related-posts-inner-section:hover .entry-meta *,
.ast-related-posts-wrapper .ast-related-posts-inner-section:hover .cat-links,
.ast-related-posts-wrapper .ast-related-posts-inner-section:hover .cat-links a {
    color: rgba(255, 255, 255, 0.8);
}

.ast-related-posts-wrapper .ast-related-posts-inner-section:hover .entry-meta a:hover,
.ast-related-posts-wrapper .ast-related-posts-inner-section:hover .cat-links a:hover,
.ast-related-posts-wrapper .ast-related-posts-inner-section:hover .comments-link a:hover,
.ast-related-posts-wrapper .ast-related-posts-inner-section:hover .posted-by a:hover {
    color: #ffffff;
}

.ast-related-posts-wrapper .rdk-read-more {
    display: inline-flex;
    align-items: center;
    margin-top: auto;
    font-size: 1rem;
    font-weight: 500;
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.3s ease;
}

.ast-related-posts-wrapper .rdk-read-more svg {
    margin-right: 8px;
    transition: transform 0.3s ease;
}

.ast-related-posts-wrapper .ast-related-posts-inner-section:hover .rdk-read-more {
    color: #ffffff;
}

.ast-related-posts-wrapper .ast-related-posts-inner-section:hover .rdk-read-more svg {
    transform: translateX(5px);
}

.ast-related-posts-wrapper .comments-link,
.ast-related-posts-wrapper .posted-by {
    display: none;
}

/* ==========================================================================
   Author box
   ========================================================================== */
.rdk-author-box {
    margin-top: 2rem;
    padding: 1.5rem;
    border: 1px solid #e2e8f0;
    background-color: #fff;
}

.rdk-author-title {
    margin: 0 0 0.5rem;
    font-size: 1.25rem;
}

.rdk-author-bio {
    margin: 0 0 0.75rem;
    color: #6c757d;
}

.rdk-author-link {
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    color: #1a1a1a;
    text-decoration: none;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

.rdk-author-link:hover {
    text-decoration: underline;
}

/* ==========================================================================
   Scroll to top
   ========================================================================== */
#ast-scroll-top {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border: 1px solid #003256;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    line-height: 0;
    position: fixed;
    right: 28px;
    bottom: 28px;
    z-index: 9999;
    box-shadow: none !important;
    transition: all 0.3s ease;
}

#ast-scroll-top img {
    width: 14px;
    height: 23px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 22px;
    margin-top: 18px;
    top: 0;
    bottom: 0;
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 992px) {
    .ast-container {
        margin-top: 0.5rem !important;
    }
}

@media (max-width: 922px) {
    section.ast-archive-description {
        padding-left: 1em !important;
        padding-right: 1em !important;
        padding-top: 1em !important;
    }
}

@media (max-width: 921px) {
    body.archive .ast-archive-description {
        text-align: left;
        padding-left: 1em !important;
        padding-top: 1em !important;
    }
}

@media (max-width: 769px) {
    body.search .rdk-archive-search-enabled .rdk-archive-search .search-form {
        max-width: none;
    }

    body.search .rdk-archive-search {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .rdk-archive-search-enabled .ast-archive-description:not(.ast-author-box) {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        gap: 0;
        padding-left: 1em !important;
        padding-right: 1em !important;
        padding-top: 1em;
    }

    .rdk-archive-search-enabled .ast-archive-description:not(.ast-author-box) .ast-breadcrumbs-wrapper {
        flex: 0 0 100%;
        order: 0;
    }

    .rdk-archive-search-enabled .ast-archive-description:not(.ast-author-box) .ast-archive-title {
        order: 1;
        flex: 1 1 auto;
        min-width: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .rdk-archive-search-enabled .ast-archive-description:not(.ast-author-box) .rdk-archive-search {
        order: 2;
        flex: 0 0 auto;
        margin-bottom: 0;
        justify-content: center;
    }

    .rdk-archive-search-enabled .rdk-archive-search .search-form {
        max-width: 200px;
    }

    .rdk-archive-search .search-field {
        padding: 0.45rem 0.75rem 0.45rem 2rem;
        font-size: 0.9rem;
    }
}

@media (max-width: 544px) {
    body.single-post.ast-separate-container #content .ast-container {
        padding-left: 20px;
        padding-right: 20px;
    }
}