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

div.simplesocialbuttons { height: auto; margin: 5px auto 5px -5px; text-align: left; clear: left; font-size: 0; direction: ltr;}

div.simplesocialbuttons.simplesocialbuttons-align-centered{
  text-align: center;
  margin: auto;
  display: table;
}

.simplesocialbuttons_inline{
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}


/* */
.simplesocialbuttons button{
  border:0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  margin: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: 'Helvetica', Arial, sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal;
  text-transform: capitalize !important;
  white-space: nowrap;
  text-shadow: none !important;
  width: auto;
  letter-spacing: 0;
  word-spacing: 0;
  overflow: visible;
}
.simplesocialbuttons button:focus, .simplesocialbuttons button:hover{
  outline: none;
}
.simplesocialbuttons button.simplesocial-fb-share:after{
  content: "\e900";
}
.simplesocialbuttons button.simplesocial-twt-share:after{
  content: "\e904";
}
.simplesocialbuttons button.simplesocial-yt-share:after{
  content: "\e909";
}/*
.simplesocialbuttons button.simplesocial-whatsapp-share:after{
  content: "\e906";
}
.simplesocialbuttons button.simplesocial-viber-share:after{
  content: "\e666";
}
.simplesocialbuttons button.simplesocial-reddit-share:after{
  content: "\e903";
}
.simplesocialbuttons button.simplesocial-linkedin-share:after{
  content: "\e907";
}*/
.simplesocialbuttons button.simplesocial-tg-share:after{
  content: "\e90d";
}/*
.simplesocialbuttons button.simplesocial-msng-share:after{
  content: "\e908";
}
.simplesocialbuttons button.simplesocial-email-share:after{
  content: "\e90b";
}
.simplesocialbuttons button.simplesocial-print-share:after{
  content: "\e90c";
}
.simplesocialbuttons button.simplesocial-tumblr-share:after{
  content: "\e90d";
}*/

/* */

.ssb_total_counter{
    display: inline-block;
    font-weight: bold;
    font-size: 10px;
    line-height: 1;
    font-family: 'Verdana';
    color: #d6d6d6;
    background-color: #001038;
    padding: 4px;
    background-image: linear-gradient(#001038,#394d7e);
    border-radius: 3px;
}

/* */
.simplesocialbuttons button:after {
  font-family: 'ssb-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 0;
  position: absolute;
  font-size: 17px;
  top: 0;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  border-radius: 3px;
}
/*
.simplesocialbuttons button.simplesocial-viber-share:after{
  content: "\e905";
  font-family: 'ssb-icon';
  }
*/

.simplesocialbuttons.simplesocial-simple-round button {
  height: 38px;
  line-height: 30px;
  padding: 4px 15px 4px 48px;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  position: relative;
  color: #fff;
  margin:5px;
  border-radius: 3px;
  /*width: 38px;*/
  -webkit-box-shadow: none;
  box-shadow: none;
}
.simplesocialbuttons.simplesocial-simple-round button:hover{
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
.simplesocialbuttons.simplesocial-simple-round button:before {
  content: '';
  left: 0;
  position: absolute;
  font-size: 17px;
  top: 0;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.simplesocialbuttons.simplesocial-simple-round button span{
  position: relative;
  z-index: 1;
}
.simplesocialbuttons.simplesocial-simple-round button:hover:before{
  width: 100%;
}
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-fb-share{
  background: #43609c;
}
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-twt-share{
  background: #1da1f2;
}
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-yt-share{
  background: #db4437;
}/*
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-whatsapp-share{
  background: #34AF23;
}
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-viber-share{
  background: #59267c;
}
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-reddit-share{
  background: #ff4500;
}
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-linkedin-share{
  background: #0077B5;
}*/
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-tg-share{
  background: #0088cc;
}/*
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-msng-share{
  background: #468bff;
}
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-email-share{
  background: #878787;
}
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-print-share{
  background: #353535;
}
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-tumblr-share{
  background: #36465d;
}*/
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-fb-share:after, .simplesocialbuttons.simplesocial-simple-round button.simplesocial-fb-share:before {
  background: #354e83;
}
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-twt-share:after, .simplesocialbuttons.simplesocial-simple-round button.simplesocial-twt-share:before {
  background: #1889cf;
}
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-yt-share:after, .simplesocialbuttons.simplesocial-simple-round button.simplesocial-yt-share:before {
  background: #bb372b;
}/*
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-viber-share:after, .simplesocialbuttons.simplesocial-simple-round button.simplesocial-viber-share:before {
  background: #3e115d;
}

.simplesocialbuttons.simplesocial-simple-round button.simplesocial-whatsapp-share:after, .simplesocialbuttons.simplesocial-simple-round button.simplesocial-whatsapp-share:before {
  background: #176e0b;
}
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-reddit-share:after, .simplesocialbuttons.simplesocial-simple-round button.simplesocial-reddit-share:before {
  background: #ce3b04;
}
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-linkedin-share:after, .simplesocialbuttons.simplesocial-simple-round button.simplesocial-linkedin-share:before {
  background: #044568;
}*/
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-tg-share:after, .simplesocialbuttons.simplesocial-simple-round button.simplesocial-tg-share:before {
  background: #006fa7;
}/*
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-msng-share:after, .simplesocialbuttons.simplesocial-simple-round button.simplesocial-msng-share:before {
  background: #3c7be6;
}
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-tumblr-share:after, .simplesocialbuttons.simplesocial-simple-round button.simplesocial-tumlbr-share:before {
  background: #36465d;
}*/
