/*============================================================================
  #Custom by Glen McNiel
==============================================================================*/
.book-quote {
  text-align: center;
  font: italic 1.25em/1.5em "Times New Roman", Times, serif; }

.modules h3:first-child {
  margin-top: 0; }

.modules h3 {
  margin-top: 2em; }

.divider {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.5), transparent);
  margin: 2em auto; }

.mentor-div {
  clear: both;
  padding: 45px 0;
  min-height: 280px;
  margin-bottom: 0; }

.mentor-img {
  float: left;
  width: 280px;
  min-height: 280px;
  margin: 0 20px 10px 0;
  padding: 8px 0 0; }

.price-bd {
  font-weight: normal; }

.price-no {
  font-weight: normal;
  color: #0ca24a; }

.price-full {
  color: #CC0000;
  text-decoration: line-through; }

.price-special {
  font-weight: bold;
  text-align: center; }

.price-discount {
  font-weight: bold;
  color: #0ca24a; }

.section--testimonial {
  height: 600px; }

/*
Inline Testimonials
=========================== */
.sales-testimonial-wrapper {
  position: relative;
  display: block;
  padding: 30px 0 40px 0;
  /*	margin-bottom: 40px; */ }

.sales-testimonial-box blockquote {
  margin: 0 0 20px;
  border: none;
  position: relative;
  padding: 0 35px 0 35px;
  font-style: italic;
  font-size: 17px; }

.sales-testimonial-box blockquote h3 {
  margin: 0 0 8px;
  font-size: 1.2em;
  font-weight: bold;
  font-family: 'Lato',sans-serif;
  color: #401f56; }

.sales-testimonial-box p {
  margin: 0;
  font-size: inherit; }

.sales-testimonial-box blockquote:before {
  position: absolute;
  font-family: 'FontAwesome';
  content: "\f10d";
  left: 0;
  top: 0;
  color: #a5a5af;
  font-style: normal;
  font-size: 20px;
  line-height: 16px; }

.sales-testimonial-box blockquote:after {
  position: absolute;
  font-family: 'FontAwesome';
  content: "\f10e";
  right: 0;
  bottom: 0;
  color: #a5a5af;
  font-style: normal;
  font-size: 20px;
  line-height: 16px; }

.sales-testimonial-box blockquote.quote-lg:before,
.sales-testimoni-box blockquote.quote-lg:after {
  font-size: 24px;
  line-height: 24px; }

.sales-testimonial-box {
  display: block;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  padding: 40px 40px 60px;
  -webkit-box-shadow: 10px 10px 0px -2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 10px 10px 0px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 0px -2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #fff; }

.sales-testimonial-box:before {
  position: absolute;
  display: block;
  font-family: 'FontAwesome';
  content: "\f10d";
  width: 80px;
  height: 80px;
  padding: 20px;
  color: #fff;
  border-radius: 50%;
  right: 10px;
  top: 0;
  text-align: center;
  font-size: 26px;
  line-height: 42px;
  overflow: hidden;
  background: #401f56; }

.sales-testimonial-box p.sales-testimonial-author {
  padding-left: 35px;
  font-size: 15px; }

.sales-testimonial-author strong {
  color: #0591a2; }

.sales-testimonial-box img {
  border-radius: 50%;
  border: solid 3px #0591a2;
  padding: 3px;
  width: 120px;
  position: absolute;
  bottom: -15px;
  left: -40px; }

/**end testimonial**/
