
/* KK STAR RATINGS */
.kk-star-ratings {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 48px;
  width: 100% !important; }
.kk-star-ratings > div:nth-child(1) {
  order: 2; }
.kk-star-ratings.kksr-valign-bottom {
  margin: 0 0 30px; }
.kk-star-ratings .kksr-stars-inactive,
.kk-star-ratings .kksr-stars-active {
  display: block !important; }
@media (max-width: 767px) {
  .kk-star-ratings .kksr-stars-inactive,
  .kk-star-ratings .kksr-stars-active {
    height: 40px; } }
@media (min-width: 768px) {
  .kk-star-ratings .kksr-stars-inactive,
  .kk-star-ratings .kksr-stars-active {
    height: 45px; } }
.kk-star-ratings .kksr-stars .kksr-star {
  border-radius: 10px;
  color: #fff;
  float: left;
  margin-bottom: 1vh;
  display: flex;
  align-items: center;
  justify-content: center; }
.kk-star-ratings .kksr-stars .kksr-star:after {
  padding-left: 10px; }
.kk-star-ratings .kksr-stars .kksr-star.kksr-star:not(:last-child) {
  margin-right: 1.3vw; }
.kk-star-ratings .kksr-stars .kksr-star.kksr-star:last-child {
  margin-right: 0; }
.kk-star-ratings .kksr-stars .kksr-star:nth-child(1):after {
  content: "Pff"; }
.kk-star-ratings .kksr-stars .kksr-star:nth-child(1) .kksr-icon:after {
  background: url("https://dev.azati.com/wp-content/themes/underscores-azati-child/images/icon-smile-01.png") 50% no-repeat; }
.kk-star-ratings .kksr-stars .kksr-star:nth-child(2):after {
  content: "Meh"; }
.kk-star-ratings .kksr-stars .kksr-star:nth-child(2) .kksr-icon:after {
  background: url("https://dev.azati.com/wp-content/themes/underscores-azati-child/images/icon-smile-02.png") 50% no-repeat; }
.kk-star-ratings .kksr-stars .kksr-star:nth-child(3):after {
  content: "Hmm"; }
.kk-star-ratings .kksr-stars .kksr-star:nth-child(3) .kksr-icon:after {
  background: url("https://dev.azati.com/wp-content/themes/underscores-azati-child/images/icon-smile-03.png") 50% no-repeat; }
.kk-star-ratings .kksr-stars .kksr-star:nth-child(4):after {
  content: "Mmm"; }
.kk-star-ratings .kksr-stars .kksr-star:nth-child(4) .kksr-icon:after {
  background: url("https://dev.azati.com/wp-content/themes/underscores-azati-child/images/icon-smile-04.png") 50% no-repeat; }
.kk-star-ratings .kksr-stars .kksr-star:nth-child(5):after {
  content: "WOW!"; }
.kk-star-ratings .kksr-stars .kksr-star:nth-child(5) .kksr-icon:after {
  background: url("https://dev.azati.com/wp-content/themes/underscores-azati-child/images/icon-smile-05.png") 50% no-repeat;
  width: 30px; }
@media (max-width: 767px) {
  .kk-star-ratings .kksr-stars .kksr-star {
    height: 40px;
    width: 100px; } }
@media (min-width: 768px) {
  .kk-star-ratings .kksr-stars .kksr-star {
    height: 45px;
    width: 130px; } }
.kk-star-ratings .kksr-stars .kksr-icon {
  background: none !important;
  height: 28px;
  width: 28px; }
.kk-star-ratings .kksr-stars .kksr-icon:after {
  content: "";
  display: block;
  height: 28px;
  width: 28px; }
.kk-star-ratings .kksr-stars .kksr-star, .kk-star-ratings:not(.kksr-disabled) .kksr-stars .kksr-star:hover ~ .kksr-star {
  background: #d9dad5; }
.kk-star-ratings .kksr-stars .kksr-stars-active .kksr-star, .kk-star-ratings:not(.kksr-disabled) .kksr-stars:hover .kksr-star {
  background: #ff9c42; }
.kk-star-ratings .kksr-legend {
  color: #9e9e9e;
  font-size: 0.75rem;
  font-weight: 300;
  margin: 3vh 0;
  opacity: 1; }
.kk-star-ratings .kksr-legend .kksr-score {
  color: #ff9c42;
  font-size: 1.3rem; }
.kk-star-ratings .kksr-legend .kksr-score + SPAN + STRONG {
  margin-right: 25px; }
.kk-star-ratings .kksr-legend .kksr-muted {
  color: #6e6e6e;
  opacity: 1; }
@media (max-width: 767px) {
  .kk-star-ratings .kksr-legend .kksr-muted {
    font-size: 1.5em; } }
@media (min-width: 768px) {
  .kk-star-ratings .kksr-legend .kksr-muted {
    font-size: 2rem; } }
.kk-star-ratings .kksr-legend * + .kksr-muted {
  color: #9e9e9e; }
@media (max-width: 767px) {
  .kk-star-ratings .kksr-legend * + .kksr-muted {
    font-size: 0.75rem; } }
@media (min-width: 768px) {
  .kk-star-ratings .kksr-legend * + .kksr-muted {
    font-size: 0.75rem; } }

/*********** end kk Star Ratings ************/
