

 /******************************************************************
                SOCIAL MEDIA BUTTONS PLACED AFTER HEADER
 ******************************************************************/

.ssb-wrapper {
    min-width: 325px;
    max-width: 325px;
    padding: 0 !important;
}

.rrssb-buttons {
float: left;
width: inherit !important;

}

.ssb {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    float: left;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding-bottom: 0px;
    padding-left: 2.5px;
    padding-right: 2.5px;
    padding-top: 0px;
    text-align: left;
    display: table-cell;
    margin-top: 0;
    margin-bottom: 10px;
}

.ssb-text {
  -webkit-font-smoothing: antialiased;
  color: #FFF;
  cursor: pointer;
  display: inline;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
}

.ssb-icon {
  left: 10px;
  padding-top: 10px;
  position: absolute;
  top: 0px;
}
.ssb-icon svg path {
  fill: #FFF;
}
.ssb-facebook {
    width: 190px;
    min-width: 190px;
    max-width: 190px;
}

.ssb-twitter {
    width: 125px;
    min-width: 125px;
    max-width: 125px;
}

.share-toggle.closed:before {
  content: "\F067";
}

.share-toggle.opened:before {
  content: "\F068";
}

.share-toggle {
  font-family: FontAwesome;
  line-height: 1.9;
  padding-left: 10px;
  font-size: 1.5rem;
  border-radius: 2px;
  background: #c5c5c5;
  display: inline-block;
  cursor: pointer;
  height: 36px;
  width: 37px;
  font-weight: normal;
  margin-left: 3px;
  margin-right: 3px;
}

.share-toggle:hover {
    background-color: #707070 !important;
}

.secondary-shares {
  display: none;
}

.share-results .text {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1.4; 
}

.share-results .share-container {
  margin: 0 auto;
  width: 300px;
  margin-bottom: 40px;
}


.ssb-facebook a, .ssb-twitter a {
    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.298039);
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-property: background-color;
    -webkit-transition-timing-function: ease-in-out;
    background-attachment: scroll;
    background-clip: border-box; 
    background-image: none;
    background-origin: padding-box;
    background-size: auto;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    box-sizing: border-box;
    color: #FFF;
    cursor: pointer;
    display: block;
    height: 36px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    outline-color: rgb(71, 71, 71);
    outline-style: none;
    outline-width: 0px;
    padding-bottom: 12px;
    padding-left: 22px;
    padding-top: 11px;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.ssb-facebook a:hover, .ssb-twitter a:hover {
    text-decoration: none !important;
}    

.ssb-facebook a {
    background-color: rgb(48, 97, 153);
}

.ssb-facebook a:hover {
    background-color: #244872 !important;
}


 .whatsapp  {
  float: left;
  cursor: pointer;

  line-height: 1.9;
  font-size: 1.5rem;
 }
 .whatsapp a .icon {
    display: inline-block;
    background-color: #00af00;
    border-radius: 2px;
    height: 36px;
    width: 37px;
    padding-left: 9px;

 }

 .whatsapp a .icon svg {
    height: 17px;
    width: 17px;
 }

  .whatsapp a .icon svg path {
    fill:#fff;
  }

 .whatsapp a, .whatsapp a:visited {
  background-color: #00af00;
}

 .whatsapp a:hover, .whatsapp a:active {
  background-color: #299629 !important;
}
