.stssm-sticky-social-icons {
    position: fixed;
    top: 33%;
    z-index: 5
}

@media screen and (min-width:800px) {
    .stssm-sticky-social-icons {
        top: 28%
    }
}

.stssm-before-content {
    margin: 0 0 1.5em
}

.stssm-after-content {
    margin: 1.5em 0 0
}

.stssm-social-icons {
    padding: 0 !important;
    list-style-type: none;
    display: block;
    content: '';
    clear: both;
    margin: 0 !important
}

.stssm-social-icons .stssm-more::before {
    content: '\22EF';
    height: 20px;
    width: 20px;
    line-height: 18px;
    color: #c1c1c1;
    margin-top: 5px;
    margin-bottom: 4px
}

.stssm-social-icons .stssm-more::after {
    display: table;
    content: '';
    clear: both
}

.stssm-hide {
    transition: .25s ease-out
}

.stssm-social-icons .stssm-toggle {
    height: 20px;
    width: 20px;
    line-height: 18px;
    background-color: #c1c1c1;
    color: #fff
}

.stssm-social-icons li {
    text-align: center;
    cursor: pointer
}

.stssm-content-social-icons li {
    display: inline-block;
    margin-right: 4px;
    margin-left: 0
}

.stssm-sticky-social-icons li {
    margin-right: 0;
    margin-left: 0
}

.stssm-content-social-icons li,
.stssm-sticky-social-icons li {
    margin-top: 3px !important;
    margin-bottom: 3px !important
}

.stssm-content-social-icons i,
.stssm-sticky-social-icons i {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.stssm-social-icons .fab,
.stssm-social-icons .fas {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px
}

.stssm-social-icons .fab:hover,
.stssm-social-icons .fas:hover {
    opacity: .7
}

.stssm-social-icons .fa-facebook-f {
    background: #1778f2;
    color: #fff
}

.stssm-social-icons .fa-twitter {
    background: #1da1f2;
    color: #fff
}

.stssm-social-icons .fa-linkedin {
    background: #0077b5;
    color: #fff
}

.stssm-social-icons .fa-pinterest {
    background: #e60023;
    color: #fff
}

.stssm-social-icons .fa-reddit {
    background: #ff4500;
    color: #fff
}

.stssm-social-icons .fa-tumblr {
    background: #34526f;
    color: #fff
}

.stssm-social-icons .fa-blogger {
    background: #fc4f08;
    color: #fff
}

.stssm-social-icons .fa-wordpress-simple {
    background: #21759b;
    color: #fff
}

.stssm-social-icons .fa-line {
    background: #00b900;
    color: #fff
}

.stssm-social-icons .fa-buffer {
    background: #000;
    color: #fff
}

.stssm-social-icons .fa-whatsapp {
    background: #128c7e;
    color: #fff
}

.stssm-social-icons .fa-envelope {
    background: #f1d592;
    color: #fff
}

.stssm-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
    transition: opacity .2s;
    visibility: hidden;
    opacity: 0;
    z-index: 99
}

.stssm-overlay.stssm-light {
    background: rgba(255, 255, 255, .5)
}

.stssm-overlay .stssm-popup-cancel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: default
}

.stssm-overlay:target {
    visibility: visible;
    opacity: 1
}

#stssm-popup .stssm-popup {
    margin: 30vh auto;
    padding: 20px;
    background: #fff;
    border: 1px solid #666;
    max-width: 625px;
    box-shadow: 0 0 50px rgba(0, 0, 0, .5);
    position: relative
}

.stssm-light .stssm-popup {
    border-color: #aaa;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .25)
}

.stssm-popup .stssm-popup-content {
    max-height: 400px;
    overflow: auto;
    margin-left: -1px;
    transform: translateX(1px)
}

.stssm-popup .stssm-social-icons.stssm-content-social-icons {
    text-align: center
}