@import url(../css-1);
@import url("entypo.css");
/* @import url(https://weloveiconfonts.com/api/?family=entypo&font-display:swap); */

[class^=entypo-]:before {
    font-family: entypo, sans-serif;
    font-display: swap
}



#social-sidebar {
    right: 0;
    position: fixed;
    top: 50%;
    z-index: 999999;
    padding-right: 10px
}

#social-sidebar li:first-child a {
    border-radius: 40px
}

#social-sidebar li:last-child a {
    border-radius: 40px
}

#social-sidebar a {
    background: rgba(246 107 14);
    color: #fff;
    text-decoration: none;
    display: block;
    height: 40px;
    width: 40px;
    font-size: 18px;
    line-height: 43px;
    position: relative;
    text-align: center;
    cursor: pointer;
    border-radius: 40px;
    margin-top: 5px
}

#social-sidebar a:hover span {
    right: 120%;
    opacity: 1
}

#social-sidebar a span {
    font: 12px "Open Sans", sans-serif;
    text-transform: uppercase;
    border-radius: 3px;
    line-height: 24px;
    right: -100%;
    margin-top: -16px;
    opacity: 0;
    padding: 4px 16px;
    position: absolute;
    transition: opacity .3s, right .4s;
    top: 50%;
    z-index: -1
}

#social-sidebar a span:before {
    content: "";
    display: block;
    height: 8px;
    width: 8px;
    right: -4px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    transform: rotate(45deg)
}

#social-sidebar a[class*=twitter] span,
#social-sidebar a[class*=twitter] span:before,
#social-sidebar a[class*=twitter]:hover {
    background: #121931;
    color: #fff !important
}

#social-sidebar a[class*=facebook] span,
#social-sidebar a[class*=facebook] span:before,
#social-sidebar a[class*=facebook]:hover {
    background: #121931;
    color: #fff !important
}

#social-sidebar a[class*=gplus] span,
#social-sidebar a[class*=gplus] span:before,
#social-sidebar a[class*=gplus]:hover {
    background: #121931;
    color: #fff !important
}

#social-sidebar a[class*=dribbble] span,
#social-sidebar a[class*=dribbble] span:before,
#social-sidebar a[class*=dribbble]:hover {
    background: #121931;
    color: #fff !important
}

#social-sidebar a[class*=play] span,
#social-sidebar a[class*=play] span:before,
#social-sidebar a[class*=play]:hover {
    background: #121931;
    color: #fff !important
}

#social-sidebar a[class*=linkedin] span,
#social-sidebar a[class*=linkedin] span:before,
#social-sidebar a[class*=linkedin]:hover {
    background: #121931;
    color: #fff !important
}

#social-sidebar a[class*=instagrem] span,
#social-sidebar a[class*=instagrem] span:before,
#social-sidebar a[class*=instagrem]:hover {
    background: #121931;
    color: #fff !important
}

#social-sidebar a[class*=basket] span,
#social-sidebar a[class*=basket] span:before,
#social-sidebar a[class*=basket]:hover {
    background: rgb(83 141 8) ;
    color: #fff !important
}
