/*
 * social icons, hover change
 *
 */
.notepad-site-footer .social-icons i:hover {
    color: #FFF;
    text-decoration: none;
    transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    -webkit-transition: all ease 0.8s;
    -o-transition: all ease 0.8s;
    -ms-transition: all ease 0.8s;
}
.notepad-site-footer .social-icons .fa-rss:hover {
    background: #FF6600;
}
.notepad-site-footer .social-icons .fa-twitter:hover {
    background: #00ABE3;
}
.notepad-site-footer .social-icons .fa-google-plus:hover {
    background: #e64522;
}
.notepad-site-footer .social-icons .fa-facebook:hover {
    background: #4060A5;
}
.notepad-site-footer .social-icons .fa-instagram:hover {
    background: #375989;
}
.notepad-site-footer .social-icons .fa-linkedin:hover {
    background: #0094BC;
}
.notepad-site-footer .social-icons .fa-github:hover {
    background: #343434;
}