/*-------------------------------------------------------------------------

   Plugin Name: Easy Testimonial Manager
   Description:  Easy Testimonial Manager Plugin allows you to easily display testimonials along with Photo, Name, Company, URL and social profiles.
   Version: 1.2.0
   Plugin URI: http://www.jwthemes.com
   Author: JW Themes
   Author URI: http://www.jwthemes.com
   License: Under GPL2

--------------------------------------------------------------------------*/

.easy_testimonial{text-align:center; position:relative; padding-top:15px;}
.easy_testimonial p{font-size:22px; color:#666; font-weight:300;}
.easy_testimonial .testimonial_image{width:100px; height:100px; border:4px solid #fff; box-shadow:0 0 1px #999; border-radius:50%; overflow:hidden; display:block; margin:0 auto;}
.easy_testimonial .testimonial_image img{width:100%; height:auto;}
.easy_testimonial h3{font-size:26px; color:#1abc9c; text-transform:capitalize; font-weight:normal; margin-bottom:0 !important}
.easy_testimonial h4{font-size:18px; color:#888; font-weight:normal; margin-top:0 !important; margin-bottom:0 !important; padding:5px;}
.easy_testimonial h4 a{color:#888; text-decoration:none;}
.easy_testimonial h4 a:hover{color:#1abc9c}
.easy_testimonial .jw_social_links a{display:inline-block; border:1px solid #ccc; font-size:17px; padding:2px 0; margin:15px 2px; width:32px; height:auto; border-radius:4px; text-align:center; color:#888; text-decoration:none;}
.easy_testimonial .jw_social_links a:hover{color:#1abc9c}

.easy_testimonial_controls{margin-top:10px; position:absolute; top:47%; left:0; width:100%;}
.easy_testimonial_controls .prevDiv,
.easy_testimonial_controls .nextDiv{font-size:32px; background:rgba(0,0,0,0.3); color:#fff; width:48px; height:48px; border-radius:4px; cursor:pointer;  visibility:hidden;}
.easy_testimonial:hover .prevDiv,
.easy_testimonial:hover .nextDiv{visibility:visible;}

.easy_testimonial_controls .prevDiv{float:left}
.easy_testimonial_controls .nextDiv{float:right;}

.easy_testimonial_controls .prevDiv .fa{margin-left:-3px;}
.easy_testimonial_controls .nextDiv .fa{margin-right:-2px;}

.easy_testimonial_controls .prevDiv:hover,
.easy_testimonial_controls .nextDiv:hover{background:rgba(0,0,0,0.7)}

.bx-viewport{top:0 !important; left:0 !important;}
.bx-viewport ul{padding: 0 !important; margin:0 !important;}