/* Wrapper */
.mw-performers-wrapper {
	max-width: 900px;
	margin: 0 auto;
	padding: 20px 20px;
	line-height: 1.6;
}

/* Page heading */
.mw-performers-title {
	text-align: center;
	margin-bottom: 15px;
}

.mw-performers-subtitle {
	text-align: center;
	margin-bottom: 48px !important;
}

/* Performer block */
.mw-performer-block {
	margin-bottom: 40px;
	padding: 24px;
	background: #faf8f6;
	border-radius: 10px;
	box-shadow: 0 3px 14px rgba(0,0,0,0.06);
}

/* Performer name */
.mw-performer-name {
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 22px;
	font-weight: 600;
	color: #222;
	text-align: left;
}

/* Bio text */
.mw-performer-bio {
	text-align: left;
	font-size: 16px;
	color: #444;
}
.mw-performer-bio p {
	text-align: left;
	font-size: 16px;
	color: #000 !important;
}