/**
 * Theme Components CSS
 * Auto-generated by gum_theme_components.sh
 *
 */


/* ========================================= */
/* Component: bio-img-edge-left */
/* ========================================= */

/** ======= Edge of Screen - left ======= */
.bio-img-edge #attorney-bio-container {
	max-width: 100%;
}
.bio-img-edge #attorney-bio-row {
	display: flex;
}

/** --- image --- */
.bio-img-edge .attorney-bio-img {
	width: 100%;
	height: 100%;
}
.bio-img-edge .attorney-bio-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bio-img-edge.bio-img-left #attorney-bio-cell-1 .inner {
	padding-left: 0;
	height: 100%;
}

/** --- info --- */
.bio-img-edge.bio-img-left #attorney-bio-cell-2 .inner {
	margin-right: 10%;
}

@media screen and (min-width: 1450px) {
	.bio-img-edge #attorney-bio-container {
		max-width: 1300px;
	}
	.bio-img-edge.bio-img-left #attorney-bio-cell-1 .inner {
		padding-left: 25px;
	}
	.bio-img-edge.bio-img-left #attorney-bio-cell-2 .inner {
		margin-right: 0;
	}
}

@media screen and (max-width: 1250px) {
	.bio-img-edge.bio-img-left #attorney-bio-cell-2 .inner {
		margin-right: 5%;
	}
}

@media screen and (max-width: 950px) {
	#attorney-bio-row {
		display: flex;
		flex-direction: column;
	}
	#attorney-bio-cell-1,
	#attorney-bio-cell-2 {
		padding: 0;
	}
	.bio-img-left #attorney-bio-cell-2 .inner {
		min-height: auto;
	}
	.bio-img-edge.bio-img-left #attorney-bio-cell-1 .inner {
		margin: auto;
		padding: 0;
	}
	.bio-img-edge.bio-img-left #attorney-bio-cell-2 .inner {
		padding: 0 25px;
	}
}

/* ========================================= */
/* Component: int-billboard-full */
/* ========================================= */

/** ---- Full width Image ---- */
.int-billboard-full #int-billboard .int-billboard-content {
	position: absolute;
	max-width: 90%;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 50px;
	padding: 0 25px;
}
.int-billboard-full #int-billboard .int-billboard-title {
	position: relative;
	padding: 35px 25px 35px 0;
	width: 60%;
	margin: 0;
	border-radius: 5px;
	background: rgba(8, 50, 103, 0.86);
}
.int-billboard-full #int-billboard .int-billboard-title::before {
	content: '';
	display: block;
	height: 100%;
	width: 1000%;
	left: -1000%;
	background: rgba(8, 50, 103, 0.86);
	position: absolute;
	top: 0;
}
.int-billboard-full #int-billboard h1#page-title {
	display: inline-block;
	margin: 0;
	padding: 0 25px 0 0;
}
.int-billboard-full #int-billboard #breadcrumbs {
	margin: 25px 0 0 0;
}

/* combined breakpoints */
@media screen and (min-width: 1450px) {
	/** ---- Full width Image - Breakpoints ---- */
	.int-billboard-full #int-billboard .int-billboard-content {
		max-width: 1300px;
	}
}

@media screen and (max-width: 1250px) {
	.int-billboard-full #int-billboard .int-billboard-content {
		max-width: 95%;
	}
	/** ---- Full width Image - Breakpoints ---- */
	.int-billboard-full #int-billboard .int-billboard-title {
		width: 70%;
	}
}

@media screen and (max-width: 1150px) {
	/** ---- Full width Image - Breakpoints ---- */
	.int-billboard-full #int-billboard .int-billboard-title {
		width: 75%;
	}
}

@media screen and (max-width: 1050px) {
	/** ---- Full width Image - Breakpoints ---- */
	.int-billboard-full #int-billboard .int-billboard-content {
		padding: 0 25px;
		max-width: 100%;
	}
	.int-billboard-full #int-billboard .int-billboard-title {
		width: 90%;
		margin: 0 auto;
	}
	.int-billboard-full #int-billboard h1#page-title {
		display: block;
	}
}

@media screen and (max-width: 950px) {
	/** ---- Full width Image - Breakpoints ---- */
	.int-billboard-full #int-billboard .int-billboard-content {
		position: static;
		background: var(--secondary);
		max-width: 100%;
		transform: none;
	}
	.int-billboard-full #int-billboard .int-billboard-title {
		background: none;
		width: 95%;
		padding: 45px 0;
	}
	.int-billboard-full #int-billboard .int-billboard-title::before {
		display: none;
	}
	.int-billboard-full #int-billboard h1#page-title {
		padding-right: 0;
	}
	#int-billboard .int-billboard-img {
		object-position: right;
	}
}

@media screen and (max-width: 500px) {
	.int-billboard-full #int-billboard .int-billboard-content {
		max-width: 100%;
	}
	.int-billboard-full #int-billboard .int-billboard-title {
		width: 100%;
	}
}

/* ========================================= */
/* Component: single-video */
/* ========================================= */

/** -------------------------------------- *
**      #region Single Video
** -------------------------------------- */
.single-video .video-thumbnail {
	margin-bottom: 30px;
}
.single-video iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
}

/** #endregion Single Video */

/* ========================================= */
/* Component: video-archive */
/* ========================================= */

/** ---------------------------------------- *
**      #region Video Archive
** ---------------------------------------- */
.tmf-post.video.medium .excerpt img.thumbnail.mobile {
	display: none;
}
.tmf-post.video.medium h2.title {
	font-size: 30px;
}

@media screen and (max-width: 750px) {
	.tmf-post.video.medium img.thumbnail.not-mobile {
		float: none;
		width: 100%;
		height: auto;
		max-width: unset;
		margin: 0 0 15px;
	}
	.tmf-post.video.medium .post-information-container {
		margin-top: 0;
	}
}

/** #endregion Video Archive */
