/* XING for Divi
--------------------------------------------------------------- */
@font-face {
  font-family: 'xing';
  src:  url('fonts/xing.eot?2a5kpv');
  src:  url('fonts/xing.eot?2a5kpv#iefix') format('embedded-opentype'),
    url('fonts/xing.ttf?2a5kpv') format('truetype'),
    url('fonts/xing.woff?2a5kpv') format('woff'),
    url('fonts/xing.svg?2a5kpv#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* XING Social Icon
--------------------------------------------------------------- */
.custom-social-icon a {
  color: #929daf;
  font-size: 15px;
  text-decoration: none;
  transition: 0.3s;
    position: relative;
}

.custom-social-icon a:hover,
.custom-social-icon-big a:hover {
  color: #191919;
  opacity: 0.99;
}

.custom-social-icon-big a {
  color: #929daf;
  font-size: 18px;
  text-decoration: none;
  transition: 0.3s;
    position: relative;
}


.icon-xing, .icon-xing2  {
  font-family: 'xing';
}
.icon-xing a.icon:before {
  content: "\ead3";
}
.icon-xing2 a.icon:before {
  content: "\ead4";
}