.w-social-links  {
  clear: both;
}
.w-social-links .facebook:before {
  color: #ffffff;
  content:'\f09a';
}
.w-social-links .google-plus:before {
  color: #ffffff;
  content:'\f2b3';
}
.w-social-links .instagram:before {
  color: #ffffff;
  content:'\f16d';
}
.w-social-links .linkedin:before {
  color: #ffffff;
  content:'\f0e1';
}
.w-social-links .name,  .w-social-links .image {
  display:none;
}
.w-social-links .pinterest:before {
  color: #ffffff;
  content:'\f0d2';
}
.w-social-links .stumbleupon:before {
  color: #ffffff;
  content:'\f1a4';
}
.w-social-links .twitter:before {
  color: #ffffff;
  content:'\f099';
}
.w-social-links a {
  font-size:24px;
  line-height:1;
  display:inline-block;
  font-family:'FontAwesome', Verdana, Arial, sans-serif;
  padding:4px 8px;
  margin:0px 5px;
}
.w-social-links a:hover {
  text-decoration: none;
}
@media (max-width:768px) {
  .w-social-links a {
    font-size:30px;
  }
}
