/*////isralak - sticky links in all pages/////*/


/*.social-sharing.social-sharing-sticky {
  bottom: 50px;
  position: fixed;
  display: flex;
  flex-direction: column; 
  gap: 35px;
  left: 20px;
  z-index: 20000;
}*/

.fa {
  font-size: 30px;
}

.social-sharing-sticky.social-sharing .instagram:before, .social-sharing-sticky.social-sharing .whatsapp:before, .social-sharing-sticky.social-sharing .facebook:before {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 36px;
  border: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
  box-shadow: 0px 3px 6px #00000029;
  background: white;
}

span.post-date, .news-date {
    display: none !important;
}

