
/*SOCIALS*/
/*.socials { max-width: 275px; width: 100%; margin: 0 auto; }*/
.socials a::before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-family: "FontAwesome"; font-style: normal; font-weight: normal; line-height: 1; speak: none; text-decoration: inherit; vertical-align: middle; font-size: 35px; color: #FFFFFF; display: flex; align-items: center; justify-content: space-around; }
.socials ul { padding: 0; margin: 0; list-style: none; }
.socials ul li { padding: 0 20px 0 0; line-height: 120%; }
.socials ul li:last-of-type { padding: 0; }
/*.socials a:hover::before { color: #FFFFFF; }*/

/*FACEBOOK*/
.socials .facebook::before { content: "\f39e";/*#3b5998;*/ }
/*TWITTER*/
.socials .twitter::before { content: "\f099"; /*#1da1f2;*/ }
/*GOOGLE PLUS*/
.socials .google-plus::before { content: "\f0d5"; }
/*RSS*/
.socials .rss::before { content: "\f09e"; }
/*INSTAGRAM*/
.socials .instagram::before { content: "\f16d"; /*linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); */ }
/*LINKEDIN*/
.socials .linkedin::before { content: "\f0e1"; /*#0a66c2;*/ }
/*YELP*/
.socials .yelp::before { content: "\f1e9"; }
/*YOUTUBE*/
.socials .youtube::before { content: "\f167"; }

