.site-content .ast-container {
    display: inherit;
}
.theone-members-wrapper {

}
.theone-members {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.theone-members-single {
	text-align: center;
	width: calc(25% - 20px);
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 20px;
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
}
.theone-members-image {
	flex-basis: 100%;
	order: 1;
}
.theone-members-single.image-bottom .theone-members-image {
	order: 2;
}
.theone-members-image-holder {
	margin-bottom: 10px;
}
.theone-members-image-holder a {
	display: inline-block;
}
.theone-members-image-holder a img {
	max-width: 100%;
	height: auto;
	border-radius: 100%
}
.theone-members-info {
	flex-basis: 100%;
	order: 2;
}
.theone-members-single.image-bottom .theone-members-info {
	order: 1;
	margin-bottom: 20px;
}
.theone-members-name {}
.theone-members-name h4 {
	margin: 10px 0;
}
.theone-members-name h4 a {
	text-decoration: none !important;
}
.theone-members-name h4 a:hover {
	text-decoration: underline !important;
}
.theone-members-position {}
.theone-members-button {
	text-align: center;
	margin-top: 20px;
}
.theone-members-button a {
	display: inline-block;
	padding: 10px 30px;
	border-radius: 5px;
	background-color: #000;
	color: #FFF;
	font-weight: bold;
	border: 2px solid #000;
	text-decoration: none !important;
}
.theone-members-button a:hover {
	color: #000;
	background-color: transparent;
}

/* Single page */
.theone-member-single-page {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.theone-member-single-page-image {
	flex-basis: 25%;
}
.theone-member-single-page-image img {
	max-width: 100%;
	height: auto;	
}
.theone-member-single-page-info {
	flex-basis: calc( 75% - 50px );
}
.theone-member-single-name {

}
.theone-member-single-name h4 {
	font-size: 32px
}
.theone-member-single-position {
	font-style: italic;
}
.theone-member-single-bio {
	margin-top: 10px;
}
.theone-members-pagination .nav-links {
	text-align: center;
	margin-top: 30px;
}
.theone-members-pagination .nav-links a,
.theone-members-pagination .nav-links span {
	min-width: 40px;
	height: 40px;
	border: 1px solid #000;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 40px;
	background-color: transparent;
	border-radius: 5px
}
.theone-members-pagination .nav-links .current,
.theone-members-pagination .nav-links a:hover {
	background-color: #000;
	color: #fff
}
