.testimonials-items{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 4rem;
    grid-column-gap: 25px;
    text-align: center;
    margin-bottom: 5rem;
}

@media screen and (max-width: 992px) {
    .testimonials-items {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 767px) {
    .testimonials-items {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 540px) {
    .testimonials-items {
        grid-template-columns: 1fr;
    }
}

.testimonials-items .testimonial-item{
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
	position: relative;
}

.testimonial-item p:empty {
    display:none;
}

.testimonials-items .testimonial-item .testimonial-photo-tag{
    position: relative;
    margin-bottom: 2rem;
}

.testimonials-items .testimonial-item .testimonial-program_tags {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    bottom: 0;
    z-index: 3;
    width: 100%;
    transform: translateY(40%);
}

.testimonials-items .testimonial-item .testimonial-photo-tag .program-tag{
    /*position: relative;*/
    display: inline-block;
    text-align: center;
    /*bottom: 20px;*/
    padding: 5px 15px;
    margin: .5rem;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    color: #fff;
}

.testimonial-program_background {
    position: absolute;
    bottom: 0;
    height: 5px;
    width: 100%;
    display: flex;
    z-index: 2;
}

.testimonial-program_background-item {
    height: 5px;
    flex-grow: 1;
    border-right: 1px solid rgba(0,0,0,.3);
}

.testimonial-program_background-item:last-child {
    border-right: none;
}

.testimonials-items .testimonial-item img{
    width: 100%;
    display: block;
}
.testimonials-items .testimonial-item .user-name{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}
.testimonials-items .testimonial-item .user-post{
    font-weight: bold;
    color: #777777;
    margin: 5px 20px 0 20px;
}

.testimonials-items .testimonial-item .user-post:empty{
    display: none;
}

.testimonials-items .testimonial-item a.read-statement{
    background-color: #EBFFD5;
    color: #000;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    display: inline-block;
}
.testimonials-items .testimonial-item a.find-linkedin{
    font-size: 20px;
    color: #666;
    margin: auto 0px 1rem 0px;
    width: 3rem;
    height: 1.75rem;
    display:flex;
    justify-content: center;
    align-items: center;
    align-self: center;
}
.more-testimonials{
    display: flex;
    justify-content: center;
}
.more-testimonials a,
.more-testimonials button{
    display: inline-block;
    background-color: #80BC3C;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 0 34px;
    height: 55px;
    line-height: 55px;
    border: none;
    cursor: pointer;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
}

.testimonial-item .mp-button {
    position: initial;
    display: block;
    margin: 0 auto;
    align-self: flex-end;
}

.ajax-loader{
    display: none;
    position: relative;
    top: 4px;
    left: 5px;
}
#testimonials-filter label{
    display: block;
    font-weight: bold;
    color: #777;
    margin-bottom: 5px;
    text-transform: uppercase;
}
#testimonials-filter-select{
    margin-bottom: 10px;
}

.facetwp-facet-programs,
.facetwp-facet-programs.facetwp-type-radio .facetwp-radio{
    display: inline-block;
}

.facetwp-facet-programs.facetwp-type-radio .facetwp-radio{
    margin-left: 20px;
    background: none;
}

.facetwp-facet-programs.facetwp-type-radio .facetwp-radio.checked{
    background: none;
}

.facetwp-facet-programs.facetwp-type-radio .facetwp-radio .facetwp-counter{
    display: none;
}

.programs-all-button,
.facetwp-facet-programs.facetwp-type-radio .facetwp-radio{
    font-size: 15px;
    color: #333;
    font-size: 18px;
    cursor: pointer;
}

h3.filter-title{
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}
