@media only screen and (min-width: 482px) {
	.archive.author .site-header {
		padding-bottom: calc(0 * var(--global--spacing-vertical));
	}
}

.twentytwentyone .wrs_profile_showlist, .twentytwentyone .wrs_networks, .twentytwentyone .wrs_embeds, .twentytwentyone .wrs_profile_card, .twentytwentyone .wrs_profile_id, .twentytwentyone .wrs_profile_title, .twentytwentyone .wrs_profile_shares {
	width: 100%;
}

.profile_wrap {
    margin: 0 4em;
}

@media only screen and (min-width: 983px) {
	.twentytwentyone .wrs_profile_showlist, .twentytwentyone .wrs_networks, .twentytwentyone .wrs_embeds, .twentytwentyone .wrs_profile_card, .twentytwentyone .wrs_profile_id, .twentytwentyone .wrs_profile_title, .twentytwentyone .wrs_profile_shares {
		width: 31%;
		float: left;
		clear: left;
		margin-right: 2%;
	}
	.twentytwentyone .profile_wrap .wrs_profile_posts {
		width: 64%;
		display: inline-block;
		margin-top: 0px;
		margin-left: 2%;
	}
}

.twentytwentyone .wrs_profile_posts {
	width: 100%;
	margin-left: 0;
}

.twentytwentyone img.avatar.avatar-400.photo.wrs_profile_avatar {
    width: 100%;
    height: auto;
    max-width: 400px;
}

h1.entry-title.default-max-width {
	margin: 0;
	font-size: 4em;
}

.twentytwentyone .btn-change-image {
    font-size: .71em;
    padding: 5px;
    left: 21px;
    top: 1px;
    position: relative;
}


