/*--------------PLEASE PLACE ALL CUSTOM CSS HERE ----------------*
NOTES: If you use Appearance/Customize/Additional CSS to test your custom CSS, please make sure that once you're done you add that code to this stylesheet and remove it from the Appearance/Customize/Additional CSS section. Please add a commented out title to the custom code you add to this page so it's easy for developers to find what they need. 
----------------------------------------------------------------*/

/* List Columns */
@media only screen and (min-width: 769px) {
 ul.col-count-2 {
    column-count: 2;
  }
ul.col-count-3 {
    column-count: 3;
  }
}

/* Thumbs */

i.fas.fa-thumbs-up,i.fas.fa-thumbs-down {
    color: #3259f3;
}

i.fas.fa-thumbs-up:hover, i.fas.fa-thumbs-down:hover {
    color: #4f4f4f;
}

#footer .fa-map-marker:before, #footer .fa-phone:before{
  color: #3259f3 !important;
  margin-right: 5px;
}
