
/* OVERRIDE TESTIMONIAL Site Origin */
.sow-testimonials {
    position: relative;
    overflow: hidden;
}
@media screen and (max-width: 786px) {
    .sow-testimonials {
        padding-bottom: 100px !important;
    }
}

.sow-testimonials-inner {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.sow-testimonial {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.sow-testimonial-text {
    order: 1;
    background: transparent !important;
}
.sow-testimonial-text > * {
    font-size: 35px !important;
    font-weight: 900 !important;
    line-height: 46px !important;
    color: var(--blue) !important;
}
@media screen and (max-width: 991px) {
    .sow-testimonial-text > * {
        font-size: 28px !important;
        font-weight: 900 !important;
        line-height: 40px !important;
    }
}

.sow-testimonials .sow-testimonial-text {
    padding: 5px !important;
    width: 75% !important;
    margin: 0 auto;
}
@media screen and (max-width: 786px) {
    .sow-testimonials .sow-testimonial-text {
        width: 100% !important;
    }
}

.sow-testimonial-user {
    order: 2;
}
.sow-testimonials .sow-round-image-frame, 
.sow-testimonials .sow-image-wrapper-shape-square {
    width: 106px !important;
    height: 106px !important;
}
.sow-testimonials .sow-testimonial-wrapper.sow-layout-side.sow-user-middle .sow-testimonial-user {
    width: 100% !important;
}
.sow-testimonials .sow-testimonial-wrapper.sow-layout-side.sow-user-left .sow-testimonial-user img, 
.sow-testimonials .sow-testimonial-wrapper.sow-layout-side.sow-user-middle .sow-testimonial-user img {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid var(--green);
    background-color: var(--green);
    margin-top: 34.5px;
}

.sow-testimonial-user .sow-text,
.sow-testimonial-user .sow-testimonial-name {
    font-size: 35px;
    font-weight: 900;
    line-height: 46px;
    color: var(--blue);
    margin-top: 15px;
}

.sow-testimonial-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
}

/* SIPKY */
.testimonial-prev,
.testimonial-next,
.testimonial-prev:hover,
.testimonial-next:hover,
.testimonial-prev:focus,
.testimonial-next:focus,
.testimonial-prev:active,
.testimonial-next:active {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-145%);
    color: transparent;
    border: none;
    font-size: 0;
    cursor: pointer;
    z-index: 999;
}

.testimonial-prev,
.testimonial-prev:hover,
.testimonial-prev:focus,
.testimonial-prev:active {
    left: 10px;
    background: transparent url('/wp-content/plugins/obrovo/assets/img/arrow__left.svg') center center no-repeat;
    background-size: contain;
}
.testimonial-next,
.testimonial-next:hover,
.testimonial-next:focus,
.testimonial-next:active { 
    right: 10px;
    background: transparent url('/wp-content/plugins/obrovo/assets/img/arrow__right.svg') center center no-repeat;
    background-size: contain;
}

@media screen and (max-width: 786px) {
    .testimonial-prev,
    .testimonial-next,
    .testimonial-prev:hover,
    .testimonial-next:hover,
    .testimonial-prev:focus,
    .testimonial-next:focus,
    .testimonial-prev:active,
    .testimonial-next:active {
        top: 65px;
        transform: translateY(-100%);
    }
    .testimonial-next,
    .testimonial-next:hover,
    .testimonial-next:focus,
    .testimonial-next:active { 
        right: 0;
    }
    .testimonial-prev,
    .testimonial-prev:hover,
    .testimonial-prev:focus,
    .testimonial-prev:active { 
        left: 0;
    }
        
}


.testimonial-section > div > .panel-first-child {
    margin: 0 !important;
    padding: 0;
}
.testimonial-section > div > .panel-last-child .sow-testimonials {
    padding-top: 80px !important;
}