/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 01 2023 | 02:17:39 */
.person-page__title {
	/* margin-top: 60px; */
}

.person__image {
	width: 100%;
}

.person-page__sidebar-title {
	margin-bottom: -10px;
}

.person-page__sidebar-links {
	display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin-bottom: 40px;
}

.person-page__sidebar-links a {
	color: #666;
    background-color: #f5f5f5;
    border: 1px solid #DDDDDD;
    text-align: left;
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
    padding: 12px;
}
.about-us .post-cards__item-image {
	background-position: top center;
}

/* HIDE ELLIE CV */
.postid-5361 .btn-group {
	display: none;
}