/**
 * Render-blocking, high priority stylesheet for attorney bios
 *
 * @format
 */

/* This file should be SMALL; delete CSS of bio templates you are not using */

/*
ATTORNEY BANNER TEMPLATE A
ATTORNEY BANNER TEMPLATE B
ATTORNEY TEMPLATE C
ATTORNEY BANNER TEMPLATE D
*/

.single-attorneys .banner {
	padding: 40px 0;
	height: auto;
	background: linear-gradient(90deg, rgba(33, 45, 62, 1) 0%, rgba(135, 171, 178, 1) 100%);
}

.single-attorneys .banner::before {
	display: none;
}

.single-attorneys .sidebar .form-container {
	margin-top: 0;
}

/* .attorney-banner-name {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
} */

.attorney-banner-name h1 {
	margin-bottom: 10px;
	font-size: 2.2rem;
	color: var(--color-near-white);
}

.attorney-banner-left {
	margin: 0 auto 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: auto;
}

.attorney-banner-left img {
	max-width: 300px;
}

.attorney-banner-right {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

.attorney-banner-phone-fax,
.attorney-banner-info p {
	margin-bottom: 15px;
}

.attorney-banner-info p,
.attorney-banner-info a {
	font-size: 1.1rem;
	line-height: 1;
	color: var(--color-near-white);
}

.attorney-banner-info > p:last-child {
	margin: 0;
}

.attorney-banner-info .divider-span {
	display: none;
}

.attorney-banner-position {
	text-transform: uppercase;
	color: var(--color-near-white);
}

@media screen and (min-width: 1025px) {
	.attorney-banner-flex-row {
		display: flex;
		align-items: center;
	}

	.attorney-banner-flex-row p {
		margin: 0 24px 0 0;
	}

	.attorney-banner-name h1 {
		font-size: 2.8rem;
	}

	.attorney-banner-left {
		margin-bottom: 0;
	}

	.attorney-banner-left img {
		width: auto;
		max-width: none;
	}

	.attorney-banner-right {
		margin-left: 100px;
		min-width: 50%;
		text-align: left;
	}

	.single-attorneys .banner {
		padding: 25px 0 0;
		height: auto;
	}

	.single-attorneys .banner-inner {
		flex-wrap: nowrap;
	}
}
