/*
Theme Name: Nuvo
Theme URI: https://github.com/nuvo-theme/nuvo
Author: Nuvo
Author URI: https://github.com/nuvo-theme
Description: Nuvo is a warm, editorial theme for clinics, studios and wellness practices. It pairs a cream-and-espresso palette with a serif display face, a multi-level mega menu, and a configurable front page of hero, service, testimonial, before/after, FAQ and journal sections. Every front-page section is optional and controlled from the Customizer, and all fonts are bundled with the theme so no external requests are made.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nuvo
Tags: blog, one-column, two-columns, right-sidebar, custom-background, custom-logo, custom-menu, featured-images, footer-widgets, block-styles, wide-blocks, editor-style, rtl-language-support, threaded-comments, translation-ready

Nuvo WordPress Theme, (C) 2026 Nuvo.
Nuvo is distributed under the terms of the GNU GPL v2 or later.

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0  Design tokens
2.0  Normalize & base elements
3.0  Typography
4.0  Accessibility
5.0  Layout & utilities
6.0  Buttons & badges
7.0  Forms
8.0  Site header offsets
9.0  Site footer
10.0 Page hero
11.0 Posts & pages
12.0 Single post
13.0 Comments
14.0 Pagination
15.0 Widgets & sidebar
16.0 WordPress core & block styles
17.0 Media
18.0 Motion
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Design tokens
--------------------------------------------------------------*/
:root {
	/* Cream / background scale. */
	--nuvo-cream-50: #fefcf8;
	--nuvo-cream-100: #fbf6ee;
	--nuvo-cream-200: #f3e9d8;
	--nuvo-cream-300: #e8dac2;

	/* Espresso / text scale. */
	--nuvo-espresso-700: #5a4636;
	--nuvo-espresso-800: #40301f;
	--nuvo-espresso-900: #2a1b10;
	--nuvo-espresso-950: #1a0a05;

	/* Sand / accent scale. */
	--nuvo-sand-300: #e3c39a;
	--nuvo-sand-400: #cda06e;
	--nuvo-sand-500: #b8865c;
	--nuvo-sand-600: #8f6236;
	--nuvo-sand-700: #7e5738;

	/* Blush accent, used by a highlighted menu panel. */
	--nuvo-blush-50: #fbf1ee;
	--nuvo-blush-100: #f6e4de;
	--nuvo-blush-200: #efd2c9;
	--nuvo-blush-500: #c98e80;
	--nuvo-blush-700: #8f5142;

	--nuvo-white: #ffffff;

	/* Typography. */
	--nuvo-font-display: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
	--nuvo-font-body: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;

	/* Metrics. */
	--nuvo-content-width: 1280px;
	--nuvo-header-height: 76px;
	--nuvo-ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

/*--------------------------------------------------------------
2.0 Normalize & base elements
--------------------------------------------------------------*/
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
}

body {
	background-color: var(--nuvo-cream-100);
	color: var(--nuvo-espresso-950);
	font-family: var(--nuvo-font-body);
	font-size: 16px;
	line-height: 1.75;
	margin: 0;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}

hr {
	background-color: var(--nuvo-cream-300);
	border: 0;
	height: 1px;
	margin: 2.5rem 0;
}

ul,
ol {
	margin: 0 0 1.5rem;
	padding-left: 1.4rem;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dt {
	font-weight: 600;
}

dd {
	margin: 0 0 1.5rem;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

figure {
	margin: 1.5rem 0;
}

table {
	border-collapse: collapse;
	margin: 0 0 1.5rem;
	width: 100%;
}

table th,
table td {
	border-bottom: 1px solid var(--nuvo-cream-300);
	padding: 12px 14px;
	text-align: left;
	vertical-align: top;
}

table thead th {
	background-color: var(--nuvo-cream-200);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

a {
	color: var(--nuvo-sand-700);
	text-decoration: underline;
	text-underline-offset: 2px;
}

a:hover,
a:focus {
	color: var(--nuvo-espresso-950);
}

:focus-visible {
	outline: 2px solid var(--nuvo-sand-700);
	outline-offset: 2px;
}

/*--------------------------------------------------------------
3.0 Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--nuvo-espresso-950);
	font-family: var(--nuvo-font-display);
	font-weight: 400;
	letter-spacing: -0.015em;
	line-height: 1.12;
	margin: 0 0 1rem;
}

h1 {
	font-size: clamp(2.25rem, 4.5vw, 3.75rem);
	font-weight: 300;
	line-height: 1.05;
}

h2 {
	font-size: clamp(1.9rem, 3.4vw, 3rem);
	font-weight: 300;
}

h3 {
	font-size: clamp(1.3rem, 2.2vw, 1.75rem);
}

h4 {
	font-size: 1.3rem;
}

h5 {
	font-size: 1.1rem;
}

h6 {
	font-size: 1rem;
}

p {
	margin: 0 0 1.25rem;
}

blockquote {
	border-left: 3px solid var(--nuvo-sand-500);
	color: var(--nuvo-espresso-800);
	font-family: var(--nuvo-font-display);
	font-size: 1.3rem;
	font-style: italic;
	font-weight: 300;
	line-height: 1.6;
	margin: 2rem 0;
	padding: 0.25rem 0 0.25rem 1.75rem;
}

blockquote cite {
	display: block;
	font-family: var(--nuvo-font-body);
	font-size: 0.85rem;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.85rem;
}

code,
kbd,
pre,
samp {
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 0.9em;
}

code {
	background-color: var(--nuvo-cream-200);
	border-radius: 4px;
	padding: 0.15em 0.4em;
}

pre {
	background-color: var(--nuvo-espresso-950);
	border-radius: 12px;
	color: var(--nuvo-cream-100);
	line-height: 1.6;
	margin: 0 0 1.5rem;
	overflow-x: auto;
	padding: 1.25rem 1.5rem;
}

pre code {
	background: none;
	color: inherit;
	padding: 0;
}

abbr[title] {
	cursor: help;
	text-decoration: underline dotted;
}

mark {
	background-color: var(--nuvo-cream-200);
	color: inherit;
}

big {
	font-size: 125%;
}

.nuvo-display {
	font-family: var(--nuvo-font-display);
	font-weight: 300;
	letter-spacing: -0.015em;
	line-height: 1.05;
}

.nuvo-lead {
	color: var(--nuvo-espresso-700);
	font-size: 1.0625rem;
	line-height: 1.75;
}

/*--------------------------------------------------------------
4.0 Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: var(--nuvo-cream-50);
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(26, 10, 5, 0.6);
	clip: auto !important;
	clip-path: none;
	color: var(--nuvo-espresso-950);
	display: block;
	font-size: 0.875rem;
	font-weight: 600;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.skip-link {
	left: -9999rem;
	position: absolute;
	top: 2.5rem;
	z-index: 999999999;
}

.skip-link:focus {
	left: 6px;
	top: 7px;
}

#nuvo-content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
5.0 Layout & utilities
--------------------------------------------------------------*/
.nuvo-site {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.nuvo-site-content {
	flex: 1 0 auto;
	padding-top: var(--nuvo-header-height);
}

.nuvo-has-hero .nuvo-site-content {
	padding-top: 0;
}

.nuvo-container {
	margin: 0 auto;
	max-width: var(--nuvo-content-width);
	padding: 0 2rem;
	width: 100%;
}

.nuvo-container--narrow {
	max-width: 900px;
}

.nuvo-section {
	padding: 6rem 0;
}

.nuvo-section--sm {
	padding: 4rem 0;
}

.nuvo-section--cream {
	background-color: var(--nuvo-cream-100);
}

.nuvo-section--cream-deep {
	background-color: var(--nuvo-cream-200);
}

.nuvo-section--white {
	background-color: var(--nuvo-white);
}

.nuvo-section--dark {
	background-color: var(--nuvo-espresso-900);
	color: rgba(255, 255, 255, 0.7);
}

.nuvo-section--dark h1,
.nuvo-section--dark h2,
.nuvo-section--dark h3 {
	color: var(--nuvo-white);
}

.nuvo-grid {
	display: grid;
	gap: 1.75rem;
}

.nuvo-grid--2 {
	gap: 2rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nuvo-grid--3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nuvo-grid--4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nuvo-section-head {
	margin-bottom: 3rem;
}

.nuvo-section-head h2 {
	margin: 1rem 0 0;
}

.nuvo-section-head p {
	color: var(--nuvo-espresso-700);
	margin: 0.75rem 0 0;
	max-width: 46rem;
}

.nuvo-section--dark .nuvo-section-head p {
	color: rgba(255, 255, 255, 0.62);
}

.nuvo-section-head--center {
	margin-left: auto;
	margin-right: auto;
	max-width: 44rem;
	text-align: center;
}

.nuvo-section-head--center p {
	margin-left: auto;
	margin-right: auto;
}

.nuvo-section-head--split {
	align-items: flex-end;
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
	justify-content: space-between;
}

.nuvo-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.875rem;
}

.nuvo-actions--center {
	justify-content: center;
}

.nuvo-media {
	background-color: var(--nuvo-cream-200);
	display: block;
	overflow: hidden;
	position: relative;
}

.nuvo-media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.nuvo-media--empty {
	background: linear-gradient(150deg, var(--nuvo-cream-200), var(--nuvo-sand-300));
}

@media (max-width: 900px) {

	.nuvo-container {
		padding: 0 1.25rem;
	}

	.nuvo-section {
		padding: 4rem 0;
	}

	.nuvo-grid--2 {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {

	.nuvo-grid--3,
	.nuvo-grid--4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 520px) {

	.nuvo-grid--3,
	.nuvo-grid--4 {
		grid-template-columns: 1fr;
	}
}

/*--------------------------------------------------------------
6.0 Buttons & badges
--------------------------------------------------------------*/
.nuvo-button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	align-items: center;
	background-color: var(--nuvo-espresso-900);
	border: 1.5px solid var(--nuvo-espresso-900);
	border-radius: 9999px;
	color: var(--nuvo-white);
	cursor: pointer;
	display: inline-flex;
	font-family: var(--nuvo-font-body);
	font-size: 0.9375rem;
	font-weight: 500;
	gap: 6px;
	letter-spacing: 0.02em;
	line-height: 1.2;
	padding: 14px 28px;
	text-decoration: none;
	transition: opacity 0.15s ease;
}

.nuvo-button:hover,
.nuvo-button:focus,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: var(--nuvo-white);
	opacity: 0.85;
}

.nuvo-button--primary {
	background-color: var(--nuvo-sand-500);
	border-color: var(--nuvo-sand-500);
	color: var(--nuvo-white);
}

.nuvo-button--secondary {
	background-color: transparent;
	border-color: var(--nuvo-espresso-900);
	color: var(--nuvo-espresso-900);
}

.nuvo-button--secondary:hover,
.nuvo-button--secondary:focus {
	color: var(--nuvo-espresso-900);
}

.nuvo-button--light {
	background-color: var(--nuvo-white);
	border-color: var(--nuvo-white);
	color: var(--nuvo-espresso-950);
}

.nuvo-button--light:hover,
.nuvo-button--light:focus {
	color: var(--nuvo-espresso-950);
}

.nuvo-button--outline-light {
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0.4);
	color: var(--nuvo-white);
}

.nuvo-button__arrow {
	transition: transform 0.2s ease;
}

.nuvo-button:hover .nuvo-button__arrow {
	transform: translateX(3px);
}

.nuvo-badge {
	align-items: center;
	background-color: var(--nuvo-cream-200);
	border: 1px solid var(--nuvo-cream-300);
	border-radius: 9999px;
	color: var(--nuvo-sand-700);
	display: inline-flex;
	font-family: var(--nuvo-font-body);
	font-size: 0.75rem;
	font-weight: 600;
	gap: 6px;
	letter-spacing: 0.08em;
	line-height: 1.4;
	padding: 6px 14px;
	text-transform: uppercase;
}

.nuvo-badge--dark {
	background-color: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.18);
	color: var(--nuvo-white);
}

.nuvo-badge--sand {
	background-color: var(--nuvo-sand-500);
	border-color: var(--nuvo-sand-500);
	color: var(--nuvo-white);
}

/*--------------------------------------------------------------
7.0 Forms
--------------------------------------------------------------*/
label {
	color: var(--nuvo-espresso-800);
	display: block;
	font-size: 0.875rem;
	font-weight: 500;
	margin-bottom: 0.5rem;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="date"],
select,
textarea {
	background-color: var(--nuvo-cream-50);
	border: 1.5px solid var(--nuvo-cream-300);
	border-radius: 8px;
	color: var(--nuvo-espresso-950);
	font-family: var(--nuvo-font-body);
	font-size: 1rem;
	max-width: 100%;
	padding: 12px 16px;
	width: 100%;
}

input:focus,
select:focus,
textarea:focus {
	border-color: var(--nuvo-sand-500);
	outline: 0;
}

textarea {
	display: block;
	resize: vertical;
}

::placeholder {
	color: var(--nuvo-espresso-700);
	opacity: 0.6;
}

.nuvo-search-form {
	display: flex;
	gap: 0.5rem;
}

.nuvo-search-form .search-field {
	border-radius: 9999px;
	flex: 1 1 auto;
}

.nuvo-search-form .search-submit {
	flex: 0 0 auto;
	padding: 12px 22px;
}

/*--------------------------------------------------------------
8.0 Site header offsets
--------------------------------------------------------------*/
.admin-bar .nuvo-nav {
	top: 32px;
}

.admin-bar .nuvo-nav-mobile {
	top: 32px;
}

@media screen and (max-width: 782px) {

	.admin-bar .nuvo-nav,
	.admin-bar .nuvo-nav-mobile {
		top: 46px;
	}
}

/*--------------------------------------------------------------
9.0 Site footer
--------------------------------------------------------------*/
.nuvo-footer {
	background-color: var(--nuvo-espresso-950);
	color: var(--nuvo-white);
	flex-shrink: 0;
	overflow: hidden;
	padding-top: 5rem;
	position: relative;
}

.nuvo-footer__watermark {
	color: var(--nuvo-white);
	font-family: var(--nuvo-font-display);
	font-size: clamp(64px, 14vw, 200px);
	font-weight: 300;
	letter-spacing: 0.12em;
	line-height: 0.85;
	margin-bottom: 3rem;
	opacity: 0.05;
	overflow: hidden;
	pointer-events: none;
	text-align: center;
	user-select: none;
}

.nuvo-footer__widgets {
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	display: grid;
	gap: 2.5rem;
	grid-template-columns: 2fr 1fr 1.5fr 1.5fr;
	padding-bottom: 3rem;
}

.nuvo-footer__widgets .widget {
	margin: 0;
}

.nuvo-footer__widgets .widget-title,
.nuvo-footer__widgets .wp-block-heading {
	color: var(--nuvo-sand-500);
	font-family: var(--nuvo-font-body);
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	margin: 0 0 1rem;
	text-transform: uppercase;
}

.nuvo-footer__widgets ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nuvo-footer__widgets li {
	margin-bottom: 0.5rem;
}

.nuvo-footer__widgets a {
	color: var(--nuvo-cream-300);
	font-size: 0.875rem;
	opacity: 0.7;
	text-decoration: none;
	transition: opacity 0.15s ease;
}

.nuvo-footer__widgets a:hover,
.nuvo-footer__widgets a:focus {
	color: var(--nuvo-cream-300);
	opacity: 1;
}

.nuvo-footer__widgets p,
.nuvo-footer__widgets li {
	color: var(--nuvo-cream-300);
	font-size: 0.875rem;
	line-height: 1.75;
	opacity: 0.7;
}

.nuvo-footer__brand {
	margin-bottom: 1rem;
}

.nuvo-footer__brand img {
	display: block;
	height: auto;
	max-height: 52px;
	width: auto;
}

.nuvo-footer__brand .nuvo-footer__title {
	color: var(--nuvo-white);
	font-family: var(--nuvo-font-display);
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.07em;
	margin: 0;
}

.nuvo-footer__brand a {
	color: inherit;
	text-decoration: none;
}

.nuvo-footer__socials {
	display: flex;
	gap: 0.75rem;
	margin-top: 1.25rem;
}

.nuvo-footer__social {
	align-items: center;
	border: 1.5px solid rgba(255, 255, 255, 0.18);
	border-radius: 50%;
	color: var(--nuvo-cream-300);
	display: flex;
	height: 36px;
	justify-content: center;
	text-decoration: none;
	transition: border-color 0.2s ease;
	width: 36px;
}

.nuvo-footer__social:hover,
.nuvo-footer__social:focus {
	border-color: rgba(255, 255, 255, 0.55);
	color: var(--nuvo-white);
}

.nuvo-footer__social svg {
	fill: currentColor;
	height: 17px;
	width: 17px;
}

.nuvo-footer__bottom {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: space-between;
	padding: 1.5rem 0;
}

.nuvo-footer__legal {
	color: var(--nuvo-cream-300);
	font-size: 0.7rem;
	line-height: 1.65;
	margin: 0;
	max-width: 30rem;
	opacity: 0.45;
}

.nuvo-footer__legal a {
	color: inherit;
}

@media (max-width: 900px) {

	.nuvo-footer__widgets {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 520px) {

	.nuvo-footer__widgets {
		grid-template-columns: 1fr;
	}
}

/*--------------------------------------------------------------
10.0 Page hero
--------------------------------------------------------------*/
.nuvo-page-hero {
	background-color: var(--nuvo-espresso-900);
	overflow: hidden;
	padding: 4.5rem 0;
	position: relative;
}

.nuvo-page-hero::after {
	background: radial-gradient(ellipse at 85% 60%, rgba(184, 138, 92, 0.16) 0%, transparent 55%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.nuvo-page-hero__inner {
	max-width: 54rem;
	position: relative;
	z-index: 2;
}

.nuvo-page-hero__title {
	color: var(--nuvo-white);
	font-size: clamp(2.25rem, 5vw, 4rem);
	font-weight: 300;
	letter-spacing: -0.02em;
	line-height: 1.04;
	margin: 1rem 0 0;
}

.nuvo-page-hero__title em {
	color: var(--nuvo-sand-400);
	font-style: italic;
}

.nuvo-page-hero__text {
	color: rgba(255, 255, 255, 0.66);
	font-size: 1.0625rem;
	line-height: 1.75;
	margin: 1rem 0 0;
	max-width: 40rem;
}

.nuvo-page-hero__media {
	inset: 0;
	position: absolute;
	z-index: 0;
}

.nuvo-page-hero__media img {
	height: 100%;
	object-fit: cover;
	opacity: 0.3;
	width: 100%;
}

.nuvo-breadcrumb {
	color: rgba(255, 255, 255, 0.55);
	font-size: 0.75rem;
	letter-spacing: 0.04em;
	margin-bottom: 1rem;
}

.nuvo-breadcrumb a {
	color: rgba(255, 255, 255, 0.75);
	text-decoration: none;
}

.nuvo-breadcrumb a:hover,
.nuvo-breadcrumb a:focus {
	color: var(--nuvo-sand-400);
}

/*--------------------------------------------------------------
11.0 Posts & pages
--------------------------------------------------------------*/
.nuvo-main {
	padding: 4rem 0 5rem;
}

.nuvo-content-area {
	display: grid;
	gap: 3.5rem;
	grid-template-columns: minmax(0, 1fr);
}

.nuvo-content-area--sidebar {
	grid-template-columns: minmax(0, 1fr) 300px;
}

@media (max-width: 900px) {

	.nuvo-content-area--sidebar {
		grid-template-columns: minmax(0, 1fr);
	}
}

.nuvo-posts {
	display: grid;
	gap: 1.75rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 880px) {

	.nuvo-posts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {

	.nuvo-posts {
		grid-template-columns: 1fr;
	}
}

.nuvo-content-area--sidebar .nuvo-posts {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 700px) {

	.nuvo-content-area--sidebar .nuvo-posts {
		grid-template-columns: 1fr;
	}
}

.nuvo-card {
	background-color: var(--nuvo-white);
	border: 1px solid var(--nuvo-cream-300);
	border-radius: 18px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.nuvo-card:hover {
	box-shadow: 0 12px 36px rgba(26, 10, 5, 0.12);
	transform: translateY(-3px);
}

.nuvo-card__media {
	display: block;
	position: relative;
}

.nuvo-card__media img {
	display: block;
	height: 200px;
	object-fit: cover;
	width: 100%;
}

.nuvo-card__cat {
	backdrop-filter: blur(4px);
	background-color: rgba(254, 252, 248, 0.92);
	border-radius: 9999px;
	color: var(--nuvo-sand-700);
	font-size: 0.625rem;
	font-weight: 700;
	left: 14px;
	letter-spacing: 0.06em;
	padding: 5px 13px;
	position: absolute;
	text-decoration: none;
	text-transform: uppercase;
	top: 14px;
}

.nuvo-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 22px 24px 26px;
}

.nuvo-card__title {
	font-size: 1.3rem;
	line-height: 1.25;
	margin: 0 0 0.7rem;
}

.nuvo-card__title a {
	color: var(--nuvo-espresso-950);
	text-decoration: none;
}

.nuvo-card__title a:hover,
.nuvo-card__title a:focus {
	color: var(--nuvo-sand-700);
}

.nuvo-card__excerpt {
	color: var(--nuvo-espresso-700);
	flex: 1;
	font-size: 0.875rem;
	line-height: 1.65;
	margin: 0 0 1.1rem;
}

.nuvo-card__footer {
	align-items: center;
	border-top: 1px solid var(--nuvo-cream-200);
	display: flex;
	gap: 0.625rem;
	justify-content: space-between;
	padding-top: 1rem;
}

.nuvo-card__meta {
	color: var(--nuvo-espresso-700);
	font-size: 0.75rem;
	opacity: 0.75;
}

.nuvo-card__more {
	color: var(--nuvo-sand-700);
	font-size: 0.8125rem;
	font-weight: 600;
	text-decoration: none;
}

.sticky .nuvo-card__title::before {
	color: var(--nuvo-sand-500);
	content: "\2605";
	margin-right: 0.4rem;
}

.nuvo-entry-meta,
.nuvo-entry-footer {
	color: var(--nuvo-espresso-700);
	font-size: 0.8125rem;
	margin-bottom: 1rem;
}

.nuvo-entry-meta > span + span::before,
.nuvo-entry-footer > span + span::before {
	content: "\00b7";
	margin: 0 0.5rem;
}

.nuvo-entry-footer a {
	color: var(--nuvo-sand-700);
}

.nuvo-no-results {
	max-width: 40rem;
}

/*--------------------------------------------------------------
12.0 Single post
--------------------------------------------------------------*/
.nuvo-article__figure {
	margin: -6rem 0 2.5rem;
	position: relative;
	z-index: 2;
}

.nuvo-article__figure img {
	border: 5px solid var(--nuvo-white);
	border-radius: 20px;
	box-shadow: 0 20px 60px rgba(26, 10, 5, 0.22);
	display: block;
	max-height: 460px;
	object-fit: cover;
	width: 100%;
}

@media (max-width: 900px) {

	.nuvo-article__figure {
		margin-top: -3rem;
	}
}

.nuvo-byline {
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	display: flex;
	flex-wrap: wrap;
	gap: 1.125rem;
	margin-top: 1.75rem;
	padding-top: 1.625rem;
}

.nuvo-byline__avatar img {
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	display: block;
}

.nuvo-byline__name {
	color: var(--nuvo-white);
	font-size: 0.875rem;
	font-weight: 600;
}

.nuvo-byline__meta {
	color: var(--nuvo-sand-400);
	font-size: 0.75rem;
	margin-top: 2px;
}

.nuvo-prose {
	color: var(--nuvo-espresso-800);
	font-size: 1.03125rem;
	line-height: 1.85;
}

.nuvo-prose h2 {
	font-size: clamp(1.7rem, 3vw, 2.4rem);
	font-weight: 400;
	margin: 3rem 0 1rem;
}

.nuvo-prose h3 {
	margin: 2rem 0 0.75rem;
}

.nuvo-prose strong {
	color: var(--nuvo-espresso-950);
	font-weight: 600;
}

.nuvo-prose a {
	color: var(--nuvo-sand-700);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

.nuvo-prose ul li,
.nuvo-prose ol li {
	margin-bottom: 0.6rem;
}

.nuvo-post-navigation {
	border-top: 1px solid var(--nuvo-cream-300);
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	justify-content: space-between;
	margin-top: 3rem;
	padding-top: 2rem;
}

.nuvo-post-navigation .nav-previous,
.nuvo-post-navigation .nav-next {
	max-width: 22rem;
}

.nuvo-post-navigation a {
	color: var(--nuvo-espresso-950);
	font-family: var(--nuvo-font-display);
	font-size: 1.2rem;
	text-decoration: none;
}

.nuvo-post-navigation a:hover {
	color: var(--nuvo-sand-700);
}

.nuvo-author-box {
	background-color: var(--nuvo-white);
	border: 1px solid var(--nuvo-cream-300);
	border-radius: 18px;
	display: flex;
	gap: 1.25rem;
	margin-top: 3rem;
	padding: 1.75rem;
}

.nuvo-author-box img {
	border-radius: 50%;
	flex-shrink: 0;
}

.nuvo-author-box__name {
	font-family: var(--nuvo-font-display);
	font-size: 1.35rem;
	margin: 0 0 0.4rem;
}

.nuvo-author-box p {
	color: var(--nuvo-espresso-700);
	font-size: 0.9375rem;
	margin: 0;
}

/*--------------------------------------------------------------
13.0 Comments
--------------------------------------------------------------*/
.nuvo-comments {
	border-top: 1px solid var(--nuvo-cream-300);
	margin-top: 3.5rem;
	padding-top: 2.5rem;
}

.nuvo-comments__title {
	font-size: 1.75rem;
	margin-bottom: 2rem;
}

.comment-list {
	list-style: none;
	margin: 0 0 2.5rem;
	padding: 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
	padding-left: 1.75rem;
}

@media (max-width: 560px) {

	.comment-list .children {
		padding-left: 0.75rem;
	}
}

.comment-body {
	border-bottom: 1px solid var(--nuvo-cream-300);
	padding: 1.5rem 0;
}

.comment-meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-bottom: 0.75rem;
}

.comment-author img {
	border-radius: 50%;
	margin-right: 0.6rem;
	vertical-align: middle;
}

.comment-author .fn {
	font-style: normal;
	font-weight: 600;
}

.comment-metadata {
	color: var(--nuvo-espresso-700);
	font-size: 0.75rem;
}

.comment-metadata a {
	color: inherit;
	text-decoration: none;
}

.comment-content {
	color: var(--nuvo-espresso-800);
}

.comment-awaiting-moderation,
.comment-notes,
.logged-in-as,
.form-allowed-tags {
	color: var(--nuvo-espresso-700);
	font-size: 0.8125rem;
}

.reply a {
	color: var(--nuvo-sand-700);
	font-size: 0.8125rem;
	font-weight: 600;
	text-decoration: none;
}

.comment-respond {
	background-color: var(--nuvo-white);
	border: 1px solid var(--nuvo-cream-300);
	border-radius: 18px;
	padding: 2rem;
}

.comment-reply-title {
	font-size: 1.5rem;
	margin-bottom: 1rem;
}

.comment-form p {
	margin-bottom: 1rem;
}

.comment-form .form-submit {
	margin-bottom: 0;
}

.bypostauthor > .comment-body .fn::after {
	color: var(--nuvo-sand-600);
	content: " \25c6";
}

/*--------------------------------------------------------------
14.0 Pagination
--------------------------------------------------------------*/
.nuvo-pagination {
	margin-top: 3rem;
}

.nuvo-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.nuvo-pagination .page-numbers {
	align-items: center;
	background-color: var(--nuvo-white);
	border: 1px solid var(--nuvo-cream-300);
	border-radius: 9999px;
	color: var(--nuvo-espresso-900);
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 500;
	justify-content: center;
	min-width: 42px;
	padding: 9px 16px;
	text-decoration: none;
}

.nuvo-pagination .page-numbers.current,
.nuvo-pagination .page-numbers:hover {
	background-color: var(--nuvo-espresso-900);
	border-color: var(--nuvo-espresso-900);
	color: var(--nuvo-white);
}

.page-links {
	clear: both;
	margin: 1.5rem 0;
}

/*--------------------------------------------------------------
15.0 Widgets & sidebar
--------------------------------------------------------------*/
.nuvo-sidebar .widget {
	background-color: var(--nuvo-white);
	border: 1px solid var(--nuvo-cream-300);
	border-radius: 16px;
	margin-bottom: 1.75rem;
	padding: 1.5rem;
}

.nuvo-sidebar .widget-title,
.nuvo-sidebar .wp-block-heading {
	color: var(--nuvo-sand-700);
	font-family: var(--nuvo-font-body);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	margin: 0 0 1rem;
	text-transform: uppercase;
}

.nuvo-sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nuvo-sidebar li {
	border-bottom: 1px solid var(--nuvo-cream-200);
	padding: 0.55rem 0;
}

.nuvo-sidebar li:last-child {
	border-bottom: 0;
}

.nuvo-sidebar a {
	color: var(--nuvo-espresso-800);
	font-size: 0.9375rem;
	text-decoration: none;
}

.nuvo-sidebar a:hover,
.nuvo-sidebar a:focus {
	color: var(--nuvo-sand-700);
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
16.0 WordPress core & block styles
--------------------------------------------------------------*/
.alignleft {
	float: left;
	margin-bottom: 1.5rem;
	margin-right: 1.5rem;
}

.alignright {
	float: right;
	margin-bottom: 1.5rem;
	margin-left: 1.5rem;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignwide {
	margin-left: calc(50% - 47vw);
	margin-right: calc(50% - 47vw);
	max-width: 94vw;
	width: 94vw;
}

.alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}

.clear::after,
.entry-content::after,
.comment-content::after,
.nuvo-site-content::after {
	clear: both;
	content: "";
	display: table;
}

.wp-caption {
	margin-bottom: 1.5rem;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption-text,
.wp-block-image figcaption,
.wp-block-embed figcaption {
	color: var(--nuvo-espresso-700);
	font-size: 0.8125rem;
	font-style: italic;
	margin: 0.75rem 0;
	text-align: center;
}

.gallery {
	display: grid;
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-item {
	margin: 0;
	text-align: center;
}

.gallery-caption {
	color: var(--nuvo-espresso-700);
	display: block;
	font-size: 0.75rem;
}

.wp-block-quote,
.wp-block-pullquote {
	border-left: 3px solid var(--nuvo-sand-500);
}

.wp-block-button__link {
	background-color: var(--nuvo-espresso-900);
	border-radius: 9999px;
	color: var(--nuvo-white);
	font-family: var(--nuvo-font-body);
	font-weight: 500;
	padding: 14px 28px;
}

.is-style-outline .wp-block-button__link {
	background: transparent;
	color: var(--nuvo-espresso-900);
}

.wp-block-separator {
	background-color: var(--nuvo-cream-300);
	border: 0;
	height: 1px;
}

.wp-block-table thead th {
	background-color: var(--nuvo-cream-200);
}

.wp-block-calendar table caption,
.wp-block-calendar table th {
	color: var(--nuvo-espresso-900);
}

/*--------------------------------------------------------------
17.0 Media
--------------------------------------------------------------*/
embed,
iframe,
object,
video {
	max-width: 100%;
}

.nuvo-ratio-4-3 {
	aspect-ratio: 4 / 3;
}

.nuvo-ratio-16-9 {
	aspect-ratio: 16 / 9;
}

/*--------------------------------------------------------------
18.0 Motion
--------------------------------------------------------------*/
.nuvo-reveal {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.65s ease, transform 0.65s ease;
}

.nuvo-reveal.is-visible {
	opacity: 1;
	transform: none;
}

.nuvo-delay-1 {
	transition-delay: 0.1s;
}

.nuvo-delay-2 {
	transition-delay: 0.2s;
}

.nuvo-delay-3 {
	transition-delay: 0.3s;
}

.nuvo-delay-4 {
	transition-delay: 0.4s;
}

@media (prefers-reduced-motion: reduce) {

	html {
		scroll-behavior: auto;
	}

	.nuvo-reveal {
		opacity: 1;
		transform: none;
		transition: none;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}

/*--------------------------------------------------------------
19.0 Footer menu
--------------------------------------------------------------*/
.nuvo-footer__nav {
	padding: 1.5rem 0 0;
}

.nuvo-footer__nav-list {
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.nuvo-footer__nav-list a {
	color: var(--nuvo-cream-300);
	font-size: 0.8125rem;
	opacity: 0.7;
	text-decoration: none;
}

.nuvo-footer__nav-list a:hover,
.nuvo-footer__nav-list a:focus {
	color: var(--nuvo-cream-300);
	opacity: 1;
}

.nuvo-footer__social-list {
	display: flex;
	gap: 0.75rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.nuvo-footer__social-list a {
	align-items: center;
	border: 1.5px solid rgba(255, 255, 255, 0.18);
	border-radius: 50%;
	color: var(--nuvo-cream-300);
	display: flex;
	font-size: 0.6875rem;
	font-weight: 500;
	height: 36px;
	justify-content: center;
	opacity: 1;
	text-decoration: none;
	transition: border-color 0.2s ease;
	width: 36px;
}

.nuvo-footer__social-list a:hover,
.nuvo-footer__social-list a:focus {
	border-color: rgba(255, 255, 255, 0.55);
	color: var(--nuvo-white);
}

.nuvo-footer__socials {
	margin-top: 1.25rem;
}

/*--------------------------------------------------------------
20.0 Sections from child pages template
--------------------------------------------------------------*/
.nuvo-main--flush {
	padding: 0;
}

.nuvo-anchor-nav {
	backdrop-filter: blur(12px);
	background-color: rgba(254, 252, 248, 0.9);
	border-bottom: 1px solid var(--nuvo-cream-300);
	position: sticky;
	top: var(--nuvo-header-height);
	z-index: 100;
}

.nuvo-anchor-nav__list {
	display: flex;
	gap: 2px;
	list-style: none;
	margin: 0;
	overflow-x: auto;
	padding: 0;
	scrollbar-width: none;
}

.nuvo-anchor-nav__list::-webkit-scrollbar {
	display: none;
}

.nuvo-anchor-nav__list a {
	border-bottom: 2px solid transparent;
	color: var(--nuvo-espresso-700);
	display: block;
	font-size: 0.8125rem;
	font-weight: 500;
	padding: 15px 16px;
	text-decoration: none;
	white-space: nowrap;
}

.nuvo-anchor-nav__list a:hover,
.nuvo-anchor-nav__list a:focus {
	border-bottom-color: var(--nuvo-sand-500);
	color: var(--nuvo-espresso-950);
}

.nuvo-group {
	scroll-margin-top: calc(var(--nuvo-header-height) + 54px);
}

.nuvo-group__head {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 1.5rem;
}

.nuvo-group__head h2 {
	margin: 0;
}

.nuvo-group__head h2 a {
	color: inherit;
	text-decoration: none;
}

.nuvo-group__count {
	color: var(--nuvo-sand-700);
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.04em;
}

.nuvo-group__text {
	color: var(--nuvo-espresso-700);
	margin-bottom: 2rem;
	max-width: 46rem;
}

.nuvo-single-footer {
	padding-bottom: 4rem;
}
