
/****************************************************************************

*****************************************************************************/
.team-profiles.info-table {
	margin: 0 0 20px 0 !important;
	width: 100%;
	border: 0 !important;
	display: table;
	}

	.team-profiles.info-table tbody,
	.team-profiles.info-table tbody tr,
	.team-profiles.info-table tbody tr td {
		border: 0;
	}

	.team-profiles.info-table tbody tr {
		display: table-row;
	}

	.team-profiles.info-table tbody tr td {
		display: table-cell;
	}

.sstp-content .info-table {
	font-size: 16px;
	line-height: 24px;
	position: relative;
	}

	.info-table .top-row .col-1 {
		float: left;
		width: 33%;
		position: relative;
		top: 70px;
	}

	.info-table .top-row .col-2 {
		float: left;
		width: 33%;
		position: relative;
		top: 70px;
	}

	.info-table .top-row .col-3 {
		float: left;
		width: 32%;
		}

		.info-table .top-row .col-3 img {
			width: 200px;
			height: auto;
			float: right;
			margin: 0 0 35px;
		}

	.info-table .top-row div span {
		display: block;
	}

	.info-table .top-row div span strong {
		font-size: 12px;
		position: relative;
		bottom: 2px;
	}



@media (max-width: 800px) {
	.sstp-content .demog-table {
		font-size: 16px;
		line-height: 24px;
		position: relative;
		width: 100%;
		}

		.demog-table .top-row {
			overflow: hidden;
			}

		.demog-table .top-row .photo {
			float: none;
			width: 100%;
			text-align: center;
			}

			.demog-table .top-row .photo img {
				width: 300px;
				height: auto;
				margin: 0 auto;
			}

		.demog-table .top-row .info {
			float: none;
			width: 100%;
			margin: 0 auto;
			font-family: "Open Sans", sans-serif;
			}

			.demog-table .top-row .info * {
				font-family: "Open Sans", sans-serif;
			}

			.demog-table .top-row .info .name {
				text-align: center;
				width: 100%;
				margin: 20px 0px 10px 0px;
			}

			.demog-table .top-row .info .name strong {
				font-weight: 900;
			}

			.demog-table .top-row .info .items-1 {
				width: 100%;
				text-align: center;
				}

				.demog-table .top-row .info .items-1 .item {
					padding-right: 60px;
					display: inline-block;
					width: 100%;
				}

			.demog-table .top-row .info .items-2 {
				width: 100%;
				text-align: center;
				}

				.demog-table .top-row .info .items-2 .item {
					padding-right: 60px;
					display: inline-block;
					width: 100%;
				}

			.demog-table .top-row .info .items-3 {
				width: 100%;
				text-align: center;
				}

				.demog-table .top-row .info .items-3 .item {
					display: inline-block;
					width: 100%;
				}

		.demog-table .bio {
			clear: both;
			width: 100%;
			margin: 25px 10px;
			}

		.sstp-content * img.alignleft, 
		.sstp-content * img.aligncenter, 
		.sstp-content * img.alignright {
			margin: 20px auto 30px;
			float: none;
			display: block;
		}
}

@media (min-width: 801px) {
	.sstp-content .demog-table {
		font-size: 16px;
		line-height: 24px;
		position: relative;
		width: 100%;
		}

		.demog-table .top-row {
			overflow: hidden;
			}

		.demog-table .top-row .photo {
			float: left;
			width: 32%;
			text-align: center;
			}

			.demog-table .top-row .photo img {
				width: 300px;
				height: auto;
				margin: 0;
			}

		.demog-table .top-row .info {
			float: left;
			width: 64%;
			margin-left: 4%;
			font-family: "Open Sans", sans-serif;
			}

			.demog-table .top-row .info * {
				font-family: "Open Sans", sans-serif;
			}

			.demog-table .top-row .info .name {
				width: 100%;
				margin: 20px 0px 10px 0px;
			}

			.demog-table .top-row .info .name strong {
				font-weight: 900;
			}

			.demog-table .top-row .info .items-1 {
				width: 100%;
				padding-left: 15px;
				}

				.demog-table .top-row .info .items-1 .item {
					padding-right: 60px;
					display: inline-block;
					width: 100%;
				}

			.demog-table .top-row .info .items-2 {
				width: 100%;
				padding-left: 15px;
				}

				.demog-table .top-row .info .items-2 .item {
					padding-right: 60px;
					display: inline-block;
					width: 100%;
				}

			.demog-table .top-row .info .items-3 {
				width: 100%;
				padding-left: 15px;
				}

				.demog-table .top-row .info .items-3 .item {
					display: inline-block;
					width: 100%;
				}

		.demog-table .bio {
			clear: both;
			width: 100%;
			margin: 25px 10px;
			}

}


.sstp-content .cover-art {
	margin: 35px 0 50px;
}








.sstp_metabox {
	overflow: hidden;
}

.sstp_metabox .left {
	float: left;
	width: 60%;
	overflow: hidden;
}

.sstp_metabox .right {
	float: right;
	width: 40%;
	overflow: hidden;
}

.sstp_metabox .center {
	clear: both;
	width: 100%;
	overflow: hidden;
}

.sstp_metabox .left .sstp_item {
	display: inline-block;
	padding: 5px 0px 5px 0;
	width: 48%;
}

.sstp_metabox .right .sstp_item {
	display: inline-block;
	padding: 5px 0px 5px 0;
}

.sstp_metabox .center .sstp_item {
	display: inline-block;
	padding: 5px 0px 5px 0;
}

.sstp_metabox .left .sstp_item label {
	display: inline-block;
	font-weight: 500;
	width: 20%;
}

.sstp_metabox .left .sstp_item.sstp_position select {
	width: 60%;
}

.sstp_metabox .left .sstp_item.sstp_name input {
	width: 60%;
}

.sstp_metabox .left .sstp_item.sstp_number input {
	width: 60%;
}

.sstp_metabox .left .sstp_item.sstp_height input {
	width: 60%;
}

.sstp_metabox .left .sstp_item.sstp_weight input {
	width: 60%;
}

.sstp_metabox .left .sstp_item.sstp_age input {
	width: 60%;
}

.sstp_metabox .left .sstp_item.sstp_exp input {
	width: 60%;
}

.sstp_metabox .left .sstp_item.sstp_college input {
	width: 60%;
}

.sstp_metabox .right .sstp_item.sstp_headshot {
	width: 100%;
}

.sstp_metabox .right .sstp_item.sstp_headshot label {
	display: block;
}

.sstp_metabox .right .sstp_item.sstp_headshot .existing_img {
	float: right;
	margin: 6px 0;
	text-align: center;
}

.sstp_metabox .right .sstp_item.sstp_headshot .existing_img img {
	width: 200px;
	border: 1px solid #ddd;
}

.sstp_metabox .right .sstp_item.sstp_headshot .existing_img .attachment_id {
	font-style: italic;
	display: block;
	font-size: 12px;
	color: #aaa;
}

.sstp_metabox .right .sstp_item.sstp_headshot .existing_img input {
	width: 50%;
	display: block;
	margin-top: 25px;
}







.sstp_metabox .sstp_item.bio {
	display: inline-block;
	padding: 5px 0px 5px 0;
	width: 100%;
}

.sstp_metabox .sstp_item.bio.sstp_bio_draft_year label {
	width: 20%;
	font-weight: 500;
	display: inline-block;
}

.sstp_metabox .sstp_item.bio.sstp_bio_draft_year input {
	width: 70%;
}

.sstp_metabox .sstp_item.textarea.bio .wp-editor-wrap {
	width: 100%;
	display: inline-block;
}










.sstp_metabox .sstp_item.text-input {
	width: 50%;
	float: left;
}

.sstp_metabox .sstp_item.textarea {
	clear: both;
	padding-top: 35px;
	width: 100%;
}

.sstp_metabox .sstp_item.text-input label {
	width: 20%;
	display: inline-block;
	font-weight: bold;
}

.sstp_metabox .sstp_item.text-input input {
	width: 50%;
	padding: 4px 8px;
}

.sstp_metabox .sstp_item.textarea label {
	display: inline-block;
	font-weight: 500;
	width: 12%;
	vertical-align: top;
}

.sstp_metabox .sstp_item.textarea textarea {
	width: 75%;
	padding: 4px 8px;
}

.sstp_metabox .sstp_item.textarea .wp-editor-wrap {
	width: 75%;
	display: inline-block;
}





