.about-author {
width: 100%;
}
.authorbox {
overflow: hidden;
padding: 0;
background: #333;
color: #ccc;
}
.authorbox .authorinfo {
color: #ccc;
}
.authorbox .authorsocial {
float: left;
}
.authorbox .authorsocial li {
list-style: none;
margin: 0;
position: relative;
}
.authorbox .authorsocial li a {
width: 32px;
display: block;
height: 32px;
margin: 0;
}
.authorbox .authorinfo img {
float: left;
margin: 4px 10px 4px 5px;
border-radius: 100%;
width: 17%;
background: #fff;
padding: 5px;
}
.authorbox .authorinfo p {
margin: 0;
font-size: 18px;
padding: 0 5px;
line-height: 25px!important;
font: 15px "Armata", Arial;
text-align: left;
}
.authorinfo p a {
text-decoration:none;
color:#fff;
}
.authorbox h3 {
margin: 0;
display: inline-block;
background: #333;
color: #fff;
font: bold 20px Arial;
padding: 5px 10px;
}
h3.boxtitle {
background: #333;
color: #fff;
margin: 0 auto;
width: 25%;
padding: 2px 10px;
font: bold 16px "Armata", Arial
}
.authorbox .authorsocial li .fb {
background-position: 0px 0px;
}
.authorbox .authorsocial li .twitter {
background-position: 0px -32px;
}
.authorbox .authorsocial li .google {
background-position: 0px -64px;
}
.authorbox .authorsocial li .in {
background-position: 0px -96px;
}
.authorbox .authorsocial li .in:hover {
background-position: -32px -96px;
}
.authorbox .authorsocial li .google:hover {
background-position: -32px -64px;
}
.authorbox .authorsocial li .twitter:hover {
background-position: -32px -32px;
}
.authorbox .authorsocial li .fb:hover {
background-position: -32px 0px;
}
.authorbox:hover img {
background: #1BC3F8;
}
.authorbox .authorinfo img, .authorbox .authorsocial li a {
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
@font-face {
font-family: 'Armata';
font-style: normal;
font-weight: 400;
src: local('Armata'), local('Armata-Regular'),
}