 
 :root {
     --icon-container-size: 2em;
     --icon-size: 1.25em;
     --icon-padding: 0.3125em;
 }
 
 .iqonic-extension-social-position-horizontal .newzlive-social-item {
     display: inline-flex;
     margin-right: 10px;
 }
 .iqonic-extension-social-position-horizontal .newzlive-social-item:last-child{
    margin-right: 0;
 }
  
 .newzlive-share {
    position: relative;
     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;
     justify-content: center;
     text-align: center;
     cursor: pointer;
 }
 
 .newzlive-social-icons .newzlive-social-item .newzlive-share {
     line-height: 2.5em;
     width: 2.5em;
     height: 2.5em;
 }
 
 .newzlive-social-icons .newzlive-social-item .newzlive-share svg {
     width: 2em;
     height: 2em;
 }
 
 .newzlive-social-item a:hover {
     color: var(--global-font-white-title);
 }
 
 .iqonic-extension-shape-rounded .newzlive-share {
     border-radius:50%;
     -webkit-border-radius:50%;
     -moz-border-radius:50%;
     -o-border-radius:50%;
     -ms-border-radius:50%;
 }
 
 .iqonic-extension-shape-square .newzlive-share {
     font-family: var(--highlight-font-family);
     font-weight:var(--font-weight-regular);
     letter-spacing: var(--letter-spacing-one);
     color: var(--global-font-title);
 }
 
 .newzlive-social-names .newzlive-social-item:last-child {
     padding: 0;
 }
 
 a.newzlive-share {
     color: var(--global-font-color);
     font-weight: var(--font-weight-bold);
     border-radius: 50%;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -o-border-radius: 50%;
     -ms-border-radius: 50%;
     border:0.0625em solid var(--border-color-light);
     transition: all 0.5s ease-in-out;
 }
 
 .newzlive-social-names .newzlive-social-item {
     padding-right: 0;
 }
 
 .newzlive-social-share.newzlive-social-icons-names .newzlive-social-item a svg,
 .newzlive-social-share.newzlive-social-icons-names .newzlive-social-item a i {
     margin-right: 0.625em;
 }
 
 .newzlive-social-share.newzlive-social-icons-names .newzlive-social-item a i,
 .newzlive-social-share.newzlive-social-icons .newzlive-social-item a i {
     transition: none;
 }
 
 .newzlive-social-names .newzlive-social-item a:hover {
     -webkit-transform: translateY(-.3125em);
     transform: translateY(-.3125em);
     -webkit-transition: .3s;
     transition: .3s;
 }

 .newzlive-social-share.newzlive-social-icons .newzlive-social-item a i{
    position: absolute;
    transform: translate(-50% ,-50%);
    left: 50%;
    top: 50%;
 }