.testimonials-list {
  margin-top: 20px;
  padding-top: 30px;
  margin-bottom: 50px;
  border-top: 1px solid #dfdedd;
}
.testimonials-list-container {
  padding: 0 15px;
  max-width: 1360px;
  margin: 0 auto;
}
.testimonials-list-row {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.testimonials-list-row figure.testimonial {
  padding: 0;
  text-align: left;
  box-shadow: none !important;
  max-width: calc(49% - 0px / 2);
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #BEE88A;
  overflow: hidden;
  border-radius: 15px 15px 0 0;
  -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));
}
@media (max-width: 640px) {
  .testimonials-list-row figure.testimonial {
    max-width: calc(100% - 0px / 2);
  }
}
.testimonials-list-row figure.testimonial .testimonialAuthor {
  position: relative;
  top: 0;
  width: calc(50% - 0px / 2);
  text-align: center;
  padding: 10px 0;
  text-transform: capitalize;
  background: #aec17f;
  background: -moz-linear-gradient(90deg, #aec17f 30%, rgba(229, 234, 214, 0.12) 70%);
  background: -webkit-linear-gradient(90deg, #aec17f 30%, rgba(229, 234, 214, 0.12) 70%);
  background: linear-gradient(90deg, #aec17f 30%, rgba(229, 234, 214, 0.12) 70%);
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  .testimonials-list-row figure.testimonial .testimonialAuthor {
    width: calc(100% - 0px / 2);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: landscape) {
  .testimonials-list-row figure.testimonial .testimonialAuthor {
    width: calc(100% - 0px / 2);
  }
}
@media (max-width: 640px) {
  .testimonials-list-row figure.testimonial .testimonialAuthor {
    max-width: calc(100% - 0px / 2);
  }
}
.testimonials-list-row figure.testimonial .testimonialAuthor h5 {
  color: #102222;
  font-style: italic;
  font-size: 18px;
  margin: 0;
  font-weight: 600;
  line-height: 24px;
}
.testimonials-list-row figure.testimonial .testimonialPanel {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100%;
  background-color: rgba(190, 232, 138, 0.26);
}
.testimonials-list-row figure.testimonial .testimonialPanel blockquote {
  max-width: calc(78% - 0px / 2);
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5em;
  margin: 0;
  padding: 25px;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: flex;
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  .testimonials-list-row figure.testimonial .testimonialPanel blockquote {
    max-width: calc(100% - 0px / 2);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: landscape) {
  .testimonials-list-row figure.testimonial .testimonialPanel blockquote {
    max-width: calc(100% - 0px / 2);
  }
}
.testimonials-list-row figure.testimonial .testimonialPanel blockquote .para {
  padding: 10px;
  position: relative;
  font-style: italic;
  line-height: 24px;
}
.testimonials-list-row figure.testimonial .testimonialPanel blockquote .para::before,
.testimonials-list-row figure.testimonial .testimonialPanel blockquote .para::after {
  content: "\201C";
  position: absolute;
  color: #6d9e2e;
  font-size: 50px;
  font-style: normal;
}
.testimonials-list-row figure.testimonial .testimonialPanel blockquote .para::before {
  top: 10px;
  left: -10px;
}
.testimonials-list-row figure.testimonial .testimonialPanel blockquote .para::after {
  content: "\201D";
  right: -10px;
  bottom: -25px;
}
.testimonials-list-row figure.testimonial .testimonialPanel blockquote .extra-info {
  display: flex;
  justify-content: space-between;
  position: relative;
  top: 10px;
}
.testimonials-list-row figure.testimonial .testimonialPanel blockquote .extra-info .date {
  padding-top: 3px;
}
.testimonials-list-row figure.testimonial .testimonialPanel blockquote .extra-info .rating::before {
  content: '';
}
.testimonials-list-row figure.testimonial .testimonialPanel blockquote .extra-info .rating .review-ratings {
  float: none;
}
.testimonials-list-row figure.testimonial .testimonialPanel blockquote .extra-info .rating .review-ratings .rating-label {
  padding: 3px 20px 5px 0;
}
.testimonials-list-row figure.testimonial .testimonialPanel .info {
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: flex;
  max-width: calc(22% - 0px / 2);
  width: 100%;
  text-align: center;
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  .testimonials-list-row figure.testimonial .testimonialPanel .info {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: landscape) {
  .testimonials-list-row figure.testimonial .testimonialPanel .info {
    display: none;
  }
}
@media (max-width: 640px) {
  .testimonials-list-row figure.testimonial .testimonialPanel .info {
    display: none;
  }
}
.testimonials-list-row figure.testimonial .testimonialPanel .info .testimonialImg {
  padding: 10px;
  width: 110px;
  height: 110px;
  margin: 40px auto;
  border-radius: 10px;
  background-color: rgba(190, 232, 138, 0.26);
  -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-row figure.testimonial .testimonialPanel .info .testimonialImg img {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
  height: 90px;
  width: 90px;
  border-radius: 5px;
  margin: 0 auto;
}
.testimonials-list-row 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-row figure.testimonial .author {
  position: relative;
  padding: 0;
  margin: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.testimonials-list-row figure.testimonial .author h5 {
  color: #6d9e2e;
  font-style: italic;
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 600;
  line-height: 24px;
}
.testimonials-list figure.testimonial.loaded {
  animation-name: testimonialsSlideInUp;
  animation-duration: 0.7s;
  animation-fill-mode: both;
}
.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;
  border: 1px solid #3793cb;
  text-shadow: 0 1px 0 #3188bc;
  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;
  color: #fff;
}
.testimonials-list .more-button a:focus {
  box-shadow: inset 0 0 8px #3188bc;
}
.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;
}
.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;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.block-testimonials .block-content .testimonial-container > div {
  grid-column: 1;
  grid-row: 1;
}
.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;
}
.testimonials-slider .block-content {
  max-width: 1200px;
  margin: 0 auto;
}
.testimonials-slider figure.testimonial {
  box-sizing: border-box;
  margin: 0;
  padding: 40px 20px 0;
  height: 100%;
}
.testimonials-slider figure.testimonial blockquote {
  font-size: 16px;
}
.testimonials-slider .review-ratings {
  float: none;
}
.std .testimonialForm li {
  list-style: none;
}
@media (max-width: 480px) {
  .testimonials-slider figure.testimonial blockquote {
    padding: 25px 0 30px;
    -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: '';
  }
}
@media (min-width: 1025px) {
  .testimonials-slider:not(.swiper-container-initialized) figure.testimonial {
    max-width: 33.33%;
  }
}
@keyframes testimonialsSlideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
