/* Base Styles */
.spc-social-block .link {
  position: relative;
}

.spc-social-block .tsi-twitter:before,
.spc-social-block .tsi-twitter:after {
  display: block;
  position: absolute;
    top: 50%;
    left: 50%;
  transform: translate( -50%, -50% );
}

.tsi-twitter:before {
  content: ""!important;
  opacity: 1;
  transition: opacity .25s ease-in-out;
}

.tsi-twitter:after {
  content: "";
  opacity: 0;
  transition: opacity .25s ease-in-out;
}

a:hover .tsi-twitter:before,
a:focus .tsi-twitter:before {
  opacity: 0;
}

a:hover .tsi-twitter:after,
a:focus .tsi-twitter:after {
  opacity: 1;
}


/* Header Desktop */
.smart-head-main .tsi-twitter:before,
.smart-head-main .tsi-twitter:after {
  width: 15px;
  height: 15px;
}

.smart-head-main .tsi-twitter:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23d3d3d3' d='M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z'%3E%3C/path%3E%3C/svg%3E");
}

.smart-head-main .tsi-twitter:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23085ca6' d='M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z'%3E%3C/path%3E%3C/svg%3E");
}


/* Header Mobile */
.off-canvas .tsi-twitter:before,
.off-canvas .tsi-twitter:after {
  width: 15px;
  height: 15px;
}

.off-canvas .tsi-twitter:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23000000' d='M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z'%3E%3C/path%3E%3C/svg%3E");
}

.off-canvas .tsi-twitter:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23085ca6' d='M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z'%3E%3C/path%3E%3C/svg%3E");
}


/* Footer */
div[data-elementor-type="ts-footer"] .tsi-twitter:before,
div[data-elementor-type="ts-footer"] .tsi-twitter:after {
  width: 11px;
  height: 11px;
}

div[data-elementor-type="ts-footer"] .tsi-twitter:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ffffff' d='M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z'%3E%3C/path%3E%3C/svg%3E");
}

div[data-elementor-type="ts-footer"] .tsi-twitter:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ffffff' d='M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z'%3E%3C/path%3E%3C/svg%3E");
}


/* Post Share */
.post-share .tsi-twitter:before {
  display: inline-block;
  transform: translateY( 1px );
  width: 17px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ffffff' d='M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z'%3E%3C/path%3E%3C/svg%3E");
  opacity: 1!important;
}

.post-share .tsi-twitter:after {
  display: none!important;
}

.post-share .tsi-twitter + .label:after {
  content: "(X)";
  display: inline-block;
  margin-left: 2px;
}
