.social-networks {
  list-style-type: none;
  list-style: none;
  padding: 0;
  margin: 0;  
}

.social-networks li {
  display: inline-block;
}

.social-icon {
  text-decoration: none !important;
  font-size: 0;
  white-space: nowrap;
  display: inline-block;
  text-indent: 3px;
  text-align: center;
  margin-right: 5px;
  border-radius: 50%;
}

.social-icon:before {
  font-family: 'Fontawesome';
  content: "\f0ac";
}

.social-icon[href*="facebook."]:before {
  content: '\f09a';
}

.social-icon[href*="twitter."]:before {
  content: '\f099';
}

.social-icon[href*="soundcloud."]:before {
  content: '\f1be';
}

.social-icon[href*="instagram."]:before {
  content: '\f16d';
}

.social-icon[href*="twitch."]:before {
  content: '\f1e8';
}

.social-icon[href*="youtube."]:before {
  content: '\f16a';
}

.social-icon[href*="vimeo."]:before {
  content: '\f27d';
}

.social-icon[href*="odnoklassniki."]:before {
  content: '\f263';
}

.social-icon[href*="dribbble."]:before {
  content: "\f17d";
}

.social-icon[href*="pinterest."]:before {
  content: '\f0d2';
}

.social-icon[href*="linkedin."]:before {
  content: '\f0e1';
}

.social-icon[href*="behance."]:before {
  content: '\f1b4';
}

.social-icon[href*="amazon."]:before {
  content: '\f270';
}

.social-icon[href*="apple."]:before {
  content: '\f179';
}

.social-icon[href*="google."]:before {
  content: '\f1a0';
}

.social-icon[href*="spotify."]:before {
  content: '\f1bc';
}

.social-icon[href*="tumblr."]:before {
  content: '\f173';
}

.social-icon[href*="whatsapp."]:before {
  content: "\f232";
}

/*
.blog-sidebar .widget .social-icon:hover {
  color: #323232;
}
.social-icon:hover {
    text-decoration: none;
  color: #fff;
}

*/