.pd-bbm-team .team-boxes {
	display: grid;
	grid-template-columns: repeat(auto-fill, 260px);
	column-gap: 20px;
	row-gap: 60px;
	justify-content: space-between;
}

.pd-bbm-team .cell {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}

.pd-bbm-team .team-img img {
	border-radius: 5px;
	width: 100%;
}

.pd-bbm-team .team-details {
	background-color: #fff;
	position: absolute;
	top: calc( 100% + 1px );
	right: -1px;
	left: -1px;
	height: 100%;
	padding: 0;
}

.pd-bbm-team .t-name {
	margin-top: 3em;
	font-size: 21px;
	color: #26242A;
	text-align: center;
	font-weight: bold;
}

.pd-bbm-team .t-position {
	font-size: 14px;
	text-align: center;
}

.pd-bbm-team .t-bio {
	display: none;
}

.pd-bbm-team .t-socials {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	opacity: 0;
	transition: opacity;
	transition-duration: 0s;
	transition-delay: 0s;
}

.pd-bbm-team .t-socials ul {
	display: table;
	overflow: hidden;
	margin: auto !important;
	padding: 0;
	list-style: none;
}

.pd-bbm-team .t-socials li {
	float: left;
	margin: 6px 10px;
	text-indent: 0 !important;
}

.pd-bbm-team .t-socials a {
	color: #26242A;
}

.pd-bbm-team .slide-top {
	-webkit-animation: pd-bbm-slide-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: pd-bbm-slide-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.pd-bbm-team .cell:hover .slide-top,
.pd-bbm-team .cell:focus-within .slide-top {
	-webkit-animation: pd-bbm-slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: pd-bbm-slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.pd-bbm-team .cell:hover .t-socials,
.pd-bbm-team .cell:focus-within .t-socials{
	opacity: 1;
	transition-delay: 0.5s;
	transition-duration: 0.5s;
}

@-webkit-keyframes pd-bbm-slide-top {
	0% {
		top: calc(100% + 1px);
	}
	100% {
		top: 0;
	}
}

@keyframes pd-bbm-slide-top {
	0% {
		top: calc(100% + 1px);
	}
	100% {
		top: 0;
	}
}

@-webkit-keyframes pd-bbm-slide-bottom {
	0% {
		top: 0;
	}
	100% {
		top: calc(100% + 1px);
	}
}

@keyframes pd-bbm-slide-bottom {
	0% {
		top: 0;
	}
	100% {
		top: calc(100% + 1px);
	}
}

.pd-bbm-team .join-team {
	min-height: 250px;
}

.pd-bbm-team .join-team a {
	display: block;
	background-image: url('../../images/logo_paiyakdev_lines.png');
	background-size: 60%;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 5px;
	line-height: 100%;
	padding-top: 50%;
	text-align: center;
	text-decoration: none;
}

.pd-bbm-team .t-position {
	width: 100%;
	padding-left: 15%;
	padding-right: 15%;
	text-align: center;
}

.pd-bbm-team .t-socials a {
	transition: color 0.5s;
}

.pd-bbm-team .t-socials a:hover,
.pd-bbm-team .t-socials a:focus {
	color: #34BD6B;
}

.pd-bbm-team .join-team .label {
	text-decoration: none;
	font-size: 16px;
	color: white;
	opacity: 0.24;
}

.pd-bbm-team .join-team a:hover .label {
	opacity: 0.75;
}

.placeholder {
	position: absolute;
	top: -44px;
	right: 0;
	width: 44px;
	height: 44px;
	line-height: 44px;
	background-color: #F3F3F3 ;
	text-align: center;
}

.placeholder .dashicons:before {
	line-height: 44px;
}

@media only screen and (max-width: 1140px) {
	.pd-bbm-team .team-boxes {
		display: flex;
		flex-wrap: wrap;
		justify-content: left;
	}

	.pd-bbm-team .cell {
		width: 280px;
		margin: 20px 0;
		margin-right: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.pd-bbm-team .team-boxes {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.pd-bbm-team .cell {
		width: 280px;
		margin: 20px 0;
		margin-right: 20px;
	}
}
