/* IMPORT THE FRAMEWORK */
.pagination, .testimonial-listing, .testimonials-wrapper {
  position: relative;
}

.testimonial-listing .author, .testimonial-listing p, .testimonial-listing:after {
  display: block;
}

.pagination {
  clear: both;
}
.pagination:after {
  display: table;
  content: "";
  clear: both;
}

.testimonial-listing:after {
  content: "";
}

.pagination, .testimonial-listing {
  text-align: center;
}

.testimonial-listing {
  margin-left: auto;
  margin-right: auto;
}

.testimonial-listing .author {
  text-transform: uppercase;
}

.pagination {
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (max-width: 1921px) {
  .pagination {
    padding-left: 4.5em;
    padding-right: 4.5em;
  }
}
@media screen and (max-width: 960px) {
  .pagination {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.testimonials-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (min-width: 451px) and (max-width: 1200px) {
  .testimonials-wrapper {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }
}
@media screen and (max-width: 450px) {
  .testimonials-wrapper {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}

.testimonial-listing .author, .testimonial-listing p {
  font-size: 1.1em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .testimonial-listing .author, .testimonial-listing p {
    font-size: 1em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .testimonial-listing .author, .testimonial-listing p {
    font-size: 1em;
  }
}
@media screen and (max-width: 450px) {
  .testimonial-listing .author, .testimonial-listing p {
    font-size: 0.95em;
  }
}

.testimonial-listing .author, .testimonial-listing p {
  font-weight: normal;
  line-height: 1.6em;
  margin-bottom: 1.5em;
}

.hero {
  background-image: url("/app/images/testimonials/hero.jpg");
}

.testimonial-listing {
  width: 70%;
  color: #333333;
  padding: 0 0 3em 0;
}
.testimonial-listing:after {
  width: 60%;
  background-color: #e6e7e8;
  height: 1px;
  margin: 3em auto;
}
.testimonial-listing .author {
  color: #672993;
}

.pagination {
  padding-top: 3em;
  padding-bottom: 3em;
  color: #1c1c1c;
}
.pagination a {
  color: #555455;
}
.pagination a:hover {
  color: #6f6d6f;
}
.pagination a:active {
  color: #3b3b3b;
}
.pagination .prev {
  float: left;
}
.pagination .next {
  float: right;
}
