/*
  HIDESHARE CSS
*/
.hideshare-wrap {
    margin: 10px auto;
    position: relative;
}

    .hideshare-wrap .hideshare-list {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: left !important;
    }

    .hideshare-wrap li {
        display: inline-block;
        zoom: 1;
        *display: inline;
        margin: 0 0 0 0;
    }

    .hideshare-wrap span {
        display: none;
    }

.share-btn {
    display: block;
    width: 200px;
    margin: 0 auto;
    background: #dedede;
    color: #232323;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 1em 0;
    border: 1px solid #444;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6);
}

    .share-btn:hover {
        background: #ffffff;
    }

.hideshare-list a {
    color: #dedede;
    border: 1px solid rgba(0, 0, 0, 0.0) !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition: all 200ms linear 0s;
    -moz-transition: all 200ms linear 0s;
    -o-transition: all 200ms linear 0s;
    transition: all 200ms linear 0s;
}

    .hideshare-list a:hover {
        border: 1px solid rgba(0, 0, 0, 0.5) !important;
        box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
        color: #ffffff;
        text-shadow: 1px 1px 1px #000000;
        -webkit-transition: all 200ms linear 0s;
        -moz-transition: all 200ms linear 0s;
        -o-transition: all 200ms linear 0s;
        transition: all 200ms linear 0s;
    }

.hideshare-list li a {
    border: medium none;
    border-radius: 0;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
    color: #ffffff !important;
    display: inline-block;
    margin: 5px 2px;
    opacity: 0.9;
    outline: medium none;
    padding: 0.5em;
    text-align: center;
    width: 5.5em;
    font-size: 8px;
}


.hideshare-twitter {
    background: #55acee;
}

.hideshare-google-plus {
    background: #dd4b39;
}

.hideshare-facebook {
    background: #3B5998;
}

.hideshare-stumbleupon {
    background: #EB4823;
}

.hideshare-reddit {
    background: #ff5700;
}

.hideshare-linkedin {
    background: #4875B4;
}

.hideshare-email {
    background: #444444;
}

.hideshare-whatsapp {
    background: #42c253;
}

.hideshare-pinterest {
    background: #cb2027;
}

.hideshare-mail {
    background: #373737;
}


.shareTxt {
    display: block !important;
    margin: 0 10px 0 0;
}

    .shareTxt i {
        color: rgba(0, 0, 0, 0.65);
        font-size: 20px;
        margin: 0 7px 0 0;
        text-shadow: none;
    }

@media(max-width:767px) {
    .hideshare-wrap .hideshare-list {
        text-align: center !important;
    }

    .hideshare-list li a {
        font-size: 9px;
        width: 4em;
        height: 4em;
        text-align: center;
    }
}
