/**
 * Note that these styles are loaded *before* editor styles, so that
 * editor-specific styles using the same selectors will take precedence.
 */
.fury-block-share-icons {}

.fury-block-share-icons .text-muted {
    color: #9da9b9;
}

.fury-block-share-icons .share-links {
    display: inline-block;
    vertical-align: middle;
}

.fury-block-share-icons .social-button {
    display: inline-block;
    margin-left: 8px;
    margin-right: 0;
    margin-bottom: 5px;
    transition: color .3s;
    color: #606975;
    font-size: 13px;
    text-decoration: none;
    vertical-align: middle;
}

.fury-block-share-icons .social-button i {
    line-height: 35px;   
}

.fury-block-share-icons .social-button.shape-circle {
    width: 36px;
    height: 36px;
    border: 1px solid #e1e7ec;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
}


