/* .pattern-grey-circle:before{
    content: url(https://www.elysiumhealthcare.co.uk/wp-content/themes/elysium/assets/images/misc/bubbles.png);
    position: absolute;
    top: -30px;
    left: 20px;
} */

.elementor-grid {
    padding-top: 20px;
    background-color: #f4f4f4;
}

.ehc-nb-post {
    background-color: #f4f4f4;
    border-bottom: 1px solid #ffffff;
    padding: 1rem 2rem;
}

.archive-title .elementor-heading-title {
    color: #ffffff !important;
}

.elementor-post__text {
    position: relative;
    background-color: #f4f4f4;
    border-bottom: 1px solid #fefefe;
    padding: 2rem;
}

/* .elementor-post__text::before {
    content: '';
    position: absolute;
    top: 2rem;
    left: 20px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #818181;
} */

.elementor-post__title a {
    display: block;
    color: #546474;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 900;
    overflow: hidden;
    /* margin-left: 40px; */
}

.elementor-post__meta-data {
    font-size: 1.1rem;
    font-weight: 600;
    /* margin: 2px 0 10px 40px; */
    margin: 2px 0 10px 0;
}

/* .elementor-posts .elementor-post__excerpt {
    margin-left: 40px;
} */

.elementor-posts .elementor-post__read-more {
    font-size: 1.1rem;
    padding: 6.5px 8px;
    /* margin-left: 40px; */
    transition: all 0.3s ease;
}

.elementor-posts .elementor-post__read-more:hover {
    color: #ffffff;
    background-color: #818181;
}


/* BEST PRACTICE */
.category-best-practice .archive-title > .elementor-widget-container {
    background-color: #00C4EA !important;
}

.category-best-practice .elementor-post__meta-data span {
    color: #00C4EA;
}

/* .category-best-practice .elementor-post__text::before {
    background-color: #00C4EA;
} */

.category-best-practice .elementor-posts .elementor-post__read-more {
    color: #00C4EA !important;
}

.category-best-practice .elementor-posts .elementor-post__read-more:hover {
    color: #ffffff !important;
    background-color: #00C4EA;
}
/* /BEST PRACTICE */


/* USEFUL RESOURCES */
.category-useful-resources .archive-title > .elementor-widget-container {
    background-color: #C9D100 !important;
}

.category-useful-resources .elementor-post__meta-data span {
    color: #C9D100;
}

/* .category-useful-resources .elementor-post__text::before {
    background-color: #C9D100;
} */

.category-useful-resources .elementor-posts .elementor-post__read-more {
    color: #C9D100 !important;
}

.category-useful-resources .elementor-posts .elementor-post__read-more:hover {
    color: #ffffff !important;
    background-color: #C9D100;
}
/* /USEFUL RESOURCES */


/* FACTSHEETS */
.category-factsheets .archive-title > .elementor-widget-container {
    background-color: #AE5BA3 !important;
}

.category-factsheets .elementor-post__meta-data span {
    color: #AE5BA3;
}

/* .category-factsheets .elementor-post__text::before {
    background-color: #AE5BA3;
} */

.category-factsheets .elementor-posts .elementor-post__read-more {
    color: #AE5BA3 !important;
}

.category-factsheets .elementor-posts .elementor-post__read-more:hover {
    color: #ffffff !important;
    background-color: #AE5BA3;
}
/* /FACTSHEETS */


/* PRESS RELEASE */
.category-press-release .archive-title-banner {
    background-color: #FFC425 !important;
}

.category-press-release .elementor-post__meta-data span {
    color: #FFC425;
}

.category-press-release .elementor-posts .elementor-post__read-more {
    color: #FFC425 !important;
}

.category-press-release .elementor-posts .elementor-post__read-more:hover {
    color: #ffffff !important;
    background-color: #FFC425;
}
/* /PRESS RELEASE */


/* QUALITY IMPROVEMENT NEWS */
.category-quality-improvement-news .archive-title-banner {
    background-color: #00929F !important;
}

.category-quality-improvement-news .elementor-post__meta-data span {
    color: #00929F;
}

.category-quality-improvement-news .elementor-posts .elementor-post__read-more {
    color: #00929F !important;
}

.category-quality-improvement-news .elementor-posts .elementor-post__read-more:hover {
    color: #ffffff !important;
    background-color: #00929F;
}
/* /QUALITY IMPROVEMENT NEWS */


/* MEMBERS BLOG */
.category-members-blog .archive-title-banner {
    background-color: #c1cd23 !important;
}

.category-members-blog .elementor-post__meta-data span {
    color: #c1cd23;
}

.category-members-blog .elementor-posts .elementor-post__read-more {
    color: #c1cd23 !important;
}

.category-members-blog .elementor-posts .elementor-post__read-more:hover {
    color: #ffffff !important;
    background-color: #c1cd23;
}
/* /MEMBERS BLOG */


.elementor-posts-nothing-found {
    font-size: 2rem;
    padding: 4rem 3rem 0;
}