/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.gts-testimonial-block {
  padding: 20px;
  background: #f3f3f3;
  margin-bottom: 1em;
  border-radius: 10px;
  min-height: 160px; }
  .gts-testimonial-block blockquote {
    border-left: none;
    margin-bottom: 1em; }

.testimonial-slider {
  margin-bottom: 2em; }

.testimonial-text {
  font-size: 1.5em;
  line-height: 1.5;
  font-style: normal; }

.testimonial-author-container {
  text-align: center; }

.testimonial-author-link,
.testimonial-author-name {
  padding-left: 12px;
  margin-bottom: 5px;
  font-style: normal; }

span.testimonial-author {
  font-style: normal; }

.fa.fa-quote-left {
  padding-right: 12px;
  font-size: 1.25em; }

.fa.fa-quote-right {
  padding-left: 12px;
  font-size: 1.25em; }

ol.carousel-indicators {
  bottom: -25px; }

ol.carousel-indicators li {
  background-color: rgba(167, 167, 167, 0.5); }

ol.carousel-indicators .active {
  background-color: black; }

.entry-content a.carousel-control-prev,
.entry-content a.carousel-control-next {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: none; }
  .entry-content a.carousel-control-prev:hover, .entry-content a.carousel-control-prev:focus, .entry-content a.carousel-control-prev:active,
  .entry-content a.carousel-control-next:hover,
  .entry-content a.carousel-control-next:focus,
  .entry-content a.carousel-control-next:active {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: none; }

.carousel-control-next-icon,
.carousel-control-prev-icon {
  color: #000; }

.gts-testimonial-slider-block.testimonial-slider {
  background: #f3f3f3;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 1em;
  min-height: 160px; }
  .gts-testimonial-slider-block.testimonial-slider blockquote {
    border-left: none; }

.gts__picture {
  position: relative; }
  .gts__picture .gts__picture__image {
    width: 100px;
    height: 100px;
    margin-right: 30px;
    margin-left: 4.5px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #dadada;
    font-size: .8em;
    background-size: cover;
    background-position: center; }

.w-75 {
  padding-left: 1em; }

.icofont-quote-right {
  font-size: 36px;
  color: #1447ea; }

.clint-img {
  height: 80px;
  width: 80px;
  border: 2px solid #fff;
  overflow: hidden;
  bottom: calc(100% - 46px);
  background: transparent;
  left: 40px;
  -webkit-box-shadow: 0px 10px 40px rgba(2, 31, 123, 0.1);
          box-shadow: 0px 10px 40px rgba(2, 31, 123, 0.1);
  position: absolute; }

.clint-img img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1); }

.rounded-circle {
  border-radius: 50% !important; }

img {
  vertical-align: middle;
  border-style: none; }
