/*--------------------------------------------------------------
##  Gallery Carousel
--------------------------------------------------------------*/

.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,
div.owl-carousel.owl-theme .single_wcp_item .wcp_s_item_caption h3 a {
	color: #fff;
	font-size: 18px;

}

div.owl-carousel.owl-theme .single_wcp_item h3.wcp-carousel-title,
div.owl-carousel.owl-theme .single_wcp_item h3.wcp-carousel-title a {
	color: #333;
	font-size: 16px;
	text-align: center;
	padding-top: 5px;
}

div.owl-carousel.owl-theme .single_wcp_item h3.wcp-carousel-title,
div.owl-carousel.owl-theme .single_wcp_item h3.wcp-carousel-title a,
div.owl-carousel.owl-theme .single_wcp_item .wcp_s_item_caption h3,
div.owl-carousel.owl-theme .single_wcp_item .wcp_s_item_caption h3 a {
	margin: 0 0 5px;
	border-bottom: 0;
	transition-property: color;
	transition-duration: 0.25s;
}

div.owl-carousel.owl-theme .single_wcp_item .wcp_s_item_caption p,
div.owl-carousel.owl-theme .single_wcp_item .wcp_s_item_caption p a {
	color: #fff;
}

div.owl-carousel.owl-theme .single_wcp_item p.wcp-carousel-caption,
div.owl-carousel.owl-theme .single_wcp_item p.wcp-carousel-caption a {
	color: #333;
	text-align: center;
}

div.owl-carousel.owl-theme .single_wcp_item .wcp_s_item_caption p,
div.owl-carousel.owl-theme .single_wcp_item .wcp_s_item_caption p a,
div.owl-carousel.owl-theme .single_wcp_item p.wcp-carousel-caption,
div.owl-carousel.owl-theme .single_wcp_item p.wcp-carousel-caption a {
	line-height: 18px;
	margin: 0;
	font-size: 14px;
	border-bottom: 0;
	transition-property: color;
	transition-duration: 0.25s;
}

div.owl-carousel.owl-theme .single_wcp_item h3.wcp-carousel-title a:hover,
div.owl-carousel.owl-theme .single_wcp_item p.wcp-carousel-caption a:hover {
	color: #707070;
}

div.owl-carousel.owl-theme .single_wcp_item .wcp_s_item_caption h3 a:hover,
div.owl-carousel.owl-theme .single_wcp_item .wcp_s_item_caption p a:hover {
	color: #ddd;
}


.wcp-gallery-section.owl-theme .owl-controls .owl-buttons div.owl-prev i,
.wcp-gallery-section.owl-theme .owl-controls .owl-buttons div.owl-next i{
	display: block;
}

/*--------------------------------------------------------------
##  Testimonial Style
--------------------------------------------------------------*/

.owl-carousel.owl-theme .single_wcp_testimonial {
	text-align: center
}

.owl-carousel.owl-theme .single_wcp_testimonial img {
	padding: 15px;
	border-radius: 100%;
	height: 155px;
	width: 155px;
	transition: all .5s ease-in-out;
}

.owl-carousel.owl-theme .single_wcp_testimonial p.wcp_author_name strong {
	font-size: 18px;
	line-height: 24px;
}

.owl-carousel.owl-theme .single_wcp_testimonial p.wcp_author_name .wcp_author_designation {
	font-size: 14px;
	line-height: 30px;
	color: #999;
}

/*  Style One
====================*/
.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;
}

.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;
}

.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;
}

.owl-carousel.owl-theme .single_wcp_testimonial.style_one {
	text-align: left;
}

.owl-carousel.owl-theme .single_wcp_testimonial.style_one .single_wcp_tes_c p {
	margin-bottom: 0;
}

.owl-carousel.owl-theme .single_wcp_testimonial.style_one p.wcp_author_name {
	margin-top: 5px;
	padding-left: 85px;
	text-align: left;
	margin-bottom: 15px;
}

/*  Style Two
	Style Three
=====================*/
.owl-carousel.owl-theme .single_wcp_testimonial.style_three,
.owl-carousel.owl-theme .single_wcp_testimonial.style_two {
	margin-bottom: 21px;
}

.owl-carousel.owl-theme .single_wcp_testimonial.style_three img,
.owl-carousel.owl-theme .single_wcp_testimonial.style_two img {
	margin-bottom: 7px;
}

.owl-carousel.owl-theme .single_wcp_testimonial .single_wcp_tes_c p {
	margin-bottom: 12px;
}

.owl-carousel.owl-theme .single_wcp_testimonial a,
.owl-carousel.owl-theme.wcp_post_carousel_list .wcp_single_post_carousel a {
	border-bottom: 0;
	box-shadow: none;
}

/*  Style Four
	Style Five
=====================*/
div.owl-carousel.owl-theme .single_wcp_testimonial.style_five .single_wcp_tes_c p,
div.owl-carousel.owl-theme .single_wcp_testimonial.style_four .single_wcp_tes_c p {
	margin-bottom: 12px;
}
div.owl-carousel.owl-theme .single_wcp_testimonial.style_five .single_wcp_tes_c p.wcp_author_name,
div.owl-carousel.owl-theme .single_wcp_testimonial.style_four .single_wcp_tes_c p.wcp_author_name {
	margin-bottom: 0;
}
.owl-carousel.owl-theme .single_wcp_testimonial.style_five img,
.owl-carousel.owl-theme .single_wcp_testimonial.style_four img {
	margin-top: 5px;
	margin-bottom: 9px;
}

/*  Style Six
	Style Seven
	======================*/
div.owl-carousel.owl-theme .single_wcp_testimonial.style_six .single_wcp_tes_c p,
div.owl-carousel.owl-theme .single_wcp_testimonial.style_seven .single_wcp_tes_c p {
	margin-top: 7px;
	margin-bottom: 12px;
}

div.owl-carousel.owl-theme .single_wcp_testimonial.style_seven .single_wcp_tes_c .wcp_author_name,
div.owl-carousel.owl-theme .single_wcp_testimonial.style_six .single_wcp_tes_c .wcp_author_name {
	margin-top: 0;
	margin-bottom: 14px;
}


/*  Style Three
	style_five
	style_seven

	--Transition effect--
===========================*/
div.owl-carousel.owl-theme .single_wcp_testimonial.style_three img:hover,
div.owl-carousel.owl-theme .single_wcp_testimonial.style_five img:hover,
div.owl-carousel.owl-theme .single_wcp_testimonial.style_seven img:hover {
	transform: scale(1.2);
}



div.owl-carousel.owl-theme .single_wcp_testimonial.multi-test {
	margin-left: 5px;
	margin-right: 5px;
}

.wcp-gallery-section .owl-wrapper-outer .owl-item .single_wcp_testimonial .entry-content a {
	border-bottom: 0 !important;
}

/*--------------------------------------------------------------
## WP post Carousel
--------------------------------------------------------------*/
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.wcp_readmore_btn {
	color: #666;
	display: block;
	margin-top: 10px;
	padding: 5px 15px;
	text-decoration: none;
	opacity: .7;
	border: 1px solid #666;
	width: 120px;
	text-align: center;
}

div.owl-carousel.owl-theme.wcp_post_carousel_list .wcp_single_post_carousel a.wcp_readmore_btn:hover {
	opacity: 1;
}

