/* Team page only — scoped so about.php and other team_container uses stay unchanged */

.team_page .team-intro {
	width: 75%;
	min-width: 1000px;
	margin: 30px auto 5px;
}

.team_page .team-intro p {
	font-family: 'Calibri';
	font-size: 16px;
	line-height: 22px;
	color: #414143;
	text-align: justify;
	margin: 0 0 10px;
}

.team_page .team_container {
	width: 75%;
	min-width: 1000px;
	margin: 20px auto 10px;
	padding-top: 10px;
	font-size: 0;
	text-align: left;
}

.team_page .team-member-main {
	width: 23%;
	height: auto;
	min-height: 268px;
	display: inline-block;
	vertical-align: top;
	float: none;
	margin: 0 1% 28px;
	padding: 0 0 18px;
	background: #fff;
	background-image: none;
	text-align: center;
	border-bottom: 5px solid #f15b25;
	border-radius: 6px 6px 0 0;
	-webkit-box-shadow: 0 0 8px #d9d0c6;
	        box-shadow: 0 0 8px #d9d0c6;
	-webkit-transition: box-shadow 0.2s ease;
	        transition: box-shadow 0.2s ease;
}

.team_page .team-member-main:hover {
	-webkit-box-shadow: 0 0 16px #c4b8aa;
	        box-shadow: 0 0 16px #c4b8aa;
}

.team_page .team-photo {
	display: block;
	width: 140px;
	height: 140px;
	margin: 24px auto 14px;
	overflow: hidden;
	border-radius: 100%;
	border: 3px solid #fff;
	-webkit-box-shadow: 0 0 0 2px #f15b25, 0 0 6px #bbb;
	        box-shadow: 0 0 0 2px #f15b25, 0 0 6px #bbb;
}

.team_page .team-single {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	object-fit: cover;
	object-position: center top;
}

.team_page .team-name {
	display: block;
	padding: 0 12px;
	font-size: 17px;
	line-height: 22px;
	font-weight: 700;
	text-decoration: none;
	color: #f15b25;
	font-family: 'Calibri', Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

.team_page a.team-name:hover {
	text-decoration: none;
	color: #414143;
}

.team_page .team-designation {
	font-size: 13px;
	line-height: 18px;
	color: #7a7a7b;
	margin: 6px 12px 0;
	font-family: 'Calibri', Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.4px;
}

.team_page .team-join {
	width: 75%;
	min-width: 1000px;
	margin: 10px auto 25px;
	background: #fff;
	border: 2px solid #f15b25;
	border-radius: 8px;
	padding: 28px 20px 32px;
	text-align: center;
}

.team_page .team-join h3 {
	color: #f15b25;
	font-family: 'Calibri';
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 8px;
}

.team_page .team-join p {
	font-family: 'Calibri';
	font-size: 16px;
	color: #414143;
	margin: 0 0 16px;
}

.team_page .team-join-btn {
	display: inline-block;
	background-color: #f15b25;
	color: #fff;
	font-family: 'Calibri';
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 28px;
	border-radius: 7px;
	opacity: 0.95;
}

.team_page .team-join-btn:hover {
	opacity: 1;
	color: #fff;
	text-decoration: none;
}

@media screen and (max-width: 1024px) {
	.team_page .team-intro,
	.team_page .team_container,
	.team_page .team-join {
		width: 92%;
		min-width: 0;
	}

	.team_page .team-member-main {
		width: 31.33%;
		margin: 0 1% 22px;
	}
}

@media screen and (max-width: 700px) {
	.team_page .team-member-main {
		width: 48%;
		margin: 0 1% 20px;
		min-height: 250px;
	}

	.team_page .team-photo {
		width: 120px;
		height: 120px;
		margin-top: 20px;
	}

	.team_page .team-join h3 {
		font-size: 22px;
	}
}

@media screen and (max-width: 550px) {
	.team_page .team-intro,
	.team_page .team_container,
	.team_page .team-join {
		width: 90%;
		min-width: 0;
	}

	.team_page .team-member-main {
		width: 100%;
		margin: 0 0 18px;
		min-height: 0;
	}

	.team_page .team-photo {
		width: 140px;
		height: 140px;
	}

	.team_page .team-name {
		font-size: 18px;
	}

	.team_page .team-join {
		padding: 22px 14px 26px;
	}
}
