@import "../../../../assets/css/labb-lib";

.labb-testimonials-slider {
  position: relative;
  &.labb-container {
    max-width: 900px;
    margin: 0 auto;
  }
  .labb-testimonial-text {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 40px;
    font-size: 18px;
    line-height: 32px;
    font-style: italic;
    color: #666;
    .labb-dark-bg & {
      color: #ccc;
    }
    i {
      color: #ccc;
      font-size: 32px;
      display: block;
      margin-bottom: 35px;
      background: none;
      width: auto;
      height: auto;
      .labb-dark-bg & {
        color: #ddd;
      }
    }
    }
  .labb-testimonial-user {
    display: table;
    margin: 0 auto;
    .labb-image-wrapper {
      display: table-cell;
      img {
        max-width: 64px;
        border-radius: 50%;
        padding-right: 15px;
        }
      }
    .labb-text {
      display: table-cell;
      vertical-align: middle;
      color: #888;
      .labb-dark-bg & {
        color: #909090;
      }
      .labb-author-name {
        @include labb-heading-style();
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 5px;
        .labb-dark-bg & {
          color: #e5e5e5;
        }        
        }
      }
    }
  }