/*
Theme Name: tcv-kadence-child
Theme URI: https://juvoweb.com
Version: 1.0
Description: Child theme for custom development.
Author: JuvoWeb
Author URI: https://juvoweb.com
template: kadence
*/

/* Add your custom styles here... */ 
.alan-headshot img {
	object-position: 57% 0;
}
.brett-headshot img {
	object-position: 3% 0;
}

.bio {
	position: fixed;
	inset: 0;
	background: rgba(255,255,255,0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99;
	backdrop-filter: blur(2px);
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease-in-out;
	&.active {
		opacity: 1;
		visibility: visible;
	}

	> .kt-row-column-wrap {
		background: #fff;
		border-radius: 12px;
		box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
		position: relative;
	}

	.close-btn {
		position: absolute;
		top: 0;
		right: 0;
	}
}

