/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: 
*/


/*SOCIALS*/
.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: top; font-size: 17px; width: 30px; height: 100%; }
.socials li { text-align: center; }

/*FACEBOOK*/
.socials .facebook { background: #3B5998; }
.socials .facebook::before { content: "\f39e";  }
/*TWITTER*/
.socials .twitter { background: #00BCFB; }
.socials .twitter::before { content: "\f099"; }
/*GOOGLE PLUS*/
.socials .google-plus { background: #D53D30; }
.socials .google-plus::before { content: "\f0d5"; }
/*RSS*/
.socials .rss::before { content: "\f09e"; }
/*INSTAGRAM*/
.socials .instagram { background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); }
.socials .instagram::before { content: "\f16d"; }
/*LINKEDIN*/
.socials .linkedin { background: #007BB6; }
.socials .linkedin::before { content: "\f0e1"; }
/*YOUTUBE*/
.socials .youtube { background: #ff0000; }
.socials .youtube::before { content: "\f167"; }
/*YELP*/
.socials .yelp { background: #BE2F25; }
.socials .yelp::before { content: "\f1e9"; }
