/*------------------------------------------------------------------
Testimonial
-------------------------------------------------------------------*/
.oew-testimonial-wrapper.oew-testimonial-bubble .oew-testimonial-content {
  position: relative;
  background-color: #f4f4f4;
  padding: 20px; }
  .oew-testimonial-wrapper.oew-testimonial-bubble .oew-testimonial-content:after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background-color: #f4f4f4;
    position: absolute;
    top: calc(100% - 7px);
    -webkit-transform: scaleX(0.75) rotate(45deg);
    -ms-transform: scaleX(0.75) rotate(45deg);
    transform: scaleX(0.75) rotate(45deg);
    border-width: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }

.oew-testimonial-wrapper.oew-testimonial-bubble.oew-testimonial-text-align-left .oew-testimonial-content:after {
  left: calc(20px + (50px/2)); }

.oew-testimonial-wrapper.oew-testimonial-bubble.oew-testimonial-text-align-center .oew-testimonial-content:after {
  left: 50%;
  -webkit-transform: translateX(-50%) scaleX(0.75) rotate(45deg);
  -ms-transform: translateX(-50%) scaleX(0.75) rotate(45deg);
  transform: translateX(-50%) scaleX(0.75) rotate(45deg); }

.oew-testimonial-wrapper.oew-testimonial-bubble.oew-testimonial-text-align-right .oew-testimonial-content:after {
  right: calc(20px + (50px/2)); }

.oew-testimonial-wrapper.oew-testimonial-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  align-items: center; }
  .oew-testimonial-wrapper.oew-testimonial-inline.oew-testimonial-image-before .oew-testimonial-image {
    padding-right: 20px; }
  .oew-testimonial-wrapper.oew-testimonial-inline.oew-testimonial-image-before .oew-testimonial-symbol {
    padding-left: 20px; }
  .oew-testimonial-wrapper.oew-testimonial-inline.oew-testimonial-image-after .oew-testimonial-image {
    padding-left: 20px; }
  .oew-testimonial-wrapper.oew-testimonial-inline.oew-testimonial-image-after .oew-testimonial-symbol {
    padding-right: 20px; }
  .oew-testimonial-wrapper.oew-testimonial-inline .oew-testimonial-image {
    width: 30%; }
    .oew-testimonial-wrapper.oew-testimonial-inline .oew-testimonial-image img {
      width: 100%;
      height: auto; }
  .oew-testimonial-wrapper.oew-testimonial-inline .oew-testimonial-content {
    margin: 0; }
  .oew-testimonial-wrapper.oew-testimonial-inline .oew-testimonial-meta {
    margin-top: 15px; }
  .oew-testimonial-wrapper.oew-testimonial-inline .oew-testimonial-symbol {
    margin: 0; }

.oew-testimonial-wrapper.oew-testimonial-text-align-left {
  text-align: left; }
  .oew-testimonial-wrapper.oew-testimonial-text-align-left .oew-testimonial-symbol {
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }

.oew-testimonial-wrapper.oew-testimonial-text-align-center {
  text-align: center; }
  .oew-testimonial-wrapper.oew-testimonial-text-align-center .oew-testimonial-symbol {
    -webkit-justify-content: center;
    justify-content: center; }

.oew-testimonial-wrapper.oew-testimonial-text-align-right {
  text-align: right; }
  .oew-testimonial-wrapper.oew-testimonial-text-align-right .oew-testimonial-symbol {
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }

.oew-testimonial-wrapper .oew-testimonial-symbol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px; }
  .oew-testimonial-wrapper .oew-testimonial-symbol .oew-testimonial-symbol-inner {
    line-height: 1; }
  .oew-testimonial-wrapper .oew-testimonial-symbol path {
    fill: #dadada; }

.oew-testimonial-wrapper .oew-testimonial-content {
  font-size: 22px;
  font-style: italic;
  margin-bottom: 30px; }

.oew-testimonial-wrapper .oew-testimonial-meta {
  width: 100%;
  line-height: 1; }
  .oew-testimonial-wrapper .oew-testimonial-meta.oew-testimonial-image-position-aside .oew-testimonial-image,
  .oew-testimonial-wrapper .oew-testimonial-meta.oew-testimonial-image-position-aside .oew-testimonial-details {
    display: table-cell;
    vertical-align: middle; }
  .oew-testimonial-wrapper .oew-testimonial-meta.oew-testimonial-image-position-aside .oew-testimonial-image {
    padding-right: 15px; }
  .oew-testimonial-wrapper .oew-testimonial-meta.oew-testimonial-image-position-aside .oew-testimonial-details {
    text-align: left; }
  .oew-testimonial-wrapper .oew-testimonial-meta.oew-testimonial-image-position-top .oew-testimonial-image {
    margin-bottom: 10px; }
  .oew-testimonial-wrapper .oew-testimonial-meta.oew-testimonial-image-position-top .oew-testimonial-details {
    display: block; }

.oew-testimonial-wrapper .oew-testimonial-meta-inner {
  display: inline-block; }

.oew-testimonial-wrapper .oew-testimonial-image img {
  height: 60px;
  width: 60px;
  max-width: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover; }

.oew-testimonial-wrapper .oew-testimonial-name {
  display: block;
  font-size: 16px;
  line-height: 1.5; }

.oew-testimonial-wrapper .oew-testimonial-company {
  display: block;
  font-size: 12px; }

.oew-testimonial-wrapper .oew-testimonial-rating {
  padding: 0;
  margin: 10px 0 0;
  list-style: none; }
  .oew-testimonial-wrapper .oew-testimonial-rating li {
    display: inline-block; }
    .oew-testimonial-wrapper .oew-testimonial-rating li i {
      color: #d8d8d8; }
  .oew-testimonial-wrapper .oew-testimonial-rating.rating-five li i {
    color: #f2b01e; }
  .oew-testimonial-wrapper .oew-testimonial-rating.rating-four li:nth-child(1) i,
  .oew-testimonial-wrapper .oew-testimonial-rating.rating-four li:nth-child(2) i,
  .oew-testimonial-wrapper .oew-testimonial-rating.rating-four li:nth-child(3) i,
  .oew-testimonial-wrapper .oew-testimonial-rating.rating-four li:nth-child(4) i {
    color: #f2b01e; }
  .oew-testimonial-wrapper .oew-testimonial-rating.rating-three li:nth-child(1) i,
  .oew-testimonial-wrapper .oew-testimonial-rating.rating-three li:nth-child(2) i,
  .oew-testimonial-wrapper .oew-testimonial-rating.rating-three li:nth-child(3) i {
    color: #f2b01e; }
  .oew-testimonial-wrapper .oew-testimonial-rating.rating-two li:nth-child(1) i,
  .oew-testimonial-wrapper .oew-testimonial-rating.rating-two li:nth-child(2) i {
    color: #f2b01e; }
  .oew-testimonial-wrapper .oew-testimonial-rating.rating-one li:nth-child(1) i {
    color: #f2b01e; }

/* RTL */
body.rtl .oew-testimonial-wrapper .oew-testimonial-meta.oew-testimonial-image-position-aside .oew-testimonial-image {
  padding-left: 15px;
  padding-right: 0; }

body.rtl .oew-testimonial-wrapper .oew-testimonial-meta.oew-testimonial-image-position-aside .oew-testimonial-details {
  text-align: right; }

/* Responsive */
@media only screen and (max-width: 959px) {
  body .oew-testimonial-wrapper.oew-testimonial-inline {
    flex-direction: column; }
    body .oew-testimonial-wrapper.oew-testimonial-inline.oew-testimonial-image-before .oew-testimonial-image {
      padding: 0 0 20px; }
    body .oew-testimonial-wrapper.oew-testimonial-inline.oew-testimonial-image-before .oew-testimonial-symbol {
      padding: 20px 0 0; }
    body .oew-testimonial-wrapper.oew-testimonial-inline.oew-testimonial-image-after .oew-testimonial-image {
      padding: 20px 0 0; }
    body .oew-testimonial-wrapper.oew-testimonial-inline.oew-testimonial-image-after .oew-testimonial-symbol {
      padding: 0 0 20px; } }
