/* Start Content Pattern */
#testimonials-secondary .secondary-tools {
  text-align: center;
  padding: 20px;
}
#testimonials-secondary .ts-source {
  margin-bottom: 0;
  text-align: right;
  font-style: italic;
  padding-right: 45px;
}
#testimonials-secondary .ts-site {
  text-align: right;
  font-style: italic;
  padding-right: 45px;
}
#testimonials-secondary blockquote {
  position: relative;
}
#testimonials-secondary blockquote::after {
  content: '';
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 38px;
  height: 38px;
  background-image: url("/assets/templates/main/images/icons/icon-google-reviews.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

@media all and (max-width: 800px) {
  #testimonials-secondary blockquote::after {
    bottom: 2px;
  }
}
/* End Content Pattern */

/* Start Layout Pattern */
#sidebar-content-bottom .secondary-tools, .full-width .secondary-tools {
  background-color: rgba(248,248,248,0.8);
}
#testimonials-secondary.secondary-tools-outer {
  background-image: url(/assets/templates/main/images/backgrounds/reviews-background-image.jpg);
  background-position: center center;
  background-size: cover;
}
@media all and (min-width: 801px) {
  .full-width #testimonials-secondary {
    background-position: right center;
  }
  .full-width #testimonials-secondary .secondary-tools {
    width: 50%; 
  }
}
@media all and (max-width: 800px) {
  #testimonials-secondary.secondary-tools-outer .secondary-tools {
    width: 80%;
    margin: 0 auto;
  }
}
@media all and (max-width: 570px) {
  #testimonials-secondary.secondary-tools-outer .secondary-tools {
    width: 100%;
  }
}
/* End Layout Pattern */