

.social-display {
    display: inline-block !important;
    margin-bottom: 20px !important;
}

.social-icon-medium {
    width: 32px !important;
    height: 32px !important;
}

.social-text-medium {
    margin-top: 6px !important;
    margin-bottom: 0px !important;
    font-size: 13px !important;
    line-height: 1.6 !important;
    text-align: center !important;
}

.social-medium-right {
    margin-right: 16px !important;
}

.social-divider {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    width: 100% !important;
    height: 1px !important;
    background-color: purple !important;
    border-bottom: 1px solid #e5e5e5 !important;
}

.social-block-bottom {
    margin-bottom: 40px !important;
}

.social-link-title {
    cursor: auto !important;
    margin-top: 0px;
    margin-bottom: 2px;
    font-size: 16px;
    font-family: 'ubuntuMedium';
    color: #1A1D23 !important;  
    line-height: 1.7;
}

.svg-facebook {
    background-image: url('../img/svg/social-media/facebook.svg') !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
}

.svg-instagram {
    background-image: url('../img/svg/social-media/instagram.svg') !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
}

.svg-x {
    background-image: url('../img/svg/social-media/x.svg') !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
}

.svg-linkedin {
    background-image: url('../img/svg/social-media/linkedin.svg') !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
}

.svg-messenger {
    background-image: url('../img/svg/social-media/messenger.svg') !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
}

.svg-telegram {
    background-image: url('../img/svg/social-media/telegram.svg') !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
}

.svg-whatsapp {
    background-image: url('../img/svg/social-media/whatsapp.svg') !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
}

.svg-gmail {
    background-image: url('../img/svg/social-media/gmail.svg') !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
}

.svg-sms{
    background-image: url('../img/svg/social-media/sms.svg') !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
}

.svg-tiktok {
    background-image: url('../img/svg/social-media/tiktok.svg') !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
}

.svg-youtube {
    background-image: url('../img/svg/social-media/youtube.svg') !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
}

.svg-copy {
    background-image: url('../img/svg/social-media/copy.svg') !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
}