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

.wgsn-social-bar-share {
    display: inline-block;
    float: left;
    width: 100%;
    text-align: left;
    cursor: pointer;
    opacity: 0.5;
}
.wgsn-social-bar-share:hover {
    opacity: 1;
}

.wgsn-social-bar-share .fb-like span {
    vertical-align: top !important;
}

.wgsn-social-bar-share > a {
    display: inline-block;
    height: 100%;
    width: 100%;
}

.wgsn-social-bar-share i[class^="wgsn-social-bar-icon-"]:before {
    width: 16px;
    height: 16px;
}

.wgsn-social-bar-share .wgsn-social-bar-icon-facebook svg {
    height: 15px;
    width: 15px;
}

.wgsn-social-bar-share .wgsn-social-bar-icon-linkedin svg,
.wgsn-social-bar-share .wgsn-social-bar-icon-mail svg {
    height: 16px;
    width: 16px;
}

.wgsn-social-bar-share .wgsn-social-bar-icon-linkedin svg {
    margin-top: 0.3em;
}

.wgsn-social-bar-share .wgsn-social-bar-icon-mail svg {
    margin-top: 0.5em;
}

.wgsn-social-bar-share .wgsn-social-bar-icon-facebook svg {
    margin-top: 0.5em;
}

.wgsn-social-bar-share * {
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.wgsn-social-bar-share [class^="wgsn-social-bar-icon-"],
.wgsn-social-bar-share .wgsn-social-bar-label,
.wgsn-social-bar-share .wgsn-social-bar-count {
    display: block;
    float: left;
}

.wgsn-social-bar-share [class^="wgsn-social-bar-icon-"] {
    width: 20%;
}

.wgsn-social-bar-share .wgsn-social-bar-label {
    padding: 0 5px;
    width: 45%;
}

.wgsn-social-bar-share .wgsn-social-bar-count {
    width: 35%;
}

[class^="wgsn-social-bar-icon-"]:before {
    font-family: 'csscfont' !important;
    font-style: normal !important;
    font-weight: normal !important;
    speak: none !important;
    display: inline-block !important;
    text-decoration: inherit !important;
    text-align: center !important;
    line-height: 1em !important;
    font-size: 16px !important;
    text-rendering: auto !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

.wgsn-social-bar-count {
    font-size: 13px;
}

.wgsn-social-bar-share [class^="wgsn-social-bar-icon-"],
.wgsn-social-bar-share svg,
.wgsn-social-bar-label,
.wgsn-social-bar-count {
    vertical-align: baseline;
}

.wgsn-social-bar-icon-facebook-like:before { content: '\e803'; }
.wgsn-social-bar-icon-twitter:before { content: '\e804'; }
.wgsn-social-bar-icon-gplus:before { content: '\e801'; }
.wgsn-social-bar-icon-pinterest:before { content: '\e802'; }

.wgsn-social-bar-share.comments .wgsn-social-bar-label {
    width: 65%;
}

.wgsn-social-bar-share.comments .wgsn-social-bar-count {
    width: 35%
}