/*!
Theme Name: Auvi Agency
Theme URI: http://underscores.me/
Author: WP Special
Author URI: https://wpspecial.com/
Description: Tema personalizzato per https://auviagency.it/
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: auviagency
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Auvi Agency is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}
body.aperto {
    overflow: hidden;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

.clear {
	clear: both;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
:root {
	--auvy-colore-sfondo: #FFFFFF;
	--auvy-colore-giallo: #FFEE32;
	--auvy-colore-arancione: #ffec00;
	--auvy-colore-giallo-scuro: #997D00;
	--auvy-colore-grigio: #CCC5B9;
	--auvy-colore-grigio-scuro: #403D39;
	--auvy-colore-nero: #000000;
	--auvy-colore-arancio: #ff5900;
}
/* width */
::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background:var(--auvy-colore-grigio);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--auvy-colore-giallo);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--auvy-colore-arancione);
}
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--auvy-colore-nero);
	font-family: "Inter", sans-serif;
	font-size: clamp(16px, 1.1vw, 18px);
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "MonumentExtended Regular", sans-serif;
	clear: both;
	font-weight: 400;
}

p {
	margin-bottom: 1.5em;
}

p strong {
	font-family: "Inter", sans-serif;
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: var(--auvy-colore-sfondo);
}

body.pagina_scura,
body.pagina_scura .auvi_why_work.top,
body.page-template-template-contatti {
	background: var(--auvy-colore-nero);
	color: var(--auvy-colore-sfondo);
}

body.pagina_scura footer#colophon a,
body.page-template-template-contatti footer#colophon a {
	color: var(--auvy-colore-sfondo);
}

body.pagina_scura .categorie-servizio li a {
	background: var(--auvy-colore-sfondo);
}
body.pagina_scura .categorie-servizi li.active a{
    background: var(--auvy-colore-sfondo);
    color: var(--auvy-colore-nero);
}

body.pagina_scura .auvi_back a svg {
	fill: var(--auvy-colore-sfondo);
}
body.pagina_scura .categorie-servizio li a {
	background: var(--auvy-colore-sfondo);
	color: var(--auvy-colore-nero);
}
body.pagina_scura .categorie-servizio li a svg {
	fill: var(--auvy-colore-nero);
}
body.pagina_scura .auvi_text_flex .auvi_big_desc,
body.pagina_scura .auvi_why_work.top .auvi_cta_desc,
body.pagina_scura .categorie-servizi li a,
body.pagina_scura .auvi_back a,
body.pagina_scura .site-main a,
body.pagina_scura .auvi_illustrazione .auvi_big_desc {
	color: var(--auvy-colore-sfondo);
}

body.pagina_scura .circle.top-circle:hover {
	/*
	background-color: rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(8px);
	*/
	transition: all .4s cubic-bezier(0.7, 0, 0.3, 1);
	z-index: 9;
}
body.pagina_chiara .auvi_cta_double_text {
	background-color: transparent;
}
body.pagina_chiara .auvi_cta_double_text .cta-inner.right {
	color: var(--auvy-colore-sfondo);
    background-color: var(--auvy-colore-sfondo);
}
body.pagina_chiara p.reveal-type.inverted span.char {
	color: var(--auvy-colore-grigio);
}
body.pagina_chiara p.reveal-type.inverted span.char.active {
	color: var(--auvy-colore-nero);
}
body.pagina_chiara .auvi_cta_double_text .cta-inner .auvi_cta_pretext {
	color: var(--auvy-colore-arancio);
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a, a:visited {
	color: var(--auvy-colore-nero);
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.revealbottom {
	position: relative;
	visibility: hidden;
	opacity: 0;
	transform: translate(0, 40px);
	transition: 0.6s;
    transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
.revealbottom.active {
	opacity: 1;
    transform: translate(0, 0);
    visibility: visible;
}
.revealleft {
	position: relative;
	visibility: hidden;
	opacity: 0;
	transform: translate(-40px, 0);
	transition: 0.6s;
    transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
.revealleft.active {
	opacity: 1;
    transform: translate(0, 0);
    visibility: visible;
}
.revealright {
	position: relative;
	visibility: hidden;
	opacity: 0;
	transform: translate(40px, 0);
	transition: 0.6s;
    transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
.revealright.active {
	opacity: 1;
    transform: translate(0, 0);
    visibility: visible;
}
#masthead {
	position: fixed;
	width: 100%;
	top: 0;
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 30px 40px;
    z-index: 9999;
    /*mix-blend-mode: difference;*/
}
#masthead .site-branding .logo-mini {
	opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: relative;
    transform: translateX(-100%);
    left: 0;
    transition: all .3s ease-in-out;
}
#masthead.scrolled .site-branding .logo-mini {
	opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateX(0);
}
#masthead .site-branding .logo-full {
	transform: translateX(-50%);
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    position: relative;
    left: 0;
    transition: all .3s ease-in-out;
}
#masthead.scrolled .site-branding .logo-full {
	transform: translateX(0%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.site-branding .logo-full.menu,
.site-branding .logo-mini.menu {
	display: none;
}
body.aperto .site-branding .logo-full.menu,
body.aperto .site-branding .logo-mini.menu {
	display: block;
}
body.pagina_chiara.aperto .site-branding .logo-full:not(.menu),
body.pagina_chiara.aperto .site-branding .logo-mini:not(.menu) {
	display: none;
}
body.admin-bar #masthead {
	top: 32px;
}
.inner {
	max-width: 1420px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}
.site-branding a {
	display: flex;
	border-radius: 25px;
    padding: 10px;
    background: transparent;
    transition: background .2s ease-in-out, transform .3s ease-in-out;
}
.site-branding a:hover {
	transform: translate(0, -3px);
}
/*
#masthead.scrolled .site-branding a {
    background-color: var(--auvy-colore-nero);
}
*/
.site-branding img {
	width: auto;
	max-height: 30px;
}
.site-menu-bar {
	display: flex;
    align-items: center;
    gap: 15px;
}
.hamburger-menu {
	display: flex;
	cursor: pointer;
	border-radius: 100%;
    padding: 10px;
    background: transparent;
    transition: background .2s ease-in-out, transform .3s ease-in-out;
}
.hamburger-menu:hover {
	transform: translate(0, -3px);
}
/*
#masthead.scrolled .hamburger-menu {
	background-color: var(--auvy-colore-nero);
}
*/
.hamburger-menu svg {
	width: 30px;
	height: 30px;
	fill: var(--auvy-colore-sfondo);
}
body.pagina_chiara .hamburger-menu svg {
	fill: var(--auvy-colore-nero);
}
body.pagina_chiara .hamburger-menu svg.chiudi {
	fill: var(--auvy-colore-sfondo);
}
.hamburger-menu svg.hamburger {
	display: block;
}
.hamburger-menu svg.chiudi {
	display: none;
}
body.aperto .hamburger-menu svg.hamburger {
	display: none;
}
body.aperto .hamburger-menu svg.chiudi {
	display: block;
}
.get-in-touch a {
    background: var(--auvy-colore-sfondo);
    color: var(--auvy-colore-nero);
    padding: 10px 25px;
    transition: transform .3s ease-in-out;
    display: inline-block;
    position: relative;
}
.get-in-touch a span {
	z-index: 1;
	position: relative;
	color: var(--auvy-colore-nero);
    transition: all .25s ease-in-out;
}
.get-in-touch a:hover {
	transform: translate(0, -3px);
}
.btn-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    animation: btnHover 10s linear;
    animation-iteration-count: infinite;
    background: #FFC700 url(./img/gradient.jpg);
    background-size: 600%;
    opacity: 0;
    transition: all .25s ease-in-out;
}
body.pagina_chiara .site-menu-bar .btn-bg {
	animation: none;
}
body.pagina_chiara .get-in-touch a:hover .btn-bg {
	animation: btnHover 10s linear;
}
.get-in-touch a:hover .btn-bg,
body.pagina_chiara .get-in-touch a .btn-bg {
	opacity: 1;
}
.get-in-touch a:hover span,
body.pagina_chiara .get-in-touch a span {
	color: var(--auvy-colore-sfondo);
}
@keyframes btnHover {
    0% {background-position-x: 0;}
    100% {background-position-x: 600%;}
}
.auvi_header {
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100svh;
    position: relative;
    overflow: hidden;
}
.auvi_header:before {
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(32, 32, 32, 0.4);
}
/*
.auvi_header:after {
	content: "";
    position: absolute;
    bottom: -75px;
    right: -75px;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    background-color: var(--auvy-colore-sfondo);
}
*/
.scrollDownAuvi {
	position: absolute;
  left: 55px;
  bottom: 50px;
  transform: translate(-35%, -155%) rotate(90deg);
  cursor: pointer;
}
.scrollDownAuvi span {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  display: inline-block;
  margin-right: 15px;
  opacity: .8;
  color: var(--auvy-colore-arancione);
}
.scrollDownAuvi svg {
	max-width: none;
  height: auto;
  width: 35px;
  fill: var(--auvy-colore-arancione);
}
.header-inner {
	position: relative;
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    color: var(--auvy-colore-sfondo);
}
.header-inner h1.auvi-titolo {
	text-transform: uppercase;
    font-size: clamp(34px, 5.5vw, 100px);
    line-height: .9;
    margin: 0;
}
.header-inner h1.auvi-titolo.miscela {
	mix-blend-mode: overlay;
}
.header-inner p.auvi-sottotitolo {
	margin: 0;
 	margin-top: 30px;
 	transform: translateY(100px);
 	opacity: 0;
 	transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
 	transition-delay: .3s;
 	color: var(--auvy-colore-arancione);
}
.header-inner p.auvi-sottotitolo.active {
	transform: translateY(0);
 	opacity: 1;
}
.auvi-menu {
	display: flex;
  flex-direction: column;
	height: 100%;
  width: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 999;
  line-height: 2.4;
  transition-timing-function: cubic-bezier(.65,.05,.36,1);
  transition-duration: .5s;
  transition-property: transform, visibility, opacity;
  background-color: var(--auvy-colore-nero);
  padding: 110px 0 40px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.auvi_menu_container {
	height: 100%;
	width: 100%;
	display: flex;
  flex-direction: row;
  align-items: center;
}
/*
.auvi-menu:before,
.auvi-menu:after {
	content: "";
	z-index: -1;
}
.auvi-menu:before {
	width: 200px;
    height: 200px;
    position: absolute;
    background: var(--auvy-colore-giallo);
    top: calc(30% - 100px);
    right: -220px;
    border-radius: 100%;
    transition: right .3s ease-in-out;
    transition-delay: 600ms;
    animation-name: float;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.4, 0.1, 0.3, 0.9);
}
.auvi-menu:after {
	width: 200px;
    height: 200px;
    position: absolute;
    background: var(--auvy-colore-giallo);
    top: calc(70% - 100px);
    left: -220px;
    border-radius: 100%;
    transition: left .3s ease-in-out;
    transition-delay: 450ms;
    animation-name: float;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.4, 0.1, 0.3, 0.9);
}
.auvi-menu.aperto:before {
    right: -100px;
}
.auvi-menu.aperto:after {
    left: -100px;
}
*/
.auvi-menu.aperto {
    visibility: visible;
    opacity: 1;
}
.auvi-bottom-menu {
	display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.auvi-testo-menu {
	color: var(--auvy-colore-sfondo);
	font-size: clamp(16px, 1.1vw, 18px);
    line-height: 1.3;
}
.auvi-testo-menu a {
	color: var(--auvy-colore-sfondo);
}
.auvi-social-menu {
	width: 100%;
}
/*
.auvi-social-menu a {
	color: var(--auvy-colore-sfondo);
	background: var(--auvy-colore-sfondo);
  display: table;
  line-height: 1.3;
  transition: background .25s ease-in-out;
  -webkit-background-clip: text;
  background-size: cover;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.auvi-social-menu a:hover {
	background: #FFC700 url(./img/gradient.jpg);
  -webkit-background-clip: text;
  background-clip: text;
  background-size: cover;
  -webkit-text-fill-color: transparent;
  animation: btnHover 10s linear;
    animation-iteration-count: infinite;
}
*/
.auvi-social-menu a {
	color: var(--auvy-colore-sfondo);
	display: table;
  line-height: 1.5;
  position: relative;
  transition: color 0.25s ease-in-out;
}
.auvi-social-menu a:hover {
	color: transparent;
}
.auvi-social-menu a:after {
	content: attr(data-text);
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	opacity: 0;
	background: #FFC700 url(./img/gradient.jpg);
  -webkit-background-clip: text;
  background-clip: text;
  background-size: cover;
  -webkit-text-fill-color: transparent;
  animation: btnHover 10s linear;
  animation-iteration-count: infinite;
  transition: opacity 0.25s ease-in-out;
}
.auvi-social-menu a:hover:after {
	opacity: 1;
}
.auvi-social-menu svg {
	fill: var(--auvy-colore-sfondo);
	display: flex;
    width: 20px;
    height: 20px;
}
.auvi-bottom-menu-mobile {
	display: none;
}
body.auvi-cursor .custom-cursor-wrap {
	z-index: 99999;
  pointer-events: none;
  mix-blend-mode: difference;
  position: fixed;
  inset: 0;
}
body.auvi-cursor .main-cursor {
	position: fixed;
  top: 0;
  left: 0;
}
body.auvi-cursor .custom-cursor,
body.auvi-cursor .custom-cursor-outline {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  will-change: transform;
}

body.auvi-cursor .custom-cursor {
  width: 15px;
  height: 15px;
  background-color: var(--auvy-colore-sfondo);
  border-radius: 50%;
  mix-blend-mode: difference;
  transition: width .2s ease-in-out, height .2s ease-in-out;
}

body.auvi-cursor .custom-cursor-outline {
  width: 30px;
  height: 30px;
  border: 1px solid var(--auvy-colore-arancione);
  border-radius: 50%;
  mix-blend-mode: difference;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out, border .2s ease-in-out;
}

body.auvi-cursor .custom-cursor-outline.hover {
  background-color: var(--auvy-colore-arancione);
  opacity: 0.5;
}

body.auvi-cursor .custom-cursor-outline.click {
	border: 2px solid transparent;
}

body.auvi-cursor .custom-cursor.cursorinnerhover {
  width: 30px;
  height: 30px;
}

@keyframes shake {
  0% { transform: translate(0px, 0px); }
  10% { transform: translate(-2px, -4px); }
  20% { transform: translate(-6px, 0px); }
  30% { transform: translate(6px, 4px); }
  40% { transform: translate(2px, -2px); }
  50% { transform: translate(-2px, 4px); }
  60% { transform: translate(-6px, 2px); }
  70% { transform: translate(6px, 2px); }
  80% { transform: translate(-2px, -2px); }
  90% { transform: translate(2px, 4px); }
  100% { transform: translate(0px, 0px); }
}
@keyframes shake2 {
  0% { transform: translate(0px, 0px); }
  10% { transform: translate(2px, 4px); }
  20% { transform: translate(-5px, 3px); }
  30% { transform: translate(5px, -2px); }
  40% { transform: translate(3px, 3px); }
  50% { transform: translate(-1px, -4px); }
  60% { transform: translate(6px, 1px); }
  70% { transform: translate(3px, -2px); }
  80% { transform: translate(-4px, 6px); }
  90% { transform: translate(-2px, 1px); }
  100% { transform: translate(0px, 0px); }
}
@keyframes float {
	0% {
		transform: translateY(0);
	}
	25% {
	    transform: translateY(30px);
	}
	50% {
	    transform: translateY(0);
	}
	75% {
	    transform: translateY(40px);
	}
	100% {
	    transform: translateY(0);
	}
}
.services_title h2, .work_title h2, .text_reveal_title h2, .loghi_title h2, .auvi_related h3 {
	text-transform: uppercase;
    margin: 0;
    margin-bottom: 20px;
    font-size: clamp(22px, 4vw, 50px);
    line-height: 1;
}
.work_subtitle h3 {
	font-family: "Inter", sans-serif;
	margin: 0;
	margin-top: 20px;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
}
.singolo_servizio .work_subtitle h3 {
	font-family: "Inter", sans-serif;
	margin: 0;
  font-size: clamp(30px, 3.6vw, 40px);
  line-height: 1.15;
  color: var(--auvy-colore-arancio);
  text-align: left;
}
.text-services-desc, .text-loghi-desc {
	/*font-size: 19px;
    line-height: 1.1;*/
    margin-bottom: 40px;
}
.auvi_loghi.sfondo_chiaro .loghi_auvi_splide {
	background: var(--auvy-colore-sfondo);
}
.auvi_loghi.sfondo_scuro .loghi_auvi_splide {
	background: var(--auvy-colore-nero);
}
.services_loop ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.splide ul li img {
	width: 100%;
    display: block;
}
/*
.services_loop ul li img, .splide ul li img {
	transition: filter .2s ease-in-out;
	width: 100%;
    display: block;
}
.services_loop ul .owl-stage-outer:hover li img, .splide ul:hover li img {
	filter: grayscale(1) blur(1px);
}
.services_loop ul .owl-stage-outer li:hover img, .splide ul li:hover img {
	filter: grayscale(0) blur(0);
}
*/
.services_loop ul li a {
	position: relative;
}
.splide ul li a.auvi_services_link_global .services_single_absolute {
	position: absolute;
  bottom: -45px;
  width: 100%;
  padding: 20px;
  background: linear-gradient(0deg, rgba(32, 32, 32, 1) 0%, rgba(32, 32, 32, 0.5) 50%, rgba(32, 32, 32, 0) 100%);
  padding-top: 50%;
  transition: bottom .4s cubic-bezier(0.7, 0, 0.3, 1);
}
.splide ul li div.auvi_services_link_global .services_single_absolute {
	position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(0deg, rgba(32, 32, 32, 1) 0%, rgba(32, 32, 32, 0.5) 50%, rgba(32, 32, 32, 0) 100%);
  color: white;
  transition: transform .4s cubic-bezier(0.7, 0, 0.3, 1);
  transform: translateY(calc(100% - 110px));
}
.splide ul li div.auvi_services_link_global:hover .services_single_absolute {
   transform: translateY(0);
}
.splide ul li div.auvi_services_link_global .services_single_absolute .services_single_subtitle {
	transition: opacity .3s cubic-bezier(0.7, 0, 0.3, 1);
	opacity: 0;
}
.splide ul li div.auvi_services_link_global:hover .services_single_absolute .services_single_subtitle {
   opacity: 1;
}
.splide ul li a:hover .services_single_absolute {
	bottom: 0;
}
.splide ul li .auvi_services_link_global:hover .services_single_title,
.avuti_singolo_servizio .auvi_services_link_global:hover .auvi_serv_titolo {
	color: var(--auvy-colore-arancione);
}
.services_loop ul li .services_single_title,
.splide ul li .services_single_title,
.auvi_schede_single .services_single_title {
  color: var(--auvy-colore-sfondo);
  /*text-transform: uppercase;*/
  font-size: clamp(22px, 2.1vw, 35px);
  line-height: 1.15;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  transition: color .3s cubic-bezier(0.7, 0, 0.3, 1);
}
.splide ul li .services_single_subtitle {
	color: var(--auvy-colore-sfondo);
	margin-top: 20px;
	line-height: 1.2;
}
.splide ul li .services_arrow {
	opacity: 0;
	margin-top: 20px;
  color: var(--auvy-colore-arancione);
  display: flex;
  align-items: center;
  gap: 10px;
  transition: opacity .3s cubic-bezier(0.7, 0, 0.3, 1);
}
.splide ul li .services_arrow svg, .auvi_serv_pulsante svg {
	fill: var(--auvy-colore-arancione);
	max-height: 9px;
  width: 30px;
}
.splide ul li a:hover .services_arrow {
	opacity: 1;
}
.services_loop .owl-nav>div {
	display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0 !important;
    transform: translateY(-50%);
    top: 50%;
}
.services_loop .owl-nav .owl-next {
	right: -60px;
}
.services_loop .owl-nav .owl-prev {
	left: -60px;
}
.auvi_cta_text {
	position: relative;
	margin: 20vh 0;
	background-color: var(--auvy-colore-arancione);
    padding: 20vh 0;
    text-align: right;
}
.auvi_cta_desc {
	font-family: "MonumentExtended Regular", sans-serif;
    text-transform: uppercase;
    font-size: 45px;
    margin: 0;
}
.auvi_cta_button a {
	background: var(--auvy-colore-sfondo);
    color: var(--auvy-colore-nero) !important;
    border: 1px solid var(--auvy-colore-nero);
    padding: 15px 25px;
    transition: color .3s ease-in-out, background .3s ease-in-out;
    display: inline-flex;
    margin-top: 10px;
}
.auvi_cta_button a:hover {
    background: var(--auvy-colore-grigio-scuro);
    color: var(--auvy-colore-sfondo) !important;
}
.auvi_big_text {
	overflow: hidden;
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    transform: matrix(1, 0, 0, 1, 0, 0);
    gap: 50px;
}
.auvi_big_text.inverted {
	flex-direction: row-reverse;
}
.auvi_text_flex {
	width: 55%;
}
.auvi_text_flex .auvi_big_desc,
.auvi_illustrazione .auvi_big_desc {
	color: var(--auvy-colore-arancione);
	font-family: "MonumentExtended Regular", sans-serif;
	font-size: clamp(22px, 4vw, 50px);
    line-height: .9;
    width: 95vw;
    z-index: 9;
    position: relative;
    mix-blend-mode: difference;
    text-transform: uppercase;
    margin: 0;
}
.auvi_big_text.inverted .auvi_text_flex .auvi_big_desc,
.auvi_illustrazione .auvi_big_desc {
	width: 100%;
	word-break: break-word;
}
.auvi_illustrazione .auvi_big_desc {
	mix-blend-mode: normal;
}
.auvi_text_flex .auvi_big_subtitle,
.auvi_cta_double_text .auvi_big_subtitle {
	color: var(--auvy-colore-arancione);
  font-size: clamp(22px, 2.1vw, 35px);
  font-family: "Inter", sans-serif;
  line-height: 1.2;
  width: 50vw;
  z-index: 9;
  position: relative;
  mix-blend-mode: difference;
  margin: 0;
  margin-top: 10px;
  font-weight: 500;
}
.auvi_text_flex > span {
	font-family: "MonumentExtended Regular", sans-serif;
    text-transform: uppercase;
    font-size: 8vw;
    white-space: nowrap;
    z-index: 9;
    position: relative;
    mix-blend-mode: difference;
    color: var(--auvy-colore-arancione);
    line-height: 1.1;
}
.auvi_img_flex {
	width: 45%;
	position: relative;
	overflow: hidden;
}
.auvi_img_flex:before {
	content: "";
  padding-top: 150%;
  display: block;
}
video.video_auvi_big_text,
video.video_auvi_big_text_hover {
	width: 100%;
}
.auvi_img_flex_img,
.video_auvi_block {
	background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
	opacity: 1;
	transition: opacity .4s ease-in-out;
}
.auvi_img_flex_img_hover,
.video_auvi_block_hover {
	background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
	opacity: 0;
	transition: opacity .4s ease-in-out;
}
.auvi_img_flex.siHover:hover .auvi_img_flex_img,
.auvi_img_flex.siHover:hover .video_auvi_block {
	opacity: 0;
}
.auvi_img_flex.siHover:hover .auvi_img_flex_img_hover,
.auvi_img_flex.siHover:hover .video_auvi_block_hover {
	opacity: 1;
}
.auvi_why_work {
	background: var(--auvy-colore-grigio);
    overflow: hidden;
}
.auvi_why_work.top {
	margin: 0;
	background: var(--auvy-colore-sfondo);
}
.auvi_why_work.inverted {
	background: var(--auvy-colore-arancione);
}
.auvi_flex_why_work {
	display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    margin: 40px 0;
}
.single_why_work {
	width: 25%;
}
.single_why_work h3 {
	margin: 0;
  font-size: clamp(22px, 4vw, 32px);
  margin-top: 20px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 1;
  transition: color .4s cubic-bezier(0.7, 0, 0.3, 1);
}
.single_why_work:hover h3 {
	color: var(--auvy-colore-arancione);
}
.icon_work {
	zoom: 1.5;
}
.icon_work svg {
	display: flex;
	width: 24px;
	height: 24px;
}
.auvi_text_reveal {
	position: relative;
}
.auvi-logotype {
	position: relative;
    z-index: -1;
}
.auvi-logotype.right {
	float: right;
}
.auvi-logotype img {
	max-width: 600px;
	height: auto;
}
p.reveal-type {
	position: relative;
	/*font-size: 1.3vw;
    line-height: 1.4;*/
	z-index: 9;
	margin: 1em 0 1.5em;
}
.auvi_text_flex p.reveal-type {
	width: 70%;
}
p.reveal-type span.char {
	color: var(--auvy-colore-grigio);
	transition: color .4s ease-in-out;
}
body.pagina_scura p.reveal-type span.char {
	color: var(--auvy-colore-grigio-scuro)
}
body.pagina_scura p.reveal-type span.char.active {
	color: var(--auvy-colore-sfondo);
}
body.pagina_scura p.reveal-type strong span.char.active {
	color: var(--auvy-colore-arancione);
	text-decoration: none;
}
p.reveal-type.inverted span.char {
	color: var(--auvy-colore-grigio-scuro);
}
p.reveal-type span.char.active {
	color: var(--auvy-colore-nero);
}
p.reveal-type.inverted span.char.active {
	color: var(--auvy-colore-sfondo);
}
/*
p.reveal-type strong span.char.active {
	text-decoration: underline;
}
*/
p.reveal-type.inverted strong span.char.active {
	color: var(--auvy-colore-arancione);
	text-decoration: none;
}
.auvi_cta_double_text {
    position: relative;
    margin: 20vh auto 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
    height: 100%;
    justify-content: stretch;
    flex-direction: row;
    background-color: var(--auvy-colore-nero);
}
#colophon {
	padding-top: 20vh;
	padding-bottom: 5vh;
}
.auvi_cta_double_text.servizi {
	background-color: transparent;
	transform: matrix(1, 0, 0, 1, 0, 0);
}
.auvi_cta_double_text.servizi .cta-inner.right {
	background-color: transparent;
	color: var(--auvy-colore-nero);
}
.auvi_cta_double_text.servizi .cta-inner .auvi_cta_desc {
	mix-blend-mode: overlay;
}
.auvi_cta_double_text.servizi p.reveal-type span.char {
	color: var(--auvy-colore-grigio);
}
.auvi_cta_double_text.servizi p.reveal-type span.char.active {
    color: var(--auvy-colore-nero);
}
body.page-template-template-servizi .auvi_cta_double_text {
	margin: 0 auto;
	overflow: visible;
}
body .auvi_cta_double_text.no-overflow-margin {
	overflow: hidden;
}
.auvi_cta_double_text.inverted {
	flex-direction: row-reverse;
}
body.page-template-template-contatti .auvi_cta_double_text {
	margin: 0 0 20vh;
}
body.page-template-template-contatti .auvi_cta_double_text .cta-inner .auvi_cta_desc {
	float: none;
	text-align: left;
}
.auvi_cta_double_text p.reveal-type {
	width: 80%;
}
.auvi_cta_double_text .cta-inner {
	width: 50%;
    height: 100%;
}
/*
.auvi_cta_double_text.inverted .cta-inner {
	text-align: right;
}
*/
.auvi_cta_double_text .cta-inner.left {
	padding: 0;
}
.auvi_cta_double_text .cta-inner.right {
	background-color: var(--auvy-colore-nero);
	color: var(--auvy-colore-sfondo);
}
.auvi_cta_double_text .cta-inner .auvi_cta_pretext {
    color: var(--auvy-colore-arancione);
    display: inline-block;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
}
.auvi_cta_double_text .cta-inner .auvi_cta_desc {
	font-size: clamp(22px, 4vw, 50px);
    line-height: .9;
    width: 55vw;
    z-index: 9;
    position: relative;
    mix-blend-mode: difference;
    text-align: right;
    float: right;
}
.auvi_cta_double_text.inverted .cta-inner .auvi_cta_desc {
	text-align: left;
	float: none;
}
.auvi_cta_double_text .cta-inner .auvi_cta_desc strong {
	font-weight: normal;
	color: var(--auvy-colore-arancione);
}
.footer-widgets, .footer-info {
	display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
.footer-widgets-block.get-ready {
	width: 50%;
}
.footer-widgets-block.widgets {
	display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 50%;
}
.footer-widgets-block.widgets aside {
	width: 33.3333%;
}
.footer-widgets-block.widgets .widgets-heading {
	font-family: "Inter", sans-serif;
    font-size: 25px;
    margin: 0;
    margin-bottom: 20px;
}
.footer-widgets-block.widgets .widget_nav_menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer-widgets-block.get-ready .get-ready-container h2 {
	font-family: "Inter", sans-serif;
    font-size: clamp(26px, 2.6vw, 40px);
    margin: 0;
    margin-bottom: 20px;
    line-height: 1;
    font-weight: 500;
}
footer#colophon a {
	color: var(--auvy-colore-nero);
}
.footer-widgets-block.get-ready .get-ready-container h2 a {
	text-decoration: underline;
}
.footer-info {
	margin: 10vh 0 5vh;
  border-top: 1px solid var(--auvy-colore-grigio);
  padding-top: 5vh;
  font-size: 14px;
  letter-spacing: -1px;
  position: relative;
  z-index: 1;
}
.auvi-social-footer {
	display: flex;
	gap: 15px;
}
.auvi-social-footer svg {
	display: flex;
	width: 16px;
    height: 16px;
    fill: var(--auvy-colore-nero);
}
body.pagina_scura .auvi-social-footer svg {
	fill: var(--auvy-colore-sfondo);
}
#footer-menu {
	padding: 0;
	margin: 0;
	list-style: none;
	align-items: center;
	display: flex;
}
#footer-menu li {
	position: relative;
}
#footer-menu li:after {
	content: "|";
	padding: 0 5px;
}
#footer-menu li:last-child:after {
	display: none;
}
[data-paroller-factor] {
    position: relative;
    z-index: 0
}
.video-home {
	width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    object-fit: cover;
}
.blocco-form-doppio {
	display: flex;
	gap: 20px;
}
.blocco-form-doppio p {
	width: 50%;
}
.blocco-form p {
	margin: 0;
}
.blocco-form input:not([type=submit]):not([type=checkbox]), .blocco-form textarea {
	width: 100%;
    background-color: var(--auvy-colore-grigio-scuro);
    background: transparent;
    color: var(--auvy-colore-sfondo);
    border: none;
    border: 1px solid var(--auvy-colore-sfondo);
    border-radius: 0;
    -webkit-appearance: none;
    outline: none;
    padding: 15px 25px;
}
.blocco-form input[type=submit] {
	margin-top: 1em;
	background: var(--auvy-colore-sfondo);
    color: var(--auvy-colore-nero);
    padding: 15px 25px;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    outline: none;
    transition: color .3s ease-in-out, background .3s ease-in-out;
}
.blocco-form .wpcf7-list-item {
	margin: 0;
}
.blocco-form .wpcf7-list-item-label {
	color: var(--auvy-colore-sfondo);
}
.blocco-form .wpcf7-list-item-label a {
	color: var(--auvy-colore-arancione);
	text-decoration: underline;
}
.blocco-form input[type=submit]:hover {
	background: var(--auvy-colore-grigio-scuro);
    color: var(--auvy-colore-sfondo);
}
.auvi_social_form {
	margin-top: 25px;
	position: sticky;
  top: 10px;
}
.auvi_social_singolo {
	display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.auvi_social_singolo p {
	margin: 0;
}
.auvi_social_singolo p a {
	color: var(--auvy-colore-sfondo);
}
.auvi_social_singolo svg {
	fill: var(--auvy-colore-arancione);
    width: 25px;
    height: 25px;
    display: flex;
}
svg.checklist {
	width: 25px;
    height: 25px;
    margin-right: 10px;
    fill: var(--auvy-colore-grigio);
    transition: fill .3s ease-in-out;
}
svg.checklist.active {
	fill: var(--auvy-colore-arancione);
}
.auvi_full_contact {
	/*background-color: var(--auvy-colore-nero);*/
}
body.page-template-template-contatti #page {
	position: relative;
  animation: gradientMove 15s linear;
  animation-iteration-count: infinite;
  background: linear-gradient(90deg, rgba(229, 63, 0, 1) 0%, rgba(255, 103, 0, 1) 25%, rgba(238, 15, 184, 1) 50%, rgba(221, 0, 136, 1) 75%, rgba(229, 63, 0, 1) 100%);
  background-size: 600% 600%;
}
body.page-template-template-contatti #page:before {
	content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  background: rgba(0, 0, 0, .6);
}
.full_contact .sub-inner,
.singolo_servizio .auvi_why_work.top {
	padding-top: 25vh;
}
.full_contact .auvi_cta_desc, .auvi_why_work.top .auvi_cta_desc {
	color: var(--auvy-colore-sfondo);
    text-align: left;
    font-size: clamp(34px, 5.5vw, 100px);
    line-height: .9;
    z-index: 9;
    position: relative;
    word-break: break-word;
}
.auvi_why_work.top .auvi_cta_desc {
	color: var(--auvy-colore-nero);
	font-size: clamp(35px, 3.8vw, 60px);
	text-align: center;
}
.auvi_why_work.top .auvi_cta_desc.big {
	font-size: clamp(34px, 5.5vw, 100px);
	padding-top: 25vh;
	text-align: center;
}
.singolo_servizio .auvi_why_work.top .work_subtitle {
	margin-top: 40px;
  width: 75%;
}
.full_contact p.reveal-type {
	text-align: left;
}
.auvi_map_form p {
	margin: 0;
}
.auvi_map_form iframe {
	filter: grayscale(100%) invert(95%) contrast(100%);
    width: 100%;
}
.auvi_form_inner {
	display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 80px 0;
    gap: 50px;
}
.wpcf7 form .wpcf7-response-output {
	color: var(--auvy-colore-sfondo);
}
body.page-template-default #primary, body.error404 #primary {
	max-width: 1420px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
body.page-template-default #primary header, body.error404 #primary header {
	padding-top: 25vh;
}
body.page-template-default #primary .entry-title, body.error404 #primary .page-title {
	color: var(--auvy-colore-nero);
	text-align: left;
    font-size: clamp(34px, 5.5vw, 100px);
    line-height: 1.1;
    z-index: 9;
    position: relative;
    font-family: "MonumentExtended Regular", sans-serif;
    text-transform: uppercase;
    margin: 0;
}
body.error404 #primary .page-content p {
	position: relative;
    font-size: 1.5vw;
    line-height: 1.3;
    z-index: 9;
    margin: 1.5em 0 1.5em;
}
.animate .word {
	overflow: hidden;
	display: inline-flex;
}
.animate .word .sub-word {
	transform: translateY(100%);
    display: inline-block;
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.animate .word.active .sub-word {
	transform: translateY(0);
}
.preloader {
	position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--auvy-colore-nero);
    z-index: 99999;
    pointer-events: none;
    transform: translateY(-100%);
    transition: all .4s ease-in-out;
}
.preloader.opposite {
	transform: translateY(100%);
}
.preloader.noanim {
	transition: none;
}
.preloader.clicked {
	transform: translateY(0);
}
.preloader.active {
	transform: translateY(0);
}
.preloader .logo-loader {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 200px;
}
.loghi_auvi_link {
	padding: 0;
	position: relative;
  display: inline-block;
}
.loghi_auvi_link img {
	margin: 0 auto;
	width: 150px !important;
	transition: opacity .4s cubic-bezier(0.7, 0, 0.3, 1);
  display: block;
}
.loghi_auvi_link img.logo_normale {
	display: block;
}
.loghi_auvi_link img.logo_hover {
	position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.loghi_auvi_link:hover img.logo_normale {
	opacity: 0;
}
.loghi_auvi_link:hover img.logo_hover {
	opacity: 1;
}
.categorie-servizi {
	padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    gap: 15px;
    align-items: center;
    margin: 4em 0;
    text-transform: uppercase;
}
.categorie-servizi li a {
	padding: 5px 10px;
	display: inline-block;
    position: relative;
}
.bg-cat {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 0;
    background: #FFC700 url(./img/gradient.jpg);
    background-size: 100%;
    transition: all .25s ease-in-out;
}
.categorie-servizi li a span {
	z-index: 1;
    position: relative;
    color: var(--auvy-colore-nero);
    transition: all .25s ease-in-out;
}
.categorie-servizi li.active a span {
	font-weight: bold;
}
.categorie-servizi li.active a span,
.categorie-servizi li a:hover span {
	color: var(--auvy-colore-sfondo);
}
.categorie-servizi li.active a .bg-cat,
.categorie-servizi li a:hover .bg-cat {
	height: 100%;
}
.categorie-servizio {
	padding: 0;
    margin: 0;
    list-style: none;
}
.categorie-servizio li a {
	position: relative;
	padding: 5px 10px;
}
.categorie-servizio li a .bg-cat {
	height: 100%;
}
.categorie-servizio li a span {
	position: relative;
	z-index: 1;
	color: var(--auvy-colore-sfondo);
}
.categorie-servizio li a,
.categorie-servizio li a svg {
	color: var(--auvy-colore-sfondo);
	fill: var(--auvy-colore-sfondo);
}
.categorie-servizio li a svg {
	width: 20px;
    height: 20px;
    margin-right: 10px;
}
.auvi_img_only_mobile, .auvi_big_desc.solo-mobile {
	display: none;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
	overflow-y: auto;
    height: 100%;
}

.main-navigation > div {
	height: 100%;
}

.main-navigation ul {
	display: flex;
    list-style: none;
    flex-direction: column;
    gap: 5px;
    padding: 0;
    margin: 0;
    height: 100%;
    justify-content: center;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	display: flex;
	opacity: 0;
  transform: translateY(100%);
  transition: opacity .3s ease-in-out, transform .3s ease-in-out;
}
.auvi-menu.aperto .main-navigation li {
    opacity: 1;
    transform: translateY(0);
}
/*
.main-navigation a {
	display: block;
    text-decoration: none;
    color: var(--auvy-colore-sfondo);
    text-transform: uppercase;
    font-family: "MonumentExtended Regular", sans-serif;
    font-size: clamp(34px, 5.5vw, 100px);
    line-height: .9;
    mix-blend-mode: overlay;
}
.main-navigation li:before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    background-color: var(--auvy-colore-nero);
    z-index: -1;
    transition: width .3s ease-in-out;
}
.main-navigation li:hover:before {
	width: 100%;
}
*/
.main-navigation a {
	position: relative;
	text-decoration: none;
	display: block;
	color: var(--auvy-colore-sfondo);
  text-transform: uppercase;
  font-family: "MonumentExtended Regular", sans-serif;
  font-size: clamp(34px, 5.5vw, 100px);
  line-height: .9;
  transition: color 0.25s ease-in-out;
}
.main-navigation a:hover {
	color: transparent;
}
.main-navigation a:after {
	content: attr(data-text);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	background: #FFC700 url(./img/gradient.jpg);
  -webkit-background-clip: text;
  background-clip: text;
  background-size: cover;
  -webkit-text-fill-color: transparent;
  animation: btnHover 10s linear;
  animation-iteration-count: infinite;
	transition: opacity 0.25s ease-in-out;
}
.main-navigation a:hover:after {
	opacity: 1;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
	color: var(--auvy-colore-grigio-scuro);
}
/*
.main-navigation li a:hover {
	color: var(--auvy-colore-grigio-scuro);
}
*/

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}
.auvi_servizi_loop {
	margin-bottom: 10vh;
}
.auvi_servizi_loop .avuti_singolo_servizio {
	margin-bottom: 30px;
}
.auvi_services ul li .auvi_services_link_global {
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
}
.auvi_services ul li .auvi_services_link_global:before {
    content: "";
    padding-top: 130%;
    display: block;
}
.services_single_img_absolute {
	background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  height: 105%;
  width: 100%;
  top: 0;
  left: 0;
  transition: top .4s cubic-bezier(0.7, 0, 0.3, 1), opacity .4s ease-in-out;
}
.services_single_img_hover, .services_single_video_hover {
	opacity: 0;
	background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  height: 105%;
  width: 100%;
  top: 0;
  left: 0;
  transition: top .4s cubic-bezier(0.7, 0, 0.3, 1), opacity .4s ease-in-out;
}
.services_single_video_hover video {
	width: 100%;
}
.auvi_services_link_global.siHover:hover .services_single_img_absolute {
	opacity: 0;
}
.auvi_services_link_global.siHover:hover .services_single_img_hover,
.auvi_services_link_global.siHover:hover .services_single_video_hover {
	opacity: 1;
	top: -5%;
}

.avuti_singolo_servizio .auvi_services_link_global:hover .services_single_img_absolute,
.auvi_services ul li .auvi_services_link_global:hover .services_single_img_absolute,
.auvi_schede_single:hover .services_single_img_absolute {
	top: -5%;
}
.auvi_servizi_loop .avuti_singolo_servizio:nth-child(4) {
    margin-top: 120px;
}
.auvi_servizi_loop .avuti_singolo_servizio:nth-child(5) {
    margin-top: 60px;
}
.avuti_singolo_servizio .auvi_services_link_global {
	width: 100%;
    position: relative;
    overflow: hidden;
    display: block;
    background-color: transparent;
    transition: background-color .3s ease-in-out;
}
/*
.auvi_servizi_loop .avuti_singolo_servizio:hover a {
	background-color: rgba(0,0,0,.3);
}
*/
.avuti_singolo_servizio .services_single_absolute {
	position: absolute;
  bottom: calc(-45px - var(--pretitolo-height));
  width: 100%;
  padding: 20px;
  background: linear-gradient(0deg, rgba(32, 32, 32, 1) 0%, rgba(32, 32, 32, 0.5) 50%, rgba(32, 32, 32, 0) 100%);
  padding-top: 50%;
  transition: bottom .4s cubic-bezier(0.7, 0, 0.3, 1);
}
.avuti_singolo_servizio div.auvi_services_link_global .services_single_absolute {
	bottom: calc(0px - var(--pretitolo-height));
}
.avuti_singolo_servizio .auvi_services_link_global:before {
	content: "";
    padding-top: 150%;
    display: block;
}
.avuti_singolo_servizio .auvi_services_link_global:hover .services_single_absolute {
	bottom: 0;
}
.auvimas, .grid-sizer {
    width: calc(33.3333% - 23px);
}
.blocco_galleria.due_colonne .auvimas, .blocco_galleria.due_colonne .grid-sizer {
	width: calc(50% - 15px);
}
.blocco_galleria.tre_colonne .auvimas, .blocco_galleria.tre_colonne .grid-sizer {
	width: calc(33.3333% - 20px);
}
.blocco_galleria.quattro_colonne .auvimas, .blocco_galleria.quattro_colonne .grid-sizer {
	width: calc(25% - 23px);
}
.blocco_galleria.cinque_colonne .auvimas, .blocco_galleria.cinque_colonne .grid-sizer {
	width: calc(20% - 25px);
}
.gutter-sizer, .blocco_galleria .gutter-sizer {
	width: 30px;
}
.avuti_singolo_servizio .auvi_serv_pretitolo {
	color: var(--auvy-colore-sfondo);
  margin-top: 10px;
  line-height: 1.2;
  opacity: 0;
  transition: opacity .3s cubic-bezier(0.7, 0, 0.3, 1);
}
.avuti_singolo_servizio .auvi_services_link_global:hover .auvi_serv_pretitolo {
  opacity: 1;
}
.avuti_singolo_servizio .auvi_serv_titolo {
    /*text-transform: uppercase;*/
    color: var(--auvy-colore-sfondo);
    font-size: clamp(22px, 2.1vw, 35px);
    line-height: 1.15;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    transition: color .3s cubic-bezier(0.7, 0, 0.3, 1);
}
.avuti_singolo_servizio .auvi_serv_pulsante {
	opacity: 0;
    margin-top: 20px;
    color: var(--auvy-colore-arancione);
    display: flex;
    align-items: center;
    gap: 10px;
    transition: opacity .3s cubic-bezier(0.7, 0, 0.3, 1);
}
.avuti_singolo_servizio .auvi_services_link_global:hover .auvi_serv_pulsante {
    opacity: 1;
}
.avuti_singolo_servizio:hover .auvi_serv_pulsante {
	opacity: 1;
	transform: translateX(0);
}
.auvi_back {
	text-align: center;
	padding-bottom: 30px;
	text-transform: uppercase;
	display: flex;
  align-items: center;
  justify-content: center;
}
.auvi_back a {
	display: inline-flex;
    align-items: center;
    justify-content: center;
}
.auvi_back a svg {
	width: 25px;
	height: 25px;
	display: flex;
	fill: var(--auvy-colore-nero);
}
.auvi_back a span {
	font-weight: 700;
}
.blocco_auvi_singolo {
	padding: 5vh 0;
}
.auvi_related {
	padding-top: 5vh;
}
.blocco_auvi_singolo:first-child {
	padding: 0 0 5vh
}
.blocco_solo_testo {
	display: flex;
    flex-direction: column;
}
.blocco_solo_testo.centro {
	align-items: center;
    text-align: center;
}
.blocco_solo_testo.destra {
	align-items: flex-end;
}
.blocco_solo_testo.sinistra {
	align-items: flex-start;
}
.blocco_solo_testo_inner {
	width: 50%;
}
article.type-servizi .entry-content div ul {
	margin: 0;
    padding: 0;
    padding-left: 22px;
}
.blocco_solo_testo_inner h2,
.blocco_testo_e_immagine_affiancati .blocco_testo_e_immagine_affiancati_inner h2 {
	color: var(--auvy-colore-arancio);
	font-family: "Inter", sans-serif;
  font-size: clamp(26px, 2.6vw, 40px);
  margin: 0;
  line-height: 1.15;
}
.blocco_solo_immagine_o_video p, .blocco_solo_immagine_o_video .auvi-single-video {
	padding: 56.25% 0 0 0;
    position: relative;
}
.blocco_solo_immagine_o_video p iframe, .blocco_solo_immagine_o_video .auvi-single-video iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.blocco_solo_immagine_o_video video, .blocco_solo_immagine_o_video img {
	width: 100%;
	display: block;
}
.blocco_solo_immagine_o_video video.mobile,
.auvi-single-video-mobile {
	display: none;
}
.blocco_testo_e_immagine_affiancati {
	display: flex;
    gap: 20px;
    align-items: flex-start;
    flex-direction: row;
}
.blocco_testo_e_immagine_affiancati.invertito {
	flex-direction: row-reverse;
}
.blocco_testo_e_immagine_affiancati .blocco_testo_e_immagine_affiancati_inner {
	width: 50%;
}
.blocco_testo_e_immagine_affiancati .blocco_testo_e_immagine_affiancati_inner.testo {
	position: sticky;
	top: 10px;
}
.blocco_galleria.due_colonne:not(.masonry) ul li {
	width: 50%;
}
.blocco_galleria.tre_colonne:not(.masonry) ul li {
	width: 33.3333%;
}
.blocco_galleria.quattro_colonne:not(.masonry) ul li {
	width: 25%;
}
.blocco_galleria.cinque_colonne:not(.masonry) ul li {
	width: 20%;
}
.blocco_galleria.normale ul {
	display: flex;
	padding: 0 !important;
	margin: 0;
	list-style: none;
	flex-wrap: wrap;
}
.blocco_galleria:not(.normale) ul {
	padding: 0 !important;
	margin: 0;
	list-style: none;
}
.blocco_galleria.normale ul li {
	padding: 10px;
}
.blocco_galleria.masonry ul li {
	margin-bottom: 30px;
}
.blocco_galleria ul li img {
	width: 100%;
	display: block;
}
.blocco_galleria_descrizione {
	font-size: 80%;
	margin-top: 5px;
}
.blocco_galleria_descrizione a {
	text-decoration: underline;
}
.auvi-gallery-video {
	width: 100%;
	display: block;
}
.blocco_immagini_video_affiancati {
	display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: flex-start;
}
.blocco_immagini_video_affiancati video,
.blocco_immagini_video_affiancati img {
	max-width: 50%;
    height: auto;
    object-fit: contain;
}
.diagram-container {
  position: relative;
  width: 400px;
  height: 400px;
  margin: 0 auto;
  pointer-events: none;
}
.diagram-container.active {
	animation: enablePE 0s ease forwards;
  animation-delay: 2.3s;
}
@keyframes enablePE {
  to {
    pointer-events: all;
  }
}
.auvi_illustrazione .inner {
	display: flex;
	gap: 60px
}
.auvi_illustrazione_inner,
.auvi-illustrazione-inner-testo {
	width: 50%;
	display: flex;
  flex-direction: column;
  justify-content: center;
}
.auvi_illustrazione.senza_testo .auvi_illustrazione_inner {
	width: 100%;
}

/* Cerchio tratteggiato che ruota */
.rotating-circle {
	opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 300px;
  border: 2px dashed var(--auvy-colore-arancione);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: rotate 50s linear infinite;
  transition: opacity .5s ease-in-out;
  transition-delay: 1000ms;
}

.diagram-container.active .rotating-circle {
	opacity: 1;
}

@keyframes rotate {
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* Cerchi esterni */
.circle {
	position: absolute;
	width: 200px;
	height: 200px;
	border: 1px solid #fff;
	border-radius: 50%;
	color: var(--auvy-colore-sfondo);
	text-align: center;
	font-family: "MonumentExtended Regular", sans-serif;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
}

.circle.back-circle {
	background: var(--auvy-colore-nero);
	opacity: 0;
	transition: opacity .5s ease-in-out;
}

.circle.back-circle.first {
	transition-delay: 1700ms;
}
.circle.back-circle.second {
	transition-delay: 2000ms;
}
.circle.back-circle.third {
	transition-delay: 2300ms;
}

.diagram-container.active .circle.back-circle {
	opacity: 1;
}

.circle.top-circle {
	opacity: 0;
	z-index: 5;
	transition: all .25s ease-in-out;
	background: #FF6700;
	background: linear-gradient(90deg, rgba(229, 63, 0, 1) 0%, rgba(255, 103, 0, 1) 25%, rgba(238, 15, 184, 1) 50%, rgba(221, 0, 136, 1) 75%, rgba(229, 63, 0, 1) 100%);
	background-size: 600% 600%;
  animation: gradientMove 8s linear infinite;
}

.circle.top-circle:hover {
	opacity: 1;
}

@keyframes gradientMove {
  0% { background-position: 0% 0%; }
  100% { background-position: 600% 0% }
}

.circle-image {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  transform: translate3d(0, 0, 0) scale3d(0, 0, 1) rotateY(0deg);
  transition: transform 0.35s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
  transform-style: preserve-3d;
  z-index: 5;
}
.circle-image img {
	opacity: .9;
	width: 180px;
  height: auto;
  display: block;
}

/* Posizioni */
.circle-branding {
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.circle-management {
  bottom: 30px;
  left: 10px;
  transform: translateX(-10%);
}

.circle-performance {
  bottom: 30px;
  right: 10px;
  transform: translateX(10%);
}

/* Cerchio centrale giallo */
.center-circle {
	opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  background-color: var(--auvy-colore-arancione);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 0px var(--auvy-colore-arancione);
  animation-name: shadowBox;
  animation-iteration-count: infinite;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  transition: opacity .5s ease-in-out;
  transition-delay: 500ms;
}

.diagram-container.active .center-circle {
	opacity: 1;
}

@keyframes shadowBox {
	0% {
		box-shadow: 0px 0px 0px var(--auvy-colore-arancione);
	}
	50% {
		box-shadow: 0px 0px 25px var(--auvy-colore-arancione);
	}
	100% {
		box-shadow: 0px 0px 0px var(--auvy-colore-arancione);
	}
}

.center-circle img {
  width: 60px;
  height: auto;
}

body.page-template-template-contatti .get-in-touch {
	display: none;
}
.auvi_pre_footer {
	  display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 100px 0 50px;
    gap: 10px;
    overflow: hidden;
}
.auvi_pre_footer .pre_footer {
	width: 50%;
  display: flex;
  position: relative;
  float: left;
}
.auvi_pre_footer .pre_footer.left .div-bg {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #FFC700 url(./img/gradient.jpg);
  background-size: 600%;
  background-position-x: 0;
  transition: all .25s ease-in-out;
  animation: btnHover 10s linear;
  animation-iteration-count: infinite;
  animation: btnHover 8s linear infinite;
  animation-play-state: paused;
  transition: none;
  z-index: -1;
}

.auvi_pre_footer .pre_footer.left .pre_footer_pre_title,
.auvi_pre_footer .pre_footer.left .pre_footer_title {
	color: var(--auvy-colore-sfondo);
}
.auvi_pre_footer .pre_footer.left .pre_footer_button span {
	color: var(--auvy-colore-arancione);
}
.auvi_pre_footer .pre_footer.left .pre_footer_button svg {
	max-height: 9px;
  width: 30px;
  transition: all .25s ease-in-out;
  fill: var(--auvy-colore-arancione);
}
.auvi_pre_footer .pre_footer.left a.hovering .div-bg {
  animation-play-state: running;
}
.auvi_pre_footer .pre_footer a {
	padding-top: 8vw;
  padding-bottom: 7vw;
  height: 100%;
  position: relative;
  float: left;
  width: 100%;
  color: var(--auvy-colore-nero);
}
.auvi_pre_footer .pre_footer a:before {
	content: "";
	position: absolute;
	background-color: rgba(0,0,0,0.2);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity .2s ease-in-out;
}
.auvi_pre_footer .pre_footer a:hover:before {
	opacity: 1;
}
.auvi_pre_footer .pre_footer.left .pre_footer_wrap {
	float: right;
  width: 710px;
  padding-left: 30px;
  padding-right: 180px;
  position: relative;
}
.auvi_pre_footer .pre_footer.right {
  background-color: var(--auvy-colore-sfondo);
}
.auvi_pre_footer .pre_footer.right .pre_footer_wrap {
	float: left;
  width: 710px;
  padding-left: 180px;
  padding-right: 30px;
  position: relative;
}
.auvi_pre_footer .pre_footer .pre_footer_pre_title {
	margin-bottom: 20px;
  display: block;
}
.auvi_pre_footer .pre_footer .pre_footer_title {
	font-family: "Inter", sans-serif;
	font-size: clamp(26px, 2.6vw, 40px);
	line-height: 1.2;
	margin: 0;
	margin-bottom: 40px;
	font-weight: 500;
}
.auvi_pre_footer .pre_footer .pre_footer_button {
	display: flex;
  gap: 10px;
  align-items: center;
  font-weight: bold;
}

.auvi_pre_footer .pre_footer .pre_footer_pre_title,
.auvi_pre_footer .pre_footer .pre_footer_title,
.auvi_pre_footer .pre_footer .pre_footer_button {
	transition: all .25s ease-in-out;
}
.auvi_pre_footer .pre_footer.right .pre_footer_button svg {
	fill: var(--auvy-colore-nero);
	max-height: 9px;
  width: 30px;
  transition: all .25s ease-in-out;
}
.auvi_pre_footer .pre_footer a:hover .pre_footer_button svg {
	margin-left: 20px;
}
.blocco-form .wpcf7-acceptance {
	font-size: 12px;
}
.related_container {
	display: flex;
	flex-direction: row;
	padding: 4vw 0 !important;
}
.related_container .avuti_singolo_servizio {
	width: 33.3333%;
	padding: 0 10px;
}
.auvi_related_head {
	display: flex;
  align-items: center;
  justify-content: space-between;
}
.auvi_related_head .auvi_all_services a {
	color: var(--auvy-colore-arancio);
	text-transform: uppercase;
}
.auvi_solo_head {
	position: relative;
	padding-top: 10vw;
  padding-bottom: 10vw;
  background-size: cover;
  background-repeat: no-repeat;
}
.auvi_solo_head h3 {
	text-align: center;
  text-transform: uppercase;
  font-family: "MonumentExtended Regular", sans-serif;
  font-size: clamp(22px, 4vw, 50px);
  line-height: .9;
 	position: relative;
  z-index: 9;
}
.dark_overlay {
	position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
.blocco_auvi_singolo.blocco_contatore {
	display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.blocco_auvi_singolo.blocco_contatore .auvi_singolo_contatore {
    width: 33.333%;
    padding: 0 30px;
    text-align: center;
    display: block;
}
.blocco_auvi_singolo.blocco_contatore .auvi_singolo_contatore .contatore_conteggio  {
		font-size: clamp(40px, 4vw, 80px);
    margin-bottom: 1.2vw;
    font-family: "MonumentExtended Regular", sans-serif;
    line-height: 1;
}
.blocco_auvi_singolo.blocco_contatore .auvi_singolo_contatore .contatore_titolo {
	  font-size: clamp(19px, 1.5vw, 24px);
}
a.icona-linkedin {
	position: relative;
	top: -2px;
}
.footer-sub-color {
	color: var(--auvy-colore-arancio);
}
body.pagina_scura .footer-sub-color {
	color: var(--auvy-colore-arancione);
}
.auvi-invia {
	position: relative;
	display: inline-block;
	margin-top: 20px;
}
.auvi-invia .wpcf7-submit {
	position: relative;
	position: relative;
  padding: 15px 50px;
  border-radius: 0;
  border: none;
  transition: all .25s ease-in-out;
  color: var(--auvy-colore-sfondo);
	animation: btnHover 10s linear;
  animation-iteration-count: infinite;
  background: #FFC700 url(./img/gradient.jpg);
  background-size: 600%;
  animation-play-state: paused;
}
.auvi-invia .wpcf7-submit:hover {
	/*
	color: var(--auvy-colore-sfondo);
	animation: btnHover 10s linear;
  animation-iteration-count: infinite;
  background: #FFC700 url(./img/gradient.jpg);
  background-size: 600%;
  */
  animation-play-state: running;
}
.auvi-invia .wpcf7-submit:not(:disabled) {
	cursor: pointer;
}
.wpcf7-not-valid-tip {
	font-size: 13px;
}
.auvi_schede_inner {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
  padding: 0 30px;
}
.auvi_schede_single {
	position: relative;
	display: block;
	width: 100%;
  flex: 1 1 calc(33.3333% - 30px);
}
.auvi_schede_container {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.auvi_schede_container:before {
	content: "";
	display: block;
	padding-top: 150%;
}
.auvi_schede_single .services_single_absolute {
	position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(0deg, rgba(32, 32, 32, 1) 0%, rgba(32, 32, 32, 0.5) 50%, rgba(32, 32, 32, 0) 100%);
  color: white;
  transition: transform .4s cubic-bezier(0.7, 0, 0.3, 1);
  transform: translateY(calc(100% - 75px));
}
.auvi_schede_single:hover .services_single_absolute {
	transform: translateY(0);
}
.services_single_subtitle_inf {
	opacity: 0;
	transition: opacity .3s cubic-bezier(0.7, 0, 0.3, 1);
	margin-top: 20px;
}
.auvi_schede_single:hover .services_single_subtitle_inf {
	opacity: 1;
}
.auvi_schede_single:hover .services_single_title {
	color: var(--auvy-colore-arancione);
}
/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

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

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.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-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.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: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/* Responsive */
@media all and (max-width: 1740px) {
	.inner, body.page-template-default #primary, body.error404 #primary {
		padding: 0 12vw;
		width: 100%;
		max-width: 100%;
	}
	.auvi_pre_footer .pre_footer.left .pre_footer_wrap {
      max-width: 100%;
      width: 100%;
      padding-left: 12vw;
      padding-right: 5vw;
  }
  .auvi_pre_footer .pre_footer.right .pre_footer_wrap {
      max-width: 100%;
      width: 100%;
      padding-left: 7vw;
      padding-right: 10vw;
  }
}
@media all and (max-width: 1366px) {
	.services_loop .owl-nav {
		display: none;
	}
}
@media all and (max-width: 1250px) {

	.auvi_cta_text, .auvi_cta_double_text {
		margin: 10vh 0;
		/*padding: 0 12vw;*/
	}
	.auvi_cta_text {
		padding: 5vh 15px;
	}
	.full_contact.inner {
		margin: 0;
	}
	.auvi_why_work.top .auvi_cta_desc.big,
	.full_contact .sub-inner,
	.singolo_servizio .auvi_why_work.top,
	body.page-template-default #primary header,
	body.error404 #primary header {
	    padding-top: 18vh;
	}
}
@media all and (max-width: 1024px) {
	body.auvi-cursor .custom-cursor-wrap {
		display: none;
	}
	.auvi_flex_why_work {
		flex-wrap: wrap;
	}
	.single_why_work {
	    width: calc(50% - 10px);
	}
	.footer-widgets {
		flex-direction: column;
		gap: 30px;
	}
	.footer-widgets-block.widgets,
	.footer-widgets-block.get-ready,
	.blocco_solo_testo_inner {
		width: 100%;
	}
	.auvi_cta_double_text .cta-inner .auvi_cta_pretext {
		margin-bottom: 10px;
	}
	.full_contact {
	    padding: 15vh 5vw;
	}
	.auvimas, .grid-sizer {
	    width: calc(50% - 15px);
	}
	.gutter-sizer, .blocco_galleria .gutter-sizer {
		width: 20px;
	}
	.blocco_galleria.due_colonne .auvimas, .blocco_galleria.due_colonne .grid-sizer {
		width: calc(50% - 10px);
	}
	.blocco_galleria.tre_colonne .auvimas, .blocco_galleria.tre_colonne .grid-sizer {
		width: calc(33.3333% - 15px);
	}
	.blocco_galleria.quattro_colonne .auvimas, .blocco_galleria.quattro_colonne .grid-sizer {
		width: calc(25% - 16px);
	}
	.blocco_galleria.cinque_colonne .auvimas, .blocco_galleria.cinque_colonne .grid-sizer {
		width: calc(20% - 18px);
	}
	.blocco_galleria.masonry ul li {
		margin-bottom: 20px;
	}
	.auvi_servizi_loop .avuti_singolo_servizio:nth-child(5) {
	    margin-top: 0;
	}
	.blocco_galleria.cinque_colonne ul li {
	    width: 33.3333%;
	}
	.auvi_pre_footer {
		gap: 0;
		flex-direction: column;
		padding: 0;
    margin: 10vh 0;
	}
	.auvi_pre_footer .pre_footer {
		width: 100%;
	}
	.auvi_pre_footer .pre_footer.left .pre_footer_wrap,
	.auvi_pre_footer .pre_footer.right .pre_footer_wrap {
      padding-left: 12vw;
      padding-right: 12vw;
  }
  .auvi_pre_footer .pre_footer a {
  	padding-top: 11vw;
    padding-bottom: 10vw;
  }
  .auvi_illustrazione .inner {
  	flex-direction: column;
  	align-items: center;
  }
  .auvi_illustrazione_inner, .auvi-illustrazione-inner-testo {
  	width: 100%;
  }
}
@media all and (max-width: 781px) {
	.singolo_servizio .auvi_why_work.top .work_subtitle {
		width: 100%;
	}
	.singolo_servizio .work_subtitle h3 {
		font-size: 30px;
	}
	body.admin-bar #masthead {
    	top: 46px;
	}
	.auvi_cta_text {
		text-align: center;
	}
	.services_loop ul .owl-stage-outer:hover li img, .splide ul:hover li img {
		filter: none;
	}
	.services_loop ul .owl-stage-outer li:hover img, .splide ul li:hover img {
		filter: none;
	}
	.auvi-logotype img {
		max-width: 100%;
	}
	.auvi_cta_double_text .cta-inner {
	    width: 100%;
	    text-align: left !important;
	}
	.auvi_form_inner, .blocco_testo_e_immagine_affiancati {
		flex-direction: column;
	}
	.auvi_social_form {
		position: relative;
		top: inherit;
	}
	.blocco_testo_e_immagine_affiancati.invertito {
		flex-direction: column-reverse;
	}
	.blocco_testo_e_immagine_affiancati .blocco_testo_e_immagine_affiancati_inner {
		width: 100%;
	}
	.blocco_testo_e_immagine_affiancati .blocco_testo_e_immagine_affiancati_inner.testo {
	    position: relative;
	    top: auto;
	}
	.blocco_galleria:not(.masonry).quattro_colonne ul li,
	.blocco_galleria:not(.masonry).cinque_colonne ul li {
	    width: 50%;
	}
	.blocco_galleria.quattro_colonne .auvimas, .blocco_galleria.quattro_colonne .grid-sizer,
	.blocco_galleria.cinque_colonne .auvimas, .blocco_galleria.cinque_colonne .grid-sizer {
		width: calc(50% - 10px);
	}
	.auvi_text_flex .auvi_big_subtitle,
	.auvi_cta_double_text .auvi_big_subtitle,
	.auvi_cta_double_text p.reveal-type {
		width: 100%;
	}
	.categorie-servizi {
		flex-direction: column;
	    gap: 5px;
        align-items: center;
	}
	.related_container .avuti_singolo_servizio {
  	width: 100%;
  	padding: 0;
  	padding-right: 30px;
  }
  .related_container .avuti_singolo_servizio .auvi_services_link_global {
  	transform: translateY(0vw) !important;
  }
  .related_container {
  	gap: 0;
  }
  #primary.singolo_servizio {
  	overflow: hidden;
  }
  .auvi_wrapper_related.uk-slider {
		overflow: visible;
	}
	.auvi_related_head {
		flex-direction: column;
    align-items: flex-start;
	}
	.auvi-bottom-menu {
		display: none;
	}
	.auvi-bottom-menu-mobile {
		display: block;
		width: 100%;
	}
	.get-in-touch-mobile {
		position: relative;
		width: 100%;
    display: block;
    text-align: center;
    padding: 8px 0;
	}
	.get-in-touch-mobile a span {
		color: var(--auvy-colore-sfondo);
		z-index: 1;
    position: relative;
	}
	.auvi_menu_container {
		flex-direction: column;
	}
	.get-in-touch-mobile .btn-bg {
		opacity: 1;
	}
	.blocco_auvi_singolo.blocco_contatore .auvi_singolo_contatore {
		width: 100%;
    padding: 2vh 0;
    margin-bottom: 20px;
	}
	.circle-image {
		display: none;
	}
	.auvi_schede_inner {
		flex-direction: column;
	}
	.auvi_schede_single {
		flex: 1 1 100%;
	}
	.auvi_schede_single .services_single_absolute {
		transform: translateY(0);
	}
	.services_single_subtitle_inf {
		opacity: 1;
	}
	.auvi_schede_single .services_single_title {
		color: var(--auvy-colore-arancione);
	}
	.auvi_schede_inner {
		padding: 0 12vw;
	}
}
@media all and (max-width: 600px) {
	.services_title h2,
	.work_title h2,
	.text_reveal_title h2,
	.loghi_title h2,
	.auvi_related h3,
	.auvi_text_flex .auvi_big_desc,
	.auvi_illustrazione .auvi_big_desc,
	.auvi_solo_head h3,
	.auvi_cta_double_text .cta-inner .auvi_cta_desc {
    font-size: 30px;
    font-size: 7vw;
    line-height: 1.2 !important;
	}
	.header-inner h1.auvi-titolo,
	.main-navigation a,
	.auvi_why_work.top .auvi_cta_desc.big,
	.auvi_why_work.top .auvi_cta_desc,
	.full_contact .auvi_cta_desc {
      font-size: 40px;
      font-size: clamp(40px, 10vw, 50px);
  }
	body.admin-bar #masthead {
    	top: 0;
	}
	#masthead {
		padding: 10px 20px;
	}
	.get-in-touch {
		display: none;
	}
	.header-inner h1.auvi-titolo {
		word-break: break-word;
	}
	.main-navigation a {
    	line-height: 1.1;
	}
	.auvi-menu:before,
	.auvi-menu:after {
		content: none;
	}
	.auvi-bottom-menu {
		flex-direction: column;
		gap: 10px;
	}
	.auvi-testo-menu {
		text-align: center;
		line-height: 1.4;
	}
	.auvi_big_text {
		flex-direction: column;
	}
	.auvi_big_text.inverted {
		flex-direction: column-reverse;
	}
	.auvi_text_flex, .auvi_big_text.inverted .auvi_text_flex {
	    width: 100%;
	    padding-left: 0;
	    padding-right: 0;
	}
	.auvi_img_flex {
	    width: 100%;
	}
	.auvi_text_flex p.reveal-type {
		width: 100%;
	}
    .footer-widgets-block.widgets {
    	flex-wrap: wrap;
    }
    .footer-widgets-block.widgets aside {
	    width: 50%;
	}
	.footer-info {
		flex-direction: column;
    	gap: 20px;
	}
	.auvi_text_flex > span,
	.auvi_cta_double_text .cta-inner .auvi_cta_desc,
	.auvi_text_flex .auvi_big_desc {
    	white-space: normal;
    	width: 100%;
    	word-break: break-word;
	}
	.auvi_cta_double_text .cta-inner .auvi_cta_desc {
		float: none;
		text-align: left;
	}
	.auvi_big_text.inverted .auvi_text_flex .auvi_big_desc {
		text-align: left;
	    float: none;
	}
	.auvi_big_text.inverted .auvi_text_flex span {
		float: none;
	}
	.auvi_cta_text, .auvi_cta_double_text {
		margin: 10vh 0;
	}
	body .auvi_cta_double_text.no-overflow-margin, .auvi_full_contact {
		margin-bottom: 5vh;
	}
	body.page-template-template-contatti .auvi_cta_double_text {
		margin: 0 0 5vh;
	}
	.auvimas, .grid-sizer {
	    width: 100%;
	}
	.gutter-sizer {
		width: 0;
	}
	.blocco_galleria .gutter-sizer {
		width: 10px;
	}
	.blocco_galleria.masonry ul li {
		margin-bottom: 10px;
	}
	.auvi_servizi_loop .avuti_singolo_servizio:nth-child(4) {
	    margin-top: 0;
	}
	.blocco_auvi_singolo {
	    padding: 3vh 0;
	}
	.auvi_related {
		padding-top: 3vh;
	}
	.blocco_auvi_singolo:first-child {
	    padding: 0 0 3vh;
	}
	.blocco_galleria.tre_colonne ul li {
	    width: 50%;
	}
	.blocco_galleria.due_colonne .auvimas, .blocco_galleria.due_colonne .grid-sizer,
	.blocco_galleria.tre_colonne .auvimas, .blocco_galleria.tre_colonne .grid-sizer {
		width: calc(50% - 10px);
	}
	.loghi_auvi_link img {
	    width: 120px !important;
	}
	.blocco_immagini_video_affiancati {
	    flex-direction: column;
	}
	.blocco_immagini_video_affiancati video,
	.blocco_immagini_video_affiancati img {
		max-width: 100%;
	}
	#colophon {
		padding-top: 0;
	}
    .auvi_back {
    	justify-content: flex-start;
    }
    .auvi_why_work.top .auvi_cta_desc {
    	text-align: left;
    }
    .diagram-container {
    	width: 85vw;
    	height: 85vw;
	}
    .rotating-circle {
    	width: 50vw;
			height: 50vw;
    }
    .circle {
    	width: 38vw;
    	height: 38vw;
    	font-size: 13px;
    }
    .center-circle {
    	width: 90px;
    	height: 90px;
    }
    .center-circle img {
	    width: 40px;
	}
    .circle-branding {
    	top: -15px;
    	left: 50%;
	}
	.circle-management {
    	bottom: 40px;
    	left: 15px;
	}
	.circle-performance {
	    bottom: 40px;
	    right: 15px;
	}
	.auvi_illustrazione {
	    overflow: hidden;
	}
	.auvi_illustrazione_inner,
	.auvi-illustrazione-inner-testo {
		padding: 0;
		width: 100%;
	}
	.inner, .auvi_cta_text, .auvi_big_text, .auvi_cta_double_text, .auvi_pre_footer .pre_footer.left .pre_footer_wrap, .auvi_pre_footer .pre_footer.right .pre_footer_wrap, body.page-template-default #primary, body.error404 #primary, .auvi_schede_inner {
		padding: 0 30px;
	}
	.auvi_why_work.top .auvi_cta_desc.big,
	.full_contact .sub-inner,
	.singolo_servizio .auvi_why_work.top,
	body.page-template-default #primary header,
	body.error404 #primary header {
        padding-top: 15vh;
  }
  .auvi_solo_head {
  	padding-top: 25vw;
    padding-bottom: 25vw;
  }
  .auvi_img_only_mobile {
		display: block;
		margin: 25px 0;
	}
	.auvi_img_flex, img.auvi_img_parlax {
		display: none;
	}
	.auvi_big_desc.solo-mobile {
		display: block;
		margin-bottom: 60px;
    text-align: center;
    line-height: 1;
	}
	.auvi_big_desc.solo-desktop,
	.blocco_solo_immagine_o_video video.desktop,
	.auvi-single-video-desktop {
		display: none;
	}
	.blocco_solo_testo_inner h2,
	.blocco_testo_e_immagine_affiancati .blocco_testo_e_immagine_affiancati_inner h2 {
	  font-size: 26px;
	}
	.blocco_solo_immagine_o_video video.mobile,
	.auvi-single-video-mobile {
		display: block;
	}
	.scrollDownAuvi {
		left: 23px;
	}
	.auvi_illustrazione .inner {
    gap: 10px;
	}
	.splide ul li div.auvi_services_link_global .services_single_absolute {
		transform: translateY(calc(100% - 90px));
	}
}