@font-face {
  font-family: 'is_share_button_icon';
  src:  url('fonts/is_share_button_icon.eot?rcql4q');
  src:  url('fonts/is_share_button_icon.eot?rcql4q#iefix') format('embedded-opentype'),
  url('fonts/is_share_button_icon.ttf?rcql4q') format('truetype'),
  url('fonts/is_share_button_icon.woff?rcql4q') format('woff'),
  url('fonts/is_share_button_icon.svg?rcql4q#is_share_button_icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="is_share_button_icon-"], [class*=" is_share_button_icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'is_share_button_icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.is_share_button_icon-iservice:before,
.et-db #et-boc .et-l .et-fb-modules-list ul > li.is_share_button::before {
  content: "\e90d";
  font-size: 12px;
  border: 1px white solid;
  height: 12px;
  display: inline-block;
  border-radius: 18px;
  width: 12px;
  padding: 4px;
}

.et-db #et-boc .et-l .et-fb-modules-list ul > li.is_share_button::before {
  border: 1px black solid;
  color: black;
}

.is_share_button_icon-email:before {
  background-color: #303030;
  content: "\e900";
}
.is_share_button_icon-print:before {
  background-color: #303030;
  content: "\e901";
}
.is_share_button_icon-buffer:before {
  background-color: #303030;
  content: "\e902";
}
.is_share_button_icon-facebook:before {
  background-color: #3B5998;
  content: "\e903";
}
.is_share_button_icon-flattr:before {
  background-color: #6CBC16;
  content: "\e904";
}
.is_share_button_icon-linkedin:before {
  background-color: #007FB1;
  content: "\e905";
}
.is_share_button_icon-pinterest:before {
  background-color: #CB2027;
  content: "\e906";
}
.is_share_button_icon-reddit:before {
  background-color: #FF4500;
  content: "\e907";
}
.is_share_button_icon-stumbleupon:before {
  background-color: #EB4924;
  content: "\e908";
}
.is_share_button_icon-tumblr:before {
  background-color: #00225F;
  content: "\e909";
}
.is_share_button_icon-twitter:before {
  background-color: #39A9E0;
  content: "\e90a";
}
.is_share_button_icon-vk:before {
  background-color: #4C75A3;
  content: "\e90b";
}
.is_share_button_icon-xing:before {
  background-color: #046064;
  content: "\e90c";
}

.is_share_button_icon-iservice {
  display: inline;
  margin-right: 5px;
}

.et-db #et-boc .et-l .et-fb-modules-list ul > li.is_share_button::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'is_share_button_icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.is_share_button [class^="is_share_button_icon-"], .is_share_button [class*=" is_share_button_icon-"] {
  display: inline-block;
  margin: 3px;
}

.is_share_button [class^="is_share_button_icon-"]::before, .is_share_button [class*=" is_share_button_icon-"]::before {
  border-radius: 20px;
  color: white;
  height: 20px;
  display: inline-block;
  font-size: 20px;
  opacity: 0.7;
  padding: 7px;
  width: 20px;
}

.is_share_button [class^="is_share_button_icon-"]:hover::before, .is_share_button [class*=" is_share_button_icon-"]:hover::before {
  opacity: 1;
}