/*
Theme Name:     Traveler Childtheme
Description:    Traveler Child Theme
Theme URI:      https://travelerwp.com/
Author:         the ShineTheme
Author URI:     http://shinetheme.com
Version:        1.0
Template:       traveler
*/

/* Hide admin bar for non-admins */
#wpadminbar {
    display: none !important;
}
/* Fix admin bar pushing content down */
html {
    margin-top: 0 !important;
}

/* Hide all review scores and blocks sitewide */
.st-review-score,
.reviews[itemprop="aggregateRating"],
.reviews[itemprop="starRating"] {
    display: none !important;
}

/* Remove the dot separator after hiding */
.st-dot {
    display: none !important;
}