/* ---------------------------------------- Testimonials --------------------------------------- */
.lae-testimonials {
  clear: both; }
  .lae-testimonials .lae-testimonial {
    margin-bottom: 20px; }
  .lae-testimonials .lae-testimonial-text {
    background: #ffffff;
    border: 1px solid #dbdbdb;
    border-radius: 30px;
    text-align: center;
    position: relative;
    padding: 20px;
    margin-bottom: 40px;
    font-style: italic;
    font-size: 15px;
    line-height: 24px;
    color: #888;
    text-align: center;
    max-width: 450px; }
    .lae-dark-bg .lae-testimonials .lae-testimonial-text {
      color: #666;
      background: #eee; }
    .lae-testimonials .lae-testimonial-text:after {
      content: '';
      display: block;
      background: #fff;
      border-left: 1px solid #dbdbdb;
      border-bottom: 1px solid #dbdbdb;
      background: #ffffff;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: skew(0deg, -44deg);
      width: 24px;
      height: 24px;
      position: absolute;
      bottom: -12px;
      left: 40px;
      margin: auto; }
      .rtl .lae-testimonials .lae-testimonial-text:after {
        left: auto;
        right: 40px; }
      .lae-dark-bg .lae-testimonials .lae-testimonial-text:after {
        background: #eee; }
  .lae-testimonials .lae-testimonial-user {
    display: table; }
    .lae-testimonials .lae-testimonial-user .lae-image-wrapper {
      display: table-cell; }
      .lae-testimonials .lae-testimonial-user .lae-image-wrapper img {
        max-width: 64px;
        border-radius: 50%;
        margin-right: 20px; }
        .rtl .lae-testimonials .lae-testimonial-user .lae-image-wrapper img {
          margin: 0 0 0 20px; }
    .lae-testimonials .lae-testimonial-user .lae-text {
      display: table-cell;
      vertical-align: middle;
      color: #888; }
      .lae-dark-bg .lae-testimonials .lae-testimonial-user .lae-text {
        color: #909090; }
      .lae-testimonials .lae-testimonial-user .lae-text .lae-author-name {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 1px;
        font-weight: bold;
        color: #333;
        text-transform: uppercase;
        clear: none;
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 5px;
        color: #333; }
        .lae-dark-bg .lae-testimonials .lae-testimonial-user .lae-text .lae-author-name {
          color: #e5e5e5; }

/*# sourceMappingURL=testimonials.css.map */