/* Enter Your Custom CSS Here */
#commentform label { width: auto; }
.author-summary-box {
    background: #fff;
    padding: 10px;
    margin: 0 0 25px;
    border: 5px solid #000;
    overflow: hidden;
}

.author-thumbnail {
    margin: 0 15px 0 0;
    float: left;
}

.author-name {
    font-size: 1.65em;
    font-family: inherit;
    font-weight: 700;
    text-transform: uppercase;
    color: #922a8b;
}

.author-bio {
    color: #000;
}

.author-bio-social a {
    float: left;
    color: #fff;
    height: 28px;
    line-height: 28px;
    width: 28px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    margin-right: 4px;
    font-size: 16px;
}

a.website { background: #769833; }
a.facebook { background: #3B5998; }
a.twitter { background: #00ACED; }
a.google-plus { background: #D14836; }
a.pinterest { background: #CB2027; }
a.instagram { background: #517fa4; }

.author-bio-social a:hover {
    background: #666;
    color: #fff;
}

.author-bio-social:after {
    content: "";
    display: block;
    clear: both;
}

@media only screen
   and (min-device-width : 320px)
   and (max-device-width : 580px){ .author-summary-box { text-align: center; } .author-thumbnail { margin: 0; float: none; } .author-bio-social a { display: inline-block; float: none; }}