/*
	Theme Name: Event
	Author: Xeno Suter
	Version: 1.0
*/
/* ==========================================================================
   Kundenstimmen
   ========================================================================== */
.customer-form label {
  display: block;
}
.customer-form .sx-validation {
  display: none;
}
.customer-form .rating__item {
  margin-right: 14px;
}

.customer-voice__wrapper {
  padding-top: 15px;
  margin-bottom: 20px;
}
.customer-voice__wrapper .add-button {
  margin-bottom: 65px;
}
.customer-voice__list {
  padding-left: 0;
  margin-bottom: 0;
}
.customer-voice__item {
  list-style-type: none;
  box-shadow: 0 0 3px 0px #b3b3b3;
  padding: 18px 20px 12px;
  margin-bottom: 26px;
}
.customer-voice__item-title .rating__wrapper {
  padding-bottom: 8px;
}
.customer-voice__item-content--answer {
  border-top: 1px solid #b3b3b3;
  padding-top: 18px;
  margin-top: 12px;
}

@media screen and (min-width: 768px) {
  .customer-voice__item-title {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
  }
  .customer-voice__item-title .rating__wrapper {
    padding-left: 35px;
    padding-bottom: 0;
  }
}
/* paginations */
.pagination {
  justify-content: end;
  padding-top: 10px;
}
.pagination-prev a, .pagination-next a {
  color: #000;
}
.pagination-prev a:hover, .pagination-next a:hover {
  color: #d9ac5d;
}
.pagination-next a {
  padding-left: 4px;
}
.pagination-prev a {
  padding-right: 4px;
}
.pagination-pages .page {
  color: #000;
  text-decoration: none;
  padding: 4px;
}
.pagination-pages .page:hover, .pagination-pages .page-current {
  text-decoration: underline;
  color: #d9ac5d;
}

/* rating */
.rating__wrapper {
  display: flex;
}
.rating__item {
  padding-left: 0;
  margin-right: 10px;
}
.rating__item span.star {
  font-style: normal;
  display: inline-block;
}
.rating__item span.star:before {
  content: "\f005";
  font-family: "FontAwesome";
  font-weight: 400;
  color: #dcdcdc;
  font-size: 20px;
}
.rating__item span.star--active:before, .rating__item span.star--colored:before, .rating__item span.star--over:before {
  cursor: pointer;
  color: #d9ac5d;
}