
/* Team Member CSS */
.innerpage.team-member {
	margin-bottom: 0px;
}

.innerpage.team-member header.innerpage-header {
	background-image: url("https://cdn-hombb.nitrocdn.com/kFCisImZvTFQXgJvSqSgNguADSFWnozt/assets/images/optimized/rev-00cd3ed/www.frlawgroup.com/wp-content/uploads/BG.png");
	padding-bottom: 0px;
}

.innerpage.team-member header.innerpage-header.nitro-lazy {
	background-image: none !important;
}

.innerpage.team-member header.innerpage-header .row {
	/* min-height: 900px; */
	color: #fff;
}

.innerpage.team-member header.innerpage-header .row .content-wrap.content-wrap {
	margin-top: -100px;
}

.innerpage.team-member header.innerpage-header .row .content-wrap:before {
	content: "";
	height: 150%;
	width: 150%;
	position: absolute;
	left: -23%;
	top: -25%;
	background-color: rgba(0, 0, 0, .8);
	border: 1px solid var(--primary-color);
	z-index: 1;
}

.innerpage.team-member header.innerpage-header .row .content-wrap h1.innerpage-title {
	color: var(--primary-color);
}

.innerpage.team-member header.innerpage-header .row .content-wrap .text-contents {
	position: inherit;
	z-index: 2;
}

section.section-1 {
	padding: 3% 0px;
	background-color: var(--secondary-color);
}

section.section-1, section.section-1 h2, section.section-1 h3, section.section-1 a {
	color: #fff;
}

section.section-1 ul.team-member-contacts {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 5%;
}

section.section-1 ul.team-member-contacts li {
	display: inline-block;
	margin-right: 5%;
	margin-bottom: 10px;
}

section.section-1 ul.team-member-contacts li img {
	height: 28px;
	width: auto;
	margin-right: 10px;
}

section.section-1 .team-member-sidebar .info-list {
	list-style: none;
	padding-left: 10px;
}

section.section-2 {
	padding: 3% 0px;
}

section.section-2 h2 {
	color: var(--primary-color);
}

section.section-2 img {
	float: left;
	margin-right: 40px;
	width: 50px;
	height: auto;
}

.section-2 .tm-list {
	margin-bottom: 50px;
}

.section-2 .tm-list > ul {
	list-style: none;
	border-left: 1px solid var(--primary-color);
	margin-left: 20px;
}

.section-2 .tm-list > ul > li {
	position: relative;
	padding-left: 35px;
	padding-top: 5px;
	margin-bottom: 20px;
}

.section-2 .tm-list > ul > li strong {
	display: block;
	margin-bottom: 10px;
}

.section-2 .tm-list > ul > li:before {
	content: "•";
	color: var(--primary-color);
	font-size: 24px;
	position: absolute;
	left: 0;
	top: 0;
}

.section-2 .tm-list > ul > li:after {
	content: "";
	display: block;
	position: absolute;
	top: 20px;
	left: -40px;
	height: 1px;
	width: 50px;
	background-color: var(--primary-color);
}

.section-2 .tm-list > ul > li p:empty {
	display: none;
}

section.section-3 {
	background-image: url("https://cdn-hombb.nitrocdn.com/kFCisImZvTFQXgJvSqSgNguADSFWnozt/assets/images/optimized/rev-00cd3ed/www.frlawgroup.com/wp-content/uploads/frlaw-team-rv.png");
	background-repeat: no-repeat;
	background-position: left;
	background-size: 48% 100%;
	background-color: #efe7d8;
	margin-top: 3%;
}

section.section-3.nitro-lazy {
	background-image: none !important;
}

section.section-3 .row {
	min-height: 625px;
}

section.section-3 h3 {
	font-size: var(--h1-font-size);
	font-family: "Lato", sans-serif;
	text-transform: uppercase;
}

.tablet-img {
	display: none;
}

@media screen and (max-width: 1920px) {
	section.section-3 .row {
		min-height: 34vw;
	}
}

@media screen and (max-width: 1536px) {
	.innerpage-header .image-wrap {
		text-align: center;
	}
	
	.innerpage-header .image-wrap img {
		max-width: 50%;
	}
	
	.innerpage.team-member header.innerpage-header .row .content-wrap:before {
		height: 125%;
		top: -12.5%;
	}
}

@media screen and (max-width: 1366px) {
	.contact-us-form textarea.wpcf7-form-control.wpcf7-textarea {
		max-height: 100px;
	}
}

@media screen and (max-width: 1024px) {
	.innerpage-header .image-wrap img {
		max-width: 80%;
	}
	
	.innerpage.team-member header.innerpage-header .row .content-wrap:before {
		height: 135%;
		top: -20%;
	}
}

@media screen and (max-width: 991px) {
	.innerpage.team-member header.innerpage-header {
		overflow: hidden;
	}
	
	.innerpage.team-member header.innerpage-header .row .content-wrap.content-wrap {
		margin-top: 0px;
		padding: 25px 15px;
		order: 1;
		background-color: rgba(0, 0, 0, .8);
		border: 1px solid var(--primary-color);
		z-index: 1;
	}
	
	.innerpage.team-member header.innerpage-header .row .content-wrap:before {
		content: none;
	}
	
	.innerpage.team-member header.innerpage-header .row .image-wrap {
		height: 450px;
		position: relative;
		text-align: center;
	}
	
	.innerpage.team-member header.innerpage-header .row .image-wrap img {
		position: absolute;
		top: -5%;
		right: 0%;
		width: 100%;
		max-width: 100%;
	}
	
	section.section-3 {
		background-image: none;
		text-align: center;
	}
	
	section.section-3.nitro-lazy {
		background-image: none !important;
	}
	
	section.section-3 .tablet-img {
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}
	
	.contact-us-form textarea.wpcf7-form-control.wpcf7-textarea {
		max-height: unset;
	}
}

@media screen and (max-width: 640px) {
	.innerpage.team-member header.innerpage-header .row .image-wrap {
		height: 400px;
	}
	
	.innerpage.team-member header.innerpage-header .row .image-wrap img {
		display: none;
	}
	
	.innerpage.team-member header.innerpage-header {
		background-image: var(--header-mobile-img);
		background-position: center;
	}
	
	section.section-1 {
		padding-top: 100px;
		margin-top: -50px;
		padding-bottom: 40px;
		margin-bottom: 20px;
	}
	
	section.section-1 ul.team-member-contacts li {
		display: block;
	}
	
	section.section-1 ul.team-member-contacts li img {
		width: 30px;
		height: auto;
	}
	
	/* Achievement List */
	section.section-2 img {
		width: 30px;
		margin-right: 20px;
	}
	
	section.section-2 h2 {
		font-size: 24px;
		text-transform: uppercase;
	}
	
	.section-2 .tm-list > ul {
		margin-left: 15px;
	}
	
	.section-2 .tm-list > ul > li {
		padding-left: 0;
	}
	
	.section-2 .tm-list > ul > li:before {
		left: -20px;
	}
	
	.section-2 .tm-list > ul > li:after {
		left: -40px;
		width: 25px;
	}
}
