
/*
Theme Name:         Lifted Logic
Theme URI:          https://liftedlogic.com/
Description:
Version:            3.0.0
Author:             Lifted Logic
Author URI:         https://liftedlogic.com/

License:
License URI:
*/
:root {
	--ff-granville: Granville, sans-serif;
}

.ff-granville {
	font-family: var(--ff-granville);
}

.is-layout-constrained {}

.custom-bullets {}

.small-text {
	font-size: 18px;
	text-transform: uppercase;
	font-family: var(--ff-granville);
}

.big-text {
	font-family: var(--ff-granville);
	font-size: clamp(2rem, 1.8148rem + .9259vw, 2.625rem);
	line-height: 1;
}

.section-team-presentation {}

@media (min-width: 1200px) {
	.wp-post-image {
		width: 100%;
		height: 100vh;
		object-fit: cover;
	}
}

.section-team-facts {
	background-color: #d9d3c4;
	border-top: 1px solid #322f30;
	padding-block: 3rem;
	font-family: var(--ff-granville);
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
}

@media (min-width: 992px) {
	p:not(:last-child) {
		border-bottom: none;
		border-right: 1px solid #322f30;
	}
}

.section-team-what-sets-apart {
	border-top: 1px solid #322f30;
}

.section-team-about {
	border-top: 1px solid #322f30;
}

@media (min-width: 1200px) {
	.custom-bullets {
		padding: 3rem;
	}
}

.section-team-education {
	background-color: #d9d3c4;
	border-top: 1px solid #322f30;
}

@media (max-width: 991px) {
	.item {
		position: relative;
		z-index: 5;
		padding-left: 65px;
	}
}

@media (min-width: 992px) {}

.section-team-expertise {
	background-color: #d9d3c4;
	border-top: 1px solid #322f30;
}

.section-team-cta {
	color: #d9d3c4;
	background-color: #322f30;
	text-align: center;
}

.section-team-research {}

.section-team-locations {
	background-color: #d9d3c4;
	border-top: 1px solid #322f30;
}

.section-team-meet {}

@media (min-width: 992px) {}
