#reviewForm .stars {
    display: none;
}

.rating-stars .rate-star {
    text-decoration: none !important;
}

.rating-stars .rate-star:hover {
    text-decoration: none !important;
}

#newsletter-form input::placeholder {
    color: #000;
    opacity: 1;
}

#newsletter-form input {
    color: #000;
    opacity: 1;
}

.site-logo img {
    height: 50px;
    width: auto;
    max-width: 150px;
    display: block;
}