
#ajsharebar .fa{
  display: block !important;
  width: 35px !important;
  height: 35px !important;
  color: #fff !important;
  border-radius: 35px !important;
  /*background: #5F5F5F !important;*/
  font: normal normal normal 18px/1 FontAwesome !important;
  text-rendering: auto !important;
  -webkit-font-smoothing: antialiased !important;
  padding-top: 8px;
  margin: 15px;
}

#ajsharebar .fa:focus,
#ajsharebar .fa:hover {
  color:red;
  background: #7c7c7c !important;
  text-decoration: none !important;
}

#ajsharebar a:focus,
#ajsharebar a:hover {
  text-decoration: none !important;
}


#ajsharebar:before {
  content: "Share";
  display: block;
  /* background: #c00; */
  height: 40px;
  width: 100%;
  background: #101427;
  color: #fff;
  text-align: center;
  padding: 10px 0px;
}

#ajsharebar.arabic:before {
  content: "شارك";
  display: block;
  /* background: #c00; */
  height: 40px;
  width: 100%;
  background: #101427;
  color: #fff;
  text-align: center;
  padding: 10px 0px;
}


/* Horizontal*/

.ajsharebarxdiv {
  display: table;
  margin: 0 auto;
}

#ajsharebarx .fa{
  display: block !important;
  width: 35px !important;
  height: 35px !important;
  color: #fff !important;
  border-radius: 35px !important;
  /*background: #5F5F5F !important;*/
  font: normal normal normal 18px/1 FontAwesome !important;
  text-rendering: auto !important;
  -webkit-font-smoothing: antialiased !important;
  padding-top: 8px;
  margin: 15px;
}

#ajsharebarx{
  background-color: #F3F3F3;
}

#ajsharebarx li{
  text-align: center;
}

#ajsharebarx .fa:focus,
#ajsharebarx .fa:hover {
  background: #7c7c7c !important;
  text-decoration: none !important;
}

#ajsharebar1 a:focus,
#ajsharebar1 a:hover {
  text-decoration: none !important;
}


#ajsharebar1:before {
  content: "Share";
  display: block;
  /* background: #c00; */
  height: 40px;
  width: 100%;
  background: #101427;
  color: #fff;
  text-align: center;
  padding: 10px 0px;
}

.ajsharebarxdiv2 {
  background-color: #F3F3F3;
  height: 70px;
  padding-top: 10px;
  text-align: center;
}


