/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

:root {
	--accent-yellow: #D2A02D;
	--black: #050505;
	--dark-grey: #111111;
	--ochre: #d4af37;
	--white: #e0e0e0;
	--inputs-height: 2em;
}

.home-slider {
	min-height: 46vw;
	display: flex;
	justify-content: center;
	align-items: center;
}

.home-slider>div {
	padding-top: 0 !important;
}

.home-slider h1,
.home-slider p {
	color: #fff;

}


/* Stili per l'oggetto testo: titolo (h2) e corpo (p)
   - usare come wrapper: <div class="text-object"><h2>Titolo</h2><p>Corpo...</p></div>
   - font e colori basati sul design (Barlow Condensed)
*/
.testo h2 {
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 800;
	font-size: 40px;
	line-height: 1.2;
	color: #000000;
	margin: 0 0 12px;
}

.testo p {
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.2;
	color: #000000;
	margin: 0 0 16px;
}

.locale-inner .vc_column-inner .w-hwrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 100% !important;
}

.locale-inner .wpb_text_column.testo {
	height: 100%;
	justify-content: center;
	display: flex;
	align-items: center;
	max-width: 70%;
	margin: 0 auto;
}

span.w-nav-title {
	color: #fff;
	font-size: 22px;
	font-weight: 500;
}

a:hover span.w-nav-title {
	color: var(--accentyellow) !important;
}

html .l-subheader.at_middle a:hover span.w-nav-title,
html .l-header.bg_transparent .l-subheader.at_middle .w-dropdown.opened a:hover span.w-nav-title {
	color: var(--accent-yellow) !important;
}

form#gform_1 {
	max-width: 590px;
	margin: 20px 36px;
}

label {
	color: #fff;
	text-align: left !important;
	margin-bottom: 0 !important
}

.gfield {
	text-align: left;
}





div#gform_1_validation_container {
	max-width: 620px;
	line-height: 1.1em;
	text-align: left !important;
}

.gform_button {
	display: inline-block;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 700;
	width: 100%;
	font-size: 24px !important;
	line-height: 1;
	padding: 6px 22px;
	border-radius: 24px;
	background: var(--accent-yellow) !important;
	color: #ffffff;
	text-decoration: none;
	border: 2px solid transparent;
	cursor: pointer;
	transition: background-color .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.gform_button:hover,
.gform_button:focus {
	background: #ffffff;
	color: var(--accent-yellow);
	border-color: var(--accent-yellow);
	outline: none;
}

/* Variante piccola */
.btn--sm {
	padding: 8px 16px;
	font-size: 16px;
}

ol {
	margin-left: 0;
}

.bottone-catalogo {
	color: white;
}

.bottone-catalogo:after {
	content: "";
	position: absolute;
	left: 0;
	top: -2px;
	background-color: var(--accent-yellow);
	width: 580px;
	height: 50px;
}

.sezione-griglia {
	margin-bottom: 60px;
}

.sezione-griglia p {
	color: #000;
	font-family: "Barlow Condensed";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 10px;
	margin-bottom: 0px;
}

.sezione-griglia h2 {
	color: #000;
	font-family: "Barlow Condensed";
	font-size: 40px;
	font-style: italic;
	font-weight: 800;
	line-height: normal;
}

@media (max-width: 768px) {
	.btn {
		font-size: 18px;
		padding: 8px 18px;
	}

	.testo h2 {
		font-size: 28px;
	}

	.testo p {
		font-size: 16px;
	}
}

a:hover,
input:hover,
button:hover {
	/* cursor: none !important; */
}

.introvini img {
	width: auto !important;
	max-width: 500px;
}

/* Footer icons block */
.icone-footer {
	display: flex;
	gap: 28px;
	align-items: center;
	flex-wrap: wrap;
	color: #ffffff;
	font-family: 'Barlow Condensed', sans-serif;
	justify-content: end;
	margin-top: 17px;
}

.icone-footer .item {
	display: flex;
	align-items: center;
	gap: 12px;
}

.icone-footer .item img {
	width: 29px;
	height: 29px;
	display: block;
}

.icone-footer .label {
	font-size: 14px;
	line-height: 1.2;
	color: #ffffff;
}

.icone-footer a {
	color: inherit;
	text-decoration: none;
	border-bottom: none;
}

.icone-footer a:hover {
	color: var(--accent-yellow);
}

.icone-footer .social {
	display: flex;
	gap: 10px;
	align-items: center;
}

.testowein {
	color: #FFF;
	font-family: "Barlow Condensed";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center;
	margin-top: 30px;
}

.sezione-gflipbook h2 {
	color: #FFF;
	text-align: center;
	font-family: "Barlow Condensed";
	font-size: 20px;
	font-style: italic;
	font-weight: 700;
	line-height: normal;
}

.sezione-gflipbook {
	background-color: var(--accent-yellow);
}

@media (max-width: 480px) {
	.icone-footer {
		gap: 12px;
	}

	.icone-footer .label {
		font-size: 13px;
	}

	.icone-footer .item img {
		width: 24px;
		height: 24px;
	}
}

.wpb_column.vc_column_container.locale-inner {
	background: #fff;
}

.scaricamenu {
	margin: 30px auto;
}

.w-grid-item h2 {
	padding: 12px 12px 12px 12px !important;
}

.w-grid-item .w-post-elm.post_content {
	padding-left: 12px;
	padding-right: 12px;
}

header .w-html.ush_html_1 a {
	color: #fff;
}

header .w-html.ush_html_1 a:hover {
	color: #000 !important;

}

.bottonecatalogo {
	z-index: 1;
	position: relative;
	transition: 0.3s all;
}

.bottonecatalogo::before {
	transition: 0.3s ease-in-out;
	content: "";
	position: absolute;
	left: -20px;
	top: -10px;
	background-color: var(--accent-yellow);
	width: 580px;
	height: 50px;
	right: auto;
	z-index: -1;
	border-radius: 30px;
}

a.bottonecatalogo:hover::before {
	width: 100px;
}

/**
 * Bottone (classe `.bottone`)
 * Stato normale: testo bianco su sfondo nero
 * Hover/focus: sfondo bianco, testo e bordo neri (colori invertiti)
 */
.bottone {
	display: inline-block;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 700;
	font-size: 18px;
	padding: 8px 18px;
	border-radius: 22px;
	background: #000000;
	color: #ffffff;
	border: 2px solid #000000;
	text-decoration: none;
	text-align: center;
	transition: background-color .18s ease, color .18s ease, border-color .18s ease, transform .12s ease;
}

.bottone:hover,
.bottone:focus {
	background: #ffffff;
	color: #000000;
	border-color: #000000;
	transform: translateY(-1px);
	outline: none;
}

.bottone--sm {
	padding: 6px 12px;
	font-size: 16px;
}

.w-image img {
	width: 100%;
}

.locale-inner .w-hwrapper .w-image-h {
	overflow: hidden;
}

.locale-inner .w-hwrapper img {
	transition: 0.3s all;
	width: 100%;
}

.locale-inner .w-hwrapper:hover img {
	transform: scale(1.1);
}

@media (max-width: 768px) {
	.bottone {
		font-size: 16px;
		padding: 6px 14px;
	}
}

html .gform_wrapper .gform_fields .gfield select,
html .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.ginput_total):not(.ginput_shipping_price):not(.ginput_product_price) {
	min-height: 2rem !important;
	line-height: 1.5em !important;
}

button[type=submit]:not(.w-btn),
input[type=submit]:not(.w-btn),
.us-nav-style_1>*,
.navstyle_1>.owl-nav button,
.us-btn-style_1 {

	line-height: 1.2 !important;

}

article.w-grid-item.size_1x1.evento.type-evento.status-publish.has-post-thumbnail.hentry img {
	min-height: 530px;
	object-fit: cover;
	max-height: 500px;
}

.home-slider>div.l-section-video::after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(180deg, #000 22.13%, rgba(0, 0, 0, 0.00) 100%);
}

.footerlinks p a {
	text-decoration: underline;
	color: #fff;
}

.footerlinks p a:hover {
	text-decoration: underline;
	color: #fff;
}

.footerlinks p {
	display: flex;
	flex-flow: row;
	font-size: 15px;
	text-align: center;
	color: #fff;
	gap: 16px;
}

.w-html.footerlinks {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}




.intro .sezioneconferma {
	background-color: #000;
	;
}

.conferma {
	color: #fff;
	padding: 40px;
	background-color: #000;
}

.menucatalogo {
	display: none;
}
.menucatalogo.showmobile {
	display: none !important;
}

.gform_wrapper.gravity-theme .gfield_required {
	color: var(--accent-yellow);
}

header#page-header {
	border-top: 8px solid #000;
}
.logo-footer.w-image img {
	/* width: 100%; */
	max-width: 150px;
}
.w-nav-open .w-image.ush_image_1 {}

/* Regole responsive */
@media (max-width: 900px) {
.menucatalogo.showmobile {
	display: block !important;
}

	.w-nav-open .w-image.ush_image_1 {
		z-index: 1000;
		position: absolute;
		top: 50px;
		left: 50%;
		transform: translateX(-50%);
	}

	li#menu-item-47 {
		padding-top: 40px;
	}

	/* .w-nav-open ul.w-nav-list.level_1.hover_simple::before {
		background-image: url(https://cantinahifi.giangocomunicazione.it/wp-content/uploads/2025/11/logo-2.png);
		background-size: contain;
		width: 150px;
		height: 100px;
		content: "";
		position: absolute;
		top: 50px;
		left: 50%;
		transform: translateX(-50%);
	} */
	.owl-carousel .owl-nav .owl-prev {
		transform: translateX(-56px) !important;
	}

	.l-section-video>iframe {
		position: absolute;
		top: 50%;
		left: 50%;
		min-height: 100%;
		min-width: 100%;
		max-width: none;
		transform: translate(-50%, -40%);
	}

	.owl-carousel .owl-nav .owl-next {
		transform: translateX(52px) !important;
	}

	.owl-dots {
		padding-top: 0 !important;
	}

	.introcucina .testowein {
		margin-top: 0px;
	}

	.introvini img {
		width: auto !important;
		max-width: 250px;
	}


	.gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label,
	.gform_wrapper.gravity-theme .gfield_error label,
	.gform_wrapper.gravity-theme .gfield_error legend,
	.gform_wrapper.gravity-theme .gfield_validation_message,
	.gform_wrapper.gravity-theme .validation_message,
	.gform_wrapper.gravity-theme [aria-invalid=true]+label,
	.gform_wrapper.gravity-theme label+[aria-invalid=true] {
		color: var(--accent-yellow);
	}

	.gform_wrapper.gravity-theme .label {
		color: var(--accent-yellow);
		display: inline-block;
		font-size: 13.008px !important;
		padding-inline-start: 0.125em;
	}

	label.gform-field-label.gform-field-label--type-inline.gfield_consent_label {
		font-size: 16px;
		font-weight: 700;
	}

	.gform_wrapper .gform_fields .gfield textarea {
		font-size: 16px;
		padding: calc(var(--inputs-height, 2em) / 2 + var(--inputs-border-width, 1px) - 0.7em) var(--inputs-padding, .6em);
	}

	.gform_wrapper .gform_fields .gfield select,
	.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.ginput_total):not(.ginput_shipping_price):not(.ginput_product_price) {
		font-size: 16px;
		padding: 0 var(--inputs-padding, .6em);
	}

	.logo-footer img.attachment-full.size-full {
		max-width: 160px;
	}

	.menucatalogo a {
		position: relative;
		background-color: var(--accent-yellow);
		max-width: 300px;
		width: 300px;
		height: 48px;
		right: auto;
		z-index: 1;
		border-radius: 30px;
		margin: 0 auto !important;
		text-align: center;
		padding: 9px 24px !important;
		display: flex !important;
		margin-top: 54px !important;
		justify-content: center;
		align-items: center;
	}

	.home-slider {
		min-height: 190vw !important;
	}

	ul.w-nav-list.level_1.hover_simple {
		padding: 50px 30px !important;
		text-align: center;
		height: 100vh !important;
		background: linear-gradient(180deg, #000 21.21%, rgba(210, 160, 45, 1) 140%) !important;
	}

	span.bresp {
		display: block;
		clear: both;
		opacity: 0;
		height: 2px;
	}

	.locale-inner>div>div:nth-child(2n) div:first-child {
		order: 2;
	}

	.locale-inner .vc_column-inner .w-hwrapper {

		grid-template-columns: 1fr;

	}

	.locale-inner a.bottone {
		transform: translate(0) !important;
	}

	.w-image.logo-footer.align_none {
		text-align: center;
	}

	.w-nav-icon>div {
		background: #D2A02D;
	}

	.divbottonecatalogo {
		display: none;
	}

	.hidemobile {
		display: none !important;
	}

	.home-slider {
		min-height: 100vw;
	}

	.wpb_text_column.testo {
		padding: 24px;
	}

	.locale-inner .wpb_text_column.testo {
		height: 100%;
		justify-content: center;
		display: flex;
		align-items: center;
		max-width: 100%;
		margin: 0 auto;
	}

	.icone-footer {
		display: flex;
		gap: 28px;
		/* align-items: center; */
		/* flex-wrap: nowrap; */
		color: #ffffff;
		font-family: 'Barlow Condensed', sans-serif;
		/* justify-content: end; */
		margin-top: 17px;
		flex-flow: column;
		justify-content: center;
		align-items: center;
	}

	.footerinner {
		gap: 1.4rem !important;
	}

	.icone-footer .social {
		display: flex;
		gap: 10px;
		align-items: center;
		flex-flow: column;
		height: auto;
		gap: 26px;
	}

	.footerlinks p {
		display: flex;
		flex-flow: column;
		font-size: 15px;
		text-align: center;
		color: #fff;
	}
}


/***************************************************************************/
/* cursore 																****/
/***************************************************************************/

body {
	/* Nasconde il cursore di default (la freccetta) */
	/* cursor: none !important; */
}





/* --- CURSORE VINILE MINIMAL (Statico) --- */
.cursor-dot,
.cursor-outline {
	position: fixed;
	top: 0;
	left: 0;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	z-index: 119999;
	pointer-events: none;
	/* Fondamentale per non bloccare i click */
}

/* Disco interno (Etichetta) - Più largo */
.cursor-dot {
	width: 18px;
	height: 18px;
	background-color: var(--ochre);
	transition: transform 0.2s ease;
	z-index: 21000;
}

/* Bordo esterno (Disco) - Ben delineato e statico */
.cursor-outline {
	width: 55px;
	height: 55px;
	border: 1px solid var(--ochre);
	background: #000;
	opacity: 0.8;
	transition: width 0.2s, height 0.2s, opacity 0.2s, border-color 0.2s;
	z-index: 11000;
	background-image: url(https://cantinahifi.giangocomunicazione.it/wp-content/uploads/2025/11/cursore-vinile.png);
	background-size: cover;
}

/* Stato Hover (Links/Bottoni - usa la classe .hovered) */
.cursor-outline.hovered {
	width: 80px;
	height: 80px;
	border-color: var(--white);
	opacity: 1;
	background-color: rgba(255, 255, 255, 0.05);
}

/* fine cursore 													****** */
/***************************************************************************/