






.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;
    line-height: 16px;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    vertical-align: top;
}

.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.7;
    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;
    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;
}




/* STICKY FACEBOOK SHARING BUTTON*/
#sticky-sharing-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 17px 0;
    z-index: 1000;
    background: #fff;
    border-top: 1px solid #e0d6cc;
    display: none;
    box-sizing: border-box;
    height: 60px;
}

.share-button {
    box-sizing: border-box;
    text-align: center;
    display: block;
}

.share-text-wrapper {
    display: inline-block;
    box-sizing: border-box;
    width: 90%;
}

.share-button > a.fb-share {
    color: #ffffff;
    background-color: #4b68b9;
    border-color: #3b55a0;
    background-image: -webkit-linear-gradient(top, #4b68b9 0%, #3b55a0 100%);
    background-image: -o-linear-gradient(top, #4b68b9 0%, #3b55a0 100%);
    background-image: linear-gradient(to bottom, #4b68b9 0%, #3b55a0 100%);
    background-repeat: repeat-x;
    background-size: 100%;
    background-position: 0 0;
    text-shadow: 0 -1px 0 #3b55a0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    z-index: 1;
    font-family: "Segoe UI", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
    border-radius: 4px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    padding: 12px 10px;
    line-height: 1.3em;
    font-weight: 500;
    cursor: pointer;
    font-size: 1.5em;
}

.share-button > a.fb-share > span > svg {
    fill: #FFF ;
    margin-right: 6px;
}