
/*
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) {}

.single-post {}

.rank-math-breadcrumb {
	padding-bottom: 2rem;
}

.post-categories {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	padding-bottom: 2rem;
	text-transform: uppercase;
}

.blog__sidebar-block {
	padding: 1.5rem;
	background-color: #d9d2c4;
	background-color: rgba(0, 0, 0, .05);
}

.blog__sidebar-block-ad {
	background-color: #7a5f32;
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	text-align: center;
	padding: 2rem;
}

.financing-options {
	font-size: 14px;
}

.author-box {
	margin-top: 48px;
	padding: 24px;
	background-color: rgba(0, 0, 0, .05);
}

p:not(:first-child) {
	margin-top: 24px;
	font-size: 16px;
}

p.title-box {
	font-size: 14px;
}

p.doctor-name {
	font-size: 24px;
	color: #23000a;
}

p.doctor-titles {
	opacity: .5;
	margin-top: 6px;
}

p.doctor-description {
	line-height: 1.4;
}

p.doctor-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

p.doctor-links {
	display: flex;
	gap: 12px 24px;
	flex-wrap: wrap;
}

hr {
	margin-top: 24px;
	margin-bottom: 0;
	border-color: rgba(0, 0, 0, .08);
}

.doctor-last-update {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	justify-content: space-between;
}

.the-quick-answer {
	background-color: rgba(0, 0, 0, .05);
	border-left: 5px solid #7a5f32;
	margin-bottom: 3rem;
	padding: 1.5rem;
}

#ez-toc-container {
	background-color: rgba(0, 0, 0, .05);
	width: 100%;
	padding: 1.5rem !important;
	margin-bottom: 3rem;
	border-radius: 0;
	font-size: 18px;
}

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

.post__card .post__excerpt {
	padding: 1.5rem;
	padding-top: 0;
}

.post__read-more-wrapper {
	margin-top: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.post__card {}

.post__card:hover {
	background-color: #7a5f32;
	color: #fff;
}

.blog__headings {}

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

.categories-list-blog {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	padding-bottom: 1rem;
}

@media (max-width: 768px) {}

.search-form-blog {
	display: flex;
	justify-content: center;
	margin-bottom: 2rem;
}

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

body.search-results {
	background-color: #f3f0e8;
}

.featured-post-blog {
	margin-bottom: 2rem;
}

@media (min-width: 992px) {
	.post__image-wrapper {
		width: 50% !important;
	}
	
	.post__content .post__title {
		font-size: 1.75rem;
	}
	
	.post__excerpt {
		font-size: 20px;
	}
}

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