/* Card Specific Styles */

.loop-content .article {
    padding-bottom: 0px;
}

.linked_search_article .row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: 0px !important;
    margin-right: 0px !important;
    gap: 20px;
}

.terms__block {
    text-decoration: none !important;
}

.article__content_holder {
    text-decoration: none !important;
}

@media only screen and (max-width: 1240px){ 
    .linked_search_article .row {
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width: 550px){  
    .linked_search_article .row {
        grid-template-columns: 1fr;
    }
}

.terms_container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
}

.posts_search input:focus-visible {
    outline: 1px solid #a8b387 !important;
}

.posts_search input:focus {
    outline: 1px solid #a8b387 !important;
}

.article {
    background-color: #ffffff;
    border-radius: 12px;
}

.article__content_holder {
    border-radius: 12px;
    overflow: hidden;
    display: block;
    box-shadow: 0 8px 14px hsla(0, 3.9%, 80%, .5);
    background: #ffffff;
    transition: .25s ease-in-out;
}

.article__content_holder:hover {
    box-shadow: 0 10px 30px rgba(26, 25, 25, .3);
    background: linear-gradient(27deg, #fa7832, #00af87);
    transform: scale(1.025);
    transition: .25s ease-in-out;
    text-decoration: unset !important;
}

.article__content_holder__date {
    color: #00AF87 !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: upperarticle;
    margin-top: 0px;
}

.article__content_holder:hover .article__content_holder__date {
    color: #ffffff !important;
}

.article__content_holder__image {
    overflow: hidden;
    height: 191px;
}

.article__content_holder__image img{
    height: 191px;
    max-height: 235px;
    width: 100%;
    object-fit: cover;
    position: relative;
    transition: all .2s ease-in-out;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.article__content_holder__title {
    font-size: 25px !important;
    color: #000000 !important;
    font-weight: bold;
    margin-bottom: 0px;
}

.article__content_holder:hover .article__content_holder__title {
    color: #ffffff !important;
}

.artikelen-pagina-click {
   text-align: center;
}

.artikelen-pagina-click .prev {
    display: none;
}

.artikelen-pagina-click .next {
    display: none;
}

.article__content_holder__content {
    color: #121212;
    padding: 20px;
}

.article__content_holder__bottom_bar__read_more {
    display: flex;
}

.article__content_holder__bottom_bar__read_more span {
    color: #FA7832;
    font-size: 16px;
    align-self: center;
    font-weight: bold;
    margin-right: 10px;
}

.article__content_holder:hover .article__content_holder__bottom_bar__read_more span {
    color: #ffffff;
}

.article__content_holder__bottom_bar__read_more svg {
    align-self: center;
    fill: #FA7832;
    position: relative;
    width: 24px;
    left: auto;
    right: 0;
    height: 24px;
    transition: left .2s cubic-bezier(.2,0,0,1), right .2s cubic-bezier(.2,0,0,1);
}

.article__content_holder:hover .article__content_holder__bottom_bar__read_more svg {
    fill: #ffffff;
}

.article__content_holder__image__categories {
    position: absolute;
    top: 25px;
    right: -15px;
}

.article__content_holder__image__categories span {
    background-color: #00838f;
    border-radius: 9px;
    padding: 0.2rem 1rem;
    font-size: 10px;
    color:#fff;
}

.article__content_holder__bottom_bar {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 20px;
}

.article__content_holder__bottom_bar__cats span {
    border-radius: 80px;
    border: 1px solid #56369F;
    padding: 12px;
    font-size: 12px;
    text-transform: upperarticle;
    color: #56369F;
    line-height: 1;
    font-weight: bold;
    display: inline-block;
}

.article__content_holder:hover .article__content_holder__bottom_bar__cats span {
    color: #ffffff;
    border: 1px solid #ffffff;
}

.service-articles-section .pagination {
    display: none;
}

.posts_search {
    position: relative;
}


.loop-container {
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
}

.loop-container.loading {
    opacity: 0.6;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
}

.posts_search {
    position: relative;
}

.posts_search::before {
    content: '';
    height: 20px;
    width: 20px;
    position: absolute;
    background-image: url('../../../assets/images/search.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    left: 15px;
    top: 15px;
}

@media only screen and (max-width: 640px){
    .loop-content .article {
        width: 100% !important;
    }
}

/* pagination */

.linked_search_article .pagination {
    text-align: center;
    margin: 50px 0px;
    height: 10px;
}

.linked_search_article .pagination {
    position: relative;
}

.linked_search_article .page-numbers {
    display: none;
}

.linked_search_article .page-numbers.next {
    display: block;
    position: absolute;
    right: 0px;
    color: #FA7832;
    font-weight: bold;
    margin-right: 25px;
}


.linked_search_article .page-numbers.next::after {
    content: '';
    width: 20px;
    height: 20px;
    right: -25px;
    top: 6px;
    background-image: url(images/arrow_orange.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
}

.linked_search_article .page-numbers.next:hover::after {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
    right: -29px;
}

.linked_search_article .page-numbers.prev {
    display: block;
    position: absolute;
    left: 0px;
    color: #FA7832;
    font-weight: bold;
    margin-left: 25px;
}

.linked_search_article .page-numbers.prev::after {
    content: '';
    width: 20px;
    height: 20px;
    left: -25px;
    top: 6px;
    background-image: url(images/arrow_orange.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    -ms-transform: rotate(180deg); /* IE 9 */
    transform: rotate(180deg);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
}

.linked_search_article .page-numbers.prev:hover::after {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
    left: -29px;
}

.linked_search_article .page-numbers.dots {
    border: unset;
    background-color: unset !important;
    color: #683896 !important;
}

/* term filter */

.linked_search_article .terms-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 60px;
    margin-left: auto;
    width: 620px;
    margin-right: auto;
}


@media only screen and (max-width: 1240px){  
    .linked_search_article .terms-container {
        display: inline-flex;
        flex-wrap: unset !important;
        width: max-content;
    }

    .linked_search_article .terms {
        display: flex;
        overflow-x: scroll;
    }
}

.linked_search_article .terms__block,
.linked_search_article .terms__block__all,
.linked_search_article .terms__block--active 
{
    border-radius: 50px;
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: bold;
    min-width: 100px;
    text-transform: upperarticle;
    background-color: transparent;
    text-align: center;
    width: max-content;
    height: max-content;
    padding: 12px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.linked_search_article .terms__block:hover {
    border: 1px solid #ffffff !important;
    background-color: #ffffff !important;
    color: #683896 !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.linked_search_article .terms__block--active {
    border: 1px solid #ffffff !important;
    background-color: #ffffff !important;
    color: #683896 !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
