/**
* 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 {
  position: relative;
}

#bontestimonials_blck {
  background-image: linear-gradient(#E8F8F3, #fff);
  margin: 0 -501%;
  padding: 32px 500% 0;
  /* display: flex; */
}
#product #bontestimonials_blck {padding-bottom: 0;}
#bontestimonials .owl-prev,
#bontestimonials .owl-next {
  position: absolute;
  transform: translate(0, -50%);
}

#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 {
  background: #333;
}

#bontestimonials h4 {
  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 {
  list-style-type: none;
  text-align: left;
}

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

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

#bontestimonials ul li .testimonials-inner .description {
  margin-bottom: 10px;
  font-size: 15px;
  color: #808080;
  line-height: 22px;
}

#bontestimonials ul li .testimonials-inner .h5 {
  font-weight: 400;
  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: 15px;
  display: inline-block;
  line-height: 15px;
}

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

.home_tp_blk img {
  mix-blend-mode: multiply;
}

.home_tp_blk p {
  font-size: 19px;
  padding-right: 15px;
  font-family: 'NeurialGrotesk-Medium';
  padding-top: 20px;
}

.test_inoofo {
  padding: 5px 0;
  font-size: 19px;
  font-family: 'NeurialGrotesk-Medium';
}

@media(max-width: 767px) {
  .home_tp_blk p {
    font-size: 19px;
    padding-right: 55px;
    padding-top: 20px;
    line-height: 26px;
  }

  .home_tp_blk {
    padding-bottom: 2rem;
  }

  #bontestimonials {
    padding-top: 1rem;
  }
}

#bontestimonials .owl-theme .owl-dots {
  top: unset;
    right: 50%;
}

/* #bontestimonials .owl-theme .owl-dots {
  display: none
} */
