ul.social-profiles {
    max-width: 90px;
    text-align: center;
}

ul.social-list {
    margin-left: 0;
}

ul.social-list li a {
    color: #666666;
    font-weight: 700;
}

ul.social-list li a:hover {
    color: #ed1c24;
}

a.sd-button > span {
    color: #fff;
    font: normal normal normal 18px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.site-footer ul.social-profiles {
    margin-right: -1px;
}

ul.social-list li {
    list-style-type: none;
}

ul.social-profiles li {
    background-color: #ed1c24;
    border: 1px solid #ffffff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    width: 30px;
}

ul.social-profiles li,
ul.social-profiles li a {
    -moz-transition: all 1s linear;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
}

ul.social-profiles li a {
    background: transparent;
    color: #ffffff;
    display: inline;
    position: relative;
    top: 0;
    width: 100%;
}

ul.social-profiles li.social-icon span.fa {
    display: inline;
}

ul.social-profiles li.social-facebook:hover {
    background-color: #3b5997;
}

ul.social-profiles li.social-twitter:hover {
    background-color: #00aced;
}

ul.social-profiles li.social-instagram:hover {
    background-color: #786157;
}

ul.social-profiles li.social-tumblr:hover {
    background-color: #36658c;
}

ul.social-profiles li.social-linkedin:hover {
    background-color: #069;
}

ul.social-profiles li.social-rss:hover {
    background-color: #f60;
}

ul.social-profiles li:nth-child(3n+1),
ul.social-profiles li:nth-child(3n+2),
ul.social-profiles li:nth-child(3n){
    border-top: 1px solid #ed1c24;
    margin-bottom: -2px;
}

.safari .site-footer ul.social-profiles li:nth-child(3n+1),
.safari .site-footer ul.social-profiles li:nth-child(3n+2),
.safari .site-footer ul.social-profiles li:nth-child(3n){
    margin-bottom: -2px;
}

.site-header ul.social-profiles li:nth-child(3n+4),
.site-header ul.social-profiles li:nth-child(3n+5),
.site-header ul.social-profiles li:nth-child(3n+6){
    border-bottom: 1px solid #ed1c24;
    margin-top: -5px;
}

ul.social-profiles li:nth-child(3n),
ul.social-profiles li:nth-child(3n+6){
    border-right: 1px solid #ed1c24;
}

.site-footer ul.social-profiles li:nth-child(3n+4),
.site-footer ul.social-profiles li:nth-child(3n+5),
.site-footer ul.social-profiles li:nth-child(3n+6){
    border-bottom: 1px solid #ed1c24;
    margin-top: -3px;
}


ul.social-profiles li:hover {
    box-shadow: inset 0 0 7px rgba(0,0,0,0.2);
}