.testimonials-list .testimonials {
  margin: 0 10px 0 10px;
}
.testimonials-list figure.testimonial.loaded {
  animation-name: testimonialsSlideInUp;
  animation-duration: 0.7s;
  animation-fill-mode: both;
}
.testimonials-list figure.testimonial:nth-child(2n) .info {
  text-align: right;
}
.testimonials-list figure.testimonial:nth-child(2n) .info .author {
  right: 0;
  padding: 0 120px 0 10px;
}
.testimonials-list figure.testimonial:nth-child(2n) .arrow {
  border-left-width: 25px;
  border-right-width: 0;
  left: auto;
  right: 50px;
}
.testimonials-list figure.testimonial:nth-child(2n) .contacts-info a:last-child img {
  margin-right: 0;
}
.testimonials-list figure.testimonial blockquote .extra-info {
  display: flex;
  justify-content: space-between;
  position: relative;
  top: 5px;
}
.testimonials-list figure.testimonial blockquote .extra-info .date {
  padding-top: 3px;
}
.testimonials-list figure.testimonial blockquote .extra-info .rating::before {
  content: '';
}
.testimonials-list figure.testimonial blockquote .extra-info .rating .review-ratings {
  float: none;
}
.testimonials-list figure.testimonial blockquote .extra-info .rating .review-ratings .rating-label {
  padding: 3px 20px 5px 0;
}
.testimonials-list figure.testimonial .contacts-info a {
  white-space: nowrap;
}
.testimonials-list figure.testimonial .contacts-info a:first-child img {
  margin-left: 0;
}
.testimonials-list figure.testimonial .contacts-info img {
  margin: 0 5px;
  width: auto;
  height: auto;
  border-radius: 0;
}
.testimonials-list .more-button {
  width: 100%;
  margin: 20px 0;
  display: inline-block;
  border-radius: 1px;
  font-size: 18px;
  text-align: center;
}
.testimonials-list .more-button a {
  color: #fff;
  /* background: #479ccf; Customy*/
  /* border: 1px solid #3793cb; Customy*/
  /* text-shadow: 0 1px 0 #3188bc; Customy*/
  background: #ff0000;
  border: 1px solid #ff0000;
  text-shadow: 0 1px 0 #ff0000;
  text-decoration: none;
  padding: 11px 30px;
  transition: background 0.2s linear 0s;
}
.testimonials-list .more-button a:focus,
.testimonials-list .more-button a:hover {
  /* background: #5ba7d4; Customy */
  background: #676767;
  border: none;
  /* Customy */
  text-shadow: none;
  /* Customy */
  color: #fff;
}
.testimonials-list .more-button a:focus {
  /* box-shadow: inset 0 0 8px #3188bc; Customy */
  box-shadow: none;
}
.testimonials-list .more-button .disabled {
  opacity: 0.5;
  cursor: wait;
}
.testimonials-list .page-title button {
  float: right;
}
.testimonials-list .page-title h1 {
  float: left;
  border-bottom: none;
}
.testimonials-list .page-title::after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.testimonials-list figure.testimonial,
.testimonials-slider figure.testimonial {
  position: relative;
  margin: 40px 1%;
  padding: 0 20px;
  text-align: left;
  box-shadow: none !important;
}
.testimonials-list figure.testimonial blockquote,
.testimonials-slider figure.testimonial blockquote {
  background-color: #fff;
  display: block;
  /* font-size: 20px; Customy */
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5em;
  margin: 0;
  padding: 25px 50px 30px;
  position: relative;
  -webkit-filter: drop-shadow(0 3px 15px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 3px 15px rgba(0, 0, 0, 0.1));
}
.testimonials-list figure.testimonial blockquote::before,
.testimonials-slider figure.testimonial blockquote::before,
.testimonials-list figure.testimonial blockquote::after,
.testimonials-slider figure.testimonial blockquote::after {
  content: "\201C";
  position: absolute;
  /*color: #2b00f7; Customy */
  color: #ff0000;
  font-size: 50px;
  font-style: normal;
}
.testimonials-list figure.testimonial blockquote::before,
.testimonials-slider figure.testimonial blockquote::before {
  top: 25px;
  left: 20px;
}
.testimonials-list figure.testimonial blockquote::after,
.testimonials-slider figure.testimonial blockquote::after {
  content: "\201D";
  right: 20px;
  bottom: 0;
}
.testimonials-list figure.testimonial img,
.testimonials-slider figure.testimonial img {
  max-width: 100%;
  vertical-align: middle;
  /*height: 90px; Customy */
  height: 50px;
  /* width: 90px;Customy */
  width: 50px;
  border-radius: 50%;
  /* margin: 40px 0 0 10px; Customy */
  margin: 30px;
}
.testimonials-list figure.testimonial .arrow,
.testimonials-slider figure.testimonial .arrow {
  top: 100%;
  left: 50px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #fff;
  margin: 0;
  position: absolute;
}
.testimonials-list figure.testimonial .author,
.testimonials-slider figure.testimonial .author {
  position: absolute;
  /* bottom: 45px; */
  bottom: 55px;
  /* padding: 0 10px 0 120px; Customy */
  padding: 0 10px 0 110px;
  margin: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.testimonials-list figure.testimonial .author h5,
.testimonials-slider figure.testimonial .author h5 {
  font-family: sans-serif;
  font-weight: 400;
  /* font-size: 1.4em; */
  font-size: 1.1em;
  line-height: 1.4em;
  opacity: 0.9;
  margin: 0;
}
.form.testimonial .review-field-rating .field-error,
.form.testimonial .review-field-rating div.mage-error[generated] {
  margin-top: 38px;
}
.form.testimonial .review-field-rating .label {
  font-weight: 600;
}
/** widgets styles */
.block-testimonials .block-content .testimonial-container {
  min-height: 130px;
}
.block-testimonials .block-content .content .content-wrapper {
  height: 85px;
  min-height: 85px;
  display: block;
  overflow: hidden;
}
.block-testimonials .block-content .content .testimonial-message {
  clear: both;
}
.block-testimonials .block-content .content .name {
  float: right;
  margin-top: 10px;
  font-style: italic;
}
.block-testimonials .block-content .read-more,
.block-testimonials .block-content .read-less {
  padding-top: 10px;
  display: inline-block;
}
.block-testimonials .block-content .review {
  text-align: center;
}
.block-testimonials .block-content .review .score {
  font-weight: bold;
  font-size: 40px;
  color: #e26703;
}
.block-testimonials.empty-design,
.block-testimonials.empty-design .block-content {
  background: none;
  border: none;
}
.block-testimonials.empty-design .block-content .content {
  padding: 0;
}
.block-testimonials.empty-design .actions-toolbar,
.block-testimonials.empty-design .block-title {
  display: none;
}
.testimonials-slider .content-heading {
  text-align: center;
  margin-left: 100px;
  /* Customy */
}
.testimonials-slider .block-content {
  max-width: 1200px;
  margin: 0 auto;
}
.testimonials-slider figure.testimonial {
  float: left;
  margin: 10px 1%;
}
.testimonials-slider figure.testimonial blockquote {
  /* font-size: 16px; Customy */
  font-size: 14px;
}
.testimonials-slider .slick-slider .slick-prev,
.testimonials-slider .slick-slider .slick-next {
  background: none;
  opacity: 0.5;
}
.testimonials-slider .slick-slider .slick-prev::before,
.testimonials-slider .slick-slider .slick-next::before {
  content: '';
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWdvbiBwb2ludHM9IjM5Ni42LDE2MCA0MTYsMTgwLjcgMjU2LDM1MiA5NiwxODAuNyAxMTUuMywxNjAgMjU2LDMxMC41ICIvPg0KPC9zdmc+DQo=');
  background-size: 25px 25px;
  background-position: 50% 50%;
  display: block;
  width: 25px;
  height: 25px;
}
.testimonials-slider .slick-slider .slick-prev {
  left: 5px;
  transform: rotate(90deg);
}
.testimonials-slider .slick-slider .slick-next {
  right: 5px;
  transform: rotate(-90deg);
}
.std .testimonialForm li {
  list-style: none;
}
/* Customy */
@media (max-width: 1024px) {
  .testimonials-slider .content-heading {
    margin-left: 30px;
  }
}
@media (max-width: 480px) {
  .testimonials-slider .content-heading {
    margin-left: 100px;
    /* Customy */
  }
  .testimonials-slider figure.testimonial {
    padding: 0;
    /* Customy */
  }
  .testimonials-slider figure.testimonial blockquote {
    /* padding: 25px 0 30px; Customy */
    padding: 15px;
    -webkit-filter: none;
    filter: none;
  }
  .testimonials-slider figure.testimonial blockquote::before,
  .testimonials-slider figure.testimonial blockquote::after {
    content: '';
  }
  .testimonials-list figure.testimonial {
    padding: 0;
  }
  .testimonials-list figure.testimonial blockquote {
    padding: 25px 20px 30px;
    font-size: 16px;
  }
  .testimonials-list figure.testimonial blockquote::before,
  .testimonials-list figure.testimonial blockquote::after {
    content: '';
  }
}
@keyframes testimonialsSlideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
