/**
* 2015-2016 Bonpresta
*
* Bonpresta Responsive testimonials carousel
*
* NOTICE OF LICENSE
*
* This source file is subject to the General Public License (GPL 2.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/GPL-2.0
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade the module to newer
* versions in the future.
*
*  @author    Bonpresta
*  @copyright 2015-2016 Bonpresta
*  @license   http://opensource.org/licenses/GPL-2.0 General Public License (GPL 2.0)
*/

.bontestimonials-page li {
  margin-bottom: 50px;
}

.bontestimonials-page li .description {
  padding: 0 35px;
}

#bontestimonials {
  text-align: center;
  position: relative;
}

#bontestimonials .owl-nav {
  position: absolute;
  right: 0;
  bottom: -4px;
}

#bontestimonials .owl-theme .owl-nav [class*="owl-"] {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#bontestimonials .owl-theme .owl-nav [class*="owl-"]:hover {
  background: #333;
}

#bontestimonials .owl-theme .owl-dots .owl-dot.active span,
#bontestimonials .owl-theme .owl-dots .owl-dot:hover span {
  width: 0;
  height: 0;
}

#bontestimonials h4 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: normal;
}

#bontestimonials h4 span {
  display: block;
  margin: 5px 0;
  font-size: 12px;
  color: #777;
}

#bontestimonials ul li {
  text-align: center;
}

#bontestimonials ul li img {
  border-radius: 100%;
  display: inline-block;
  margin: 20px 0 15px;
  width: 120px;
  height: 120px;
}


#bontestimonials ul li .testimonials-inner .description {
  margin-bottom: 10px;
  padding: 0 10px;
}

#bontestimonials ul li .testimonials-inner h5 {
  font-weight: 700;
  margin-top: 12px;
}

#bontestimonials ul li .testimonials-inner em {
  font-style: italic;
  display: block;
}

#bontestimonials .star {
  position: relative;
  width: 14px;
  overflow: hidden;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  margin: 0 1px 0 0;
  height: 16px;
  display: inline-block;
}

#bontestimonials div.star:after {
  content: '\e055';
  font-family: "fl-outicons";
  font-size: 14px;
  color: #FFD314;
}

#bontestimonials div.star.star_on:after {
  content: '\e056';
  font-family: "fl-outicons";
}

#bontestimonials div.star.star_hover:after {
  content: "\f005";
  font-family: "FontAwesome";
  display: inline-block;
  color: #ef8743;
}

#bontestimonials .content-star {
  text-align: center;
  margin-bottom: 0.5rem;
}

#bontestimonials .date {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  margin-bottom: 0;
}

#bontestimonials .comment-counter i {
  margin-right: 5px;
}


#bontestimonials .horizontal-dots {
  justify-content: center;
  display: flex;

}

#bontestimonials .horizontal-dots {
  padding-bottom: 10px;
  margin-top: 0;
}

#bontestimonials .horizontal-dots li {
  margin: 0 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

#bontestimonials .horizontal-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  border: 0;
  position: relative;
}

#bontestimonials .horizontal-dots li button:before {
  font-family: 'slick';
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 35px;
  content: '';
  opacity: .25;
  color: transparent;
  background: #af9fd6;
}

#bontestimonials .horizontal-dots li.slick-active button:before {
  opacity: .75;
}
