/*--------------PLEASE PLACE ALL CUSTOM CSS HERE ----------------*
 * 
/* List Columns */
@media only screen and (min-width: 769px) {
 ul.col-count-2 {
    column-count: 2;
  }
  ul.col-count-2 {
    column-count: 2;
  }
ul.col-count-3 {
    column-count: 3;
  }
}
/* Footer icons color */
#footer .fa-map-marker:before, #footer .fa-phone:before{
  color: #701025 !important;
  margin-right: 5px;
}

/* Stars */
.final-star, .star {
    color: #912d43 !important;
}