/*-----------------------------------------------------------------*/
/* Social icons
/*-----------------------------------------------------------------*/

.social-icons ul{
    margin-top: -10px;
}

.social-icons .social-item {
    background: #02c1ef;
    width: 25px;
    height: 25px;
    line-height: 26px;
    display: inline-block;
    float: left;
    text-align: center;
    font-size: 0.8rem;
    border-radius: 50%;
    color: #fff;
}
.social-icons .social-item.fa-at:hover {
    background: #ff6600;
}
.social-icons .social-item.fa-facebook:hover {
    background: #3b5998;
}
.social-icons .social-item.fa-linkedin:hover {
    background: #0077b5;
}
.social-icons .social-item.fa-newsletter:hover {
    background: #2c9ab7;
}
.social-icons .social-item.fa-rss:hover {
    background: #f26522;
}
.social-icons .social-item.fa-twitter:hover {
    background: #55acee;
}
.social-icons .social-item.fa-whatsapp:hover {
    background: #43d854;
}
.social-icons .social-item.fa-wordpress:hover {
    background: #21759b;
}
.social-icons .social-item.fa-youtube:hover {
    background: #cd201f;
}
.social-icons .social-item.fa-instagram:hover {
    background: #c13584;
}