
/*SOCIALS*/
.socials ul { margin: 0; padding: 0; list-style: none; }
.socials ul li { margin: 0 20px 0 0; }
.socials ul li:last-of-type { margin: 0; }
/*.socials a:last-of-type { margin: 0; }*/
.socials a::before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; display: inline-block; font-family: "FontAwesome"; font-style: normal; font-weight: normal; line-height: 1; speak: none; text-decoration: inherit; vertical-align: middle; font-size: 14px; width: 100%; height: 100%; color: #FFFFFF; background: #FCB012; width: 40px; height: 40px; display: flex; align-items: center; justify-content: space-around; border-radius: 100%; }

/*FACEBOOK*/
.socials .facebook::before { content: "\f39e"; }
/*TWITTER*/
.socials .twitter::before { content: "\e61b"; }
/*GOOGLE PLUS*/
.socials .google-plus::before { content: "\f0d5"; }
/*RSS*/
.socials .rss::before { content: "\f09e"; }
/*INSTAGRAM*/
.socials .instagram::before { content: "\f16d"; }
/*LINKEDIN*/
.socials .linkedin::before { content: "\f0e1"; }
/*YELP*/
.socials .yelp::before { content: "\f1e9"; }

