/*
Theme Name: Mercury Child
Theme URI: https://mercurytheme.com/
Description: Child theme for Mercury theme
Author: MercuryTheme.com
Author URI: https://mercurytheme.com/
Template: mercury
Version: 3.9.10
*/
@import url("../mercury/style.css");

.space-author-page-image-name-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.space-author-page-image {
	flex: 0 0 120px;
}
.space-author-page-image img {
	border-radius: 50%;
}
.space-author-page-name {
	min-width: 50%;
	flex: 1;
}
.space-author-page-social-links a {
	font-size: 30px;
	color: #7f8c8d;
	display: inline-block;
	margin-right: 10px;
}