/**
 * Gutenberg Blocks Frontend Styles
 *
 * This file imports the less needed to style our own blocks in the frontend
 */
/* Micro ClearFix Mixin */
.wp-block-agncy-testimonials {
  margin-bottom: 24px;
}
.wp-block-agncy-testimonials .wp-block-agncy-testimonial {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-block-agncy-testimonials .wp-block-agncy-testimonial .testimonial-quote {
  margin-bottom: 0;
}
.wp-block-agncy-testimonials .wp-block-agncy-testimonial .testimonial-image-wrapper,
.wp-block-agncy-testimonials .wp-block-agncy-testimonial .testimonial-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 16px;
}
.wp-block-agncy-testimonials .wp-block-agncy-testimonial .testimonial-image-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}
.wp-block-agncy-testimonials .wp-block-agncy-testimonial .testimonial-image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-agncy-testimonials .wp-block-agncy-testimonial .testimonial-content-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 50%;
}
.wp-block-agncy-testimonials .wp-block-agncy-testimonial .testimonial-content-wrapper .testimonial-text,
.wp-block-agncy-testimonials .wp-block-agncy-testimonial .testimonial-content-wrapper .testimonial-name {
  margin-bottom: 0;
}
.wp-block-agncy-testimonials .wp-block-agncy-testimonial .testimonial-content-wrapper .testimonial-text {
  text-transform: uppercase;
  font-style: italic;
  padding-bottom: 12px;
}
.wp-block-agncy-testimonials .wp-block-agncy-testimonial .testimonial-content-wrapper .testimonial-name {
  font-weight: bold;
  font-size: 80%;
}
.wp-block-agncy-testimonials .wp-block-agncy-testimonial.image-align-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.wp-block-agncy-testimonials .wp-block-agncy-testimonial.has-image .testimonial-image-wrapper {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  overflow: hidden;
}
.wp-block-agncy-testimonials .wp-block-agncy-testimonial.has-image .testimonial-image {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .wp-block-agncy-testimonials {
    margin-bottom: 27px;
  }
  .wp-block-agncy-testimonials .wp-block-agncy-testimonial .testimonial-content-wrapper .testimonial-text {
    padding-bottom: 13.5px;
  }
  .wp-block-agncy-testimonials .wp-block-agncy-testimonial.has-image .testimonial-image-wrapper {
    height: 135px;
    width: 135px;
  }
}
