.pp-authorbox-wrapper {
	height: auto;
	display: flex;
	flex: 1 1 auto;
	align-items: center;
}

.pp-authorbox-wrapper > * {
	display: inline-flex;
}

.pp-authorbox-wrapper .sr-only {
	position: absolute !important;
    height: 1px !important;
    width: 1px !important;
    margin: 0 !important;
    padding: 0 !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
    -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
    overflow: hidden !important;
	border: 0 !important;
	box-shadow: none !important;
}

.pp-authorbox-content {
	width: 100%;
	border: 1px solid #e8e8e8;
	position: relative;
}

.pp-authorbox-wrapper > .pp-authorbox-author {
	width:100%;
}

.pp-authorbox-wrapper .pp-authorbox-author-name {
	margin:0;
}
.pp-authorbox-author-name a {
	text-decoration: none;
}

.pp-authorbox-button .pp-author-archive-btn {
	background-color: unset;
	display: inline-block;
	text-decoration: none;
}

.pp-authorbox-img > a {
	width: 100px;
	height: 100px;
	overflow: hidden;
	justify-content: center;
	vertical-align: middle;
	display: inline;
}

.pp-authorbox-social-wrap {
	display: inline-flex;
}
.pp-author-social-links {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
}
.pp-author-social-links li {
	margin-top: 10px;
	margin-right: 15px;
}
.pp-author-social-links li a {
	font-size: 20px;
	text-decoration: none;
}