
div.owl-carousel.owl-theme .single_wcp_testimonial {
    text-align: center
}

div.owl-carousel.owl-theme .single_wcp_testimonial img {
    border-radius: 500px;
    box-shadow: 0 0 0;
    height: 150px;
    width: 150px;
}

div.owl-carousel.owl-theme .single_wcp_testimonial h2 {
    margin: 10px 0;
}

div.owl-carousel.owl-theme .single_wcp_testimonial.style_one {
    text-align: left;
}

div.owl-carousel.owl-theme .single_wcp_testimonial.style_one p.wcp_author_name {
    margin-top: 5px;
    padding-left: 85px;
    text-align: left;
}

div.owl-carousel.owl-theme .single_wcp_testimonial.style_one .single_wcp_tes_c {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    color: #333;
    padding: 15px;
    position: relative;
}

div.owl-carousel.owl-theme .single_wcp_testimonial.style_one .single_wcp_tes_c p:last-child {
    margin-bottom: 0;
}

div.owl-carousel.owl-theme .single_wcp_testimonial.style_one .single_wcp_tes_c:before {
    border-color: #ddd transparent;
    border-style: solid;
    border-width: 20px 20px 0;
    bottom: -20px;
    content: "";
    display: block;
    left: 40px;
    position: absolute;
    width: 0;
}

div.owl-carousel.owl-theme .single_wcp_testimonial.style_one .single_wcp_tes_c:after {
    border-color: #fff transparent;
    border-style: solid;
    border-width: 18px 18px 0;
    bottom: -18px;
    content: "";
    display: block;
    left: 42px;
    position: absolute;
    width: 0;
}

.single_wcp_item {
    position: relative;
}

div.owl-carousel.owl-theme .single_wcp_item .wcp_s_item_caption {
    bottom: 0;
    color: #fff;
    position: absolute;
    width: 100%;
}

div.owl-carousel.owl-theme .single_wcp_item .wcp_s_item_caption .wcp_s_item_overlay {
    background: none repeat scroll 0 0 #000;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

div.owl-carousel.owl-theme .single_wcp_item .wcp_s_item_caption .single_wcp_caption_inner {
    padding: 15px;
    position: relative;
    z-index: 9;
}

div.owl-carousel.owl-theme .single_wcp_item .wcp_s_item_caption h3 {
    color: #fff;
    font-size: 18px;
    margin: 0 0 5px;
}

div.owl-carousel.owl-theme .single_wcp_item .wcp_s_item_caption p {
    line-height: 25px;
    margin: 0;
}

div.owl-carousel.owl-theme.wcp_post_carousel_list .wcp_single_post_carousel {
    margin: 10px;
}

div.owl-carousel.owl-theme.wcp_post_carousel_list .wcp_single_post_carousel img {
    float: none;
}

div.owl-carousel.owl-theme.wcp_post_carousel_list .wcp_single_post_carousel h2 {
    font-size: 18px;
    margin: 5px 0;
}

div.owl-carousel.owl-theme.wcp_post_carousel_list .wcp_single_post_carousel a {
}

div.owl-carousel.owl-theme.wcp_post_carousel_list .wcp_single_post_carousel a.wcp_readmore_btn {
    background: none repeat scroll 0 0 #666;
    color: #fff;
    display: block;
    margin-top: 10px;
    padding: 5px 15px;
    text-decoration: none;
    width: 100px;
    text-align: center;
    opacity: .7;
}

div.owl-carousel.owl-theme.wcp_post_carousel_list .wcp_single_post_carousel a.wcp_readmore_btn:hover {
    opacity: 1;
}