/**
* 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 {
  text-align: center;
  position: relative;
  background-color: #f6f1f1;
  background-position: left top;
  background-size: 1730px;
}

#bontestimonials .bontestimonials-inner {
  max-width: 1730px;
}

#bontestimonials .bontestimonials-slider {
  overflow: hidden;
}

#bontestimonials .products-section-title,
#bontestimonials .bontestimonials-description {
  margin-right: auto;
  margin-left: auto;
}

#bontestimonials ul {
  margin-bottom: 0;
}

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

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

#bontestimonials .bontestimonials-description {
  max-width: 975px;
}

#bontestimonials .bontestimonials-description p {
  font-family: 'Playfair Display';
  font-style: italic;
  color: #464343;
  line-height: 1.5;
  margin-bottom: 0;
}

#bontestimonials p.h3 {
  font-weight: 600;
  margin-bottom: 9px;
  line-height: 1.5;
  color: #212121;
  line-height: 1.57;
}

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

#bontestimonials ul li:not(:last-child) {
  margin-bottom: 20px;
}

#bontestimonials ul li img {
  border-radius: 100%;
  display: inline-block;
  margin-bottom: 2px;
  width: 109px;
  height: 109px;
}

#bontestimonials .star {
  position: relative;
  width: 24px;
  overflow: hidden;
  cursor: pointer;
  font-weight: normal;
  height: 24px;
  display: inline-block;
}

#bontestimonials .star:after {
  content: '\e055';
  font-family: "fl-outicons";
  color: #ffab2d;
}

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

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

@media screen and (min-width: 1881px) {
  #bontestimonials {
    padding-top: 62px;
    padding-bottom: 198px;
  }
  #bontestimonials .products-section-title {
    max-width: 480px;
    margin-bottom: 96px;
  }

  #bontestimonials .bontestimonials-description {
    margin-bottom: 86px;
  }

  #bontestimonials .bontestimonials-description p {
    font-size: 24px;
  }

  #bontestimonials p.h3 {
    font-size: 28px;
  }
} 

@media (min-width: 320px) and (max-width: 1880px) {
  #bontestimonials {
    padding-top: calc(30px + (62 - 30) * ((100vw - 320px) / (1880 - 320)));
    padding-bottom: calc(30px + (198 - 30) * ((100vw - 320px) / (1880 - 320)));
  }

  #bontestimonials .products-section-title {
    max-width: calc(200px + (480 - 200) * ((100vw - 320px) / (1880 - 320)));
    margin-bottom: calc(30px + (96 - 30) * ((100vw - 320px) / (1880 - 320)));
  }

  #bontestimonials .bontestimonials-description {
    margin-bottom: calc(30px + (86 - 30) * ((100vw - 320px) / (1880 - 320)));
  }

  #bontestimonials .bontestimonials-description p {
    font-size: calc(16px + (24 - 16) * ((100vw - 320px) / (1880 - 320)));
  }

  #bontestimonials p.h3 {
    font-size: calc(18px + (28 - 18) * ((100vw - 320px) / (1880 - 320)));
  }
} 
