.hall-hero-home {
	background:
		radial-gradient(circle at top left, rgba(189, 168, 111, 0.08), transparent 34%),
		linear-gradient(180deg, #12130d 0%, #10110d 100%);
}

body {
	background: #f0f0e8;
	color: #72726d;
}

body.admin-bar .hall-global-header {
	top: 32px;
}

.hall-global-header {
	background: #f0f0e8;
	border-bottom: 1px solid rgba(197, 198, 167, 0.55);
	position: sticky;
	top: 0;
	z-index: 1000;
}

.hall-global-header__inner,
.hall-global-footer__inner {
	margin: 0 auto;
	max-width: 1320px;
	padding-left: 24px;
	padding-right: 24px;
}

.hall-global-header__inner {
	align-items: center;
	display: grid;
	gap: 20px;
	grid-template-columns: auto 1fr auto;
	min-height: 92px;
}

.hall-global-brand {
	align-items: center;
	color: #161616;
	display: inline-flex;
	gap: 16px;
	text-decoration: none;
}

.hall-global-brand__mark {
	align-items: center;
	display: inline-flex;
	height: 40px;
	justify-content: center;
	width: 40px;
}

.hall-global-brand__mark svg {
	display: block;
	height: 100%;
	width: 100%;
}

.hall-global-brand__text {
	font-family: ivypresto-display, serif;
	font-size: clamp(40px, 2.6vw, 52px);
	font-weight: 400;
	letter-spacing: -0.02em;
	line-height: 0.9;
}

.hall-global-nav {
	justify-self: center;
}

.hall-global-toggle {
	display: none;
}

.hall-global-nav__menu,
.hall-global-footer__menu {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 28px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.hall-global-nav__menu a,
.hall-global-footer__menu a,
.hall-global-footer__copyright,
.hall-global-footer__follow,
.hall-global-footer__follow a {
	color: #161616;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-transform: uppercase;
}

.hall-global-nav__menu a:hover,
.hall-global-footer__menu a:hover,
.hall-global-footer__follow a:hover,
.hall-global-footer__copyright a:hover,
.hall-global-search:hover {
	color: #8b7e3c;
}

.hall-global-actions {
	align-items: center;
	display: flex;
	gap: 18px;
}

.hall-global-search {
	color: #161616;
	display: inline-flex;
	height: 28px;
	width: 28px;
}

.hall-global-search svg {
	display: block;
	height: 100%;
	width: 100%;
}

.hall-global-toggle {
	align-items: center;
	background: transparent;
	border: 0;
	cursor: pointer;
	display: none;
	flex-direction: column;
	gap: 5px;
	justify-content: center;
	height: 28px;
	padding: 0;
	width: 28px;
}

.hall-global-toggle__line {
	background: #161616;
	display: block;
	height: 1.5px;
	transition: transform 0.2s ease, opacity 0.2s ease;
	width: 22px;
}

.hall-global-cta {
	background: transparent;
	border: 1px solid #a39447;
	color: #161616;
	display: inline-flex;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.12em;
	padding: 15px 20px;
	text-decoration: none;
	text-transform: uppercase;
}

.hall-global-cta:hover {
	background: #a39447;
	color: #f0f0e8;
}

.hall-global-footer {
	background:
		radial-gradient(circle at top center, rgba(163, 148, 71, 0.12), transparent 26%),
		linear-gradient(180deg, #11120c 0%, #141510 100%);
	color: #f0f0e8;
	margin-top: 0;
}

.hall-global-footer__inner {
	padding-bottom: 30px;
	padding-top: 30px;
}

.hall-global-footer__top,
.hall-global-footer__bottom {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: space-between;
}

.hall-global-footer__top {
	border-bottom: 1px solid rgba(197, 198, 167, 0.2);
	padding-bottom: 24px;
}

.hall-global-brand--footer,
.hall-global-brand--footer .hall-global-brand__text,
.hall-global-brand--footer .hall-global-brand__mark,
.hall-global-footer__label,
.hall-global-footer__follow a,
.hall-global-footer__menu a,
.hall-global-footer__copyright,
.hall-global-footer__copyright a {
	color: #f0f0e8;
}

.hall-global-footer__follow {
	align-items: center;
	display: flex;
	gap: 14px;
}

.hall-global-footer__label {
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.hall-global-footer__bottom {
	padding-top: 22px;
}

.hall-global-footer__copyright {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	letter-spacing: 0.08em;
}

.hall-global-footer__copyright a {
	text-decoration: none;
}

.hall-hero-home > .elementor-container,
.hall-feature-section > .elementor-container {
	align-items: center;
	max-width: 1320px;
}

.hall-hero-copy .elementor-widget-wrap {
	gap: 12px;
}

body .elementor .hall-kicker-light.elementor-widget-heading .elementor-heading-title,
body .elementor .hall-kicker-dark.elementor-widget-heading .elementor-heading-title,
body .elementor .hall-card-kicker.elementor-widget-heading .elementor-heading-title,
body .elementor .hall-card-index.elementor-widget-heading .elementor-heading-title {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.hall-kicker-light .elementor-heading-title {
	color: #cab36f;
}

.hall-kicker-dark .elementor-heading-title,
.hall-card-kicker .elementor-heading-title,
.hall-card-index .elementor-heading-title {
	color: #a69157;
}

body .elementor .hall-display.elementor-widget-heading .elementor-heading-title,
body .elementor .hall-card-title.elementor-widget-heading .elementor-heading-title,
body .elementor .hall-metric-value.elementor-widget-heading .elementor-heading-title {
	font-family: ivypresto-display, serif;
	font-weight: 500;
	letter-spacing: -0.02em;
	line-height: 0.92;
}

.hall-display .elementor-heading-title {
	color: #171713;
	font-size: clamp(48px, 7vw, 92px);
}

.hall-display-light .elementor-heading-title,
.hall-hero-home .hall-display .elementor-heading-title {
	color: #f2ebda;
}

.hall-centered .elementor-heading-title {
	margin-inline: auto;
	max-width: 980px;
}

body .elementor .hall-hero-text.elementor-widget-text-editor,
body .elementor .hall-intro-copy.elementor-widget-text-editor,
body .elementor .hall-prose.elementor-widget-text-editor,
body .elementor .hall-card-copy.elementor-widget-text-editor,
body .elementor .hall-cta-copy.elementor-widget-text-editor,
body .elementor .hall-metric-label.elementor-widget-text-editor,
body .elementor .hall-list .elementor-icon-list-item > .elementor-icon-list-text,
body .elementor .hall-list .elementor-icon-list-item > a {
	color: #5f6058;
	font-family: "Open Sans", sans-serif;
	font-size: 17px;
	line-height: 1.8;
}

.hall-hero-text {
	color: rgba(242, 235, 218, 0.84);
	max-width: 560px;
}

.hall-cta-copy,
.hall-final-cta .hall-kicker-light .elementor-heading-title,
.hall-final-cta .hall-display .elementor-heading-title {
	color: #f2ebda;
}

body .elementor .hall-button.elementor-widget-button .elementor-button {
	border-radius: 0;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
	padding: 18px 32px;
	text-transform: uppercase;
}

body .elementor .hall-button-primary.elementor-widget-button .elementor-button {
	background: #b7a15f;
	border: 1px solid #b7a15f;
	color: #faf7ee;
}

body .elementor .hall-button-ghost.elementor-widget-button .elementor-button {
	background: transparent;
	border: 1px solid rgba(242, 235, 218, 0.4);
	color: #f2ebda;
	margin-top: 8px;
}

.hall-button-centered .elementor-button-wrapper {
	text-align: center;
}

.hall-hero-images .elementor-widget-wrap {
	align-content: center;
	display: grid;
	gap: 24px;
	grid-template-columns: 1.35fr 0.85fr;
}

.hall-hero-image .elementor-widget-container {
	background: #1a1a17;
	padding: 14px;
}

.hall-hero-image img,
.hall-card-image img,
.hall-feature-image img,
.hall-gallery-grid img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.hall-hero-image-primary img {
	aspect-ratio: 0.78 / 1;
}

.hall-hero-image-secondary {
	margin-top: 88px;
}

.hall-hero-image-secondary img {
	aspect-ratio: 0.68 / 1;
}

.hall-home-intro,
.hall-featured-collections,
.hall-gallery-section {
	background: #f6f1e7;
}

.hall-centered-shell {
	margin-inline: auto;
	max-width: 1020px;
}

.hall-divider .elementor-divider-separator {
	border-top-color: #b7a15f;
}

.hall-featured-collections > .elementor-container {
	gap: 18px;
}

.hall-collection-card {
	background: #fbf8f0;
	border: 1px solid rgba(167, 145, 87, 0.18);
}

.hall-collection-card .elementor-widget-wrap {
	gap: 6px;
}

.hall-card-image img {
	aspect-ratio: 1 / 1.12;
	margin-bottom: 12px;
}

.hall-card-index .elementor-heading-title {
	font-size: 13px;
}

.hall-card-title .elementor-heading-title {
	color: #161610;
	font-size: clamp(32px, 3vw, 46px);
	line-height: 0.98;
}

.hall-card-copy {
	font-size: 15px;
	line-height: 1.75;
}

.hall-feature-media .elementor-widget-container,
.hall-gallery-shell,
.hall-cta-shell {
	background: #fbf8f0;
}

.hall-feature-image img {
	aspect-ratio: 0.9 / 1;
}

.hall-feature-copy .elementor-widget-wrap {
	gap: 10px;
	padding-inline-start: 26px;
}

.hall-list .elementor-icon-list-item {
	align-items: flex-start;
}

.hall-list .elementor-icon-list-icon {
	margin-top: 6px;
}

body .elementor .hall-list .elementor-icon-list-text {
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	line-height: 1.65;
}

.hall-metrics-section {
	color: #f2ebda;
}

.hall-metric-card {
	padding: 18px 16px;
}

.hall-metric-value .elementor-heading-title {
	color: #cab36f;
	font-size: clamp(54px, 6vw, 80px);
}

.hall-metric-label {
	color: rgba(242, 235, 218, 0.78);
	font-size: 14px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.hall-gallery-shell {
	border: 1px solid rgba(167, 145, 87, 0.18);
	padding: 28px;
}

.hall-gallery-grid .gallery {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hall-gallery-grid .gallery-item {
	margin: 0;
	max-width: none;
	width: auto;
}

.hall-gallery-grid .gallery-icon img {
	border: 0;
	height: 100%;
	width: 100%;
}

.hall-gallery-grid .gallery-item img {
	aspect-ratio: 1 / 0.86;
}

.hall-final-cta {
	background:
		radial-gradient(circle at center top, rgba(189, 168, 111, 0.09), transparent 28%),
		linear-gradient(180deg, #11120c 0%, #151611 100%);
}

.hall-final-cta .hall-cta-shell {
	background: transparent;
	margin-inline: auto;
	max-width: 960px;
}

.hall-final-cta .hall-kicker-light .elementor-heading-title {
	color: #cab36f;
}

.hall-final-cta .hall-cta-copy {
	color: rgba(242, 235, 218, 0.8);
}

body .elementor .hall-kicker-light.elementor-widget-heading .elementor-heading-title,
body .elementor .hall-kicker-dark.elementor-widget-heading .elementor-heading-title,
body .elementor .hall-card-kicker.elementor-widget-heading .elementor-heading-title,
body .elementor .hall-card-index.elementor-widget-heading .elementor-heading-title,
body .elementor .hall-display.elementor-widget-heading .elementor-heading-title,
body .elementor .hall-card-title.elementor-widget-heading .elementor-heading-title,
body .elementor .hall-metric-value.elementor-widget-heading .elementor-heading-title,
body .elementor .hall-hero-text.elementor-widget-text-editor,
body .elementor .hall-intro-copy.elementor-widget-text-editor,
body .elementor .hall-prose.elementor-widget-text-editor,
body .elementor .hall-card-copy.elementor-widget-text-editor,
body .elementor .hall-cta-copy.elementor-widget-text-editor,
body .elementor .hall-metric-label.elementor-widget-text-editor,
body .elementor .hall-button.elementor-widget-button .elementor-button,
body .elementor .hall-list .elementor-icon-list-item > .elementor-icon-list-text,
body .elementor .hall-list .elementor-icon-list-item > a {
	font-style: normal !important;
}

body .elementor .hall-kicker-light.elementor-widget-heading .elementor-heading-title {
	color: #cab36f !important;
	font-family: "Open Sans", sans-serif !important;
}

body .elementor .hall-kicker-dark.elementor-widget-heading .elementor-heading-title,
body .elementor .hall-card-kicker.elementor-widget-heading .elementor-heading-title,
body .elementor .hall-card-index.elementor-widget-heading .elementor-heading-title {
	color: #a69157 !important;
	font-family: "Open Sans", sans-serif !important;
}

body .elementor .hall-display.elementor-widget-heading .elementor-heading-title,
body .elementor .hall-card-title.elementor-widget-heading .elementor-heading-title,
body .elementor .hall-metric-value.elementor-widget-heading .elementor-heading-title {
	font-family: ivypresto-display, serif !important;
	color: #161610 !important;
}


body .elementor .hall-hero-home .hall-display.elementor-widget-heading .elementor-heading-title,
body .elementor .hall-final-cta .hall-display.elementor-widget-heading .elementor-heading-title {
	color: #f2ebda !important;
}

.elementor-widget-posts .elementor-post__title, .elementor-widget-posts .elementor-post__title a {
	font-family: ivypresto-display, serif !important;
	font-size: clamp(28px, 2.4vw, 40px)!important;
	color: #171713!important;
}

body .elementor .hall-hero-text.elementor-widget-text-editor,
body .elementor .hall-intro-copy.elementor-widget-text-editor,
body .elementor .hall-prose.elementor-widget-text-editor,
body .elementor .hall-card-copy.elementor-widget-text-editor,
body .elementor .hall-cta-copy.elementor-widget-text-editor,
body .elementor .hall-metric-label.elementor-widget-text-editor,
body .elementor .hall-list .elementor-icon-list-item > .elementor-icon-list-text,
body .elementor .hall-list .elementor-icon-list-item > a {
	font-family: "Open Sans", sans-serif !important;
}

body .elementor .hall-hero-text.elementor-widget-text-editor {
	color: rgba(242, 235, 218, 0.84) !important;
}

body .elementor .hall-intro-copy.elementor-widget-text-editor,
body .elementor .hall-prose.elementor-widget-text-editor,
body .elementor .hall-card-copy.elementor-widget-text-editor,
body .elementor .hall-metric-label.elementor-widget-text-editor {
	color: #5f6058 !important;
}

body .elementor .hall-cta-copy.elementor-widget-text-editor {
	color: rgba(242, 235, 218, 0.8) !important;
}

body .elementor .hall-button-primary.elementor-widget-button .elementor-button {
	background-color: #b7a15f !important;
	border-color: #b7a15f !important;
	color: #faf7ee !important;
}

body .elementor .hall-button-ghost.elementor-widget-button .elementor-button {
	background-color: transparent !important;
	border-color: rgba(242, 235, 218, 0.4) !important;
	color: #f2ebda !important;
}

body .elementor .hall-list .elementor-icon-list-icon i,
body .elementor .hall-list .elementor-icon-list-icon svg {
	color: #b7a15f !important;
	fill: #b7a15f !important;
}

body .elementor .hall-list .elementor-icon-list-text {
	color: #5c5d56 !important;
}

body.page-id-98 .elementor-98 .elementor-top-section:first-of-type > .elementor-container {
	align-items: center;
	max-width: 1320px;
}

body.page-id-98 .elementor-98 .elementor-top-section:first-of-type .hall-display.elementor-widget-heading .elementor-heading-title {
	color: #f2ebda !important;
	font-size: clamp(58px, 7vw, 104px) !important;
}

body.page-id-98 .elementor-98 .elementor-top-section:first-of-type .elementor-column:last-child > .elementor-element-populated {
	align-content: center;
	display: grid;
	gap: 24px;
	grid-template-columns: 1.35fr 0.85fr;
}

body.page-id-98 .elementor-98 .elementor-top-section:first-of-type .hall-hero-image-secondary {
	margin-top: 88px;
}

body.page-id-98 .elementor-98 .elementor-top-section:first-of-type .hall-hero-image-secondary img {
	aspect-ratio: 0.68 / 1;
}

body.page-id-98 .elementor-98 .elementor-top-section:first-of-type .hall-hero-image-primary img {
	aspect-ratio: 0.78 / 1;
}

body.page-id-98 .elementor-98 .elementor-top-section:first-of-type .hall-hero-image .elementor-widget-container {
	background: #1a1a17;
	padding: 14px;
}

body .elementor .hall-course-grid .elementor-posts-container {
	column-gap: 28px;
	row-gap: 34px;
}

body .elementor .hall-course-grid .elementor-post__card {
	background: #fbf8f0;
	border: 1px solid rgba(167, 145, 87, 0.18);
	box-shadow: none;
	overflow: hidden;
	padding: 0 0 28px;
	transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

body .elementor .hall-course-grid .elementor-post__card:hover {
	border-color: rgba(167, 145, 87, 0.42);
	box-shadow: 0 22px 42px rgba(19, 20, 14, 0.08);
	transform: translateY(-6px);
}

body .elementor .hall-course-grid .elementor-post__thumbnail {
	margin-bottom: 0;
}

body .elementor .hall-course-grid .elementor-post__thumbnail img {
	aspect-ratio: 1 / 0.76;
	object-fit: cover;
}

body .elementor .hall-course-grid .elementor-post__text {
	padding: 26px 26px 0;
}

body .elementor .hall-course-grid .elementor-post__meta-data {
	display: none;
}

body .elementor .hall-course-grid .elementor-post__title {
	margin-bottom: 14px;
}

body .elementor .hall-course-grid .elementor-post__title,
body .elementor .hall-course-grid .elementor-post__title a {
	color: #161610;
	font-family: ivypresto-display, serif;
	font-size: clamp(28px, 2.4vw, 40px);
	font-weight: 500;
	letter-spacing: -0.02em;
	line-height: 0.96;
	text-decoration: none;
}

body .elementor .hall-course-grid .elementor-post__excerpt p {
	color: #5f6058;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	line-height: 1.75;
	margin-bottom: 0;
}

body .elementor .hall-course-grid .elementor-post__read-more {
	color: #a69157;
	display: inline-flex;
	font-family: "Open Sans", sans-serif;
	font-size: 0;
	font-weight: 700;
	letter-spacing: 0.14em;
	margin-top: 18px;
	text-decoration: none;
	text-transform: uppercase;
}

body .elementor .hall-course-grid .elementor-post__read-more::after {
	content: "Scopri il corso";
	font-size: 13px;
}

body .elementor .hall-course-grid--archive .elementor-post__read-more::after {
	content: "Apri il corso";
}

.hall-contact-section {
	background:
		radial-gradient(circle at top left, rgba(189, 168, 111, 0.08), transparent 30%),
		#f6f1e7;
}

.hall-contact-section > .elementor-container {
	align-items: stretch;
	max-width: 1320px;
}

.hall-contact-card {
	background: #fbf8f0;
	border: 1px solid rgba(167, 145, 87, 0.18);
	height: 100%;
}

.hall-contact-copy .elementor-widget-wrap,
.hall-contact-media .elementor-widget-wrap {
	align-content: flex-start;
	gap: 14px;
}

.hall-contact-image img {
	aspect-ratio: 1 / 0.72;
	object-fit: cover;
}

.hall-contact-map .elementor-custom-embed,
.hall-contact-map iframe {
	border: 0;
	min-height: 360px;
	width: 100%;
}

body .elementor .hall-contact-form .elementor-field-group {
	margin-bottom: 14px;
}

body .elementor .hall-contact-form .elementor-field,
body .elementor .hall-contact-form .elementor-select-wrapper select,
body .elementor .hall-contact-form textarea.elementor-field-textual {
	background: #f7f3ea;
	border: 1px solid rgba(167, 145, 87, 0.26);
	border-radius: 0;
	color: #161610;
	font-family: "Open Sans", sans-serif;
	min-height: 58px;
	padding: 16px 18px;
}

body .elementor .hall-contact-form textarea.elementor-field-textual {
	min-height: 180px;
}

body .elementor .hall-contact-form .elementor-button {
	background: #b7a15f;
	border: 1px solid #b7a15f;
	border-radius: 0;
	color: #faf7ee;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.14em;
	min-height: 56px;
	padding: 14px 28px;
	text-transform: uppercase;
}

body.single-corso {
	background: #f6f1e7;
}

.plenair-course-sold-out-badge {
	background: #a53f31;
	box-shadow: 0 10px 28px rgba(28, 20, 16, 0.24);
	color: #fffaf0;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.14em;
	line-height: 1;
	padding: 14px 22px;
	position: absolute;
	right: clamp(18px, 4vw, 64px);
	top: 116px;
	text-transform: uppercase;
	z-index: 20;
}

body.admin-bar .plenair-course-sold-out-badge {
	top: 148px;
}

body.single-corso .elementor-location-single .elementor-top-section:first-of-type {
	position: relative;
}

body.single-corso .elementor-location-single .elementor-top-section:first-of-type::before {
	background: linear-gradient(180deg, rgba(10, 10, 8, 0.22) 0%, rgba(10, 10, 8, 0.66) 100%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

body.single-corso .elementor-location-single .elementor-top-section:first-of-type > .elementor-container,
body.single-corso .elementor-location-single .elementor-top-section:first-of-type .elementor-widget-wrap,
body.single-corso .elementor-location-single .elementor-top-section:first-of-type .elementor-widget {
	position: relative;
	z-index: 2;
}

body.single-corso .elementor-location-single .elementor-top-section:first-of-type .elementor-heading-title {
	color: #f2ebda !important;
	text-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
}

body.single-corso .elementor-location-single .elementor-top-section:first-of-type .elementor-widget-text-editor,
body.single-corso .elementor-location-single .elementor-top-section:first-of-type .elementor-widget-text-editor p {
	color: rgba(242, 235, 218, 0.82) !important;
}

body.single-corso .elementor-location-single .elementor-top-section:not(:first-of-type) .elementor-heading-title {
	color: #161610;
	font-family: ivypresto-display, serif;
	font-weight: 500;
	letter-spacing: -0.02em;
}

body.single-corso .elementor-location-single .elementor-widget-heading .elementor-heading-title,
body.single-corso .elementor-location-single .elementor-widget-heading .elementor-heading-title a {
	color: #161610 !important;
	font-family: ivypresto-display, serif !important;
}

body.single-corso .elementor-location-single .hall-kicker-dark.elementor-widget-heading .elementor-heading-title,
body.single-corso .elementor-location-single .hall-mini.elementor-widget-heading .elementor-heading-title,
body.single-corso .elementor-location-single .hall-side-title.elementor-widget-heading .elementor-heading-title,
body.single-corso .elementor-location-single .hall-day-title.elementor-widget-heading .elementor-heading-title,
body.single-corso .elementor-location-single .hall-display.elementor-widget-heading .elementor-heading-title,
body.single-corso .elementor-location-single .hall-side-card .elementor-heading-title,
body.single-corso .elementor-location-single .hall-program-card .elementor-heading-title {
	color: #161610 !important;
}

body.single-corso .elementor-location-single .hall-kicker-dark.elementor-widget-heading .elementor-heading-title {
	color: #a69157 !important;
	font-family: "Open Sans", sans-serif !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	letter-spacing: 0.18em !important;
	text-transform: uppercase;
}

body.single-corso .elementor-location-single .hall-mini.elementor-widget-heading .elementor-heading-title {
	color: #a69157 !important;
	font-family: "Open Sans", sans-serif !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	letter-spacing: 0.16em !important;
	text-transform: uppercase;
}

body.single-corso .elementor-location-single .hall-side-title.elementor-widget-heading .elementor-heading-title {
	font-size: clamp(28px, 2.8vw, 42px) !important;
	line-height: 0.98 !important;
}

body.single-corso .elementor-location-single .hall-day-title.elementor-widget-heading .elementor-heading-title {
	font-size: clamp(32px, 3vw, 44px) !important;
	line-height: 0.98 !important;
}

body.single-corso .elementor-location-single .hall-two-col,
body.single-corso .elementor-location-single .hall-event-programme,
body.single-corso .elementor-location-single .hall-three-col,
body.single-corso .elementor-location-single .hall-gallery-wrap {
	background:
		radial-gradient(circle at top left, rgba(189, 168, 111, 0.06), transparent 28%),
		#f6f1e7;
}

body.single-corso .elementor-location-single .hall-event-block {
	background: #f2ecdf;
}

body.single-corso .elementor-location-single .hall-event-block:nth-of-type(odd) {
	background: #f8f4ea;
}

body.single-corso .elementor-location-single .hall-event-header > .elementor-container,
body.single-corso .elementor-location-single .hall-two-col > .elementor-container,
body.single-corso .elementor-location-single .hall-three-col > .elementor-container,
body.single-corso .elementor-location-single .hall-gallery-wrap > .elementor-container {
	max-width: 1320px;
}

body.single-corso .elementor-location-single .hall-event-header .elementor-column > .elementor-element-populated,
body.single-corso .elementor-location-single .hall-two-col .elementor-column > .elementor-element-populated,
body.single-corso .elementor-location-single .hall-side-card,
body.single-corso .elementor-location-single .hall-gallery-card,
body.single-corso .elementor-location-single .hall-program-card {
	background: #fbf8f0;
	border: 1px solid rgba(167, 145, 87, 0.18);
	box-shadow: 0 18px 40px rgba(24, 24, 18, 0.06);
}

body.single-corso .elementor-location-single .hall-event-header .elementor-column > .elementor-element-populated,
body.single-corso .elementor-location-single .hall-two-col .elementor-column > .elementor-element-populated {
	padding: 34px;
}

body.single-corso .elementor-location-single .hall-programme-shell {
	margin: 0 auto;
	max-width: 1120px;
}

body.single-corso .elementor-location-single .hall-days-accordion {
	display: grid;
	gap: 18px;
	margin-top: 18px;
}

body.single-corso .elementor-location-single .hall-day-panel {
	background: #fbf8f0;
	border: 1px solid rgba(167, 145, 87, 0.22);
	box-shadow: 0 18px 38px rgba(24, 24, 18, 0.05);
	overflow: hidden;
}

body.single-corso .elementor-location-single .hall-day-panel > summary {
	align-items: center;
	background:
		linear-gradient(180deg, rgba(247, 241, 229, 0.95) 0%, rgba(251, 248, 240, 0.98) 100%);
	color: #161610;
	cursor: pointer;
	display: flex;
	font-family: ivypresto-display, serif;
	font-size: clamp(28px, 2.3vw, 38px);
	justify-content: space-between;
	gap: 20px;
	line-height: 1.02;
	list-style: none;
	padding: 26px 28px;
}

body.single-corso .elementor-location-single .hall-day-panel > summary::-webkit-details-marker {
	display: none;
}

body.single-corso .elementor-location-single .hall-day-panel > summary::after {
	color: #a69157;
	content: "+";
	font-family: "Open Sans", sans-serif;
	font-size: 28px;
	font-weight: 300;
	line-height: 1;
}

body.single-corso .elementor-location-single .hall-day-panel[open] > summary::after {
	content: "-";
}

body.single-corso .elementor-location-single .hall-day-panel__body {
	border-top: 1px solid rgba(167, 145, 87, 0.16);
	padding: 24px 28px 28px;
}

body.single-corso .elementor-location-single .hall-day-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.single-corso .elementor-location-single .hall-day-box {
	background: #f7f1e5;
	border: 1px solid rgba(167, 145, 87, 0.14);
	padding: 18px 18px 16px;
}

body.single-corso .elementor-location-single .hall-day-box--note {
	grid-column: 1 / -1;
}

body.single-corso .elementor-location-single .hall-day-label {
	color: #a69157;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.16em;
	margin-bottom: 12px;
	text-transform: uppercase;
}

body.single-corso .elementor-location-single .hall-detail-list {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

body.single-corso .elementor-location-single .hall-detail-list li {
	color: #5f6058;
	display: grid;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	gap: 10px;
	grid-template-columns: 18px 1fr;
	line-height: 1.65;
}

body.single-corso .elementor-location-single .hall-detail-list li::before {
	color: #b7a15f;
	content: "●";
	font-size: 11px;
	line-height: 1.6;
	text-align: center;
}

body.single-corso .elementor-location-single .hall-fee-grid {
	column-gap: 20px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	row-gap: 10px;
}

body.single-corso .elementor-location-single .hall-three-col .hall-list .elementor-icon-list-items {
	column-gap: 24px;
	columns: 2;
}

body.single-corso .elementor-location-single .hall-three-col .hall-list .elementor-icon-list-item {
	break-inside: avoid;
	margin-bottom: 12px;
	padding-right: 10px;
}

body.single-corso .elementor-location-single .hall-three-col .hall-list .elementor-icon-list-icon {
	margin-top: 0;
}

body.single-corso .elementor-location-single .hall-three-col .hall-list .elementor-icon-list-icon i,
body.single-corso .elementor-location-single .hall-three-col .hall-list .elementor-icon-list-icon svg {
	color: #b7a15f !important;
	fill: #b7a15f !important;
}

body.single-corso .elementor-location-single .hall-price p {
	color: #161610 !important;
	font-family: ivypresto-display, serif !important;
	font-size: clamp(30px, 3vw, 44px);
	line-height: 1;
	margin: 0 0 12px;
}

body.single-corso .elementor-location-single .hall-gallery-card {
	padding: 30px;
}

body.single-corso .elementor-location-single .hall-gallery-custom {
	display: grid;
	gap: 14px;
	grid-auto-flow: dense;
	grid-template-columns: repeat(12, minmax(0, 1fr));
}

body.single-corso .elementor-location-single .hall-gallery-custom__item {
	display: block;
	grid-column: span 4;
	overflow: hidden;
}

body.single-corso .elementor-location-single .hall-gallery-custom__item--portrait {
	grid-row: span 2;
}

body.single-corso .elementor-location-single .hall-gallery-custom__item img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

body.single-corso .elementor-location-single .hall-gallery-custom__item--landscape img {
	aspect-ratio: 1 / 0.72;
}

body.single-corso .elementor-location-single .hall-gallery-custom__item--portrait img {
	aspect-ratio: 0.78 / 1.08;
}

body.single-corso .elementor-location-single .hall-gallery .gallery,
body.single-corso .elementor-location-single .hall-gallery .elementor-image-gallery .gallery {
	display: grid !important;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.single-corso .elementor-location-single .hall-gallery .gallery-item {
	clear: none !important;
	float: none !important;
	margin: 0 !important;
	max-width: none !important;
	padding: 0 !important;
	width: auto !important;
}

body.single-corso .elementor-location-single .hall-gallery .gallery-icon,
body.single-corso .elementor-location-single .hall-gallery .gallery-icon a {
	display: block;
	height: 100%;
}

body.single-corso .elementor-location-single .hall-gallery .gallery-icon img,
body.single-corso .elementor-location-single .hall-gallery .gallery-item img {
	aspect-ratio: 1 / 0.84;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

body.single-corso .elementor-location-single .elementor-widget-text-editor,
body.single-corso .elementor-location-single .elementor-icon-list-text,
body.single-corso .elementor-location-single .elementor-widget-text-editor p,
body.single-corso .elementor-location-single .elementor-widget-text-editor li {
	color: #5f6058;
	font-family: "Open Sans", sans-serif;
	line-height: 1.8;
}

body.single-corso .elementor-location-single .elementor-widget-image img,
body.single-corso .elementor-location-single .gallery img {
	border: 0;
}

@media (max-width: 1024px) {
	.hall-global-header__inner {
		grid-template-columns: 1fr;
		justify-items: start;
		padding-bottom: 18px;
		padding-top: 18px;
	}

	.hall-global-nav {
		justify-self: start;
	}

	.hall-global-footer__top,
	.hall-global-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.hall-feature-copy .elementor-widget-wrap {
		padding-inline-start: 0;
	}

	.hall-hero-images .elementor-widget-wrap,
	.hall-gallery-grid .gallery {
		grid-template-columns: 1fr 1fr;
	}

	.hall-hero-image-secondary {
		margin-top: 44px;
	}

	body .elementor .hall-course-grid .elementor-post__text {
		padding-left: 22px;
		padding-right: 22px;
	}

	body.single-corso .elementor-location-single .hall-day-grid,
	body.single-corso .elementor-location-single .hall-fee-grid {
		grid-template-columns: 1fr;
	}

	body.single-corso .elementor-location-single .hall-gallery-custom__item {
		grid-column: span 6;
	}

	body.single-corso .elementor-location-single .hall-three-col .hall-list .elementor-icon-list-items,
	body.single-corso .elementor-location-single .hall-gallery .gallery,
	body.single-corso .elementor-location-single .hall-gallery .elementor-image-gallery .gallery {
		columns: 1;
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 767px) {
	body.admin-bar .hall-global-header {
		top: 46px;
	}

	.plenair-course-sold-out-badge {
		box-shadow: none;
		box-sizing: border-box;
		font-size: 12px;
		padding: 12px 16px;
		position: relative;
		right: auto;
		text-align: center;
		top: auto;
		width: 100%;
	}

	body.admin-bar .plenair-course-sold-out-badge {
		top: auto;
	}

	.hall-global-header__inner,
	.hall-global-footer__inner {
		padding-left: 18px;
		padding-right: 18px;
	}

	.hall-global-header__inner {
		gap: 14px;
		grid-template-columns: 1fr auto auto;
		min-height: 78px;
		position: relative;
	}

	.hall-global-brand {
		max-width: 170px;
	}

	.hall-global-brand__logo {
		height: auto;
		max-width: 100%;
	}

	.hall-global-toggle {
		display: inline-flex;
		grid-column: 2;
		grid-row: 1;
		justify-self: end;
	}

	.hall-global-actions {
		align-items: center;
		flex-wrap: nowrap;
		gap: 14px;
		grid-column: 3;
		grid-row: 1;
		justify-self: end;
	}

	.hall-global-search {
		height: 24px;
		width: 24px;
	}

	.hall-global-cta {
		display: none;
	}

	.hall-global-nav {
		background: #f7f1e5;
		border-top: 1px solid rgba(197, 198, 167, 0.45);
		box-sizing: border-box;
		box-shadow: 0 18px 36px rgba(24, 24, 18, 0.08);
		display: none;
		left: 0;
		padding: 16px 18px 20px;
		position: absolute;
		right: 0;
		top: 100%;
		width: 100%;
		z-index: 30;
	}

	.hall-global-header.is-menu-open .hall-global-nav {
		display: block;
	}

	.hall-global-nav__menu,
	.hall-global-footer__menu {
		gap: 16px;
	}

	.hall-global-nav__menu {
		align-items: flex-start;
		flex-direction: column;
	}

	.hall-global-nav__menu li,
	.hall-global-nav__menu a {
		width: 100%;
	}

	.hall-global-nav__menu a {
		border-bottom: 1px solid rgba(197, 198, 167, 0.35);
		display: block;
		padding: 8px 0 12px;
	}

	.hall-global-brand__text {
		font-size: 34px;
	}

	.hall-global-header.is-menu-open .hall-global-toggle__line:nth-child(1) {
		transform: translateY(6.5px) rotate(45deg);
	}

	.hall-global-header.is-menu-open .hall-global-toggle__line:nth-child(2) {
		opacity: 0;
	}

	.hall-global-header.is-menu-open .hall-global-toggle__line:nth-child(3) {
		transform: translateY(-6.5px) rotate(-45deg);
	}

	.hall-hero-home,
	.hall-home-intro,
	.hall-featured-collections,
	.hall-gallery-section,
	.hall-final-cta {
		overflow: hidden;
	}

	.hall-hero-images .elementor-widget-wrap,
	.hall-gallery-grid .gallery {
		grid-template-columns: 1fr;
	}

	.hall-hero-image-secondary {
		margin-top: 0;
	}

	.hall-gallery-shell {
		padding: 18px;
	}

	body .elementor .hall-course-grid .elementor-post__title,
	body .elementor .hall-course-grid .elementor-post__title a {
		font-size: 30px;
	}

	.hall-contact-card {
		padding: 22px !important;
	}

	body.single-corso .elementor-location-single .hall-event-header .elementor-column > .elementor-element-populated,
	body.single-corso .elementor-location-single .hall-two-col .elementor-column > .elementor-element-populated,
	body.single-corso .elementor-location-single .hall-gallery-card {
		padding: 22px;
	}

	body.single-corso .elementor-location-single .hall-day-panel > summary,
	body.single-corso .elementor-location-single .hall-day-panel__body {
		padding-left: 20px;
		padding-right: 20px;
	}

	body.single-corso .elementor-location-single .hall-three-col .hall-list .elementor-icon-list-items,
	body.single-corso .elementor-location-single .hall-gallery .gallery,
	body.single-corso .elementor-location-single .hall-gallery .elementor-image-gallery .gallery {
		grid-template-columns: 1fr;
	}

	body.single-corso .elementor-location-single .hall-gallery-custom {
		grid-template-columns: 1fr;
	}

	body.single-corso .elementor-location-single .hall-gallery-custom__item {
		grid-column: span 1;
	}
}

/* Corrective scope for all Elementor single course pages, including duplicated posts. */
body.single-corso .elementor[data-elementor-post-type="corso"] .elementor-widget-heading .elementor-heading-title,
body.single-corso .elementor[data-elementor-post-type="corso"] .elementor-widget-heading .elementor-heading-title a {
	color: #fff !important;
	font-family: ivypresto-display, serif !important;
	font-weight: 500 !important;
	letter-spacing: -0.02em !important;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-kicker-dark.elementor-widget-heading .elementor-heading-title {
	color: #a69157 !important;
	font-family: "Open Sans", sans-serif !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	letter-spacing: 0.18em !important;
	text-transform: uppercase !important;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-mini.elementor-widget-heading .elementor-heading-title {
	color: #a69157 !important;
	font-family: "Open Sans", sans-serif !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	letter-spacing: 0.16em !important;
	text-transform: uppercase !important;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-side-title.elementor-widget-heading .elementor-heading-title {
	color: #161610 !important;
	font-family: ivypresto-display, serif !important;
	font-size: clamp(28px, 2.6vw, 40px) !important;
	line-height: 0.98 !important;
}

body.page-id-104 .elementor.elementor-104 .elementor-top-section:first-of-type .hall-display.elementor-widget-heading .elementor-heading-title,
body.home .elementor.elementor-104 .elementor-top-section:first-of-type .hall-display.elementor-widget-heading .elementor-heading-title,
body.single-corso .elementor .elementor-top-section:first-of-type .hall-display.elementor-widget-heading .elementor-heading-title {
	color: #f2ebda !important;
	text-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-day-title.elementor-widget-heading .elementor-heading-title,
body.single-corso .elementor[data-elementor-post-type="corso"] .elementor-top-section:not(:first-of-type) .hall-display.elementor-widget-heading .elementor-heading-title {
	color: #161610 !important;
	font-family: ivypresto-display, serif !important;
}


body.single-corso .elementor[data-elementor-post-type="corso"] .hall-two-col,
body.single-corso .elementor[data-elementor-post-type="corso"] .hall-event-programme,
body.single-corso .elementor[data-elementor-post-type="corso"] .hall-three-col,
body.single-corso .elementor[data-elementor-post-type="corso"] .hall-gallery-wrap {
	background:
		radial-gradient(circle at top left, rgba(189, 168, 111, 0.06), transparent 28%),
		#f6f1e7;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-event-block {
	background: #f2ecdf;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-event-block:nth-of-type(odd) {
	background: #f8f4ea;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-event-header > .elementor-container,
body.single-corso .elementor[data-elementor-post-type="corso"] .hall-two-col > .elementor-container,
body.single-corso .elementor[data-elementor-post-type="corso"] .hall-three-col > .elementor-container,
body.single-corso .elementor[data-elementor-post-type="corso"] .hall-gallery-wrap > .elementor-container {
	max-width: 1320px;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-event-header .elementor-column > .elementor-element-populated,
body.single-corso .elementor[data-elementor-post-type="corso"] .hall-two-col .elementor-column > .elementor-element-populated,
body.single-corso .elementor[data-elementor-post-type="corso"] .hall-side-card,
body.single-corso .elementor[data-elementor-post-type="corso"] .hall-gallery-card,
body.single-corso .elementor[data-elementor-post-type="corso"] .hall-program-card {
	background: #fbf8f0;
	border: 1px solid rgba(167, 145, 87, 0.18);
	box-shadow: 0 18px 40px rgba(24, 24, 18, 0.06);
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-event-header .elementor-column > .elementor-element-populated,
body.single-corso .elementor[data-elementor-post-type="corso"] .hall-two-col .elementor-column > .elementor-element-populated {
	padding: 34px;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-programme-shell {
	margin: 0 auto;
	max-width: 1120px;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-days-accordion {
	display: grid;
	gap: 18px;
	margin-top: 18px;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-day-panel {
	background: #fbf8f0;
	border: 1px solid rgba(167, 145, 87, 0.22);
	box-shadow: 0 18px 38px rgba(24, 24, 18, 0.05);
	overflow: hidden;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-day-panel > summary {
	align-items: center;
	background: linear-gradient(180deg, rgba(247, 241, 229, 0.95) 0%, rgba(251, 248, 240, 0.98) 100%);
	color: #161610;
	cursor: pointer;
	display: flex;
	font-family: ivypresto-display, serif;
	font-size: clamp(28px, 2.3vw, 38px);
	gap: 20px;
	justify-content: space-between;
	line-height: 1.02;
	list-style: none;
	padding: 26px 28px;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-day-panel > summary::-webkit-details-marker {
	display: none;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-day-panel > summary::after {
	color: #a69157;
	content: "+";
	font-family: "Open Sans", sans-serif;
	font-size: 28px;
	font-weight: 300;
	line-height: 1;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-day-panel[open] > summary::after {
	content: "-";
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-day-panel__body {
	border-top: 1px solid rgba(167, 145, 87, 0.16);
	padding: 24px 28px 28px;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-day-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-day-box {
	background: #f7f1e5;
	border: 1px solid rgba(167, 145, 87, 0.14);
	padding: 18px 18px 16px;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-day-box--note {
	grid-column: 1 / -1;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-day-label {
	color: #a69157;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.16em;
	margin-bottom: 12px;
	text-transform: uppercase;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-detail-list {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-detail-list li {
	color: #5f6058;
	display: grid;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	gap: 10px;
	grid-template-columns: 18px 1fr;
	line-height: 1.65;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-detail-list li::before {
	color: #b7a15f;
	content: "•";
	font-size: 11px;
	line-height: 1.6;
	text-align: center;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-fee-grid {
	column-gap: 20px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	row-gap: 10px;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-three-col .hall-list .elementor-icon-list-items {
	column-gap: 24px;
	columns: 2;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-three-col .hall-list .elementor-icon-list-item {
	break-inside: avoid;
	margin-bottom: 12px;
	padding-right: 10px;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-three-col .hall-list .elementor-icon-list-icon i,
body.single-corso .elementor[data-elementor-post-type="corso"] .hall-three-col .hall-list .elementor-icon-list-icon svg {
	color: #b7a15f !important;
	fill: #b7a15f !important;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-price p {
	color: #161610 !important;
	font-family: ivypresto-display, serif !important;
	font-size: clamp(30px, 3vw, 44px);
	line-height: 1;
	margin: 0 0 12px;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-gallery-card {
	background: #fbf8f0;
	border: 1px solid rgba(167, 145, 87, 0.18);
	box-shadow: 0 18px 40px rgba(24, 24, 18, 0.06);
	padding: 30px;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-gallery-custom {
	display: grid !important;
	gap: 16px !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-gallery-custom__item {
	display: block;
	overflow: hidden;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-gallery-custom__item img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-gallery-custom__item--landscape img {
	aspect-ratio: 1 / 0.82;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-gallery-custom__item--portrait img {
	aspect-ratio: 0.82 / 1;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .elementor-widget-text-editor,
body.single-corso .elementor[data-elementor-post-type="corso"] .elementor-icon-list-text,
body.single-corso .elementor[data-elementor-post-type="corso"] .elementor-widget-text-editor p,
body.single-corso .elementor[data-elementor-post-type="corso"] .elementor-widget-text-editor li {
	color: #5f6058;
	font-family: "Open Sans", sans-serif;
	line-height: 1.8;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-event-header--spotlight .hall-event-header-shell {
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
	grid-template-areas:
		"title image"
		"meta image";
	align-items: center;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-event-header--spotlight .hall-display {
	grid-area: title;
	margin-bottom: 0;
	text-align: left !important;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-event-header--spotlight .hall-event-meta {
	grid-area: meta;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-event-header--spotlight .hall-featured-image {
	grid-area: image;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-event-header--spotlight .hall-featured-image img {
	aspect-ratio: 0.96 / 1;
	object-fit: cover;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-course-spotlight {
	display: grid;
	gap: 18px;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-course-spotlight__eyebrow {
	color: #161610;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.45;
	margin: 0;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-course-spotlight__facts {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-course-spotlight__fact {
	background: #fbf8f0;
	border: 1px solid rgba(167, 145, 87, 0.2);
	border-radius: 999px;
	color: #5f6058;
	display: inline-flex;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	padding: 12px 16px;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-course-spotlight__pricing {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-course-spotlight__price-card,
body.single-corso .elementor[data-elementor-post-type="corso"] .hall-package-card {
	background:
		linear-gradient(180deg, rgba(22, 22, 16, 0.02) 0%, rgba(22, 22, 16, 0.08) 100%),
		#f4ede0;
	border: 1px solid rgba(167, 145, 87, 0.24);
	box-shadow: 0 18px 40px rgba(24, 24, 18, 0.07);
	display: grid;
	gap: 6px;
	padding: 22px;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-course-spotlight__price-card--alt,
body.single-corso .elementor[data-elementor-post-type="corso"] .hall-package-card--alt {
	background:
		linear-gradient(180deg, rgba(183, 161, 95, 0.1) 0%, rgba(183, 161, 95, 0.04) 100%),
		#fbf8f0;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-course-spotlight__label,
body.single-corso .elementor[data-elementor-post-type="corso"] .hall-package-card__kicker {
	color: #a69157;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-course-spotlight__price-card strong,
body.single-corso .elementor[data-elementor-post-type="corso"] .hall-package-card__price {
	color: #161610;
	font-family: ivypresto-display, serif;
	font-size: clamp(38px, 3vw, 52px);
	font-weight: 500;
	line-height: 0.96;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-course-spotlight__price-card small,
body.single-corso .elementor[data-elementor-post-type="corso"] .hall-package-card__copy {
	color: #66675f;
	font-size: 14px;
	font-weight: 600;
	margin: 0;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-info-card {
	position: relative;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-info-card::before {
	background: linear-gradient(90deg, rgba(167, 145, 87, 0.9), rgba(167, 145, 87, 0));
	content: "";
	height: 1px;
	left: 20px;
	position: absolute;
	right: 20px;
	top: 0;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-info-card--who {
	background: #f8f4ea;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-info-card--arrival {
	background: #f2ecdf;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-info-card--learn {
	background:
		radial-gradient(circle at top right, rgba(183, 161, 95, 0.08), transparent 24%),
		#f7f1e5;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-info-card .hall-kicker-dark.align-center .elementor-heading-title {
	color: #161610 !important;
	font-family: ivypresto-display, serif !important;
	font-size: clamp(34px, 3vw, 48px) !important;
	font-weight: 500 !important;
	letter-spacing: -0.02em !important;
	line-height: 1 !important;
	text-transform: none !important;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-fee-section {
	background:
		radial-gradient(circle at top left, rgba(183, 161, 95, 0.09), transparent 24%),
		#efe7d8;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-fee-pricing-panel,
body.single-corso .elementor[data-elementor-post-type="corso"] .hall-fee-benefits-panel {
	height: 100%;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-fee-pricing-stack,
body.single-corso .elementor[data-elementor-post-type="corso"] .hall-fee-showcase-grid {
	display: grid;
	gap: 18px;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-fee-note {
	background: #f7f1e5;
	border: 1px dashed rgba(167, 145, 87, 0.35);
	padding: 18px 20px;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-fee-note strong {
	color: #161610;
	display: block;
	font-family: ivypresto-display, serif;
	font-size: 28px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 8px;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-fee-note p {
	margin: 0;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-fee-card {
	background: #fbf8f0;
	border: 1px solid rgba(167, 145, 87, 0.18);
	box-shadow: 0 18px 40px rgba(24, 24, 18, 0.05);
	padding: 24px;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-fee-card--exclude {
	background: #f4ede0;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-fee-card__header {
	display: grid;
	gap: 10px;
	margin-bottom: 18px;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-fee-card__eyebrow,
body.single-corso .elementor[data-elementor-post-type="corso"] .hall-process-step__label,
body.single-corso .elementor[data-elementor-post-type="corso"] .hall-policy-card__label {
	color: #a69157;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-fee-card__header h3 {
	color: #161610;
	font-family: ivypresto-display, serif;
	font-size: clamp(28px, 2.2vw, 34px);
	font-weight: 500;
	line-height: 1.02;
	margin: 0;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-fee-feature-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-fee-feature,
body.single-corso .elementor[data-elementor-post-type="corso"] .hall-fee-exclusion {
	align-items: flex-start;
	background: #f7f1e5;
	border: 1px solid rgba(167, 145, 87, 0.15);
	color: #5f6058;
	display: flex;
	font-size: 15px;
	line-height: 1.55;
	min-height: 100%;
	padding: 16px 18px;
	position: relative;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-fee-feature::before,
body.single-corso .elementor[data-elementor-post-type="corso"] .hall-fee-exclusion::before {
	color: #b7a15f;
	content: "•";
	font-size: 20px;
	line-height: 1;
	margin-right: 10px;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-fee-exclusion-list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-fee-exclusion {
	background: rgba(255, 255, 255, 0.45);
	border-radius: 999px;
	flex: 1 1 240px;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-registration-block,
body.single-corso .elementor[data-elementor-post-type="corso"] .hall-payment-block,
body.single-corso .elementor[data-elementor-post-type="corso"] .hall-cancellation-block {
	border-top: 1px solid rgba(167, 145, 87, 0.18);
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-registration-block {
	background:
		radial-gradient(circle at top left, rgba(183, 161, 95, 0.09), transparent 28%),
		#f8f4ea;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-payment-block {
	background: #f2ecdf;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-cancellation-block {
	background: #f7f1e5;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-process-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-process-step,
body.single-corso .elementor[data-elementor-post-type="corso"] .hall-policy-card,
body.single-corso .elementor[data-elementor-post-type="corso"] .hall-bank-card {
	background: #fbf8f0;
	border: 1px solid rgba(167, 145, 87, 0.18);
	box-shadow: 0 18px 40px rgba(24, 24, 18, 0.05);
	padding: 22px;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-process-step strong,
body.single-corso .elementor[data-elementor-post-type="corso"] .hall-bank-card__row strong {
	color: #161610;
	display: block;
	font-family: ivypresto-display, serif;
	font-size: clamp(26px, 2.1vw, 34px);
	font-weight: 500;
	line-height: 1.05;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-process-step p,
body.single-corso .elementor[data-elementor-post-type="corso"] .hall-policy-card p {
	margin: 10px 0 0;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-process-step--wide {
	grid-column: 1 / -1;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-bank-card {
	display: grid;
	gap: 12px;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-bank-card__row {
	border-bottom: 1px solid rgba(167, 145, 87, 0.14);
	display: grid;
	gap: 4px;
	padding-bottom: 12px;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-bank-card__row:last-of-type {
	border-bottom: 0;
	padding-bottom: 0;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-bank-card__row span,
body.single-corso .elementor[data-elementor-post-type="corso"] .hall-bank-card__note {
	font-size: 14px;
	font-weight: 600;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-bank-card__note {
	background: #f7f1e5;
	margin: 8px 0 0;
	padding: 14px 16px;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-policy-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-policy-card--highlight {
	background: linear-gradient(180deg, rgba(183, 161, 95, 0.12) 0%, rgba(183, 161, 95, 0.04) 100%), #fbf8f0;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-booking-block {
	background:
		linear-gradient(135deg, rgba(22, 22, 16, 0.02) 0%, rgba(183, 161, 95, 0.08) 100%),
		#efe7d8;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-booking-copy-panel,
body.single-corso .elementor[data-elementor-post-type="corso"] .hall-booking-form-panel {
	height: 100%;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-booking-copy__stack {
	display: grid;
	gap: 12px;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-booking-copy__stack p {
	margin: 0;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-booking-copy__tagline {
	background: #f7f1e5;
	border-left: 3px solid #b7a15f;
	padding: 12px 14px;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-booking-form-shell {
	display: grid;
	gap: 14px;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-booking-form__grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-booking-form__field {
	display: grid;
	gap: 8px;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-booking-form__field--full {
	grid-column: 1 / -1;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-booking-form__field span {
	color: #161610;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-booking-form input,
body.single-corso .elementor[data-elementor-post-type="corso"] .hall-booking-form textarea {
	background: #fffdf8;
	border: 1px solid rgba(167, 145, 87, 0.24);
	color: #161610;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	padding: 14px 16px;
	width: 100%;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-booking-form input[disabled] {
	color: #72726d;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-booking-form__submit {
	background: #161610;
	border: 1px solid #161610;
	color: #f2ebda;
	cursor: pointer;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.12em;
	margin-top: 16px;
	padding: 16px 22px;
	text-transform: uppercase;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-booking-form__submit:hover {
	background: #a69157;
	border-color: #a69157;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-form-notice {
	border: 1px solid rgba(167, 145, 87, 0.2);
	font-size: 14px;
	font-weight: 600;
	padding: 14px 16px;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-form-notice--success {
	background: rgba(164, 181, 134, 0.18);
	color: #3b4a2a;
}

body.single-corso .elementor[data-elementor-post-type="corso"] .hall-form-notice--error {
	background: rgba(181, 121, 99, 0.12);
	color: #7a3f2d;
}

@media (max-width: 1024px) {
	body.single-corso .elementor[data-elementor-post-type="corso"] .hall-day-grid,
	body.single-corso .elementor[data-elementor-post-type="corso"] .hall-fee-grid {
		grid-template-columns: 1fr;
	}

	body.single-corso .elementor[data-elementor-post-type="corso"] .hall-event-header--spotlight .hall-event-header-shell {
		grid-template-columns: 1fr;
		grid-template-areas:
			"title"
			"image"
			"meta";
	}

	body.single-corso .elementor[data-elementor-post-type="corso"] .hall-course-spotlight__pricing,
	body.single-corso .elementor[data-elementor-post-type="corso"] .hall-fee-feature-grid,
	body.single-corso .elementor[data-elementor-post-type="corso"] .hall-process-grid,
	body.single-corso .elementor[data-elementor-post-type="corso"] .hall-policy-grid,
	body.single-corso .elementor[data-elementor-post-type="corso"] .hall-booking-form__grid {
		grid-template-columns: 1fr;
	}

	body.single-corso .elementor[data-elementor-post-type="corso"] .hall-gallery-custom {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	body.single-corso .elementor[data-elementor-post-type="corso"] .hall-three-col .hall-list .elementor-icon-list-items {
		columns: 1;
	}
}

@media (max-width: 767px) {
	body.single-corso .elementor[data-elementor-post-type="corso"] .hall-event-header .elementor-column > .elementor-element-populated,
	body.single-corso .elementor[data-elementor-post-type="corso"] .hall-two-col .elementor-column > .elementor-element-populated,
	body.single-corso .elementor[data-elementor-post-type="corso"] .hall-gallery-card {
		padding: 22px;
	}

	body.single-corso .elementor[data-elementor-post-type="corso"] .hall-day-panel > summary,
	body.single-corso .elementor[data-elementor-post-type="corso"] .hall-day-panel__body {
		padding-left: 20px;
		padding-right: 20px;
	}

	body.single-corso .elementor[data-elementor-post-type="corso"] .hall-course-spotlight__fact,
	body.single-corso .elementor[data-elementor-post-type="corso"] .hall-fee-exclusion {
		border-radius: 20px;
	}

	body.single-corso .elementor[data-elementor-post-type="corso"] .hall-gallery-custom {
		grid-template-columns: 1fr !important;
	}
}
