
/*
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 > *:not(:first-child) {
	margin-block-start: 24px;
}

.custom-bullets ul {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 24px;
	font-size: 14px;
}

.custom-bullets li:before {
	content: "";
	display: inline-block;
	background-color: #d9d3c4;
	border: 1px solid #322f30;
	width: .8em;
	height: .8em;
	border-radius: 50%;
	flex-basis: .85em;
	margin-right: 6px;
}

.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 h1 {
	font-size: clamp(2.5rem, 1.7593rem + 3.7037vw, 5rem);
	line-height: 1;
}

.section-team-presentation .wrap-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.section-team-presentation strong {
	font-family: var(--ff-granville);
	font-size: 18px;
}

@media (min-width: 992px) {
	.section-team-presentation .flex {
		align-items: center;
		flex-direction: row-reverse;
	}
	
	.section-team-presentation .is-layout-constrained {
		max-width: 530px;
		margin-inline: auto;
	}
	
	.section-team-presentation .wp-post-image {
		clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
	}
}

@media (min-width: 1200px) {
	.section-team-presentation .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;
}

.section-team-facts strong {
	font-size: 50px;
	display: block;
	text-transform: none;
}

.section-team-facts .list-facts p {
	padding-block: 2rem;
	max-width: 250px;
	margin-inline: auto;
}

.section-team-facts .list-facts p:not(:last-child) {
	border-bottom: 1px solid #322f30;
}

@media (min-width: 992px) {
	.section-team-facts .list-facts {
		display: flex;
	}
	
	.section-team-facts .list-facts p {
		max-width: none;
		padding: 0 2rem;
		width: 25%;
	}
	
	.section-team-facts .list-facts p:not(:last-child) {
		border-bottom: none;
		border-right: 1px solid #322f30;
	}
}

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

@media (min-width: 992px) {
	.section-team-what-sets-apart .small-text {
		float: left;
		width: 130px;
	}
	
	.section-team-what-sets-apart .big-text {
		margin-block-start: 0;
	}
	
	.section-team-what-sets-apart p {
		padding-inline-start: 150px;
	}
	
	.section-team-what-sets-apart p:not(.big-text) {
		padding-inline-end: 38%;
	}
}

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

.section-team-about .flex {
	gap: 2rem;
}

.section-team-about .custom-bullets {
	border: 1px solid #322f30;
	padding: 2rem;
}

.section-team-about .custom-bullets h3 {
	font-size: 24px;
	font-family: var(--ff-granville);
}

.section-team-about .custom-bullets ul {
	gap: 24px;
}

@media (min-width: 1200px) {
	.section-team-about .flex {
		gap: 5rem;
	}
	
	.section-team-about .custom-bullets {
		padding: 3rem;
	}
}

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

.section-team-education .education-timeline {
	margin-block-start: 3rem;
	display: flex;
	flex-direction: column;
	gap: 2rem;
	position: relative;
	font-size: .875rem;
}

.section-team-education .education-timeline .title {
	font-size: 24px;
	font-family: var(--ff-granville);
}

.section-team-education .education-timeline .subtitle {
	font-family: var(--ff-granville);
	text-transform: uppercase;
	font-weight: 700;
}

@media (max-width: 991px) {
	.section-team-education .education-timeline:after {
		content: "";
		position: absolute;
		top: 0;
		left: 17px;
		width: 1px;
		height: 100%;
		background-color: currentColor;
	}
	
	.section-team-education .education-timeline .item {
		position: relative;
		z-index: 5;
		padding-left: 65px;
	}
	
	.section-team-education .education-timeline .item:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 34px;
		height: 34px;
		background-color: #f4f0e8;
		border-radius: 50%;
		border: 1px solid #322f30;
		top: 50%;
		transform: translateY(-50%);
	}
}

@media (min-width: 992px) {
	.section-team-education .education-timeline {
		flex-direction: row;
		gap: 0;
	}
	
	.section-team-education .education-timeline .item {
		flex: 1;
		text-align: center;
		padding-inline: 1rem;
	}
	
	.section-team-education .education-timeline .item .subtitle {
		margin-block-end: .5rem;
		position: relative;
	}
	
	.section-team-education .education-timeline .item .subtitle:before {
		margin-block: 1rem;
		content: "";
		display: block;
		width: 34px;
		height: 34px;
		background-color: #f4f0e8;
		border-radius: 50%;
		border: 1px solid #322f30;
		margin-inline: auto;
		position: relative;
		z-index: 5;
	}
	
	.section-team-education .education-timeline .item:not(:last-child) .subtitle:after {
		content: "";
		position: absolute;
		top: 17px;
		left: 50%;
		width: calc(100% + 1rem);
		height: 1px;
		background-color: currentColor;
	}
}

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

.section-team-expertise .list-items {
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(auto-fill, minmax(min(19rem, 100%), 1fr));
	margin-block-start: 3rem;
}

.section-team-expertise .list-items .item {
	background-color: #f4f0e8;
	padding: 2rem;
	border: 1px solid #322f30;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	font-size: 14px;
}

.section-team-expertise .list-items .item .title {
	font-size: 24px;
	font-family: var(--ff-granville);
}

.section-team-expertise .list-items .item .link {
	margin-block-start: auto;
}

.section-team-expertise .list-items .item .link a {
	text-decoration: underline;
}

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

.section-team-cta .list-buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem;
}

.section-team-cta .list-buttons .button:nth-child(2) a {
	background: transparent;
	color: #d9d3c4;
	border-color: #d9d3c4;
}

.section-team-cta .list-buttons .button:nth-child(2) a:hover {
	background: #d9d3c4;
	color: #322f30;
}

.section-team-research .list-items {
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(auto-fill, minmax(min(25rem, 100%), 1fr));
	margin-block-start: 3rem;
}

.section-team-research .list-items .item {
	background-color: #f4f0e8;
	padding: 2rem;
	border: 1px solid #322f30;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	font-size: 14px;
}

.section-team-research .list-items .item .pretitle {
	font-size: 18px;
	text-transform: uppercase;
	font-family: var(--ff-granville);
}

.section-team-research .list-items .item .title {
	font-size: 32px;
	font-family: var(--ff-granville);
}

.section-team-research .list-items .item .link {
	margin-block-start: auto;
}

.section-team-research .list-items .item .link a {
	text-decoration: underline;
}

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

.section-team-locations .list-items {
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(auto-fill, minmax(min(19rem, 100%), 1fr));
	margin-block-start: 3rem;
}

.section-team-locations .list-items .item {
	background-color: #f4f0e8;
	padding: 2rem;
	border: 1px solid #322f30;
	display: flex;
	flex-direction: column;
	gap: .5rem;
	font-size: 14px;
}

.section-team-locations .list-items .item .title {
	font-size: 24px;
	font-family: var(--ff-granville);
}

.section-team-locations .list-items .item .working-hours {
	font-size: 16px;
}

.section-team-locations .list-items .item .phone {
	font-size: 18px;
	font-family: var(--ff-granville);
}

.section-team-locations .list-items .item .link {
	margin-block-start: auto;
}

.section-team-locations .list-items .item .link a {
	text-decoration: underline;
}

.section-team-meet .flex {
	gap: 2rem;
}

.section-team-meet .main-img img {
	aspect-ratio: 3/3.5;
	object-fit: cover;
}

@media (min-width: 992px) {
	.section-team-meet .flex {
		align-items: center;
		gap: 4rem;
	}
}

.single-post main h1 {
	text-align: left;
}

.single-post main .single-post__meta {
	justify-content: start;
	gap: 1rem;
	font-variant-numeric: lining-nums;
}

.single-post main .single-post__meta p {
	line-height: 1;
}

.single-post main .single-post__meta p:not(:last-child) {
	border-right: 1px solid currentColor;
	padding-right: 1rem;
}

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

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

.post-categories li a {
	display: block;
	background-color: #d9d2c4;
	color: #000;
	font-size: 12px;
	padding: .25em .75em;
	border-radius: .5em;
}

.post-categories li a:hover {
	background-color: #c2bdb1;
}

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

.blog__sidebar-block h3.blog__sidebar-title {
	text-transform: uppercase;
	font-size: 14px !important;
}

.blog__sidebar-block ul.blog__block-list.categories {
	font-size: 1.125rem;
	font-variant-numeric: lining-nums;
}

.blog__sidebar-block ul.blog__block-list.categories li {
	margin-block-start: .5rem;
}

.blog__sidebar-block ul.blog__block-list.categories li a {
	display: flex;
	justify-content: space-between;
}

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

.blog__sidebar-block-ad h3 {
	font-size: 2rem;
	line-height: 1;
}

.blog__sidebar-block-ad .btn-primary {
	width: 100%;
}

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

.financing-options strong {
	display: block;
	font-size: 16px;
}

.financing-options a {
	display: block;
}

.financing-options li {
	margin-block-start: 16px;
}

.financing-options li strong {
	font-weight: 700;
	text-transform: uppercase;
}

.financing-options li a {
	display: flex;
	align-items: flex-start;
}

.financing-options li a span {
	display: block;
}

.financing-options li a img {
	max-width: 70px;
	margin-right: 12px;
	border: 1px solid rgba(0, 0, 0, .15);
	aspect-ratio: 1/1;
	object-fit: cover;
}

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

.author-box .attachment-medium {
	aspect-ratio: 1/1;
	object-fit: cover;
	border-radius: 50%;
	max-width: 100px;
}

.author-box .author-info {
	margin-top: 1rem;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

@media (min-width: 768px) {
	.author-box .author-info {
		flex-direction: row;
		align-items: flex-start;
		gap: 24px;
	}
}

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

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

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

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

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

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

.author-box p.doctor-tags span {
	display: block;
	background-color: #f2edea;
	font-size: 14px;
	padding: .4em .8em;
	border-radius: 1rem;
}

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

.author-box p.doctor-links a {
	color: #322f30;
}

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

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

.author-box .doctor-last-update p {
	margin-top: 24px;
	font-size: 16px;
	opacity: .5;
}

.author-box .doctor-last-update .doctor-social-icons {
	display: flex;
	gap: 6px 12px;
}

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

.the-quick-answer h2 {
	text-transform: uppercase;
	margin-bottom: 1rem;
	font-size: 14px;
}

#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) {
	.xl\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

.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__read-more-wrapper a {
	display: block;
	margin-inline-start: auto;
}

.post__read-more-wrapper a::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: "";
}

.post__card .texts {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.post__card p {
	transition: all .15s ease-in-out;
}

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

.post__card:hover .post__excerpt p {
	color: #fff;
}

.blog__headings p {
	margin-inline: auto;
	max-width: 600px;
}

@media (min-width: 1024px) {
	.blog__headings {
		margin-bottom: 2rem !important;
	}
}

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

.categories-list-blog a {
	display: block;
	text-decoration: none;
	border: 1px solid currentColor;
	padding: .25em .75em;
	border-radius: .5rem;
	font-family: Cormorant, serif;
	font-size: 15px;
}

.categories-list-blog a.current, .categories-list-blog a:hover {
	background-color: #505050;
	color: #f3f0e8;
}

.categories-list-blog a span {
	font-variant-numeric: lining-nums;
	font-size: 13px;
}

@media (max-width: 768px) {
	.categories-list-blog a {
		font-size: 13px !important;
	}
}

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

.search-form-blog .input-group {
	display: flex;
}

.search-form-blog .input-group .search-field {
	padding-inline: 1rem;
	border-radius: .5rem 0 0 .5rem;
}

@media (min-width: 768px) {
	.search-form-blog .input-group .search-field {
		width: 300px;
	}
}

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

body.search-results .post-nav {
	padding-block: 40px;
}

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

.featured-post-blog .post__category-corner-tag:before {
	content: "Featured • ";
}

@media (min-width: 992px) {
	.featured-post-blog .post__card {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 0;
	}
	
	.featured-post-blog .post__card .texts {
		flex-grow: unset;
		width: 50% !important;
	}
	
	.featured-post-blog .post__card .post__image-wrapper {
		width: 50% !important;
	}
	
	.featured-post-blog .post__card .post__content .post__title {
		font-size: 1.75rem;
	}
	
	.featured-post-blog .post__card .post__excerpt {
		font-size: 20px;
	}
}

@media (min-width: 1200px) {
	.featured-post-blog .post__card .texts {
		padding: 2rem;
	}
}

/* ==========================================================================
LOCATIONS
========================================================================== */
.page-template-locations {
	background-color: #f2f0e8;
}

.section-header-page h1 {
	color: #322f30;
}

.section-header-page > img {
	max-width: none;
	width: 100%;
	aspect-ratio: 4/3;
	object-fit: cover;
}

.section-header-page .inner {
	padding: 1.5rem;
	align-self: center;
}

@media (min-width: 1200px) {
	.section-header-page .inner {
		padding: 3rem;
	}
}

.section-locations .item-location {
	background-color: #d9d2c4;
}

.section-locations .item-location img {
	max-width: none;
	width: 100%;
	aspect-ratio: 16/9;
	object-fit: cover;
}

.section-location-banner {
	position: relative;
	color: #fff;
}

.section-location-banner .attachment-full {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: currentColor;
	object-fit: cover;
}

.section-location-banner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
	z-index: 5;
}

.section-location-banner .inner {
	position: relative;
	z-index: 10;
}
