.ctl-social-sharing-wrapper{
    list-style: none;
    display: block;
    line-height: 0px;
    clear: both;
    padding: 0px;
}

.ctl-social-sharing-wrapper ul{
    margin: 0px;
    margin-bottom: 15px;
}

.ctl-social-sharing-wrapper li{
    display: inline-block;
    cursor: pointer;
    color: #fff;
    border: none !important;
    padding: 0px !important;
   /* margin-left: 5px;
    margin-right: 5px; */
}

/*
.ctl-social-sharing-wrapper li:first-child{
    margin-left: 0px;    
}

.ctl-social-sharing-wrapper li:last-child{
    margin-right: 0px;    
}
*/

.ctl-social-sharing-wrapper li i{
    position: relative;
    display: block;    
    
    width: 20px;
    height: 20px;    
}

.ctl-social-sharing-wrapper li i:before{
    margin: 0px;
    position: absolute;
    
    top: 50%;
    left: 50%;
    
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);  
}

.ctl-social-sharing-wrapper .ctl-wp-studio-icons-mail{
    background-color: #ccc;
}

.ctl-social-sharing-wrapper .ctl-wp-studio-icons-facebook-1{
    background-color: #3b5998;
}

.ctl-social-sharing-wrapper .ctl-wp-studio-icons-google{
    background-color: #de564a;
}

.ctl-social-sharing-wrapper .ctl-wp-studio-icons-twitter{
    background-color: #1da1f2;
}

.ctl-social-sharing-wrapper .ctl-wp-studio-icons-whatsapp{
    background-color: #25d366;
}

.ctl-social-sharing-wrapper .ctl-wp-studio-icons-linkedin{
    background-color: #0077B5;
}

.ctl-social-sharing-wrapper .ctl-wp-studio-icons-pinterest{
    background-color: rgb(189, 8, 28);
}


.ctl-social-sharing-icon-transparent i{
    background-color: transparent !important;
}