/* Floating Social Media Bar Style Starts Here */
#social .float-sm {
    position: fixed;
    width: 250px;
    right: -250px;
    top: 50%;
    transform: translate(0%, -50%);
}

#social .fl-fl {
    opacity: 0.6;
    border-radius: 5px;
    position: relative;
    right: 60px;
    margin: 5px;
    padding: 4px;
    width: 250px;
    z-index: 1000;
    transition: all .25s ease;
}

#social .fl-fl:hover {
    opacity: 1;
    right: 250px;
}

#social .fa {
    font-size: 20px;
    color: #fff;
    padding: 10px 0;
    width: 40px;
    margin-left: 8px;
}

#social .fl-fl a {
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    line-height: 43px !important;
    vertical-align: top !important;
    font-size: 0.7rem;
}

#social .float-tg {
    background: #229ED9;
    opacity: 0.95;
}

#social .float-tg .fa-telegram {
    font-size: 28px;
    line-height: 1;
    padding: 6px 0;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#social .float-tg a {
    font-size: 0.9rem;
}

#social .float-tg a:hover {
    text-decoration: underline;
}

#social .float-oshwlab {
    background: #3c70f4;
    opacity: 0.95;
}

#social .float-oshwlab img {
    width: 44px;
    height: 43px;
    margin-left: 6px;
    object-fit: contain;
}

#social .float-oshwlab a {
    font-size: 0.9rem;
}

#social .float-oshwlab a:hover {
    text-decoration: underline;
}

#social .float-gh {
    background: #24292f;
    opacity: 0.95;
}

#social .float-gh .fa-github {
    font-size: 28px;
    line-height: 1;
    padding: 6px 0;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#social .float-gh a {
    font-size: 0.9rem;
}

#social .float-gh a:hover {
    text-decoration: underline;
}

#social .float-et {
    background: #F1641E;
    opacity: 0.95;
}

#social .float-et .fa-etsy {
    font-size: 28px;
    line-height: 1;
    padding: 6px 0;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#social .float-et a {
    font-size: 0.9rem;
}

#social .float-et a:hover {
    text-decoration: underline;
}

#social .float-fb {
    background: #4267B2;
}

#social .float-yt {
    background: #FF0000;
}

#social .float-ig {
    background: #833AB4;
}

#social .float-wa {
    background: #25D366;
}

#social .float-phone {
    background: #000dff;
}

#social .float-email {
    background: #b14b00;
}

/* Floating Social Media Bar Style Ends Here */
