/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/* Author */

.authorBio{
	display: flex;
	flex-direction: row;
	padding: 2.5em;
	width: 100%;
}

.single .authorBio{
	padding: 0;
	margin-top: 80px;
}

.authorIconSocial img{
	width: 32px;
}

.authorBioLeft{
	padding-right: 2%;
	min-width: 300px;
}

.authorBioRight{
	padding-left: 2%;
}

.authorImage{
	width: 300px;
	height: 300px;
	object-fit: cover;
	border-radius: 50%
}

.authorIconSocial{
	margin-right: 8px;
}

.authorBioName,.authorBioJob{
	margin-bottom: 12px !important;
}

.authorBioName,.authorBioJob{
	margin-top: 0 !important;
}

.author .page-header{
	display: none !important;
}

@media only screen and (max-width: 900px){
	.authorBio{
		flex-direction: column;
		padding: 1em;
	}
	.authorBioLeft, .authorBioRight{
		width: 100%;
		padding: 0;
	}
	.authorImage{
		border-radius: 3%;
		margin-bottom: 30px;
	}
}
