.ha-social-icons-wrapper, .ha-social-icons-wrapper a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
}

    .ha-social-icons-wrapper a {
        padding: 15px;
        border-radius: 4px;
        color: #fff;
        font-size: 30px;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

a.ha-social-icon:hover {
    position: relative;
    z-index: 1;
    background: #e2498a;
}

a.ha-social-icon:after, a.ha-social-icon:before {
    border-radius: inherit;
}

.ha-social-icons-wrapper a.elementor-social-icon-label {
    color: #d30c5c;
}

.ha-social-icon:not(:last-child) {
    margin-right: 2px;
}

.ha-social-icon i, .ha-social-icon svg {
    position: relative;
    display: initial;
    width: 1em;
    height: 1em;
}

.ha-social-icon svg {
    width: auto;
    fill: currentColor;
}

.ha-social-icon-label {
    margin: 0 0 0 10px;
    width: 100%;
    height: 100%;
    font-size: 18px;
    line-height: 1;
}

.elementor-social-icon-label .ha-social-icon-label {
    margin-left: 0;
}

.elementor-element-edit-mode .ha-social-icon-sticky {
    z-index: 9999;
}

.ha-social-icons:not(.elementor-element-edit-mode) .ha-social-icon-sticky {
    position: fixed;
}

.ha-social-icon-separator {
    margin-right: 10px;
}

.ha-separator--stroke .ha-social-icon-separator {
    width: 1px;
    height: 1em;
    background: #d30c5c;
}

.ha-separator--custom .ha-social-icon-separator {
    color: #d30c5c;
    font-size: 24px;
}

.ha-social-icon-separator:last-child {
    display: none;
}
/** Widgets: social-icons **/
