/* 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: block !important;
    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 {
    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 > span > svg {
    fill: #FFF ;
    margin-right: 10px;
}