/*
Theme Name:Child Theme for Divi
Theme URI: http://wordpress-style.net
Description: Child Theme For Divi
Author: Eduard Ungureanu
Author URI: http://wordpress-style.net
Template: Divi
Version: 1.0
*/

/* Start your custom CSS bellow this comment
/* XING for Divi Font-Face Import
--------------------------------------------------------------- */


@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 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 {
  display: inline;
  position: relative;
  color: #666;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  transition: color 300ms ease 0s;
}
.custom-social-icon a:hover {
  color: #0274be;
  opacity: 0.7;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#top-header .custom-social-icon a {
    font-size: 14px;
    line-height: 1em;
}
.icon-xing, .icon-xing2  {
  font-family: 'xing';
}
.icon-xing a.icon:before {
  content: "\ead3";
}
.icon-xing2 a.icon:before {
  content: "\ead4";
}