/*
Theme Name: Divi Child Theme
Theme URI: https://basicincome.org
Description: Used originally to add social media icons to the footer
Author: Kai Nau
Author URI:
Template: Divi
Version: 1.17
*/

.et-social-pinterest a.icon::before { content: "\e095"; }
.et-social-linkedin a.icon::before { content: "\e09d"; }
.et-social-tumblr a.icon::before { content: "\e097"; }
.et-social-instagram a.icon::before { content: "\e09a"; }
.et-social-skype a.icon::before { content: "\e0a2"; }
.et-social-flikr a.icon::before { content: "\e0a6"; }
.et-social-myspace a.icon::before { content: "\e0a1"; }
.et-social-dribbble a.icon::before { content: "\e09b"; }
.et-social-youtube a.icon::before { content: "\e0a3"; }
.et-social-vimeo a.icon::before { content: "\e09c"; }
.et-social-reddit a.icon::before {   font-family: "Font Awesome 6 Brands" !important;
  content: "\f1a1"; /* Reddit Unicode */
  font-weight: 400; /* Required for Brands */ }
.et-social-threads a.icon::before {   font-family: "Font Awesome 6 Brands" !important;
  content: "\e618"; /* Threads Unicode */
  font-weight: 400; /* Required for Brands */ }
.et-social-bluesky a.icon::before {
  font-family: "Font Awesome 6 Brands" !important;
  content: "\e671";
  font-weight: 400;
}
.et-social-mastodon a.icon::before {
  font-family: "Font Awesome 6 Brands" !important;
  content: "\f4f6";
  font-weight: 400;
}
