/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.20
*/

/** RANK MATH */
.rank-math-breadcrumb {
    margin-top: 10px;
}

.rank-math-breadcrumb a,
.rank-math-breadcrumb span {
    color: #fff;
}


.accordion.ligth-open .accordion-title.active {
    color: #fff!important;
}

/** BLOG */
.post-item .post-title {
    font-size: 1.2rem;
}

.single-post .rank-math-breadcrumb {
    font-size: .85rem;
}

.single-post .entry-title {
    font-size: 2.5rem;
}

/** WC Category */
.wc-category-header {
    padding-top: 285px;
    padding-bottom: 100px;
    background: url('/wp-content/uploads/2024/10/Background-CBD-royal.svg') no-repeat center;
    background-size: cover;
    text-align: center;
}

.wc-category-title {
    color: #fff;
    font-size: 3.5rem;
}

.wc-category-subcategories {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.wc-category-subcategory {
    flex-shrink: 0;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 5px 10px;
}

.wc-category-subcategory a {
    color: #fff;
    font-size: .8rem;
}

/** ACCORDION */
.accordion-title h2 {
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    margin: 0;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    /** WC Category */
    .wc-category-header {
        padding-top: 218px;
    }
}