.share42init {
	z-index: 500;
	position: fixed;
	left: 14px;
	top: 35%;
}

.share42init a {
  width: 48px !important;
  height: 48px !important;
  background: url("../images/share-Fave.png") !important;
  background-position: center center !important;
  display: block !important;
}

.share42init a:hover {
  scale: 1.1;
  transition: linear;
}

.share42init a .tooltiptext {
  visibility: hidden;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  font-size: 0.75rem;
  display: block;
  width: 200px;
  margin-left: 60px;
}

.share42init a:hover .tooltiptext {
  visibility: visible;
}

.share42init a.lnkd {
  background: url("../images/share-LinkedIn.png") !important;
}

.share42init a.fb {
  background: url("../images/share-Facebook.png") !important;
}

.share42init a.gplus {
  display: none !important;
}

.share42init a.twi {
  background: url("../images/share-Twitter.png?v=2023") !important;
}

.share42init a.bsky {
  background: url("../images/share-bsky.png?v=2023") !important;
}

.share42init a.mailto {
  background: url("../images/share-Mailto.png") !important;
}

.share42init a.print {
  background: url("../images/share-Print.png") !important;
}

.share42init a.feedback {
  background: url("../images/reviews.png") !important;
  background-size: 32px !important;
  background-color: #b5b5b5 !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.rsssocialbutton {
  float: left;
  height: 48px;
  width: 48px;
  display: block;
  margin: 0 7px 0 0;
}

.rsssocialbutton a {
  display: block;
  background: url("../images/share-RSS.png") !important;
  height: 48px;
  width: 48px;
  background-position: center center !important;
  z-index: 999999999999999;
  position: relative;
}


@media screen and (max-width: 960px) {
  #share42 {
	display: none !important;
  }
}
