﻿.socialList {
    z-index: 1;
    text-decoration: none;
    color: #000;
    cursor: pointer;
    text-align: center;
    padding: 0;
    width: 100%;
    padding-bottom: 30px;
    position: relative;
}

.socialItem {
    list-style-type: none;
    display: inline-block;
    width:32px;
    height:32px;
}

.socialList li:not(:last-of-type){
    margin-right:5px;
}

.socialList li {
    color: #FFF;
    text-align: center;
    border-radius:50%;
}

.socialList li i{
    font-size: 20px;
}

.socialList li a {
    color: #FFF;
    display: block;
    line-height:36px;
}

.socialList li {
    background: #0072C6;
    border: 1px solid #007d8a;
}

.socialList li:hover,
.socialList li:focus {
    background: #0164ad;
}

.socialItem p {
    position: absolute;
    margin: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    bottom: 0;
    font-size: 1em;
    color: #000;
    font-weight: 400;
    left: 0;
    margin-bottom: 0 !important;
}

.socialItem:hover p,
.socialItem a:focus p {
    opacity: 1;
}