.entry-date.published {
	display: none;
}

img {
	width: 100%;
	height: auto;
}

/**********************************/
/***** Layout & Section Title *****/
/**********************************/
.team-row {
	display: flex;
	flex-direction: row;
	width: 100vw;
	max-width: calc(100% - 32%) !important;
}

.column-n1 {
	flex: 100%;
	max-width: 25vw;
	margin-right: 1em;
}

@media screen and (max-width: 768px) {
	.team-row {
		flex-direction: column;
	}
	
	.column-n1 {
		flex: 100%;
		max-width: 100vw;
		margin-right: 1em;
	}
}

.section-title {
	width: 100%;
	text-align: center;
	padding: 45px 0 30px;
}

.section-title::after {
	position: absolute;
	content: "";
	width: 50px;
	height: 5px;
	left: calc(50% - 25px);
	background: #353535;
}

.section-title h1 {
	color: #353535;
	font-size: 50px;
	letter-spacing: 5px;
	margin-bottom: 5px;
}

@media(max-width: 767.98px) {
	.section-title h1 {
		font-size: 40px;
		letter-spacing: 3px;
	}
}

@media(max-width: 567.98px) {
	.section-title h1 {
		font-size: 30px;
		letter-spacing: 2px;
	}
}

.team-9 {
	padding: 20px;
	margin-bottom: 30px;
	border-radius: 5px;
	box-shadow: 0 1px 40px 4px rgba(0, 0, 0, 0.05);
	transition: transform .6s;
	transform-style: preserve-3d;
	height: 430px;
	align-content: center;
}

.team-9:hover {
	transform: rotateY(180deg);
}

.team-9 .team-img {
	position: relative;
	font-size: 0;
	text-align: center;
	margin-bottom: 30px;
}

.team-9 .team-img img {
	width: 100%;
	height: calc(20vh);
	object-fit: cover;
}

.team-9 .team-content {
	text-align: center;
}

.team-9 .team-content h2 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 5px;
}

.team-9 .team-content h3 {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0;
}

.team-9 .team-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #ffffff;
	border-radius: 5px;
	transform: rotateY(180deg);
}

.team-9 .team-overlay p {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	text-align: center;
}

.team-9 .team-social {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
}

.team-9 .team-social a {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 5px;
	padding: 11px 0 10px;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	color: #ffffff;
	border-radius: 100%;
	transition: all .3s;
}

.team-9 .team-social a.social-tw {
	background: #00acee;
}

.team-9 .team-social a.social-fb {
	background: #3b5998;
}

.team-9 .team-social a.social-li {
	background: #0e76a8;
}

.team-9 .team-social a.social-in {
	background: #3f729b;
}

.team-9 .team-social a.social-yt {
	background: #c4302b;
}

.team-9 .team-social a:last-child {
	margin-right: 0;
}

.team-9 .team-social a:hover {
	background: #222222;
}

.entry-date published {
	display: none;
}