/**
* 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;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  padding: 35px 0;
}

#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: #fff;
}

#bontestimonials .owl-theme .owl-dots .owl-dot.active span,
#bontestimonials .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}

/*#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: 0 0 20px;
  width: 120px;
  height: 120px;
}

#bontestimonials ul li .testimonials-inner {
  padding-bottom: 30px;
}

#bontestimonials ul li .testimonials-inner .description {
  margin-bottom: 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: "\f006";
  font-family: "FontAwesome";
  display: inline-block;
  color: #777676;
}

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

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

#bontestimonials .content-star {
    text-align: center;
    display: flex;
    justify-content: center;
}