/* Testimonial Styles */
section.testimonials {
  background-color: #fff; }
  section.testimonials > div {
    text-align: center; }
  section.testimonials h2.heading {
    color: #1B4568; }
  section.testimonials h3.subheading {
    color: #331B09; }
  section.testimonials .heading, section.testimonials .subheading, section.testimonials .buttons {
    text-align: center; }
  section.testimonials .testimonial-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    section.testimonials .testimonial-wrap .single-testimonial {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
      flex: 0 0 33%;
      padding: 0 15px;
      text-align: center;
      font-size: 1rem;
      line-height: 1.6; }
      section.testimonials .testimonial-wrap .single-testimonial.testimonial-hide {
        display: none; }
  section.testimonials .load-more-btn {
    padding: 10px 15px;
    margin-top: 35px;
    display: inline-block;
    font-weight: bold;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 4px; }
  section.testimonials .buttons {
    margin-top: 40px; }
  section.testimonials.primary .heading, section.testimonials.primary .subheading, section.testimonials.primary p, section.testimonials.primary cite, section.testimonials.primary-dark .heading, section.testimonials.primary-dark .subheading, section.testimonials.primary-dark p, section.testimonials.primary-dark cite, section.testimonials.secondary .heading, section.testimonials.secondary .subheading, section.testimonials.secondary p, section.testimonials.secondary cite, section.testimonials.secondary-dark .heading, section.testimonials.secondary-dark .subheading, section.testimonials.secondary-dark p, section.testimonials.secondary-dark cite, section.testimonials.brown-dark .heading, section.testimonials.brown-dark .subheading, section.testimonials.brown-dark p, section.testimonials.brown-dark cite, section.testimonials.dark .heading, section.testimonials.dark .subheading, section.testimonials.dark p, section.testimonials.dark cite {
    color: #fff; }
  section.testimonials.primary .load-more-btn, section.testimonials.primary-dark .load-more-btn, section.testimonials.secondary .load-more-btn, section.testimonials.secondary-dark .load-more-btn, section.testimonials.brown-dark .load-more-btn, section.testimonials.dark .load-more-btn {
    color: #fff;
    border: 2px solid #fff; }
  section.testimonials.light .heading, section.testimonials.light .subheading, section.testimonials.light p, section.testimonials.light cite {
    color: #1f1f1f; }
  section.testimonials.light .load-more-btn {
    color: #1f1f1f;
    border: 2px solid #1f1f1f; }
  section.testimonials.white h2.heading, section.testimonials.white p, section.testimonials.white cite {
    color: #1B4568; }
  section.testimonials.white h3.subheading {
    color: #331B09; }
  section.testimonials.white .load-more-btn {
    color: #1B4568;
    border: 2px solid #1B4568; }
  section.testimonials.brown .heading, section.testimonials.brown .subheading, section.testimonials.brown p, section.testimonials.brown cite {
    color: #331B09; }
  section.testimonials.brown .load-more-btn {
    color: #331B09;
    border: 2px solid #331B09; }
  section.testimonials.primary {
    background-color: #007CC3; }
    section.testimonials.primary .load-more-btn:hover {
      background-color: #fff;
      color: #007CC3; }
  section.testimonials.primary-dark {
    background-color: #1B4568; }
    section.testimonials.primary-dark .load-more-btn:hover {
      background-color: #fff;
      color: #1B4568; }
  section.testimonials.secondary {
    background-color: #78A12E; }
    section.testimonials.secondary .load-more-btn:hover {
      background-color: #fff;
      color: #78A12E; }
  section.testimonials.secondary-dark {
    background-color: #536F21; }
    section.testimonials.secondary-dark .load-more-btn:hover {
      background-color: #fff;
      color: #536F21; }
      section.testimonials.brown-dark {
    background-color: #331B09!important;
}

  section.testimonials.brown {
    background-color: #eeedeb; }
    section.testimonials.brown .load-more-btn:hover {
      background-color: #331B09;
      color: #eeedeb; }
  section.testimonials.dark {
    background-color: #1f1f1f; }
    section.testimonials.dark .load-more-btn:hover {
      background-color: #fff;
      color: #1f1f1f; }
  section.testimonials.light {
    background-color: #eee; }
  @media only screen and (max-width: 600px) {
    section.testimonials .testimonial-wrap {
      display: block; }
      section.testimonials .testimonial-wrap .single-testimonial {
        width: 100%;
        margin-bottom: 30px; }
        section.testimonials .testimonial-wrap .single-testimonial p {
          margin-bottom: 5px; }
        section.testimonials .testimonial-wrap .single-testimonial.mobile-hide {
          display: none; } }
