/*
  Description: Styles for testimonial custom post type ---------------------------------------
*/

.testimonial-single-post-container:after {
    content: "";
    left: 25%;
    width: 70%;
    top: 110%;
    background-color: transparent;
    position: absolute;
    border-bottom: 1px dotted rgba(52, 52, 52, 0.89);
}

@media only screen and (max-width: 991px) {
    .testimonial-single-post-container:after {
        left: 5%;
        width: 90%;
        top: 110%;
    }
}

.testimonial-single-post-container {
    position: relative;
}

.testimonial-content-title {
    font-size: 0.95em;
}

.testimonial-content-position {
    font-size: 0.90em;
}

.attestant-image {
    filter: grayscale(30%);
    max-width: 200px;
    max-height: 200px;
    width: 100%;
    border: 10px solid transparent;
    box-shadow: 0 0 3px rgba(52, 52, 52, 0.93);
}

.main-swiper-container {
    position: relative;
    margin: 20px 0 20px 0;
}

.swiper-container {
    padding: 10px 0 30px 0;
}

.swiper-slide {
    /* Center slide text vertically */
    z-index: 10;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: rgba(182, 182, 182, 0.74);
    padding: 20px;
}