﻿/*Testimonials
------------------------------------*/
/*Testimonials*/
.testimonials {
    margin-bottom: 10px;
}

    .testimonials .testimonial-info {
        color: #555;
        font-size: 16px;
        padding: 0 15px;
        margin-top: 18px;
    }

        .testimonials .testimonial-info span {
            top: 3px;
            position: relative;
        }

        .testimonials .testimonial-info em {
            color: #777;
            display: block;
            font-size: 13px;
        }

        .testimonials .testimonial-info img {
            width: 60px;
            float: left;
            height: 60px;
            padding: 2px;
            margin-right: 15px;
            border: solid 1px #ccc;
        }

    .testimonials .testimonial-author {
        overflow: hidden;
        font-size:18px;
    }

    .testimonials .carousel-arrow {
        top: -65px;
        position: relative;
    }

        .testimonials .carousel-arrow i {
            color: #777;
            padding: 2px;
            min-width: 25px;
            font-size: 20px;
            text-align: center;
            background: #f5f5f5;
        }

            .testimonials .carousel-arrow i:hover {
                color: #555;
                background: #f1efe3;
            }

    .testimonials .carousel-control {
        opacity: 1;
        width: 100%;
        text-align: right;
        text-shadow: none;
        position: absolute;
        filter: Alpha(opacity = 100); /*For IE*/
    }

        .testimonials .carousel-control.left {
            right: 27px;
            left: auto;
        }

        .testimonials .carousel-control.right {
            right: 0px;
        }

    /*Testimonials v1*/
    .testimonials.testimonials-v1 .item p {
        position: relative;
    }

        .testimonials.testimonials-v1 .item p:after,
        .testimonials.testimonials-v1 .item p:before {
            left: 80px;
            bottom: -20px;
        }

        .testimonials.testimonials-v1 .item p:after {
            border-top: 22px solid;
            border-left: 0 solid transparent;
            border-right: 22px solid transparent;
        }

    /*Testimonials v2*/
    .testimonials.testimonials-v2 .testimonial-info {
        padding: 0 20px;
    }

    .testimonials.testimonials-v2 p {
        padding-bottom: 15px;
    }

    .testimonials.testimonials-v2 .carousel-arrow {
        top: -55px;
    }

    .testimonials.testimonials-v2 .item p:after,
    .testimonials.testimonials-v2 .item p:before {
        left: 8%;
        bottom: 45px;
    }

    .testimonials.testimonials-v2 .item p:after {
        border-top: 20px solid;
        border-left: 25px solid transparent;
        border-right: 0px solid transparent;
    }

    /*General Testimonials v1/v2*/
    .testimonials.testimonials-v1 p,
    .testimonials.testimonials-v2 p {
        padding: 15px;
        font-size: 14px;
        font-style: italic;
        background: #f1efe3;
        color: #555;
    }

    .testimonials.testimonials-v1 .item p:after,
    .testimonials.testimonials-v2 .item p:after {
        width: 0;
        height: 0;
        content: " ";
        display: block;
        position: absolute;
        border-top-color: #f1efe3;
        border-left-style: inset; /*FF fixes*/
        border-right-style: inset; /*FF fixes*/
    }

/*Testimonials Backgrounds*/
.testimonials-bg-dark .item p,
.testimonials-bg-default .item p {
    color: #555;
    font-weight: 200;
}

.testimonials-bg-dark .carousel-arrow i,
.testimonials-bg-default .carousel-arrow i {
    color: #555;
}

/*Testimonials Default*/
.testimonials-bg-default .item p {
    background: #f1efe3;
}

.testimonials.testimonials-bg-default .item p:after,
.testimonials.testimonials-bg-default .item p:after {
    border-top-color: #f1efe3;
}

.testimonials-bg-default .carousel-arrow i {
    background: #f1efe3;
}

.testimonials.testimonials-bg-default .carousel-arrow i:hover {
    background: #5fb611;
}

/*Testimonials Dark*/
.testimonials-bg-dark .item p {
    background: #555;
}

.testimonials.testimonials-bg-dark .item p:after,
.testimonials.testimonials-bg-dark .item p:after {
    border-top-color: #555;
}

.testimonials-bg-dark .carousel-arrow i {
    color: #555;
    background: #555;
}

.testimonials.testimonials-bg-dark .carousel-arrow i:hover {
    background: #333;
}

.testimonials.testimonials-bg-dark .testimonial-info {
    color: #555;
}



.testimonials-flex-container {
    height: 400px;
    display: flex;
    align-items: center;
}

@media (min-width: 768px) {

    .testimonials-flex-container {
        height: 260px;
    }
}