.glossary-post-block .glossary{
   border-radius:5px;
   padding:2rem 2rem 1rem; 
}
.glossary-post-block .elementor-post__read-more{
    color: white;
    padding: 5px 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.glossary-post-block .elementor-post__read-more:after {
    font-family: "FontAwesome";
    font-weight: 100;
    content: "\f105";
    color: #fff;
    font-size: 2rem;
}

.glossary-post-block .elementor-post__title{
    text-align:center;
}

/*--child-1--*/

.glossary-post-block .glossary:nth-child(6n+1){
    border:8px solid #F8941F;
}
.glossary-post-block .glossary:nth-child(6n+1) .elementor-post__title a{
    color:#F8941F;
}
.glossary-post-block .glossary:nth-child(6n+1) .elementor-post__read-more{
   background:#F8941F;   
}

/*--child-2--*/

.glossary-post-block .glossary:nth-child(6n+2){
    border:8px solid #00CBED;
}
.glossary-post-block .glossary:nth-child(6n+2) .elementor-post__title a{
    color:#00CBED;
}
.glossary-post-block .glossary:nth-child(6n+2) .elementor-post__read-more{
   background:#00CBED;   
}

/*--child-3--*/

.glossary-post-block .glossary:nth-child(6n+3){
    border:8px solid #FDC93A;
}
.glossary-post-block .glossary:nth-child(6n+3) .elementor-post__title a{
    color:#FDC93A;
}
.glossary-post-block .glossary:nth-child(6n+3) .elementor-post__read-more{
   background:#FDC93A;   
}

/*--child-4--*/

.glossary-post-block .glossary:nth-child(6n+4){
    border:8px solid #7384C6;
}
.glossary-post-block .glossary:nth-child(6n+4) .elementor-post__title a{
    color:#7384C6;
}
.glossary-post-block .glossary:nth-child(6n+4) .elementor-post__read-more{
   background:#7384C6;   
}

/*--child-5--*/

.glossary-post-block .glossary:nth-child(6n+5){
    border:8px solid #FE9DBD;
}
.glossary-post-block .glossary:nth-child(6n+5) .elementor-post__title a{
    color:#FE9DBD;
}
.glossary-post-block .glossary:nth-child(6n+5) .elementor-post__read-more{
   background:#FE9DBD;   
}

/*--child-6--*/

.glossary-post-block .glossary:nth-child(6n+6){
    border:8px solid #CFD700;
}
.glossary-post-block .glossary:nth-child(6n+6) .elementor-post__title a{
    color:#CFD700;
}
.glossary-post-block .glossary:nth-child(6n+6) .elementor-post__read-more{
   background:#CFD700;   
}


.glossary-post-block .glossary .elementor-post__read-more:hover {
    opacity: 0.8;
}


/* Filters */
#glossary_filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0 -5px;
}

#glossary_filter li {
    min-width: 65px;
    font-size: 1.75rem;
    background: #ccc;
    color: #fff;
    text-align: center;
    padding: 5px 15px;
    margin: 5px;
    cursor: pointer;
    transition: all 0.25s;
}

#glossary_filter li:not(.all-filter) {
    text-transform: uppercase;
}

#glossary_filter li:hover,
#glossary_filter li.active {
    background: #fff;
    color: var(--e-global-color-primary);
}

#glossary_filter li.active:hover {
    opacity: 0.7;
}

.filter-selected-title .elementor-heading-title {
    color: var( --e-global-color-secondary );
    font-size: 4rem;
    font-weight: var( --e-global-typography-5440119-font-weight );
    border-bottom: 2px solid var( --e-global-color-text );
    padding-bottom: 2rem;
    margin: 3rem 0 1rem;
}

.no-glossary-found {
    color: var( --e-global-color-text );
    font-size: 1.75rem;
}
/* /Filters */




