/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 25 2021 | 13:35:52 */
.social-button {
  display: inline-block;
  height: 40px;
  width: 190px;
  line-height: 40px;
  padding-right: 30px;
  padding-left: 70px;
  position: relative;
  background-color:rgb(0,0,0);
  color:rgb(255,255,255);
  text-decoration: none;
  text-transform: none
    letter-spacing: 1px;
  margin-bottom: 14px;
  text-shadow:1px 1px 0px rgba(0,0,0,0.5);
}
.social-button:hover{
  text-decoration: none;
  color: #fff;
  text-shadow: none;
}
.social-button p{
  font-size: 18px;
}
.social-button span {
  position: absolute;
  left: 5px;
  width: 40px;
  font-size:30px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 1px solid  rgba(0,0,0,0.15);
  text-decoration: none;
}
.social-button.twitter {
  background: #00acee;
}
.social-button.facebook {
  background: #3b5998;
}
.social-button.linkedin {
  background: #0e76a8;
}
.social-button.youtube {
  background: #c4302b;
}
.social-button.instagram{
  background: #3f729b;
}
.social-button.pinterest{
  background: #c8232c;
}
.social-button.whatsapp {
  background: #25D366;
}
.text-center{
  text-align: center;
}
.tbl-header-hidden {
  display:none;
}
