﻿/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
/* The HTML widget stores the editable carousel titles; it is not displayed. */
.ceppi-carousel-titles {
	display: none;
}

/* Elimina l'accento bordeaux ereditato dal reset di Hello Elementor. */
a,
a:active,
a:hover {
	color: inherit;
}

/* Selettore lingua WPML nell'header Elementor. */
.elementor-56 .elementor-element.elementor-element-9570fd6 {
	/* Avvicina il selettore al menu principale senza modificarne l'allineamento. */
	transform: translateY(18px);
	position: relative;
	z-index: 100;
	overflow: visible;
}

.elementor-56 .elementor-element.elementor-element-9570fd6 .elementor-nav-menu a,
.elementor-56 .elementor-element.elementor-element-9570fd6 .elementor-nav-menu a:hover,
.elementor-56 .elementor-element.elementor-element-9570fd6 .elementor-nav-menu a:focus {
	color: inherit;
	font-family: "Hind", sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none !important;
}

/* Freccia di Prodotti leggermente piÃƒÂ¹ grande. */
.elementor-56 .elementor-element.elementor-element-7d8c7a4f .elementor-nav-menu--main .sub-arrow .svg-inline--fa {
	width: .7em !important;
	height: .7em !important;
}

.elementor-56 .elementor-element.elementor-element-7d8c7a4f .elementor-nav-menu--main .sub-arrow i {
	font-size: .65em !important;
	width: auto !important;
	height: auto !important;
}

/* Freccia del selettore lingua piÃƒÂ¹ compatta. */
.elementor-56 .elementor-element.elementor-element-9570fd6 .elementor-nav-menu--main .sub-arrow .svg-inline--fa {
	width: .9em !important;
	height: .9em !important;
}


/* Elementor usa pseudo-elementi per l'eventuale effetto hover del menu. */
.elementor-56 .elementor-element.elementor-element-9570fd6 .elementor-item::after,
.elementor-56 .elementor-element.elementor-element-9570fd6 .elementor-item:hover::after,
.elementor-56 .elementor-element.elementor-element-9570fd6 .elementor-item:focus::after {
	display: none !important;
}

.elementor-56 .elementor-element.elementor-element-9570fd6 .elementor-nav-menu--dropdown,
.elementor-56 .elementor-element.elementor-element-9570fd6 .elementor-nav-menu__container.elementor-nav-menu--dropdown {
	--e-nav-menu-dropdown-background-color: #fff;
	background: #fff !important;
	opacity: 1 !important;
	z-index: 101 !important;
}

.elementor-56 .elementor-element.elementor-element-9570fd6 .elementor-nav-menu--dropdown,
.elementor-56 .elementor-element.elementor-element-9570fd6 .elementor-nav-menu--dropdown li,
.elementor-56 .elementor-element.elementor-element-9570fd6 .elementor-nav-menu--dropdown .elementor-item {
	background-color: #fff !important;
	opacity: 1 !important;
}

.elementor-56 .elementor-element.elementor-element-9570fd6 .elementor-nav-menu--dropdown .elementor-sub-item:hover,
.elementor-56 .elementor-element.elementor-element-9570fd6 .elementor-nav-menu--dropdown .elementor-sub-item:focus {
	background-color: #ece7e3 !important;
	color: #000 !important;
}

[type='button'],
[type='submit'],
button {
	border-color: currentColor;
	color: inherit;
}

[type='button']:focus,
[type='button']:hover,
[type='submit']:focus,
[type='submit']:hover,
button:focus,
button:hover {
	background-color: transparent;
	color: inherit;
}

/* Area riservata: griglia cataloghi Download Monitor. */
.ceppi-cataloghi {
	max-width: 1485px;
	margin: 0 auto;
	padding: 42px 30px 76px;
}

.ceppi-cataloghi__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
}

.ceppi-cataloghi__card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid rgba(28, 28, 28, .13);
	overflow: hidden;
}

.ceppi-cataloghi__cover {
	display: block;
	background: #f4f1ee;
	overflow: hidden;
}

.ceppi-cataloghi__cover img {
	display: block;
	width: 100%;
	aspect-ratio: 0.755;
	object-fit: cover;
	transition: transform .45s ease;
}

.ceppi-cataloghi__cover:hover img,
.ceppi-cataloghi__cover:focus-visible img {
	transform: scale(1.025);
}

.ceppi-cataloghi__details {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 21px 22px 20px;
}

.ceppi-cataloghi__title {
	margin: 0;
	font-family: inherit !important;
	font-size: 24px !important;
	font-weight: 500 !important;
	line-height: 1.35 !important;
	text-align: left !important;
	text-transform: uppercase;
}

.ceppi-cataloghi__download {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-top: auto;
	padding-top: 14px;
	font-size: 15px;
	line-height: 1.2;
	text-decoration: none !important;
	border-bottom: 1px solid currentColor;
	padding-bottom: 3px;
	white-space: nowrap;
}

.ceppi-cataloghi__download span {
	font-size: 18px;
	line-height: .7;
	transition: transform .2s ease;
}

.ceppi-cataloghi__download:hover span,
.ceppi-cataloghi__download:focus-visible span {
	transform: translateX(4px);
}

/* Spazio fra il logout dell'area riservata e il footer. */
.page-id-649 p.has-text-align-center {
	margin-bottom: 80px;
}

@media (max-width: 900px) {
	.ceppi-cataloghi__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	.ceppi-cataloghi {
		padding: 26px 20px 54px;
	}

	.ceppi-cataloghi__grid {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.ceppi-cataloghi__details {
		padding: 18px;
	}
}

/* Add this class to an Elementor heading. Each wrapped line reveals in sequence. */
.typewriter__line {
	display: block;
	clip-path: inset(0 100% 0 0);
}

.typewriter.typewriter--active .typewriter__line {
	animation: typewriter-reveal 1.6s steps(30, end) both;
	animation-delay: var(--typewriter-delay, 0s);
}

@keyframes typewriter-reveal {
	from { clip-path: inset(0 100% 0 0); }
	to { clip-path: inset(0 0 0 0); }
}

@media (prefers-reduced-motion: reduce) {
	.typewriter__line {
		clip-path: none;
		animation: none;
	}
}





/* Archivio categorie prodotto: ogni categoria figlia e' una sezione. */
.ceppi-product-category {
	max-width: 1280px;
	margin: 0 auto;
	padding: 70px 30px 100px;
}

.ceppi-product-category__header {
	max-width: 880px;
	margin: 0 auto 56px;
	text-align: center;
}

.ceppi-product-category__title,
.ceppi-product-category__section-title {
	margin: 0;
	font-family: inherit;
	font-weight: 400;
	line-height: 1.15;
	text-transform: none;
}

.ceppi-product-category__title {
	font-size: clamp(34px, 4vw, 54px);
}

.ceppi-product-category__description {
	margin-top: 20px;
	font-size: 16px;
	line-height: 1.6;
}

.ceppi-product-category__description > :first-child {
	margin-top: 0;
}

.ceppi-product-category__description > :last-child {
	margin-bottom: 0;
}

.ceppi-product-category__section + .ceppi-product-category__section {
	margin-top: 68px;
}

.ceppi-product-category__section-title {
	margin-bottom: 28px;
	font-size: clamp(25px, 2.5vw, 34px);
	text-align: center;
}

.ceppi-product-category__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px 16px;
}

.ceppi-product-card__link {
	display: block;
	color: inherit;
	text-align: center;
	text-decoration: none;
}

.ceppi-product-card__image,
.ceppi-product-card__placeholder {
	display: block;
	width: 100%;
	object-fit: cover;
	background: #f3f0ed;
}

.ceppi-product-card__title {
	display: block;
	margin-top: 9px;
	font-size: 12px;
	line-height: 1.25;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.ceppi-product-card__link:hover .ceppi-product-card__image,
.ceppi-product-card__link:focus-visible .ceppi-product-card__image {
	opacity: .82;
}

.ceppi-product-category__empty {
	text-align: center;
}

@media (max-width: 900px) {
	.ceppi-product-category__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	.ceppi-product-category {
		padding: 46px 20px 64px;
	}

	.ceppi-product-category__header {
		margin-bottom: 38px;
	}

	.ceppi-product-category__section + .ceppi-product-category__section {
		margin-top: 48px;
	}

	.ceppi-product-category__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 24px 12px;
	}
}


/* Evidenziazione nera e schede prodotto che occupano due colonne. */
.ceppi-product-card__link {
	position: relative;
}

.ceppi-product-card__link::after {
	position: absolute;
	inset: 0 0 28px;
	background: #000;
	content: '';
	opacity: 0;
	pointer-events: none;
	transition: opacity .25s ease;
}

.ceppi-product-card__link:hover .ceppi-product-card__image,
.ceppi-product-card__link:focus-visible .ceppi-product-card__image {
	opacity: 1;
}

.ceppi-product-card__link:hover::after,
.ceppi-product-card__link:focus-visible::after {
	opacity: .55;
}

.ceppi-product-card--double {
	grid-column: span 2;
}


/* Hero e tipografia dell'archivio categorie prodotto. */
.ceppi-product-category {
	max-width: none;
	padding: 0;
}

.ceppi-product-category__hero {
	background: #ece7e3;
	padding: 70px 30px;
}

.ceppi-product-category__header {
	margin-bottom: 0;
}

.ceppi-product-category__description {
	font-family: var(--e-global-typography-text-font-family, inherit);
	font-size: var(--e-global-typography-text-font-size, 16px);
	font-weight: var(--e-global-typography-text-font-weight, 400);
	line-height: var(--e-global-typography-text-line-height, 1.6);
	letter-spacing: var(--e-global-typography-text-letter-spacing, normal);
}

.ceppi-product-category__section,
.ceppi-product-category__empty {
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
}

.ceppi-product-category__section:first-of-type {
	padding-top: 68px;
}

.ceppi-product-category__section:last-of-type,
.ceppi-product-category__empty {
	padding-bottom: 100px;
}

/* Stesso invito all'azione presente nelle pagine prodotto singole. */
.ceppi-product-category__all-products {
	padding: 50px 30px 100px;
	text-align: center;
}

.ceppi-product-category__section:last-of-type,
.ceppi-product-category__empty {
	padding-bottom: 0;
}

.ceppi-product-category__all-products .elementor-button {
	background-color: var(--e-global-color-accent, #ece7e3);
}

.ceppi-product-category__section-title {
	font-family: var(--e-global-typography-secondary-font-family, inherit);
	font-size: var(--e-global-typography-secondary-font-size, clamp(25px, 2.5vw, 34px));
	font-weight: var(--e-global-typography-secondary-font-weight, 400);
	line-height: var(--e-global-typography-secondary-line-height, 1.15);
	letter-spacing: var(--e-global-typography-secondary-letter-spacing, normal);
}

/* La velatura appartiene esclusivamente alla fotografia. */
.ceppi-product-card__link::after {
	display: none;
}

.ceppi-product-card__media {
	position: relative;
	display: block;
	overflow: hidden;
}

.ceppi-product-card__media::after {
	position: absolute;
	inset: 0;
	background: #000;
	content: '';
	opacity: 0;
	pointer-events: none;
	transition: opacity .25s ease;
}

.ceppi-product-card__link:hover .ceppi-product-card__media::after,
.ceppi-product-card__link:focus-visible .ceppi-product-card__media::after {
	opacity: .55;
}

@media (max-width: 600px) {
	.ceppi-product-category__hero {
		padding: 46px 20px;
	}

	.ceppi-product-category__section,
	.ceppi-product-category__empty {
		padding-right: 20px;
		padding-left: 20px;
	}

	.ceppi-product-category__section:first-of-type {
		padding-top: 48px;
	}

	.ceppi-product-category__section:last-of-type,
	.ceppi-product-category__empty {
		padding-bottom: 64px;
	}

	.ceppi-product-category__all-products {
		padding: 50px 20px 64px;
	}

	.ceppi-product-category__section:last-of-type,
	.ceppi-product-category__empty {
		padding-bottom: 0;
	}
}


/* Hero a tutta larghezza e titoli delle sottocategorie in stile Accent. */
.ceppi-product-category__hero {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.ceppi-product-category__hero + .ceppi-product-category__section {
	padding-top: 68px;
}

.ceppi-product-category__section-title {
	font-family: var(--e-global-typography-accent-font-family, inherit);
	font-size: var(--e-global-typography-accent-font-size, 20px);
	font-weight: var(--e-global-typography-accent-font-weight, 400);
	line-height: var(--e-global-typography-accent-line-height, 1.3);
	letter-spacing: var(--e-global-typography-accent-letter-spacing, normal);
}

@media (max-width: 600px) {
	.ceppi-product-category__hero + .ceppi-product-category__section {
		padding-top: 48px;
	}
}


/* Ritmo verticale del catalogo e titoli con la tipografia globale Secondaria. */
.ceppi-product-category__hero + .ceppi-product-category__section {
	padding-top: 76px;
}

.ceppi-product-category__section + .ceppi-product-category__section {
	margin-top: 88px;
}

.ceppi-product-category__section-title {
	margin-bottom: 40px;
	font-family: var(--e-global-typography-secondary-font-family, inherit);
	font-size: var(--e-global-typography-secondary-font-size, 20px);
	font-weight: var(--e-global-typography-secondary-font-weight, 400);
	line-height: var(--e-global-typography-secondary-line-height, 1.3);
	letter-spacing: var(--e-global-typography-secondary-letter-spacing, normal);
}

@media (max-width: 600px) {
	.ceppi-product-category__hero + .ceppi-product-category__section {
		padding-top: 52px;
	}

	.ceppi-product-category__section + .ceppi-product-category__section {
		margin-top: 60px;
	}

	.ceppi-product-category__section-title {
		margin-bottom: 28px;
	}
}


/* Tipografia del catalogo prodotti. */
.ceppi-product-card__title {
	padding: 14px 0 12px;
	margin-top: 0;
	font-family: "Hind", sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.25;
	text-transform: none;
}

.ceppi-product-category__section-title {
	font-family: "Gilda Display", serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}


/* La tipografia Secondaria del Kit Elementor: Gilda Display 32/38. */
.ceppi-product-card__title {
	text-transform: uppercase;
}

.ceppi-product-category h2.ceppi-product-category__section-title {
	font-family: var(--e-global-typography-secondary-font-family) !important;
	font-size: var(--e-global-typography-secondary-font-size) !important;
	font-weight: var(--e-global-typography-secondary-font-weight) !important;
	line-height: var(--e-global-typography-secondary-line-height) !important;
	letter-spacing: var(--e-global-typography-secondary-letter-spacing, normal) !important;
}


/* Spazio dell'hero e prevenzione dell'overflow introdotto dal full-bleed. */
.ceppi-product-category__description {
	margin-top: 36px;
}

html,
body {
	overflow-x: clip;
}


/* Lightbox Elementor: nasconde il nome dell'immagine e il contatore slide. */
.elementor-lightbox .elementor-slideshow__title,
.elementor-lightbox .elementor-slideshow__counter {
	display: none !important;
}

/* Più spazio all'immagine nel lightbox, senza modificarne le proporzioni. */
.elementor-lightbox .elementor-lightbox-item {
	padding: 32px 48px !important;
}

.elementor-lightbox .swiper-zoom-container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.elementor-lightbox .elementor-lightbox-image {
	width: 100% !important;
	height: 100% !important;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

@media (max-width: 767px) {
	.elementor-lightbox .elementor-lightbox-item {
		padding: 32px 0 !important;
	}
}


