/* SECTION TESTIMONIALS CLASSIC AND MODERN */
.section-testimonials {
    padding: 20px 0 50px 0;
    position: relative;
}

.entry-content-page>:first-child.section-testimonials {
    margin-top: 0px;
}

.section-testimonials h2 {
    font-size: 28px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.testimonials-list {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    list-style: none;
    margin: 50px 0;
    padding: 0;
    position: relative;
    z-index: 1;
}

.testimonials-list .testimonial-item {
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    width: calc((100% / 3) - 27px)
}

.testimonials-list .testimonial-item .content-image {
    height: 300px;
}    
 
.testimonials-list .testimonial-item .content-image img {   
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center 35%;
}

.testimonials-list .testimonial-item .content-text {
    background: #fff;
    font-size: 16px;
    font-style: italic;
    padding: 50px 25px 20px 25px;
    position: relative;
} 

.testimonials-list .testimonial-item .content-text .testimonial-text {
    cursor: pointer;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.testimonials-list .testimonial-item .content-text .testimonial-text.active {
    -webkit-line-clamp: inherit;;
}

.testimonials-list .testimonial-item .content-text p {
    pointer-events: none; 
}

.testimonial-author,
.testimonial-position {
    font-style: normal;
    text-align: center;
}

.testimonial-author {
    color: #ff7800;
    font-size: 28px;
    margin-bottom: 0;
    text-transform: uppercase;
}
   
.testimonial-position {
    font-weight: 600;
    margin-top: 5px;
}


/* CLASSIC */
.section-testimonials.classic:before {
    background: #f3f3f3;
    content: '';
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    width: 100vw;
    z-index: 0;
}

.testimonials-list.classic .testimonial-item .content-text:before {
    background: #ff7800;
    border-radius: 50%;
    color: #fff;
    content: '“';
    font-size: 160px;
    height: 110px;
    left: 15px;
    line-height: 1.2;
    padding-left: 13px;
    position: absolute;
    top: -65px;
    width: 110px;
}
/* END CLASSIC */


/* MODERN */
.testimonials-list.modern .testimonial-item {
    border-radius: 0;
    padding-bottom: 56.5%;
    position: relative;
}

.testimonials-list.modern iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/*.testimonials-list.modern .cover {*/
/*    align-items: flex-end;*/
/*    background-image: url('../img/video-vertical-bg.jpg');*/
/*    background-position: 35% 50%;*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    color: #fff;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: flex-end;*/
/*    height: 100%;*/
/*    left: 0;*/
/*    padding: 20px;*/
/*    position: absolute;*/
/*    text-align: right;*/
/*    top: 0;*/
/*    width: 100%;*/
/*}*/

/*.testimonials-list.modern .cover.is-hidden {*/
/*    display: none;*/
/*}*/

/*.testimonials-list.modern .cover:before {*/
/*    background-color: #292c67cf;*/
/*    content: '';*/
/*    display: block;*/
/*    height: 100%;*/
/*    left: 0;*/
/*    pointer-events: none;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    z-index: 0;*/
/*}*/

/*.testimonials-list.modern .cover:after {*/
/*    background-image: url('../img/play.png');*/
/*    background-position: center;*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    content: '';*/
/*    display: block;*/
/*    height: 85px;*/
/*    left: 50%;*/
/*    pointer-events: none;*/
/*    position: absolute;*/
/*    top: 45%;*/
/*    transform: translate(-50%, -50%);*/
/*    width: 95px;*/
/*    z-index: 0;*/
/*}*/

/*.testimonials-list.modern .testimonial-text,*/
/*.testimonials-list.modern .testimonial-author {*/
/*    font-weight: 700;*/
/*    position: relative;*/
/*    text-align: right;*/
/*    text-transform: uppercase;*/
/*    z-index: 1;*/
/*}*/

/*.testimonials-list.modern .testimonial-text {*/
/*    color: #ff7800;*/
/*    font-size: 28px;*/
/*}*/

/*.testimonials-list.modern  .testimonial-author {*/
/*    color: #fff;*/
/*    font-size: 20px;*/
/*    margin-bottom: 40px;*/
/*}*/

/* END MODERN */

@media screen and (max-width: 1240px) {
    .home .section-header {
        height: 760px;
    }
    
    .testimonials-list {
        gap: 20px
    }
    
    .testimonials-list .testimonial-item {
        width: calc((100% / 3) - 14px);
    }
    
    .testimonials-list.modern .testimonial-text {
        font-size: 24px;
    }
    
    .testimonials-list.modern .testimonial-author {
        margin-top: 10px;
        margin-bottom: 20px;
    }
}


@media (max-width: 1024px) {
    .home .section-header {
        height: 600px;
    }
    
    .testimonials-list.modern {
        justify-content: center;
    }
    
    .testimonials-list.modern .testimonial-item {
        max-width: 500px;
        width: 100%
    }
    
    .testimonials-list.modern .testimonial-item {
        padding-bottom: 100%;
    }
}

@media (max-width: 1024px) {
    .home .section-header {
        height: 600px;
    }
    
    .testimonials-list.classic {
        justify-content: center;
    }
    
    .testimonials-list.classic .testimonial-item {
        width: calc(50% - 10px);
    }
}


@media screen and (max-width: 640px) {
    .testimonials-list.classic .testimonial-item {
        width: 100%;
    }
}

@media screen and (max-width: 560px) {
    .testimonials-list.modern .testimonial-item {
        height: 560px;
        max-width: 320px;
        padding-bottom: 0;
    }
}
