/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/* #gsr #comment-form input.star {
     min-width: 0 !important;
     width: auto !important;
     display: inline-block !important;
 }*/

.bt-rating-stars {
  display: inline-block;
  position: relative;
  height: 30px;
  line-height: 30px;
  font-size: 30px;
}

.bt-rating-stars label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
    font-size: inherit !important;
    margin: 0 !important;
}

.bt-rating-stars label:last-child { position: static; }
.bt-rating-stars label:nth-child(1) { z-index: 5; }
.bt-rating-stars label:nth-child(2) { z-index: 4; }
.bt-rating-stars label:nth-child(3) { z-index: 3; }
.bt-rating-stars label:nth-child(4) { z-index: 2; }
.bt-rating-stars label:nth-child(5) { z-index: 1; }

.bt-rating-stars label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.bt-rating-stars label .icon {
  float: left;
  color: transparent;
}

.bt-rating-stars label:last-child .icon {
  color: #000;
}

.bt-rating-stars:not(:hover) label input:checked ~ .icon,
.bt-rating-stars:hover label:hover input ~ .icon {
  color: #47a020 !important;
}

.bt-rating-stars label input:focus:not(:checked) ~ .icon:last-child {
  color: #000;
  text-shadow: 0 0 5px #47a020 !important;
}

#gsr #comment-form input {
    cursor: pointer;
}
