:root {
	/* Main colors */
	--1: #FDDC43;

	/* Grey */
	--g1: #F0F0EA;
	--g2: #F7F7F7;
	--g3: #C7C7C7;
	--g4: #464646;
	--g5: #6d6d6d;
	--g6: #DBDBDB;

	/* Text color */
	--text: #000000;

	/* Black and White */
	--b: #000000;
	--w: #FFFFFF;

	/* Password strength */
	--passwordBad: #B81C23;
	--passwordGood: #FFC733;
	--passwordStrong: #83C373;

	/* Fonts */
	--ff1: "Sora", sans-serif;
	--ff2: 'minion-pro', serif;
}

/* Rimozione margine su tag p */
.no-margin p {
	margin-top: 0 !important;
}

.no-margin p:last-child {
	margin-bottom: 0 !important;
}

.displayGTM {
	display: none;
}

/**/
.padding-left {
	padding-left: calc((100% - 1360px) / 2) !important;
	padding-right: calc((100% - 1360px) / 2) !important;
	overflow-x: scroll !important;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scrolldown-btn,
.circle-btn{
	transform: translateX(-50%);
	width: 148px;
	height: 148px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	text-align: center;
	border-radius: 50%;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
	cursor: pointer;
	transition: .4s;
}

.scrolldown-btn:hover {
	background-color: rgba(255,255,255,.7);
	box-shadow: 0px 0px 0px 20px rgba(255,255,255,.7);
}

.circle-btn.play-video:hover {
	letter-spacing: 3px;
	box-shadow: 0px 0px 0px 2px rgba(255,255,255,0);
	font-weight: 400;
}

.circle-btn.outline {
	border: none;
	box-shadow: 0px 0px 0px 2px #fff;
	background: transparent;
	color: #fff;
	transition: letter-spacing .4s;
}

.circle-btn.outline::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255,255,255,1);
  opacity: 0;
  transform: scale(1);
}

.circle-btn.outline:hover::after {
  animation: pulseOutline 0.4s ease-out;
}

@keyframes pulseOutline {
  0% {
	transform: scale(1);
	opacity: 0.8;
  }
  100% {
	transform: scale(1.3);
	opacity: 0;
  }
}

.sf {
	font-family: var(--ff2);
	font-style: italic;
	font-weight: 500;
	font-size: 1.15625em;
	text-decoration: underline;
	text-decoration-thickness: 4px;
	text-decoration-color: var(--1);
	text-underline-offset: 10px;
}

.sf.no-underline {
	text-decoration: none;
}

.logo-footer {
	filter: invert(1);
}

li.li-btn a {
	background-color: var(--1);
	padding: 5px 16px;
	border-radius: 50px;
}

.menu-footer ul.menu {
	padding: 0;
	margin: 16px 0 0;
	list-style: none;
}

.menu-footer ul.menu li:not(:last-child) {
	margin-bottom: 16px;
}

.menu-footer ul.menu li a {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	display: block;
}

.elementor-location-footer .text-soc p {
	margin-top: 0;
	font-weight: 300;
}

.rank-math-breadcrumb a {
	font-weight: 600;
	color: #6d6d6d !important;
	font-size: 16px;
	text-decoration: none;
}

.rank-math-breadcrumb > p {
	margin-top: 0;
}

.rank-math-breadcrumb span.separator {
	color: #8E8E8E;
	display: inline-block;
	vertical-align: middle;
	margin: 0 12px;
}

.rank-math-breadcrumb span.last {
	color: #464646;
	font-weight: 600;
	font-size: 16px;
}

.custom-ul {
	position: relative;
	overflow: hidden;
}

.custom-ul:before {
	content: '';
	width: 2px;
	height: calc(100% - 32px);
	background-color: var(--1);
	position: absolute;
	top: 0;
	left: 19px;
}

.custom-ul .custom-li {
	display: flex;
	align-items: flex-start;
	margin-top: 20px;
}

.custom-ul .custom-li:first-child {
	margin-top: 0;
}

.custom-ul .custom-li .n {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #c7c7c7;
	background-color: #f0f0ea;
	border-radius: 50px;
	z-index: 3;
	position: relative;
	font-size: 14px;
	font-weight: 600;
	flex: 0 0 40px;
}

.custom-ul .custom-li .value {
	margin-top: 6px;
	margin-left: 20px;
	padding-bottom: 32px;
	border-bottom: 1px solid #dbdbdb;
	font-size: 28px;
	line-height: 1.14;
	font-family: var(--ff2);
	width: 100%;
}

div a.p-link,
p a.p-link,
li a.p-link {
	text-decoration: underline;
	text-decoration-color: var(--1);
	font-weight: 500;
}

.wordbreak * {
	word-break: break-word;
}

.standard-form .wpforms-field-container .wpforms-field-text input[type="text"],
.standard-form .wpforms-field-container .wpforms-field-captcha input[type="text"],
.standard-form .wpforms-field-container .wpforms-field-email input[type="email"],
.standard-form .wpforms-field-container .wpforms-field-phone input[type="tel"] {
	border-radius: 8px;
	border: none !important;
	padding: 0 16px !important;
	height: 54px !important;
	line-height: normal;
	outline: none !important;
	font-size: 18px;
	box-shadow: none !important;
	color: var(--2);
}

.standard-form .wpforms-field-container .wpforms-field-phone input[type="tel"] {
	padding-left: 50px !important;
}

.standard-form .wpforms-field-file-upload label.wpforms-field-label {
	font-weight: 500;
	font-size: 14px;
}

.standard-form .wpforms-field-captcha label.wpforms-field-label {
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 0px;
}

.standard-form .wpforms-field-captcha p.wpforms-captcha-question {
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 0px;
}

.standard-form .wpforms-field-container .wpforms-uploader {
	border-radius: 8px !important;
	border: none !important;
	line-height: normal;
	outline: none !important;
	font-size: 18px;
	box-shadow: none !important;
	color: var(--2);
}

.standard-form .wpforms-field-container .wpforms-uploader span {
	font-size: 12px;
	color: #8e8e8e;
}

.standard-form .wpforms-field-container .wpforms-field-textarea textarea {
	border-radius: 8px;
	border: none !important;
	padding: 16px !important;
	line-height: normal;
	outline: none !important;
	font-size: 18px;
	box-shadow: none !important;
	color: var(--2);
}

.standard-form .wpforms-field-limit-text {
	display: none;
}

.standard-form .wpforms-field-checkbox ul li label.wpforms-field-label-inline {
	font-size: 12px;
}

.standard-form .wpforms-field-checkbox ul li label.wpforms-field-label-inline a {
	text-decoration: underline;
}

.standard-form .wpforms-submit-container {
	text-align: right;
}

.standard-form .wpforms-submit-container button.wpforms-submit {
	border: 2px solid #fff;
	height: 54px;
	background-color: var(--text) !important;
	padding: 0 32px;
	font-weight: 400;
	font-size: 18px;
	margin-right: 0;
	margin-left: auto;
}

.standard-form .wpforms-submit-container button.wpforms-submit:focus:after {
	display: none;
}

.standard-form div.wpforms-container-full .wpforms-confirmation-container-full, 
.standard-form div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
	background-color: #fff;
	border-radius: 8px;
	text-align: center;
	font-weight: 500;
	color: var(--text);
	border: none;
}

.delta-positive:after {
	content: '';
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	background: url(http://italpreziosi.it/wp-content/themes/italpreziosi/icons/arrow/up.svg);
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: 5px;
	animation: move-up 1s ease-in-out infinite alternate;
}

.delta-negative:after {
	content: '';
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	background: url(http://italpreziosi.it/wp-content/themes/italpreziosi/icons/arrow/down.svg);
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: 5px;
	animation: move-down 1s ease-in-out infinite alternate;
}

@keyframes move-up {
	0% { transform: translateY(0); }
	100% { transform: translateY(-5px); }
}

@keyframes move-down {
	0% { transform: translateY(0); }
	100% { transform: translateY(5px); }
}

@media screen and (min-width: 768px) {
	.col-2-menu ul.menu {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
		column-gap: 96px;
		list-style: none;
	}
	
	.col-2-menu ul.menu li {
	  break-inside: avoid;
	}
}

@media screen and (max-width: 767px) {
	.col-footer .elementor-heading-title {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.col-footer .elementor-heading-title:after {
		content: '+';
		font-weight: 400;
		font-size: 20px;
	}
	
	.col-footer.active .elementor-heading-title:after {
		content: '-';
	}
	
	.col-footer {
		border-bottom: 1px solid rgba(255,255,255,0.4);
		padding-bottom: 24px !important;
	}
	
	.col-footer:not(.active) .elementor-widget-wp-widget-nav_menu {
		display: none;
	}
	
	.col-footer:not(.active) .elementor-widget-container {
		margin-bottom: 0 !important;
	}
	
	.delta-positive:after,
	.delta-negative:after {
		display: none;
	}
	
	body table[id^="lbma-"] thead tr th:last-child,
	body table[id^="lbma-"] thead tr th:nth-child(4) {
		width: 10%;
	}
	
	body table[id^="lbma-"] thead tr th:first-child {
		width: 24%;
	}
	
	.delta-positive {
		color: #00ba00;
	}
	
	.delta-negative {
		color: #d80000;
	}
}