/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Staatliches&display=swap');

.cursorAuto {
	cursor: auto !important;
}

.text-underline-custom>* {
	display: inline;
	background-image: linear-gradient(to right, #014f1f 0%, #014f1f 100%);
	background-repeat: repeat-x; 
	background-position: 0 100%; 
	background-size: 100% 2px; 
}

.fw-semibold {
	font-weight: 600 !important;
}

/* -------------------------------------------------------------------------------- */
/* ! Tipografia 
/* -------------------------------------------------------------------------------- */
.extraBold {
	font-weight: 800 !important;
}

.sottolineato p {
	text-decoration: underline;
}

.italicUnderline em {
	font-style: normal;
	text-decoration: underline;
}

.strong20 strong {
	font-size: 20px;
}

@media (max-width : 767px) {
	#homeh1 h1,
	.sottolineaStrongTitolo>div,
	.titoloSmall45 p,
	#h1pagina h1 {
		font-size: 40px !important;
	}
}

/* -------------------------------------------------------------------------------- */
/* ! Container 
/* -------------------------------------------------------------------------------- */

.content1600 .fusion-builder-row {
	max-width: 1600px !important;
}

.content1060 .fusion-builder-row {
	max-width: 1060px !important;
}

.content1335 .fusion-builder-row {
	max-width: 1335px !important;
}

/* -------------------------------------------------------------------------------- */
/* ! Header - Menu
/* -------------------------------------------------------------------------------- */

.fusion-tb-header {
	position: relative;
	z-index: 999;
}

#headerMenu .awb-menu__m-toggle {
	border: 1px solid #e9e9e9 !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.fusion-tb-header .fullwidth-box:nth-child(1) {
		margin-top: 20px !important;
	}

	#headerLogo {
		width: 50%;
		order: 1;
	}

	#headerMenu {
		width: 100%;
		order: 3;
	}

	#headerBottone {
		width: 50%;
		order: 2;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.fusion-tb-header .fullwidth-box {
		margin-top: 20px !important;
	}

	#headerLogo {
		width: 33%;
		order: 1;
	}

	#headerMenu {
		width: 10%;
		order: 3;
	}

	#headerBottone {
		width: 57%;
		order: 2;
	}

	#menu-menu-principale {
		top: 65px !important;
	}
}

@media (max-width : 767px) {
	.fusion-tb-header .fullwidth-box {
		margin-top: 20px !important;
	}

	#headerLogo {
		width: 80%;
		order: 2;
	}

	#headerLogo img {
		max-width: 90% !important;
	}

	#headerMenu {
		width: 20%;
		order: 3;
	}

	#headerBottone {
		width: 100%;
		order: 1;
	}

	#menu-menu-principale {
		top: 65px !important;
	}
}

/* -------------------------------------------------------------------------------- */
/* ! Home 
/* -------------------------------------------------------------------------------- */

#home-cover {
	max-width: 1890px;
    margin: 0px auto;
}

.lista-freccina strong,
.lista-freccina-grigia strong {
	font-weight: 800;
	text-decoration: underline;
}

.lista-freccina span.icon-wrapper,
.lista-freccina-grigia span.icon-wrapper,
.lista-check-verde span.icon-wrapper,
.lista-check-bianco span.icon-wrapper,
.lista-check span.icon-wrapper {
	display: none !important;
}

.lista-freccina .fusion-li-item-content,
.lista-freccina-grigia .fusion-li-item-content {
	margin-left: 0px !important;
	padding-left: 35px;
}

.lista-freccina li {
	background: url(icons/icon-arrow.svg) no-repeat left 5px; 
	background-size: 23px 23px;
}

.lista-freccina-grigia li {
	background: url(icons/icon-arrow-grey.svg) no-repeat left 5px; 
	background-size: 23px 23px;
}

.lista-check-verde .fusion-li-item-content,
.lista-check-bianco .fusion-li-item-content,
.lista-check .fusion-li-item-content {
	margin-left: 0px !important;
	padding-left: 35px;
}

.lista-check-verde li {
	background: url(icons/icon-check-verde.svg) no-repeat left 10px; 
	background-size: 26px 24px;
}

.lista-check li {
	background: url(icons/icon-check.svg) no-repeat left 10px; 
	background-size: 26px 24px;
}

.lista-check-bianco li {
	background: url(icons/icon-check-bianco.svg) no-repeat left 10px; 
	background-size: 26px 24px;
}

#homeh1 strong,
.sottolineaStrongTitolo strong {
	display: inline-block;
	position: relative;
	z-index: 10;
}

#homeh1 strong::before,
.sottolineaStrongTitolo strong::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 2px;
	width: 100%;
	height: 17px;
	background: #f3cc35;
	z-index: -1;
}

#homeh2 h2,
#lavorah2 h2 {
	display: inline;
	background:linear-gradient(180deg, transparent 60%, #f3cc35 60%);
}

@media (min-width: 2500px) {
	#fascia-grigia-home {
		background-size: cover !important;
	}
}

.fusion-button.button-flat.buttonShadow {
	box-shadow: 0px 0px 8px 0px rgba(26, 23, 27, 0.66) !important;
}

.sottolineaStrongTesto strong {
	font-weight: 800;
	text-decoration: underline;
}

.content-box-percentage.content-box-counter {
	font-weight: 700;
}

@media (min-width: 992px) and (max-width: 1199px) {
	#homeCounter .content-box-percentage.content-box-counter {
		font-size: 44px !important;
	}

	#homeCounter .counter-box-content br {
		display: none;
	}

	#home-box-verde .fusion-column-wrapper {
		padding: 11% 5% 5%;
		margin-top: 25% !important;
	}

	#home-img-absolute #image-2 {
		left: 20% !important;
	}

	#home-img-absolute #image-4 {
		left: 50% !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.fusion-counters-box.row {
		display: flex;
		flex-wrap: wrap;
	}

	.fusion-counter-box.fusion-column {
		width: 50%;
	}

	#home-img-absolute #image-1 .fusion-image-element,
	#home-img-absolute #image-2 .fusion-image-element,
	#home-img-absolute #image-4 .fusion-image-element {
		max-width: 300px !important;
	}

	#home-img-absolute #image-2 {
		left: 20% !important;
	}

	#home-img-absolute #image-4 {
		left: 50% !important;
	}
}

@media (max-width : 767px) {
	.sottolineaStrongTitolo strong::before {
		display: none;
	}

	.sottolineaStrongTitolo strong {
		display: inline;
		border-bottom: 8px solid #f3cc35;
	}

	.fusion-counters-box.row {
		display: flex;
		flex-wrap: wrap;
	}

	#homeCounter .content-box-percentage.content-box-counter {
		font-size: 30px !important;
	}

	#homeCounter .fusion-counter-box.fusion-column {
		width: 50%;
	}

	#homeCounter .fusion-counters-box .fusion-counter-box .counter-box-container {
		padding: 0px;
		border: 1px solid var(--awb-border-color);
	}

	#homeCounter .counter-box-content br {
		display: none;
	}

	#homeCounter .fusion-counters-box .counter-box-icon {
		font-size: 15px;
	}
}

/* -------------------------------------------------------------------------------- */
/* ! Form 
/* -------------------------------------------------------------------------------- */
.form-row {
	width: 100%;
}

.column-half,
.column-full {
	float: left;
	position: relative;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media (min-width: 768px) {

	.column-half,
	.column-full {
		padding-left: 0.65rem;
		padding-right: 0.65rem;
	}
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

@media (min-width: 768px) {
	.column-half {
		width: 50%;
	}
}

.wpcf7-form {
	font-size: 16px;
}

.wpcf7-form .wpcf7-text,
.wpcf7-form textarea {
	border-color: #d2d2d2 !important;
	background-color: #eee !important;
}

.wpcf7-submit {
	float: right !important;
	width: 220px !important;
	margin-top: 30px !important;
	font-weight: 700 !important;
}

.wpcf7-list-item {
	margin: 0px;
}

.wpcf7-list-item a {
	text-decoration: underline;
}

.wpcf7-list-item a:hover,
.wpcf7-list-item a:focus {
	text-decoration: none;
}

.wpcf7 input[type="file"] {
	margin-left: 15px;
}

.wpcf7-form .wpcf7-acceptance {
	font-size: 15px;
}

/* .wpcf7 input[type="file"] {
    display: none;
}

.wpcf7 .custom-file-upload {
	margin-left: 15px;
    border: 1px solid #d2d2d2;
	background-color: #eee;
    display: inline-block;
    padding: 10px 18px;
    cursor: pointer;
	border-radius: 5px;
}

.wpcf7 .custom-file-upload:hover, .wpcf7 .custom-file-upload:focus {
	border-color: #039b44;
	background-color: #039b44;
	color: #fff;
} */

/* -------------------------------------------------------------------------------- */
/* ! Footer
/* -------------------------------------------------------------------------------- */

#footerPolicy a {
	margin: 0px 10px;
	text-decoration: underline;
}

#footerPolicy a:hover,
#footerPolicy a:focus {
	text-decoration: none;
}

#footerPolicy p {
	margin-bottom: 0px;
}

/* -------------------------------------------------------------------------------- */
/* ! Chi siamo
/* -------------------------------------------------------------------------------- */

@media (min-width : 1450px) {
	#imgRightChiSiamo {
		margin-top: -160px;
	}

	#testoLeftChiSiamo {
		padding-left: 10%;
	}

	#testoRightChiSiamo {
		padding-right: 10%;
	}

	#imgRightChiSiamo img {
		max-width: 80%;
	}

	#imgRightChiSiamo #due {
		margin-top: -60px;
	}
}

@media (max-width : 1449px) {
	#imgRightChiSiamo #due {
		margin-top: 25px;
	}
}

@media (max-width : 767px) {
	#imgRightChiSiamo img {
		max-width: 80%;
	}

	#imgRightChiSiamo #due {
		margin-top: -60px;
		margin-bottom: 30px;
	}
}

/* -------------------------------------------------------------------------------- */
/* ! Lavora con noi
/* -------------------------------------------------------------------------------- */

#bottoneVerdeLavora>div {
	display: inline-block;
	padding: 13px 29px !important;
	font-size: 20px !important;
	line-height: 33.4px !important;
	font-weight: 700;
	background-color: #039b44;
	color: #fff !important;
	box-shadow: 0px 0px 8px 0px rgba(26, 23, 27, 0.66) !important;
	border-radius: 5px;
}

#bottoneVerdeLavora>div strong {
	font-size: 30px;
}

/* -------------------------------------------------------------------------------- */
/* ! Contatti
/* -------------------------------------------------------------------------------- */

#formContatti .wpcf7-submit {
	background-color: #000;
	border-color: #000;
}

#formContatti .wpcf7-submit:hover,
#formContatti .wpcf7-submit:focus,
#formContatti .wpcf7-submit:active {
	background-color: #fff;
	border-color: #000;
	color: #000;
}

@media (max-width: 767px) {
	#formContatti .fusion-title-heading {
		font-size: 30px !important;
	}
}

/* -------------------------------------------------------------------------------- */
/* ! Landing prodotto
/* -------------------------------------------------------------------------------- */

.strongBarrato strong {
	font-weight: 400;
	text-decoration: line-through;
}

#badgeSconto {
	position: absolute;
	width: 335px;
	top: 47px;
	right: -42px;
	z-index: 10;
	text-align: center;
}

#badgeSconto .titolo {
	background-color: #039b44;
	padding: 15px 5px;
	border-radius: 5px;
}

#badgeSconto .fusion-builder-row-inner .fusion-layout-column {
	background-color: #f3cc35;
	padding: 20px 5px 10px;
	margin: 0px 30px !important;
	width: calc(100% - 60px) !important;
}

#badgeSconto .prezzoBarrato .fusion-title-heading {
	display: inline-block;
	background-color: #ff0000;
	border-radius: 5px;
	padding: 0px 17px !important;
}

#badgeSconto .prezzoBarrato .fusion-title-heading::after {
	content: '';
	display: block;
	position: absolute;
	border-bottom: 1px solid rgb(255, 255, 255);
	width: 50px;
	transform: rotate(-45deg);
	transform-origin: red;
	top: 35px;
	left: calc(50% - 30px);
}

#badgeSconto .fusion-countdown {
	margin: 0px 23.5px !important;
	padding: 10px !important;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#badgeSconto .fusion-countdown-heading {
	font-weight: 400;
	text-transform: uppercase;
}

#badgeSconto .fusion-countdown-counter-wrapper {
	margin-top: 10px !important;
}

#badgeSconto .fusion-dash-title,
#bigCountdown .fusion-dash-title {
	font-size: 0px !important;
}

#badgeSconto .fusion-dash-title::after {
	content: '';
	display: block;
	font-size: 13px;
	padding-top: .25em;
}

#bigCountdown .fusion-dash-title::after {
	font-size: 16px;
}

#badgeSconto .fusion-dash-days .fusion-dash-title::after,
#bigCountdown .fusion-dash-days .fusion-dash-title::after {
	content: 'Giorni';
}

#badgeSconto .fusion-dash-hours .fusion-dash-title::after,
#bigCountdown .fusion-dash-hours .fusion-dash-title::after {
	content: 'Ore';
}

#badgeSconto .fusion-dash-minutes .fusion-dash-title::after,
#bigCountdown .fusion-dash-minutes .fusion-dash-title::after {
	content: 'Minuti';
}

#badgeSconto .fusion-dash-seconds .fusion-dash-title::after,
#bigCountdown .fusion-dash-seconds .fusion-dash-title::after {
	content: 'Secondi';
}

@media (min-width: 992px) and (max-width: 1399px) {
	#badgeSconto {
		right: 10px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	#headerLanding {
		margin-bottom: 0px !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#badgeSconto {
		top: 30px;
		right: 10px;
	}
}

@media (max-width : 767px) {
	#h1Prodotto h1 {
		font-size: 40px !important;
	}

	#badgeSconto {
		position: relative;
		top: 0px;
		right: 0px;
		margin: 0px auto;
	}

	#bigCountdown {
		padding: 30px 0px !important;
	}

	#bigCountdown .fusion-dash {
		padding: 0px 7px !important;
		border: none !important;
	}

	#bigCountdown .fusion-digit {
		font-size: 50px !important;
		margin-bottom: 5px !important;
	}

	#bigCountdown .fusion-dash-title::after {
		font-size: 13px;
	}
}