/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Text Domain: flatsome-child
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.star-rating {
   display: inline-block !important;
   font-size: 16px !important;
}
.star-rating:before {
   color: #ee7d11 !important;
}

.star-rating span:before {
   color: #ee7d11 !important;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}