@media screen and (min-width: 1024px) {
  .oga_share_whatsapp {
display: none !important;
  }
}

.oga_share_link {
  padding: 4px 10px 4px 10px !important;
  color: white;
  font-size: 12px;
  border-radius: 2px;
  margin-right: 5px;
  cursor: pointer;
  margin-top: 10px;
  display: inline-block;
  text-decoration: none;
}

.oga_share_link:hover,.oga_share_link:active {
  color: white;
}

.oga_share_twitter {
  background: #00aced;
}

.oga_share_xing {
  background: #026466;
}

.oga_share_facebook {
  background: #3B5997;
}

.oga_share_googleplus {
  background: #D64937;
}

.oga_share_buffer {
  background: #444;
}

.oga_share_pinterest {
  background: #bd081c;
}

.oga_share_linkedin {
  background: #0074A1;
}

.oga_share_whatsapp {
  background: #43d854;
}


.oga_share-area {
  margin: 30px 0px 20px 0px;
}