@charset "utf-8";
/* CSS Document */
.wp-share-button {
    margin: 0px 0;
    display: table;
    width: 100%;
}

.wp-share-button .total-share {
    vertical-align: top;
    margin-right: 20px;
}
.wp-share-button .total-share .total-count-text {
    font-size: 17px;
}
.wp-share-button .total-share .total-count {
    font-size: 25px;
    font-weight: bold;
    color: #1ac695;
    line-height: normal;
}
.wp-share-button .pinterest {
    background: #e60523 none repeat scroll 0 0!important;
}

.pinterest-button a {
    border-radius: 0 !important;
}

.wp-share-button.theme9 .share-button {
    padding: 4px 8px 3px;
}

.wp-share-button.theme9 {
    display: flex !important;
    align-items: center !important;
}

.wp-share-button .twitter,
.wp-share-button .x {
    background: #000000 none repeat scroll 0 0!important;
}

.wp-share-button.theme9 a.x {
    display: flex !important;
}

.wp-share-button.theme9 .share-button.x .button-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}