.strong-rating-wrapper {
} .strong-rating {
display: inline-block;
border: 0;
margin: 0;
padding: 5px;
}
.strong-rating:focus {
outline: 1px solid #CCC;
} .strong-rating input[type=radio] {
display: none !important;
}
.strong-rating label {
font-weight: normal;
}
.strong-rating label:before {
content: "";
display: inline-block;
font-size: 1.25em;
width:20px;
height:20px;
-webkit-mask: url(//acbusinessconsultingllc.com/wp-content/plugins/strong-testimonials/public/svg/star-solid.svg) center center no-repeat;
mask: url(//acbusinessconsultingllc.com/wp-content/plugins/strong-testimonials/public/svg/star-solid.svg) center center no-repeat;
line-height: 1; padding: 4px;
transition: color 0.3s ease;
}
.strong-rating label:hover {
cursor: pointer;
} .strong-rating-wrapper legend {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
} .strong-rating-wrapper.in-form .strong-rating {} .strong-rating-wrapper.in-view .strong-rating {
margin: 0;
padding: 0;
} .strong-rating-wrapper.in-metabox .strong-rating > label:before {
font-size: 20px;
line-height: 27px;
padding: 0 4px;
background:#0073AA;
color: #0073aa;
}    .strong-rating label[for$="star0"] {
display: none !important;
} .strong-rating label:before {
color: #FFB900;
background: #ffb900;
} .strong-rating label:hover ~ label:before {
content: "";
-webkit-mask: url(//acbusinessconsultingllc.com/wp-content/plugins/strong-testimonials/public/svg/star-regular.svg) center center no-repeat;
mask: url(//acbusinessconsultingllc.com/wp-content/plugins/strong-testimonials/public/svg/star-regular.svg) center center no-repeat;
} .error .strong-rating label:hover ~ label:before {
} .strong-rating input:checked ~ label:before {
content: "";
-webkit-mask: url(//acbusinessconsultingllc.com/wp-content/plugins/strong-testimonials/public/svg/star-regular.svg) center center no-repeat;
mask: url(//acbusinessconsultingllc.com/wp-content/plugins/strong-testimonials/public/svg/star-regular.svg) center center no-repeat;
} .error .strong-rating input:checked ~ label:before {
} .strong-rating input[type="radio"]:checked + label:before,
.error .strong-rating input:checked + label:before {
content: "";
-webkit-mask: url(//acbusinessconsultingllc.com/wp-content/plugins/strong-testimonials/public/svg/star-solid.svg) center center no-repeat;
mask: url(//acbusinessconsultingllc.com/wp-content/plugins/strong-testimonials/public/svg/star-solid.svg) center center no-repeat;
}
.strong-rating-wrapper.in-metabox input[type="radio"]:checked + label:before {
color: #00b9eb;
background: #00b9eb;
}  .strong-rating:hover input ~ label:before,
.error .strong-rating:hover input ~ label:before {
content: "";
-webkit-mask: url(//acbusinessconsultingllc.com/wp-content/plugins/strong-testimonials/public/svg/star-solid.svg) center center no-repeat;
mask: url(//acbusinessconsultingllc.com/wp-content/plugins/strong-testimonials/public/svg/star-solid.svg) center center no-repeat;
} .strong-rating:hover input:checked + label:before,
.error .strong-rating:hover input:checked + label:before {
color: #FFE39E;
background:#FFE39E;
} .strong-rating:hover label:hover ~ input:not(:checked) + label:before {
content: "";
-webkit-mask: url(//acbusinessconsultingllc.com/wp-content/plugins/strong-testimonials/public/svg/star-regular.svg) center center no-repeat;
mask: url(//acbusinessconsultingllc.com/wp-content/plugins/strong-testimonials/public/svg/star-regular.svg) center center no-repeat;
} .error .strong-rating:hover label:hover ~ input:not(:checked) + label:before {
}