.rating__wrapper .stars {
width: max-content;
background: #f8f8f8;
border-radius: 10px;
padding: 10px 30px;
margin: 30px auto;
display: flex;
align-items: center;
justify-content: center;
}
.booster-content label.rate svg {
width: 80px;
height: 80px;
}
@media (max-width: 767px) {
.booster-content label.rate svg {
width: 50px;
height: 50px;
}
}
.rate input[type="radio"] {
opacity: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,0%);
pointer-events: none;
}
.rate {
cursor: pointer;
position: relative;
padding: 3px;
margin-top: 7px;
}
section.booster-content {
min-height: 100vh;
overflow: auto;
}
.star-fill {
fill: #f8f8f8;
transition: all 300ms ease;
}
.rating-star .star-stroke {
fill: #fcb500;
}
.star-over .star-fill {
fill: #fcb500;
}
.rate-active .star-fill {
fill: #fcb500;
}
.booster-hidden {
display: none;
}
section.booster-content .section--boxed {
border-radius: 15px;
box-shadow: 0 12px 20px 7px rgb(0 0 0 / 2%);
}
.booster--credits svg * {
fill: #27a8e0!important;
fill: var(--booster-button-bg, #27a8e0)!important;
}
.booster--credits svg {
width: 10px;
height: 10px;
}
#rating-submit {
display: none!important;
}
.boosting-link span {
display: block;
width: 100px;
height: 40px;
background-size: contain;
background-repeat: no-repeat;
background-position: 50% 50%;
}
.boosting-link.link--facebook span {
background-image: url(//www.socialactive.com/wp-content/plugins/social-active-booster/assets/img/facebook.svg);
}
.boosting-link.link--google span {
background-image: url(//www.socialactive.com/wp-content/plugins/social-active-booster/assets/img/google.svg);
}
.boosting-link.link--tripadvisor span {
background-image: url(//www.socialactive.com/wp-content/plugins/social-active-booster/assets/img/tripadvisor.svg);
}
.boosting-link.link--zillow span {
background-image: url(//www.socialactive.com/wp-content/plugins/social-active-booster/assets/img/zillow.svg);
}
.boosting-link.link--realtor span {
background-image: url(//www.socialactive.com/wp-content/plugins/social-active-booster/assets/img/realtor.svg);
}
.boosting-link {
margin-bottom: 12px;
}
.booster--credits a {
color: var(--booster-button-bg)!important;
}
.boosting-button,
.bad-rating__form input.wpcf7-form-control.wpcf7-submit {
display: inline-block;
padding: 10px 20px;
text-align: center;
margin-bottom: 10px;
border-radius: 15px;
background: var(--booster-button-bg)!important;
color: var(--booster-button-color)!important;
}
.bad-rating__form input:not([type=radio]),
.bad-rating__form select,
.bad-rating__form textarea {
border-color: var(--booster-button-bg)!important;
}
@media (min-width: 768px) {
.bad-rating__form .cols--um > .wpcf7-form-control-wrap {
width: 49%;
}
}
@media (max-width: 600px) {
.booster-content {
padding-bottom: 80px!important;
}
.boosting-link span {
width: 70px;
height: 30px;
}
.boosting-link .boosting-button {
margin-left: 20px;
}
}
@media (max-width: 500px) {
.boosting-link {
display: block!important;
text-align: center;
}
.boosting-link span {
width: 100px;
height: 40px;
margin: 0 auto 10px auto;
}
.boosting-link .boosting-button {
margin-left: 0;
}
}