/**
Theme Name: Astra Child
Author: ViBuNe
Author URI: https://vibune.com
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 the front end) 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 full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favourite page builder plugins 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 a fast, fully customizable and beautiful theme!
Version: 3.28.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
*/

/** fixes for the menu **/
#ast-hf-menu-1.main-header-menu > li.menu-item {
    margin-left: 16px;
    margin-right: 16px;
    border-bottom: 2px solid transparent;
    transition: all 0.2s linear;
}
.main-header-menu li.menu-item .ast-mm-custom-content.ast-mm-template-content {
    padding-left: 0;
    padding-right: 0;
}
ast-hf-menu-1.main-header-menu > li.menu-item:last-of-type {
    margin-left: 16px;
    margin-right: 0;
}
ast-hf-menu-1.main-header-menu li.menu-item:hover {
    border-bottom: 2px solid var(--ast-global-color-1);
    transition: all 0.2s linear;
}
#ast-fixed-header.ast-header-slide,
#ast-fixed-header .main-header-bar {
    background-color: var(--ast-global-color-5);
}

/** border for category menu **/
.border-bottom .elementor-widget-container {
    border-bottom: 1px solid var(--e-global-color-accent);
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu {
    padding: 0;
    box-shadow: 0 4px 10px -2px rgb(40 60 86 / 20%);
}
.astra-megamenu.sub-menu.astra-mega-menu-width-content {
    border: 0;
}
/** fix for logo padding **/
.ast-logo-title-inline .ast-site-identity {
    padding-top: 8px;
    padding-bottom: 8px;
}
/**  submenu spacing **/
.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link {
    padding: 16px;
}

/** sticky fix **/
.position-sticky {
    position: sticky;
    top: 116px;
}
.styles-categories ul {
    margin-left: 0;
    list-style: none;
}
.styles-categories h5 {
    margin-bottom: 16px;
}

/** blog styles homepage  **/
.blog-mask-image img {
    -webkit-mask-image: url(https://care1.test/wp-content/uploads/2022/08/mask-blog-artiicle-7.svg);
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
}
.blog-mask-image .elementor-post__thumbnail.elementor-fit-height::before {
    content: url(https://care1.test/wp-content/uploads/2022/09/new-line-blog-3.svg);
    height: 100%;
    width: 100%;
    top: 90%;
    left: 0;
    position: absolute;
    mix-blend-mode: multiply;
    z-index: 100;
}
@media (max-width: 480px) {
    .blog-mask-image img {
        -webkit-mask-size: 22em;
        -webkit-mask-position: bottom;
    }
}

.new-blog-image.blog-mask-image img {
    -webkit-mask-image: url(https://care1.test/wp-content/uploads/2022/09/new-blog-mask.svg);
}
.new-blog-image.blog-mask-image
    .elementor-post__thumbnail.elementor-fit-height::before {
    content: url(https://care1.test/wp-content/uploads/2022/09/new-line-blog.svg);
    mix-blend-mode: inherit;
}
/** fix for menu mobile **/
@media (max-width: 1309px) {
    .elementor-kit-6 button {
        background: transparent;
    }
    .ast-header-break-point
        .main-header-bar-navigation
        .menu-item-has-children
        > .ast-menu-toggle {
        line-height: 37px;
    }
}
