.enteraddons-social-icon-wrap {
    box-shadow: 0 0 10px rgba(37,37,37,.1); 
    background-color: #fff;
    padding: 15px;
}
.enteraddons-social-icon-inner-wrap {
    border: 1px solid #1A8E45; 
    padding: 30px;
}
.enteraddons-social-icon-inner-wrap,
.enteraddons-social-icon {
    display: flex;
}
.enteraddons-social-icon.icon-style--three a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    font-size: 14px;
    transition: all 0.3s;
    
}
.ea_sicon_default_style a {
    width: 30px;
    height: 30px;
    color: #FFFFFF;
    border-radius: 50px;
    background-color: #FF0061;
    justify-content: center;
}
.enteraddons-social-icon.icon-style--three a:not(:last-child) {
    margin-right: 17px;
}
.enteraddons-social-icon.icon-style--three a:last-child {
    margin-bottom: 0px !important;
}
.enteraddons-social-icon.icon-style--three a:hover {
    color: #f97300;
}
.enteraddons-social-icon.has-separator > * {
    position: relative;
}
.enteraddons-social-icon.has-separator > *:not(:last-child):after {
    position: absolute;
    content: "";
    background-color: #fff;
    height: 20px;
    width: 1px;
    top: 50%;

    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.1;
}
.social-heading h2 {
    position: relative;
    color: #151515; 
    margin: 0;
    font-size: 18px;
}
.social-heading {
    margin-right: 8px;
}
.social-heading.heading-divider h2:after {
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
    height: 1px;
    width: 50px;
    content: '';
    background-color: #151515;
}
.soci-media-title {
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    margin-left: 6px;
}
.enteraddons-social-icon a:hover .soci-media-title {
    opacity: 1;
    visibility: visible;
}
.soci-media-border {
    display: block;
    width: 40px;
    height: 1px;
    background-color: red;
    margin-right: 6px;
}
