.featured-box .sec-ratings {
  display: flex;
}
.featured-box .ave-rating {
  color: #b2850e;
}
.featured-box .total-ratings {
  color: #000;
}
.rating-list {
  display: flex;
  align-items: center;
  color: #f1aa1d;
  margin: 0 10px;
}
.rating-list li {
  margin: 0 1px;
}


/* Used for the user login/account sections */
.news-banner{
  position: relative;
}
.usrfrm-overlay{
  position: absolute;
  left: 0; 
  top: 0; 
  right: 0; 
  bottom: 0;
  z-index: 9999;
  background-color: rgba(255,255,255,0.8);
}
.usrfrm-overlay-content {
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  color: #555;
}
.hidden {
	display: none;
}