figure.testimonial-layout_one {
    position: relative;
    float: left;
    margin: 10px 1% 40px;
    width: 100%;
    color: #333;
    text-align: left;
    border: 1px solid #f2f2f2;
}
figure.testimonial-layout_one * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
figure.testimonial-layout_one img {
    float: right;
    width: 40%;
    vertical-align: middle;
    position: relative;
}
figure.testimonial-layout_one figcaption {
    width: 60%;
    float: left;
    background-color: #ffffff;
    border-radius: 8px 0 0 8px;
}
figure.testimonial-layout_one blockquote {
    position: relative;
    padding: 25px 50px 25px 50px;
    font-size: 0.8em;
    font-weight: 500;
    text-align: left;
    margin: 0;
    line-height: 1.6em;
    font-style: italic;
}
figure.testimonial-layout_one blockquote:before,
figure.testimonial-layout_one blockquote:after {
    font-family: 'FontAwesome';
    content: "\201C";
    position: absolute;
    font-size: 50px;
    opacity: 0.3;
    font-style: normal;
}
figure.testimonial-layout_one blockquote:before {
    top: 25px;
    left: 20px;
}
figure.testimonial-layout_one blockquote:after {
    content: "\201D";
    right: 20px;
    bottom: 0px;
}
figure.testimonial-layout_one .arrow {
    border-left: 0 solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #ffffff;
    height: 0;
    left: 60%;
    margin: 0;
    position: absolute;
    top: 30px;
    width: 0;
    z-index: 1;
}
figure.testimonial-layout_one .author {
    position: absolute;
    top: 100%;
    width: 60%;
    padding: 10px 0;
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
}
figure.testimonial-layout_one .author h5 {
    color: black;
    margin: 0;
    font-weight: 800;
}
figure.testimonial-layout_one .author h5 span {
    font-weight: 400;
    text-transform: none;
    padding-left: 5px;
}

/* Layout Two */

figure.testimonial-layout_two {
    position: relative;
    display: inline-block;
    margin: 10px 8px;
    width: 100%;
    color: #141414;
    text-align: left;
    line-height: 1.4em;
    font-size: 14px;
    box-shadow: none !important;
}

figure.testimonial-layout_two * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

figure.testimonial-layout_two .profile-image img {
    border-radius: 5px;
    max-width: 100%;
    height: 80px;
    vertical-align: top;
    float: left;
}

figure.testimonial-layout_two figcaption {
    width: 100%;
    background-color: #333333;
    color: #fff;
    padding: 25px;
    display: inline-block;
    margin-bottom: 15px;
    border-radius: 5px;
    position: relative;
}

figure.testimonial-layout_two figcaption:after {
    content: '';
    position: absolute;
    left: 32px;
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #333333 transparent transparent transparent;
}

figure.testimonial-layout_two h3,
figure.testimonial-layout_two h4,
figure.testimonial-layout_two p {
    margin: 0 0 5px;
}

figure.testimonial-layout_two h3 {
    font-weight: 600;
    font-size: 1.2em;
    font-family: 'Montserrat', Arial, sans-serif;
}

figure.testimonial-layout_two h4 {
    color: #8c8c8c;
    font-weight: 400;
    letter-spacing: 2px;
}

figure.testimonial-layout_two p {
    font-size: 0.9em;
    letter-spacing: 1px;
    opacity: 0.9;
}

figure.testimonial-layout_two .icons {
    padding: 20px 90px;
}

figure.testimonial-layout_two i {
    padding: 10px 2px;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    color: black;
    opacity: 0.75;
}

figure.testimonial-layout_two i:hover {
    opacity: 1;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

/* Layout Three */

figure.testimonial-layout_three {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    width: 100%;
    color: #333;
    text-align: left;
}
figure.testimonial-layout_three * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
figure.testimonial-layout_three figcaption {
    position: relative;
}
figure.testimonial-layout_three img {
    vertical-align: middle;
}
figure.testimonial-layout_three blockquote {
    position: relative;
    background-color: #ffffff;
    padding: 25px 35px;
    font-size: 0.8em;
    font-weight: 500;
    text-align: left;
    margin: 0;
    line-height: 1.6em;
    font-style: italic;
}
figure.testimonial-layout_three blockquote:before,
figure.testimonial-layout_three blockquote:after {
    font-family: 'FontAwesome';
    content: "\201C";
    position: absolute;
    font-size: 50px;
    opacity: 0.3;
    font-style: normal;
}
figure.testimonial-layout_three blockquote:before {
    top: 25px;
    left: 0;
}
figure.testimonial-layout_three blockquote:after {
    content: "\201D";
    right: 0;
    bottom: 0;
}
figure.testimonial-layout_three .arrow {
    top: 100%;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #ffffff;
    margin: 0;
    z-index: 9999;
    left: 10%;
    position: absolute;
}
figure.testimonial-layout_three .author {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5px 25px;
    color: #000000;
    background-color: #ffffff;
    margin: 0;
    text-transform: uppercase;
}
figure.testimonial-layout_three .author h5 {
    opacity: 0.8;
    margin: 0;
    font-weight: 800;
}
figure.testimonial-layout_three .author h5 span {
    font-weight: 400;
    text-transform: none;
    padding-left: 5px;
}

/* Layout Four */

figure.testimonial-layout_four {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    width: 100%;
    color: #141414;
    text-align: left;
    line-height: 1.4em;
    background-color: #e6e6e6;
    padding-top: 88px;
}
figure.testimonial-layout_four * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
figure.testimonial-layout_four img {
    max-width: 100%;
    vertical-align: top;
    opacity: 0.85;
}
figure.testimonial-layout_four figcaption {
    width: 100%;
    background-color: #141414;
    padding: 25px;
    position: relative;
    color: #ffffff;
}
figure.testimonial-layout_four .profile {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    max-height: 88px;
    opacity: 1;
}
figure.testimonial-layout_four h3 {
    font-size: 1.3em;
    margin: 25px;
    font-weight: 300;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
}
figure.testimonial-layout_four h3 span {
    display: block;
    font-size: 0.65em;
    font-weight: 600;
    color: #bdc3c7;
}
figure.testimonial-layout_four blockquote {
    margin: 0 0 10px;
    padding: 0 0 30px;
    letter-spacing: 1px;
    opacity: 0.8;
    font-style: italic;
    font-weight: 300;
}
figure.testimonial-layout_four blockquote:after {
    font-family: 'FontAwesome';
    content: "\201C";
    position: absolute;
    font-size: 180px;
    line-height: 1em;
    color: #212121;
    font-style: normal;
    content: "\201D";
    right: 20px;
    bottom: -105px;
}

/* Layout Five */

figure.testimonial-layout_five {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    width: 100%;
    color: #000000;
    text-align: center;
    font-size: 16px;
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
figure.testimonial-layout_five *,
figure.testimonial-layout_five *:before,
figure.testimonial-layout_five *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
figure.testimonial-layout_five figcaption {
    width: 100%;
}
figure.testimonial-layout_five h2,
figure.testimonial-layout_five h4,
figure.testimonial-layout_five blockquote {
    margin: 0;
}
figure.testimonial-layout_five h2,
figure.testimonial-layout_five h4 {
    font-weight: 300;
}
figure.testimonial-layout_five h2 {
    color: #d3d3d3;
}
figure.testimonial-layout_five h4 {
    color: #a6a6a6;
}

figure.testimonial-layout_five .icons {
    padding-top: 15px;
}

figure.testimonial-layout_five blockquote {
    font-size: 1em;
    padding: 45px 20px 40px 50px;
    margin-top: 30px;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #f2f2f2;
    text-align: left;
    position: relative;
}
figure.testimonial-layout_five blockquote:before {
    font-family: 'FontAwesome';
    content: "\201C";
    position: absolute;
    font-size: 70px;
    opacity: 0.25;
    font-style: normal;
    top: 0;
    left: 20px;
}
figure.testimonial-layout_five .profile {
    width: 100px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 10px;
    border: 5px solid #d3d3d3;
}

/* Dynamic */
.wwp-testimonials {
    background-color: #fff;
    overflow: hidden;
    padding: 0 0 20px;
    position: relative;
}
@media screen and (max-width: 768px) {
    .wwp-testimonials {
        padding: 3em 0;
    }
}

.wwp-testimonials .flexslider {
    background: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
.wwp-testimonials .slides {
    z-index: 99;
}
.wwp-testimonials .slides li blockquote {
    border-left: none;
    text-align: center;
    padding-left: 0;
    font-size: 26px;
    line-height: 46px;
    margin-bottom: 0;
}
.wwp-testimonials .slides li p cite {
    font-size: 16px;
}
.wwp-testimonials .flexslider-controls {
    margin-left: -15px;
    z-index: 100;
    position: relative;
}
.wwp-testimonials .flexslider-controls .flex-control-nav {
    padding-bottom: 30px;
}
.wwp-testimonials .flexslider-controls .flex-control-nav li {
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    .wwp-testimonials .flexslider-controls .flex-control-nav {
        padding-bottom: 30px;
    }
}
.wwp-testimonials .flexslider-controls .flex-control-nav li img {
    cursor: pointer;
    width: 50px;
    opacity: .3;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.wwp-testimonials .flexslider-controls .flex-control-nav li.flex-active img {
    opacity: 1;
}
.wwp-testimonials .flexslider-controls .flex-control-nav li:hover img {
    opacity: 1;
}

.wwp-testimonials .flexslider-layout-two .slides li blockquote {
    line-height: 26px;
}
.wwp-testimonials .flexslider-layout-two {
    position: relative;
}
.wwp-testimonials .flex-control-nav {
    clear: both;
    z-index: 99999;
}
.wwp-testimonials a {
    outline: 0 none;
}

.star-rating-testimonial {
    margin: 0;
    padding: 0;
}
.star-rating-testimonial li .fa {
    font-size: 18px;
    color: gold;
}
.star-rating-testimonial li {
    margin-right: 5px;
    display: inline-block;
    list-style-type: none;
}
.star-rating-testimonial li:last-child {
    margin-right: 0;
}

.wwp-testimonials { text-align: center; margin: 0 auto; }
.wwp-testimonials ul.star-rating-testimonial { list-style-type: none; padding: 0; }
.wwp-testimonials ul.star-rating-testimonial li { display: inline; }
.wwp-testimonials p { margin-bottom: 10px; }