/*

Theme Name: Pro &ndash; Child Theme
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/


/* testimonials */
.testimonial_rotator_img img {
    border-radius: 100%;
}
.testimonial_rotator.template-default .testimonial_rotator_author_info {
    padding: 7px 15px;
}

.testimonial_rotator_author_info p {
    margin-bottom: 0;
}
.testimonial_rotator_wrap.with-prevnext {
    padding: 10px 75px;
	-webkit-transition: height 1s;
    -moz-transition: height 1s;
    -ms-transition: height 1s;
    -o-transition: height 1s;
    transition: height 1s;
}
.testimonial_rotator_prev, 
.testimonial_rotator_next{
	background: #F9182A;
  color: #fff;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  box-shadow: -1px 0px 10px rgba(0, 0, 0, 0.3);
}
.testimonial_rotator_prev:hover, .testimonial_rotator_next:hover{
	background: #000;
	color: #fff;
}
.testimonial_rotator_nav .fa {
    position: absolute;
    transform: translateY(16px);
    left: 18px;
}
.testimonial_rotator.template-longform hr.longform_hr{
	margin: 10px auto;
	background: #c3c3c3;
}
.testimonialss .testimonial_rotator_wrap.with-prevnext{
  padding: 0;
}
.testimonial_rotator.template-longform hr.longform_hr {
    background: #F9182A;
}
.testimonial_rotator_wrap {
    margin: 0 10px;
}
.testimonial_rotator_wrap.with-prevnext {
    padding: 0 75px;
	color: #fff;
}

@media (min-width: 768px){
	.flex{
		display: -webkit-flex;
		display: flex;
	}
}