.strong-rating-wrapper {
line-height: 1.7;
} .strong-rating-wrapper.average > span {
display: inline-block;
} .strong-rating-wrapper.average.block > span {
display: block;
margin: 0;
} .strong-rating-wrapper.average.centered {
text-align: center;
}
.strong-rating-title {
font-weight: 700;
}
.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 {
display: inline-block;
border: 0;
} .strong-rating span.star {
display: inline-block;
margin: 0;
max-height: none;
max-width: none;
padding: 0;
}
.strong-rating-wrapper:not(.average) span.star:first-child:before {
padding-left: 0;
}
.strong-rating-wrapper:not(.average) span.star:last-child:before {
padding-right: 0;
}
.strong-rating span.star:hover {
cursor: default;
}  .strong-rating-wrapper.in-form .strong-rating {
padding: 0;
} .strong-rating-wrapper.in-view {
display: inline-block;
}
.strong-rating-wrapper.in-view .strong-rating {
margin: 0;
padding: 0;
} .strong-rating-wrapper.in-metabox {
display: inline-block;
}
.strong-rating-wrapper.in-metabox .strong-rating span.star:before {
font-size: 20px;
line-height: 27px;
}
.strong-rating-wrapper.in-table-list .strong-rating span.star:before { padding: 1px;
}   .strong-rating span.star0 {
display: none;
} .strong-rating-wrapper .star svg path {
fill: #FFB900;
} .strong-rating-wrapper .star svg {
width: 20px;
} .strong-rating span.current ~ span.star:before {
content: "";
-webkit-mask: url(//topdogharness.com.au/wp-content/plugins/strong-testimonials/assets/public/svg/star-regular.svg) center center no-repeat;
mask: url(//topdogharness.com.au/wp-content/plugins/strong-testimonials/assets/public/svg/star-regular.svg) center center no-repeat;
} .strong-rating span.current:before {
color: #FFB900;
} .strong-rating-wrapper.average .strong-rating span.star.half:before {
content: "";
-webkit-mask: url(//topdogharness.com.au/wp-content/plugins/strong-testimonials/assets/public/svg/star-half-alt-solid.svg) center center no-repeat;
mask: url(//topdogharness.com.au/wp-content/plugins/strong-testimonials/assets/public/svg/star-half-alt-solid.svg) center center no-repeat;
} @media only screen and (max-width: 480px) {
.strong-rating-wrapper > span {
display: block;
line-height: 30px;
vertical-align: middle;
margin: 0;
text-align: center;
}
}.strong-grid {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; justify-content: space-around;  } .strong-view .strong-content.strong-grid .wpmtst-testimonial {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin: 0 0 20px 0;
}
.strong-content.strong-grid.columns-2 .wpmtst-testimonial {
width: 48%;
}
.strong-content.strong-grid.columns-3 .wpmtst-testimonial {
width: 31%;
}
.strong-content.strong-grid.columns-4 .wpmtst-testimonial {
width: 23%;
}
.strong-view .strong-content.strong-grid .wpmtst-testimonial-inner {
flex: 1 0 auto;
} html.no-js .strong-grid .wpmtst-testimonial,
.strong-grid.noflex .wpmtst-testimonial {
float: left;
margin-right: 1%;
margin-left: 1%;
}
html.no-js .strong-grid .wpmtst-testimonial {
float: left;
margin-right: 1%;
margin-left: 1%;
} .strong-grid.columns-2.noflex .wpmtst-testimonial:nth-of-type(2n+2),
.strong-grid.columns-3.noflex .wpmtst-testimonial:nth-of-type(3n+3),
.strong-grid.columns-4.noflex .wpmtst-testimonial:nth-of-type(4n+4) {
float: right;
} @media only screen and (max-width: 480px) {
.strong-view .strong-content.strong-grid .wpmtst-testimonial {
width: 100%;
}
}