/* ## Block - Team Double Slider
--------------------------------------------- */

.team-double-slider {
	padding: 0;
}

.team-double-slider .swiper-container {
	position: relative;
	max-width: 1050px;
	height: 550px;
	padding: 0 40px;
	margin: 0 auto;
	margin: 0;
}

@media only screen and (max-width: 1110px) {
	.team-double-slider .swiper-container {
		max-width: 850px;
	}
}

@media only screen and (max-width: 910px) {
	.team-double-slider .swiper-container {
		max-width: 650px;
	}
}

@media only screen and (max-width: 710px) {
	.team-double-slider .swiper-container {
		max-width: 450px;
	}
}

@media only screen and (max-width: 510px) {
	.team-double-slider .swiper-container {
		max-width: 250px;
		height: 575px;
	}
}


.team-double-slider .swiper {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.team-double-slider .swiper-slide {
	height: 235px !important;
}

.team-double-slider .slide {
	text-align: center;
	width: 170px !important;
	float: left;
	background-color: #ebebeb;
}

.team-double-slider .slide:focus {
	outline: #fff dashed 1px;
}

.team-double-slider .slide.blank-slide {
	background-color: transparent;
}

.team-double-slider .slide button {
	background-color: #fff;
	border-radius: 0;
	padding: 0;
	display: block;
	margin: 0 auto;
}

.team-double-slider .slide button:focus {
	outline: #000 solid 2px;
}

.team-double-slider .slide button img {
	/* border-color: #5CC1E5; */
}

.team-double-slider .slide img {
	display: block;
	max-width: 170px;
	max-height: 170px;
	/*border: solid 2px #fff;*/
	margin: 0 auto;
}

.team-double-slider .slide .image-decor {
	/*
	display: block;
	width: 40px;
	height: 6px;
	background-color: #fff;
	margin: 0 auto 15px;
	*/
	display: none;
}

.team-double-slider .slide .image-decor-on {
 /* background-color:#f1e34d; */
}

.team-double-slider .slide h1,
.team-double-slider .slide h2,
.team-double-slider .slide h3,
.team-double-slider .slide h4,
.team-double-slider .slide h5,
.team-double-slider .slide h6,
.team-double-slider .slide p,
.team-double-slider .slide {
	font-family: 'Libre Franklin', sans-serif;
	font-size: 11px;
	color: #0874B7;
	letter-spacing: 0.05em;
}
.team-double-slider .slide h1,
.team-double-slider .slide h2,
.team-double-slider .slide h3,
.team-double-slider .slide h4,
.team-double-slider .slide h5,
.team-double-slider .slide h6,
.team-double-slider .slide p {
	margin: 0;
}

.team-double-slider .slide h3 {
	font-weight: bold;
	font-weight: 700;
	padding-top: 15px;
}

.team-double-slider .slide h3,
.team-double-slider .slide p {
	padding-left: 10px;
	padding-right: 10px;
}

.team-double-slider .slide .team-title {
	line-height: 1.2;
	margin-top: 2px;
}

.team-double-slider .slick-prev,
.team-double-slider .slick-next {
	width: 35px;
	height: 35px;
}

.team-double-slider .slick-prev:before, 
.team-double-slider .slick-next:before {
	color: #858A8C;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	font-size: 36px;
	opacity: 1;
}

.team-double-slider .slick-prev:before {
	content: "\f060";
}

.team-double-slider .slick-next:before  {
	content: "\f061";
}

.team-double-slider .slick-prev:hover:before, 
.team-double-slider .slick-prev:focus:before, 
.team-double-slider .slick-next:hover:before, 
.team-double-slider .slick-next:focus:before,
.team-double-slider .slick-prev:hover, 
.team-double-slider .slick-prev:focus, 
.team-double-slider .slick-next:hover, 
.team-double-slider .slick-next:focus {
	color: #F1E34D;
}

.team-double-slider .swiper-button-next {
	margin-top: -47px;
	justify-content: right;
}

.team-double-slider .swiper-button-prev {
	margin-top: -47px;
	justify-content: left;
}

.team-double-slider .swiper-button-next:after,
.team-double-slider .swiper-button-prev:after {
	font-size: 22px;
}

/* Team slider modal */
.team-double-slider .modal .close {
	color: #F1E34D;
	opacity: 1.0;
	font-size: 28px;
	border-radius: 9999px;
	display: block;
	width: 50px;
	height: 50px;
	margin-top: -10px;
	margin-right: -10px;
}

.team-double-slider .modal .close:hover {
	background-color: #F1E34D;
	color: #fff;
}

.team-double-slider .modal .modal-body {
	padding: 20px;
}

.team-double-slider .modal h3,
.team-double-slider .modal .title {
	letter-spacing: .05em;
}

.team-double-slider .modal img.modal-headshot {
	float: left;
	margin: 0 15px 15px 0;
}

@media only screen and (max-width: 460px) {
	.team-double-slider .modal img.modal-headshot {
		float: none;
		display: block;
	}
}


/* Block Editor */
.acf-block-body .team-double-slider .modal {
	display: none;
}

/*
.acf-block-body .team-double-slider .team-double-slider-wrapper:before {
	color: #f00;
	content: '(THEME TIP: This is a slider ↓)';
	font-weight: 400;
	padding-bottom: 5px;
	display: block;
	clear: both;
}


.acf-block-body .team-double-slider .slide {
	height: 200px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.acf-block-body .team-double-slider .slide img {
	max-height: 100%;
	width: auto;
}
*/
