/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.3.2
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */

/*
 * Doozy da modificare...
 */

/* Colori */
:root {
    --primario: var(--global-palette1);
    --blu-scuro: var(--global-palette2);
    --secondario: var(--global-palette3);
    --light: var(--global-palette8);
    --light-blue: var(--global-palette7);
    --bianco: var(--global-palette9);
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: var(--secondario) !important;
    opacity: 0.3;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: var(--secondario) !important;
    opacity: 0.3;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: var(--secondario) !important;
    opacity: 0.3;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: var(--secondario) !important;
    opacity: 0.3;
}

/* Tipografia */
* p:first-child {
	margin-top:0;
}
* p:last-child {
	margin:0;
}
p, body {
	line-height: 1.75em!important
}
b, strong {
    font-weight: 600!important;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-weight: 600!important;
    margin-top: 0!important;
}

h1, .h1, .h1 > .gspb-dynamic-title-element,
.h1.gspb_meta>* {
    font-size: clamp(32px, 6vw, 60px)!important;
    line-height: 1.1 !important;
}
.h1.titolo-webinar {
	font-size: clamp(24px, 6vw, 60px)!important;
    line-height: 1.1 !important;
}
@media(max-width: 992px) {
	line-height: 1.25 !important;
}
h2, .h2, .h2 > .gspb-dynamic-title-element,
.h2.gspb_meta>* {
    font-size: clamp(28px, 4vw, 52px)!important;
    line-height: 1.15 !important;
}
h3, .h3, .h3 > .gspb-dynamic-title-element,
.h3.gspb_meta>* {
    font-size: clamp(24px, 4vw, 28px)!important;
    line-height: 1.2 !important;
}
h4, .h4, .h4 > .gspb-dynamic-title-element,
.h4.gspb_meta>* {
    font-size: clamp(20px, 3.5vw, 24px)!important;
    line-height: 1.3 !important;
}
.h4.titolo-webinar {
   	font-size: clamp(16px, 3.5vw, 24px)!important;
}
@media(max-width: 992px) {
	line-height: 1.35 !important;
}
h5, .h5, .h5 > .gspb-dynamic-title-element,
.h5.gspb_meta>* {
    font-size: clamp(18px, 3vw, 20px)!important;
    line-height: 1.5 !important;
}
h6, .h6, .h6 > .gspb-dynamic-title-element,
.h6.gspb_meta>* {
    font-size: clamp(1rem, 2.5vw, 1rem)!important;
    line-height: 1.5 !important;
}
h1 strong, .h1 strong, h2 strong, .h2 strong, h3 strong, .h3 strong, h4 strong, .h4 strong, h5 strong, .h5 strong, h6 strong, .h6 strong {
	color: var(--global-palette1)
}
/* Pulsanti */
button, .button, .wp-block-button__link, .wp-element-button, input[type="button"], input[type="reset"], input[type="submit"] {
    border-radius: 10px!important;
    padding: 0.7rem 1rem!important;
    line-height: 1;
	font-size: 15px!important;
	transition: 0.3s!important;
	text-align: center!important;
	transition: 0.3s!important
}
.button-primario {
	background: linear-gradient(rgb(155, 114, 247) 0, var(--global-palette1) 100%)!important;
	transition: 0.3s!important
}
.button-primario .gspb-buttonbox-icon {
	transition: 0.3s!important
}
header .button-primario .gspb-buttonbox-icon svg {
	margin-left: 0.5rem
}
.button-primario .gspb-buttonbox-icon path {
	fill: white!important
}
@media(min-width: 992px) {
	.button-primario:hover .gspb-buttonbox-icon {
		margin-left: 0.875rem !important;
		transition: 0.3s!important
	}
}

/*freccette sul pricing*/
.gs_icon_list_531 .icon-list-wrapper{
	background-color:white !important;
}

/*padding e margin freccette pricing*/
.single-content ul, .single-content ol {
    margin: 0 0 var(--global-md-spacing);
    padding-left: 0 !important; 
	margin-bottom:0 !important;
}


/*newsLetter*/

.newsletter-wrapper {
  position: relative;
  width: 100% !important;
  max-width:350px !important;
  margin: 0 auto;
  border-radius: 0 !important;
}

.newsletter-wrapper input[type="email"] {
  height: 50px;
  font-size: 16px;
  border: 1px solid white !important;
  background-color:#F2F3F5 !important;
}

.newsletter-wrapper button[type="submit"] {
  position: absolute;
  right: 0px;
  top: 0;
  height: 50px;
  padding: 0 25px;
  border: none;
  font-size: 18px;
  cursor: pointer;
}


.newsletter-wrapper input[type="email"]::placeholder {
  color: #ffffff !important;
}

.flex-form input[type="email"]::placeholder {
  color: black !important;
  opacity: 1;
}

button.gspb_slidingPanel-close {
    padding: 0 !important;
    border-radius: 0 10px 0px 10px !important;
	width: 50px!important;
	height: 50px!important;
}
.popuo-button-form {
	text-decoration: none!important
}
button.menu-toggle-close.drawer-toggle {
    padding: 1rem ! Important;
    top: 1rem;
}
button#mobile-toggle {
    padding: 1rem !important;
}
.site-header-row-container-inner {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.65) !important;
    opacity: 1;
}
/*animazione bottoni*/

/* COMPLIANZ */
#cmplz-document {
	margin: 0 auto;
	max-width: var(--global-content-narrow-width);
	padding: 0 var(--global-content-edge-padding);
}
#cmplz-document h2 {
    font-size: 28px !important;
}
#cmplz-document h3 {
    font-size: 22px !important;
}






/* v.2 */
.etichetta {
    background-color: #ede9fe;
    border-radius: 6px;
    margin: 0;
    padding: 4px 10px;
	font-size:12px;
	max-width:max-content;
	text-transform:uppercase;
	color: var(--primario);
}
.gap-half {
	gap:0.5rem;
}
.gap-full {
	gap:1rem;
}
.flex {
	display: flex;
}
.flex-left {
    align-items: center;
    justify-content: flex-start;
}
.flex-center {
    align-items: center;
    justify-content: center;
}
.flex-justify {
    align-items: center;
    justify-content: space-between;
}
.flex-right {
    align-items: center;
    justify-content: flex-end;
}
@media(max-width: 992px) {
	.testata .gspb_button_wrapper {
		width: 100%!important;
	}
	.gspb-buttonbox-textwrap {
		justify-content: center;
	}
}

/*-----------------------------------------------------*/
.label-viola , .label-viola-features {
	background-color: rgb(237, 233, 254);
	color: var(--global-palette1)!important;
	display: inline-flex;
	border-radius: 6px;
	padding: 7.5px 10px;
	text-transform: uppercase;
	position: relative;
	padding-left: 24px;
	justify-content: flex-start;
	align-items: center;
	transition: 0.3s;
}
.label-viola .label-text, 
.label-viola-features .label-text, 
.label-viola h1 {
 	letter-spacing: .72px!important;	
	font-weight: 500!important;
	font-size: 12px!important;
	font-family: "IBM Plex Mono", monospace;
	display: inline;
	color: var(--global-palette1)!important;
	color: var(--global-palette1) !important;
    line-height: 1.167em !important;
    margin: 0;
}
.label-viola:before,
.label-viola-features:before {
	background: var(--global-palette1);
	border-radius: 50px;
	content: '';
	width: 6px;
	height: 6px;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}
@media(max-width: 768px) {
	.order-last {
		order: 2;
	}
}
/*-----------------FAQ------------------------------*/
.ewd-ufaq-faq-div {
    background: white;
	margin: 0!important;
	padding: 1.5rem 2rem!important;
	border-radius: 1.5rem!important;
	margin-bottom: 0.5rem!important
}
.ewd-ufaq-post-margin-symbol.ewd-ufaq- {
    display: none;
}
.ewd-ufaq-faq-body {
	padding-left: 1rem!important
}
.ewd-ufaq-faq-title.ewd-ufaq-faq-toggle {
    position: relative;
}
.ewd-ufaq-faq-title.ewd-ufaq-faq-toggle:after {
    content: '';
	position: absolute;
	right: 0;
	height: 100%;
	width: 30px;
	background-image: url('/wp-content/uploads/2025/10/Plus.svg');
	background-size: contain;
	background-position: center;
	top: 0;
	background-repeat: no-repeat;
	transition: 0.3s;
}
.ewd-ufaq-post-active .ewd-ufaq-faq-title.ewd-ufaq-faq-toggle:after { 
	transform: rotate(135deg)
}
.ewd-ufaq-faq-title-text h4 {
	font-size: 20px!important
}
@media(max-width: 992px) {
	.ewd-ufaq-faq-title.ewd-ufaq-faq-toggle:after {
		width: 20px;
	}
	.ewd-ufaq-faq-div {
    background: white;
		margin: 0!important;
		padding: 1rem 1.5rem!important;
		border-radius: 1.5rem!important;
		margin-bottom: 0.5rem!important
	}
}
.features-repeater div.features-item:nth-of-type(even) .features-item__container {
	flex-direction: column-reverse!important
}
.features-repeater div.features-item:nth-of-type(even) .features-item__container {
	flex-direction: column-reverse!important
}
.features-repeater div.features-item:nth-of-type(2) .features-item__container{
	background: var(--global-palette1)!important;
	color: white!important
}
.features-repeater div.features-item:nth-of-type(2) .features-item__container h2 {
	color: white!important
}
.features-repeater div.features-item:nth-of-type(3) .features-item__container {
	background: var(--global-palette4)!important;
	color: white!important
}
.features-repeater div.features-item:nth-of-type(3) .features-item__container h2 {
	color: white!important
}
.features-repeater div.features-item:nth-of-type(5) .features-item__container {
	background: var(--global-palette1)!important;
	color: white!important
}
.features-repeater div.features-item:nth-of-type(5) .features-item__container h2 {
	color: white!important
}
.features-row .gspbgrid_item:nth-of-type(even) .gspb_row__content {
	flex-direction: row-reverse;
}
@media(max-width: 992px) {
	.features-row .gspbgrid_item:nth-of-type(even) .gspb_row__content {
		flex-direction: column;
	}
}
/*----------------------*/
.menu-footer ul {
	list-style: none;
	margin-left: 0;
	line-height: 1.5em;
}
.menu-footer ul li{
	margin-bottom: 0.5rem
}
.features-menu-footer {
	column-count: 2;
	column-gap: 1.5rem;
}
.footer-row .wp-block-greenshift-blocks-row-column {
	border-right: 1px solid var(--global-palette7)
}
.footer-row .wp-block-greenshift-blocks-row-column:last-child {
	border-right: 0
}
.footer-button {
	background: transparent !important;
    color: var(--global-palette1)!important;;
    padding: 0.5rem !important;
    color: var(--global-palette1)!important;
    border: 1px solid var(--global-palette1)!important;;
    box-shadow: none !important;
	font-size: 0.875rem!important
}
.button-mobile-nav {
	 padding: 0.5rem !important;
	font-size: 0.875rem!important
}
@media(max-width: 992px) {
	.footer-row .wp-block-greenshift-blocks-row-column {
		border-top: 1px solid var(--global-palette7);
		border-right: 0;
	}
	.footer-row .logo-column {
		border-top: 0!important
	}
	.newsletter-wrapper {
		max-width: 100%!important
	}
	.features-menu-footer {
		column-count: 1;
		column-gap: 0;
	}
	.menu-footer ul {
		margin-bottom: 0;
	}
	.box-contatti .h3 {
		font-size: 18px!important;
		font-weight: 600!important
	}
}
.header-submenu-custom ul {
	list-style: none;
	margin: 0!important;
	column-gap: 2rem;
	column-count: 2;
	font-size: 14px!important;
}
.header-submenu-custom ul li {
	padding: 0rem!important;
	background: transparent!important;
	width: 100%;
	border-radius: 0.75rem;
	overflow: hidden;
}
.header-submenu-custom ul li:hover {
	background: var(--global-palette7)
}
.header-submenu-custom ul li a{
	padding: 0.5rem!important;
	font-size: 14px!important;
	display: block!important;
	width: 100%;
}
.sub-menu {
	border-radius: 1.5rem;
}
header .gspb-buttonbox-textwrap {
	display: flex;
}
header #gspb_iconBox-id-gsbp-b420612 svg,
header #gspb_iconBox-id-gsbp-3a67b9d svg {
	width: 1.5rem!important;
	height: 1.5rem!important;
}
.mobile-html-inner ul {
	margin: 0;
	font-size: 1rem;
}
.mobile-html-inner ul li{
	margin-bottom: 0.5rem;
}
.elenco-grid-sezioni {
	padding-bottom: 100px
}
.elenco-grid-sezioni .elenco-grid-sezioni__item:nth-of-type(even) {
	transform: translateY(100px)
}
.elenco-grid-sezioni__item ol li::before {
  content: "1";
}
.elenco-grid-sezioni__item ol {
  counter-reset: sezione; /* inizializza UNA SOLA VOLTA */
}
.elenco-grid-sezioni__item ol li::before {
  counter-increment: sezione;
    content: counter(sezione);
    font-weight: bold;
    /* margin-right: 6px; */
    background: var(--global-palette8);
    border-radius: 50px;
    min-width: 30px;
    display: flex;
    justify-content: center;
    contain: content;
    color: var(--global-palette1);
}
table.table-confronto span{
    font-size: 14px;
    line-height: 1.5em;
}
@media(max-width: 992px) {
	.elenco-grid-sezioni .elenco-grid-sezioni__item:nth-of-type(even) {
		transform: translateY(0)
	}
}