.apsc-theme-1 .apsc-each-profile {
    float: left;
    min-height: 80px;
    text-align: center;
    width: 80px;
    margin: 5px;
}

.apsc-each-profile a{
    font-weight:normal;
    color:white;
    text-decoration:none;
}
.apsc-each-profile a:hover{
    color:white;
    text-decoration:none;
}

.apsc-theme-1 .apsc-each-profile a{
    padding: 9px;
    display: block;
    color: #fff;
    position:relative;
    border-radius: 5px;

    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#b3b3b3)";/*IE 8*/
    -moz-box-shadow: 1px 1px 2px #b3b3b3;/*FF 3.5+*/
    -webkit-box-shadow: 1px 1px 2px #b3b3b3;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 1px 1px 2px #b3b3b3;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#b3b3b3); /*IE 5.5-7*/

    transition: all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.entry-content  .apsc-each-profile a{
    border:none;
}

.site-footer .widget .apsc-each-profile a{
    color: #fff;
    text-decoration:none;
}

.social-icon {
    display: block;
}

.apsc-theme-1 .media-name {
    display: none;
}

.apsc-theme-1 .apsc-count {
    font-size: 16px;
    display: block;
    line-height: 15px;
    padding: 2px 0 0;
}

.entry-content .apsc-each-profile a,.entry-content .apsc-each-profile a:hover,.entry-content .apsc-each-profile a:focus {
    color: #fff;
    text-decoration:none;
}

.apsc-theme-1 .apsc-each-profile  a:before {
    background: radial-gradient(ellipse at center center , rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    height: 10px;
    left: 5%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-proper