
/**
THE WANDERERS TEAM MEMBERS STYLING
*/

.mtw-team {padding: 50px 0;}
.mtw-team .title h2 { font-size: 38px; font-weight: 500; text-transform: uppercase; text-align: center; margin-bottom: 40px;}

.amnts-container { max-width: 1200px; text-align: center; margin: 0 auto; }

.mtw-team .meet-the-team {
	display: inline-block;
	margin: 10px 0;
	padding: 0;
	border: 0 solid red
}
.hex-item .hexagon_cont h3, .hex-item .hexagon_cont p {
	text-transform: none;
	padding-top: 5px;
	font-weight: 700;
	color: #fff
}
.meet-the-team .hex-item {
	display: inline-block;
	vertical-align: top;
	width: 202px;
	position: relative;
	margin: 0 6px
}
.break {
	float: left;
	clear: both;
	display: block;
	width: 100%
}

.meet-the-team .meethex { display: inline-block; }

.meet-the-team .meethex {
	display: inline-block
}

.meet-the-team .meethex:nth-child(6), .meet-the-team .meethex:nth-child(7), .meet-the-team .meethex:nth-child(8), .meet-the-team .meethex:nth-child(9), .meet-the-team .meethex:nth-child(10)
{
	margin-top: -50px;
	/*float: left*/
}/* fw css */ 

.meet-the-team .hex-item.hex-row2 {
	margin-top: -51px
}
.m-break {
	display: none
}
.hex {
	height: 100%;
	zoom: 1;
	transition: all ease .3s;
	margin: 0 -14px;
	display: block;
	cursor: pointer
}
.hex .hex-blank, .hex .hex-fill {
	transition: all ease .4s;
	stroke-width: .1;
	stroke: #fff
}
.hex .hex-blank {
	opacity: 0
}
.hex-item:hover {
	z-index: 2
}
.hex-item:hover .hex .hex-blank {
	opacity: .5
}
.hex-item .hex.active {
	z-index: 9
}
.hex.active .hex-fill {
	opacity: 1
}
.hex.active .hex-blank {
	opacity: 0
}
.hex-item .hexagon_cont {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	transition: all ease .3s;
	display: none
}
.hex-item .hexagon_cont h3 {
	font-size: 18px;
	margin-bottom: 0
}
.hex-item .hexagon_cont p {
	font-size: 1.2em;
	min-height: 35px
}
.hex-item .hexagon_cont .readmore {
	background: #064f9e;
	bottom: -48px;
	color: #ffffff;
	font-size: 16px;
	left: 50%;
	letter-spacing: -.4px;
	margin-left: -55px;
	padding: 5px 8px;
	position: absolute;
	width: 110px;
    border-radius: 25px;
} /* fw css */

.hex-item:hover .hexagon_cont {
	display: block
}

.tm-details {
    padding: 30px;
    border-radius: 10px;
    width: 948px;
    display: none;
}/* fw css */
.tm-details .img-left{
	width: 278px;
}
.tm-details .team-content {
    width: calc(100% - 278px);
    padding-left: 41px;
}
.tm-details .name{
	font-weight: 700;
    font-size: 24px;
    line-height: 133%;
    color: #064f9e;
    margin-bottom: 8px;
}
.tm-details .desc{
	line-height: 140%;
}
.tm-details img {
    width: 100%;
    border-radius: 10%;
}/* fw css */

.tm-details h2 {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 15px;
    padding-top: 15px;
} /* fw css */

.tm-details p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.fancybox-close-small:after{
	font-size: 36px !important;
}
.team-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.team-grid h3{
	color: #000;
	font-weight: 700;
    font-size: 20px;
    line-height: 130%;
	text-decoration: none;
}
.team-grid p{
	font-size: 13px;
    line-height: 160%;
    color: rgba(79, 79, 79, .9);
    margin-bottom: 12px;
}
.team-grid .team-card {
	text-decoration: none;
}
.team-grid .team-card:hover .team-img-wrap{
	border: 2px solid #064f9e;
	box-shadow: 0 4px 15px rgba(0,0,0,0.25);
}
.team-grid .team-card:hover h3{
	color: #064f9e;
}
/* dynamic columns */
.team-cols-3 .team-card {
    width: calc(33.333% - 30px);
}
.team-cols-4 .team-card {
    width: calc(25% - 30px);
}
.team-cols-5 .team-card {
    width: calc(20% - 30px);
}

/* card styling */
.team-card {
    text-align: center;
    cursor: pointer;
}

/* circular image */
.team-img-wrap {
    width: 250px;
    height: 250px;
    margin: 0 auto 15px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.team-grid .team-img-wrap{
	border: 2px solid rgba(0,0,0,0);
}

.team-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-cols-5 .team-img-wrap {
    width: 200px;
    height: 200px ;
}
@media only screen and (max-width: 1199px){
	.team-cols-5 .team-img-wrap, .team-cols-4 .team-img-wrap {
		width: 150px;
		height: 150px ;
	}
}
@media only screen and (max-width: 991px){
	.team-cols-5 .team-img-wrap, .team-cols-4 .team-img-wrap {
		width: 100px;
		height: 100px ;
	}
	.team-cols-5.team-grid h3, .team-cols-4.team-grid h3, .team-cols-3.team-grid h3{
		font-size: 14px;
	}  
	.team-img-wrap{
		margin: 0 auto 5px;
	}
	.team-cols-3 .team-img-wrap{
		width: 150px;
		height: 150px ;
	}
	.tm-details {
    	width: 90%;
	}/* fw css */
}
@media only screen and (max-width: 767px){
	.team-cols-5 .team-card, .team-cols-4 .team-card{
		width: calc(100%/3 - 30px);
	}
	.team-cols-5 .team-img-wrap, .team-cols-4 .team-img-wrap, .team-cols-3 .team-img-wrap  {
		width: 100px;
		height: 100px ;
	}
	.tm-details .img-left{
		width: 100%;
		display: flex;
        justify-content: center;
	}
	.tm-details .img-left img{
		width: 150px;
		height: 150px;
	}
	.tm-details .name{
		text-align: center;
		font-size: 20px;
	}
	.tm-details .team-content {
		width: 100%;
		padding: 20px 0 0px;
	}
}
@media only screen and (max-width: 476px){
	.team-cols-5 .team-card, .team-cols-4 .team-card, .team-cols-3 .team-card{
		width: calc(100%/2 - 30px);
	}
}