//
// 9. Testimonial
//
.testimonial-description {
  margin-top: 50px;
  border-radius: 5px;
  padding: 30px 30px 20px 30px;
  position: relative;
  background-color: $white;
  box-shadow: 1px 1px 2px rgba($gray-400, 0.32);
  &:after {
      content: "";
      bottom: -15px;
      left: 50px;
      position: absolute;
      width: 0;
      height: 0;
      border-top: 15px solid $white;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
  }
  p {
      line-height: 24px;
      font-size: 14px;
      font-style: italic;
  }
}

.testimonial-user-thumb {
  &.user-thumb {
      margin-right: 15px;
      img {
          border-radius: 50%;
          width: 60px;
          height: 60px;
      }
  }
}

.testimonial-user-info {
  padding-left: 30px;
  margin-top: 35px;
  .testimonial-user-name {
      margin-bottom: 0px;
  }
  .user-position {
      font-weight: 400;
      display: block;
  }
  .user-thumb,
  .user-text {
      display: inline-block;
      vertical-align: bottom;
  }
} //
// 9. Testimonial
//
.testimonial-description {
  margin-top: 50px;
  border-radius: 5px;
  padding: 30px 30px 20px 30px;
  position: relative;
  background-color: $white;
  box-shadow: 1px 1px 2px rgba($gray-400, 0.32);
  &:after {
      content: "";
      bottom: -15px;
      left: 50px;
      position: absolute;
      width: 0;
      height: 0;
      border-top: 15px solid $white;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
  }
  p {
      line-height: 24px;
      font-size: 14px;
      font-style: italic;
  }
}

.testimonial-user-thumb {
  &.user-thumb {
      margin-right: 15px;
      img {
          border-radius: 50%;
          width: 60px;
          height: 60px;
      }
  }
}

.testimonial-user-info {
  padding-left: 30px;
  margin-top: 35px;
  .testimonial-user-name {
      margin-bottom: 0px;
  }
  .user-position {
      font-weight: 400;
      display: block;
  }
  .user-thumb,
  .user-text {
      display: inline-block;
      vertical-align: bottom;
  }
}