.testimonials-items{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 25px;
    text-align: center;
}
.testimonials-items .testimonial-item{
    margin-bottom: 110px;
	position: relative;
}
.testimonials-items .testimonial-item .testimonial-photo-tag{
    position: relative;
}
.testimonials-items .testimonial-item .testimonial-photo-tag .program-tag{
    position: relative;
    display: inline-block;
    text-align: center;
    bottom: 20px;
    padding: 5px 15px;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    color: #fff;
}
.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{
    margin: 0 0 16px;
    display: inline-block;
    font-size: 20px;
    color: #666;
}
.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;
}
.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;
}
