/*
Theme Name: Salient Child
Template: salient
Version: 1.0
*/

.elu-author__basis{
    gap:20px !important;
}

.elu-author-page {
	max-width: 1100px;
	margin: 0 auto 50px;
}

.elu-author-page__top {
	display: flex;
	align-items: center;
	gap: 35px;
}

.elu-author-page__photo {
	flex: 0 0 180px;
}

.elu-author-page__photo img {
	width: 180px;
	height: 180px;
	object-fit: cover;
	border-radius: 50%;
}

.elu-author-page__intro {
	flex: 1;
}

.elu-author-page__label {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

.elu-author-page h1 {
	margin: 0;
}

.elu-author-page__job {
	margin-top: 5px;
	font-size: 18px;
	font-weight: 600;
}

.elu-author-page__linkedin {
	display: inline-block;
	margin-top: 15px;
}

.elu-author-page__bio {
	margin-top: 30px;
	max-width: 900px;
}

.elu-author-page__articles {
	margin-top: 50px;
	margin-bottom: 25px;
}

@media (max-width: 690px) {
	.elu-author-page__top {
		display: block;
	}

	.elu-author-page__photo {
		margin-bottom: 20px;
	}

	.elu-author-page__photo img {
		width: 130px;
		height: 130px;
	}
}

/* Standaard Salient header verbergen op auteurspagina's */
body.author .page-header-no-bg,
body.author #page-header-wrap {
	display: none !important;
}

body.author .elu-post-dates {
	margin-top: 8px;
	font-size: 13px;
	line-height: 1.4;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0;
}

body.author .elu-post-dates span {
	display: inline;
}

body.author .elu-post-dates__separator {
	margin: 0 5px;
}

@media (max-width: 690px) {
	body.author .elu-post-dates {
		font-size: 12px;
	}

	body.author .elu-post-dates__separator {
		display: none;
	}

	body.author .elu-post-dates span {
		display: block;
	}
}