.sd-block-share {
    font-size: 0;
}

.sd-block-share.align-left {
    text-align: left;
}

.sd-block-share.align-center {
    text-align: center;
}

.sd-block-share.align-right {
    text-align: right;
}

.sd-block-share button,
.sd-block-share a {
    height: 30px;
    width: 30px;
    padding: 0;
    display: inline-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    background-color: transparent;
    text-align: center;
    vertical-align: middle;
    transition: all .3s ease;
}

.sd-block-share a.share-linkedin {
    background-color: #E01861;
    border-radius: 5px;
}

.sd-block-share a.share-linkedin:hover {
    background-color: #000;
    transition: all .3s ease;
}

.sd-block-share a.share-linkedin:hover svg path {
    fill: #fff;
}

.sd-block-share a:not(:last-child) {
    margin-right: 10px;
}

.sd-block-share svg {
    width: 100%;
    height: 100%;
}

.sd-block-share svg path {
    fill: #E01861;
}

.sd-block-share a.share-linkedin svg {
    height: 20px;
    width: 20px;
}

.sd-block-share a.share-linkedin svg path {
    fill: #fff;
}

.sd-block-share a:hover svg path {
    fill: #000;
    transition: all .3s ease;
}

.sd-block-share button,
.sd-block-share [type='button'],
.sd-block-share button[type='submit'],
.sd-block-share input[type='submit'] {
    margin-bottom: 0!important;
    margin-right: 10px;
    transition: all .3s ease;
}

.sd-block-share button:hover svg path {
    fill: #000;
    transition: all .3s ease;
}

@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1400px) {

}

@media screen and (max-width: 1000px) {

}

@media screen and (max-width: 767px) {
    .sd-block-share.responsive_hide-yes {
        display: none;
    }

    .sd-block-share.responsive_align-left {
        text-align: left;
    }

    .sd-block-share.responsive_align-center {
        text-align: center;
    }

    .sd-block-share.responsive_align-right {
        text-align: right;
    }

    .sd-block-share button,
    .sd-block-share a {
        height: 25px;
        width: 25px;
    }

    .sd-block-share a.share-linkedin svg {
        height: 15px;
        width: 15px;
    }
}