/* ## Social Media Static Sharing
--------------------------------------------- */

.static_share {
    float: right;
    padding: 8px 15px;
}

.static_share__link {
    background: #0e0e0e;
    box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 2.2rem;
    margin: 2px 2px 0 0;
    padding: 8px;
    text-decoration: none;
    vertical-align: middle;
}

.static_share__link--icon {
    border-radius: 50%;
    line-height: 0;
}

.static_share__link--no_icon {
    border-radius: 2px;
}

.static_share__link--icon:hover,
.static_share__link--icon:active,
.static_share__link--icon:focus {
    text-decoration: none;
}

.static_share__link:hover,
.static_share__link:active,
.static_share__link:focus {
    color: #fff;
}

.static_share__link--twitter {
    background: #00aced;
}

.static_share__link--twitter:hover,
.static_share__link--twitter:active,
.static_share__link--twitter:focus {
    background: #0084b4;
}

.static_share__link--facebook {
    background: #3B5997;
}

.static_share__link--facebook:hover,
.static_share__link--facebook:active,
.static_share__link--facebook:focus {
    background: #2d4372;
}

.static_share__link--google-plus {
    background: #D64937;
}

.static_share__link--google-plus:hover,
.static_share__link--google-plus:active,
.static_share__link--google-plus:focus {
    background: #b53525;
}

.static_share__link--buffer {
    background: #444;
}

.static_share__link--buffer:hover,
.static_share__link--buffer:active,
.static_share__link--buffer:focus {
    background: #222;
}

.static_share__link--pinterest {
    background: #bd081c;
}

.static_share__link--pinterest:hover,
.static_share__link--pinterest:active,
.static_share__link--pinterest:focus {
    background: #930617;
}

.static_share__link--linked-in {
    background: #0074A1;
}

.static_share__link--linked-in:hover,
.static_share__link--linked-in:active,
.static_share__link--linked-in:focus {
    background: #006288;
}

.static_share__link--whatsapp {
    background: #43d854;
}

.static_share__link--whatsapp:hover,
.static_share__link--whatsapp:active,
.static_share__link--whatsapp:focus {
    background: #009688;
}

@media screen and (min-width: 1024px) {
    .static_share__link--whatsapp {
        display: none;
    }
}
