.author-contact-form-hide-fields {
	display: none;
}
.author-box {
	border: 1px solid #bbbbbb;
	border-radius: 10px;
	background-color: #f7f5eb;
	padding: 20px;
	margin: 50px auto;
}
.author-box h2 a {
	text-decoration: none !important;
	color: #222;
}

/* responsive image layout for author box images */
/** desktop */
@media only screen and (min-width: 1025px) {
	.author-box-image {
		float: left;
		width: 20%;
		text-align: center;
		margin: 0;
	}
	.author-box-bio {
		float: left;
		width: 80%;
		min-height: 150px;
	}
}
/* tablet */
@media only screen and (min-width: 601px) and (max-width: 1024px) {
	.author-box-image {
		float: left;
		width: 35%;
		text-align: center;
		margin: 0;
	}
	.author-box-bio {
		float: left;
		width: 65%;
	}
}


/* mobile */
@media only screen and (max-width: 600px) {
	.author-box-image {
		margin: 10px auto;
		text-align: center;
	}
}

.author-box img {
	border: 1px solid #aaa;
	border-radius: 50px;
	width: 96px;
	height: 96px;
}
.author-box-description span {
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .85em;
	margin-bottom: 8px;
	max-width: 55%;
}
.author-box-meta-links {
	clear: left;
	border-top: 1px solid #bbbbbb;
	padding-top: 11px;
}
.author-box svg {
	margin-right: 5px;
	margin-bottom: -8px;
	border: none;
}