/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/* GENERALI */
.row.align-c > .col > .col-inner {
	margin-left: auto;
	margin-right: auto;
}
.row.align-l > .col > .col-inner {
	margin-left: 0;
	margin-right: auto;
}
.row.align-r > .col > .col-inner,
.col.align-r > .col-inner {
	margin-left: auto !important;
	margin-right: 0 !important;
}
.button.secondary {
	margin: 0;
	background-color: #000;
	border: none;
	line-height: 1;
	padding: 10px 30px;
	min-height: unset;
}
.button:hover {
	box-shadow: none;
}
.button.secondary:hover {
	background-color: #705894;
}

/* FONT */
body,
.futura,
.futura.text > * {
	font-family: "futura-pt", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.ethereal {
	font-family: "Ethereal", sans-serif;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0;
}
p {
	line-height: 1.3;
	margin-bottom: 0;
}
.light {
	font-weight: 300;
}
.regular {
	font-weight: 400;
}
.medium {
	font-weight: 500;
}
.semi-bold {
	font-weight: 600;
}
.bold {
	font-weight: 700;
}

/* HEADER */
#masthead {
	border-bottom: 1px solid #00000040;
	padding-left: 50px;
	padding-right: 50px;
}
#masthead > .header-inner {
	padding-left: 0;
	padding-right: 0;
}
#masthead #logo img {
	max-height: 62px !important;
}
#masthead .nav-left {
	justify-content: center;
}
#masthead .nav > li {
	margin: 0 20px;
}
#masthead .nav > li > a {
	font-weight: 400;
	font-size: 1em;
	transition:none;
}
#masthead .nav > li > a:hover {
	font-weight: 600;
}

#masthead .nav > li.cart-item > a {
	display: flex;
	align-items: center;
}
#masthead .nav > li.cart-item .cart-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}
#masthead .nav > li.cart-item strong {
	border: none;
	height: auto;
	margin: 0;
	line-height: 1;
	width: auto;
	margin-top: 1.5px;
}
#masthead .nav > li.cart-item .cart-icon:hover strong,
#masthead .nav > li.cart-item strong:hover {
	background-color: #fff;
	color: #989e79;
}
#masthead .nav > li.cart-item strong:after {
	display: none;
}
/* MENU MOBILE */
body > .main-menu-overlay {
	background-color: #dcdfcb !important;
	opacity: 1 !important;
}
body > .mfp-wrap.off-canvas-center .mfp-container:before {
	display: none;
}
body > .mfp-wrap.off-canvas-center .mfp-content {
	padding-top: 0;
	max-width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-start;
	overflow: hidden;
}
body > .mfp-wrap.off-canvas-center .mfp-content::before {
	content: "";
	position: absolute;
	bottom: -20vw;
	left: 0;
	width: 100%;
	height: 611px;
	max-width: 100%;
	background-image: url("/wp-content/uploads/2025/08/sfondo-dettagli-account-futura-tipografia.svg");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.2;
}
body > .mfp-wrap.off-canvas-center .mfp-content .sidebar-menu {
	padding: 0;
}
body > .mfp-wrap.off-canvas-center .mfp-content .sidebar-menu li > a {
	padding: 0;
	font-weight: 300;
	display: inline-block;
	width: auto;
	flex-grow: unset;
	margin: 10px 0;
	color: #000;
	line-height: 1.3;
	text-align: left;
}
body > .mfp-wrap.off-canvas-center .mfp-content .sidebar-menu a:hover {
	font-weight: 400;
}
body > .mfp-wrap.off-canvas-center .mfp-content .sidebar-menu li:hover {
	background-color: transparent;
}
body > .mfp-wrap.off-canvas-center .mfp-content ul {
	padding-top: 120px;
}
body > .mfp-wrap.off-canvas-center .mfp-content #main-menu {
	padding: 0 20px;
	width: 100%;
}
body > .mfp-wrap.off-canvas-center .mfp-content #main-menu #header-menu-mobile {
	padding: 13px 72px 14px 20px;
	border-bottom: 1px solid #00000040;
	position: absolute;
	top: 1px;
	width: calc(100% + 40px);
	left: -20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
body
	> .mfp-wrap.off-canvas-center
	.mfp-content
	#main-menu
	#header-menu-mobile
	> a {
	padding: 0px;
	margin: 0;
}
body
	> .mfp-wrap.off-canvas-center
	.mfp-content
	#main-menu
	#header-menu-mobile
	> a
	> img {
	width: 102px;
}
body
	> .mfp-wrap.off-canvas-center
	.mfp-content
	#main-menu
	#header-menu-mobile
	> div {
	display: flex;
	gap: 26px;
}
body
	> .mfp-wrap.off-canvas-center
	.mfp-content
	#main-menu
	#header-menu-mobile
	> div
	> a {
	font-size: 1em;
	padding: 10px 0;
	display: inline-flex;
}
body > .mfp-wrap.off-canvas-center .mfp-content #main-menu .html {
	display: none;
}
body > .mfp-wrap.off-canvas-center button.mfp-close {
	width: 35px;
	height: 35px;
	font-size: unset;
	line-height: unset;
	border: none;
	right: 15px;
	top: 27px;
}
body > .mfp-wrap.off-canvas-center button.mfp-close > svg {
	width: 100%;
	height: 100%;
	letter-spacing: 0px;
}
body > .mfp-wrap.off-canvas-center button.mfp-close > svg line {
	stroke-width: 1px;
}

/* FOOTER */
footer {
	padding: 200px 70px 0;
	overflow: hidden;
}
footer .row {
	z-index: 1;
	position: relative;
}
footer .col.large-8 {
	max-width: calc(100% - 366px);
	flex-basis: calc(100% - 366px);
}
footer .col.large-4 {
	max-width: 366px;
	flex-basis: 366px;
}
footer .absolute-footer {
	background: transparent;
	height: 0;
	padding: 0;
}
footer .absolute-footer:after {
	content: "";
	width: 100%;
	max-width: calc(100% - 170px);
	height: 390px;
	left: 85px;
	bottom: -50%;
	position: absolute;
	background-image: radial-gradient(
		#dcdfcb90,
		#dcdfcb70,
		#dcdfcb30,
		#dcdfcb00,
		#dcdfcb00
	);
	z-index: 0;
}
footer .absolute-footer .container {
	display: none;
}
footer p {
	margin-bottom: 0;
	line-height: 1.3;
}
footer .icon-box-center .icon-box-img {
	margin: 0;
}
footer .icon-box-img img,
footer .icon-box-img svg {
	padding: 0;
}
footer .large-4 .icon-box-img svg path {
	fill: rgb(161, 168, 130);
}
footer .icon-box-text {
	display: none;
}

footer .social .icon {
	height: 20px;
}

/* HOME */
body.home a.button.primary {
	margin-bottom: 0;
	background-color: #767b5b;
}
body.home a.button.primary > span {
	color: #fff;
}
body.home a.button.primary:hover {
	background-color: #e0e2d7;
}
body.home a.button.primary:hover > span {
	color: #000;
}
body.home .kit-consulenza .row > .col:first-child {
	background-color: #eae5f0;
}
body.home .kit-consulenza .row > .col:first-child .col-inner > *:not(.img) {
	max-width: 400px;
}
body.home .kit-consulenza .row > .col:first-child .img {
	border-radius: 300px 300px 0 0;
	overflow: hidden;
}
body.home .kit-consulenza .row > .col:last-child {
	background-color: #f8f9f5;
}
body.home .kit-consulenza .row > .col:last-child .col-inner > *:not(.stack) {
	max-width: 420px;
}
body.home .kit-consulenza .row > .col:last-child .img {
	border-radius: 0 0 300px 300px;
	overflow: hidden;
	margin-bottom: 1em !important;
}
body.home .kit-consulenza .row > .col:last-child .stack {
	position: relative;
	padding: 0;
	margin: 0;
}
body.home .kit-consulenza .row > .col:last-child .img.bottone-sample-kit {
	position: absolute;
	top: -65px;
	right: -65px;
	width: 130px !important;
	animation: bottone-sample-kit 20s linear infinite;
	z-index: 1;
}
body.home .products {
	max-width: calc(100% + 20px);
	width: calc(100% + 20px) !important;
}
body.home .products .box-text {
	text-align: left;
	font-size: 1.1em;
}
body.home .products .box-text .woocommerce-Price-amount.amount {
	font-weight: 300;
}
body.home .products .box-text .woocommerce-Price-amount.amount:before {
	content: "da ";
}
body.home .categorie {
	padding-left: 70px;
	padding-right: 70px;
}
body.home .categorie > .section-content > .img {
	position: absolute;
	transform: rotate(-120deg);
	right: -70px;
	transform-origin: top;
	left: unset;
	top: 21vw;
	z-index: -1;
	width: 550px !important;
	opacity: 0.6;
}
body.home .categorie .scritta-onda {
	width: calc(100% + 125px) !important;
	max-width: calc(100% + 125px);
	z-index: 1;
}
body.home .categorie .bottone-sample-kit {
	position: absolute;
	bottom: -50px;
	right: 20px;
	width: 130px !important;
	animation: bottone-sample-kit 20s linear infinite;
}
@keyframes bottone-sample-kit {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.dicono-di-noi {
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.dicono-di-noi .row {
	margin: 0 !important;
}
.dicono-di-noi .row .col {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* CHI SIAMO */
.erica .col.large-4,
.erica .col.large-8 {
	padding: 150px 0 !important;
}
.erica .col.large-4 {
	background-color: #cacdb8;
	max-width: 29%;
	flex-basis: 29%;
}
.erica .col.large-8 {
	background-color: #e9eae2;
	max-width: 71%;
	flex-basis: 71%;
}
.erica .col.large-8 > .col-inner {
	display: flex;
	flex-direction: column;
	margin-left: calc((450px / 2) + 6%) !important;
}
.erica .img.foto-erica {
	max-width: 450px;
	position: absolute;
	top: 50%;
	margin-top: calc(-602.25px / 2);
	left: 29%;
	margin-left: calc(-450px / 2);
	z-index: 2;
}

.erica .img.foto-erica-mobile {
	display: none;
}
.erica .img.rametto {
	max-width: 290px;
	position: absolute;
	bottom: 15%;
	left: 0;
	z-index: 3;
}
.erica .img.foto-erica .img-inner {
	border-radius: 1000px;
}
.team .col.large-5 {
	max-width: 47%;
	flex-basis: 47%;
}
.team .col.large-7 {
	max-width: 53%;
	flex-basis: 53%;
}
.premi {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 15px;
	justify-content: center;
}

/* FAQ */
body.page-template .faq .accordion-item {
	background-color: #dcdfcb30;
	border: 1px solid #00000000;
	margin-bottom: 10px;
	border-radius: 16px;
	transition: all 0.4s;
}
body.page-template .faq .accordion-item:has(.accordion-title.active) {
	border: 1px solid #00000020;
	background-color: #dcdfcb00;
	padding: 15px 0 25px;
}
body.page-template .faq .accordion-item > .accordion-title {
	border: none;
	padding: 15px 60px 15px 30px;
	font-size: 1.5em;
	transition: all 0.4s;
	line-height: 1.1;
}
body.page-template .faq .accordion-item .accordion-title.active {
	background-color: transparent;
	font-weight: 400;
	color: #000;
	padding: 15px 60px 10px 30px;
}
body.page-template .faq .accordion-item > .accordion-title button {
	left: unset;
	right: 0;
	color: #000;
	height: auto;
	top: 7px;
	min-height: unset;
	letter-spacing: 0px;
}
body.page-template .faq .accordion-item > .accordion-inner {
	padding: 0 60px 0 30px;
	font-weight: 300;
}
body.page-template .faq .accordion-item > .accordion-inner p {
	margin: 0;
}

/* CONTATTI */
.icone-contatti .text:not(.light) {
	margin-bottom: 3px;
}
form.wpcf7-form {
	margin-bottom: 0;
}
form.wpcf7-form > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
form.wpcf7-form > div > span {
	width: calc(50% - 7.5px);
}
form.wpcf7-form input:not([type="submit"]),
form.wpcf7-form textarea {
	background-color: #f3f3ef80;
	border-radius: 16px;
	border: none;
	box-shadow: none;
	color: #000;
	padding: 10px 20px;
	height: auto;
}
form.wpcf7-form textarea {
	min-height: 80px;
}
form.wpcf7-form input:not([type="submit"])::placeholder,
form.wpcf7-form textarea::placeholder {
	color: #000;
}
form.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
	margin-right: 0;
}
form.wpcf7-form .wpcf7-acceptance .wpcf7-list-item label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}
form.wpcf7-form .wpcf7-acceptance .wpcf7-list-item label input {
	padding: 0;
	margin: 0;
}
form.wpcf7-form
	.wpcf7-acceptance
	.wpcf7-list-item
	label
	.wpcf7-list-item-label {
	font-weight: 300;
	font-size: 0.88em;
	line-height: 1.3;
}
form.wpcf7-form input[type="submit"] {
	border-radius: 100px;
	background-color: #000000;
	font-weight: 400;
	height: auto;
	min-height: unset;
	padding: 7px 25px 6px;
	line-height: 1;
	margin: 20px 0 0 auto;
	display: block;
}
form.wpcf7-form input[type="submit"]:hover {
	background-color: #705894;
}

/* RACCOLTA DOCUMENTI */
.raccolta-documenti .tabella .col.large-12 {
	padding: 10px 0 !important;
}
.raccolta-documenti .tabella .col {
	padding: 15px 0 !important;
	border-bottom: 1px solid #00000050;
}
.raccolta-documenti .tabella .col-inner {
	display: flex;
	align-items: center;
}
.raccolta-documenti .tabella a.button {
	margin-bottom: 0;
	margin-left: auto !important;
}
.raccolta-documenti .tabella a.button:hover {
	background-color: #a8ad8a;
}

.raccolta-documenti form select {
	background-color: #f3f3ef;
	border-radius: 16px;
	border: none;
	box-shadow: none;
	color: #000;
	font-weight: 400;
	padding: 14px 20px;
	height: auto;
}
.raccolta-documenti form input[type="file"] {
	width: 100%;
	padding: 80px 0;
	display: flex;
	align-items: center;
	text-align: center;
	background-color: #f3f3ef;
}
.raccolta-documenti .codedropz-upload-handler {
	border: none;
	background-color: #f3f3ef;
	border-radius: 15px;
}

@media only screen and (max-width: 1500px) {
	footer .large-8 > .col-inner > .stack > * {
		--stack-gap: 2rem !important;
	}
}
@media only screen and (max-width: 1420px) {
	footer {
		padding: 200px 5px 0;
	}
}
@media only screen and (max-width: 1310px) {
	.erica .img.rametto {
		display: none;
	}
	.erica .col.large-4 {
		max-width: 22%;
		flex-basis: 22%;
	}
	.erica .col.large-8 {
		max-width: 78%;
		flex-basis: 78%;
	}
	.erica .img.foto-erica {
		left: 22%;
	}
	.erica .col.large-8 > .col-inner {
		padding-left: 250px !important;
		margin-left: 0 !important;
		max-width: 878px !important;
	}
}
@media only screen and (max-width: 1280px) {
	#masthead {
		padding-left: 20px;
		padding-right: 20px;
	}
	#masthead .nav > li {
		margin: 0 10px;
	}
	#masthead .nav > li > a {
		font-size: 0.9em;
	}
	footer p {
		font-size: 14px;
	}
	footer .col.large-8 {
		max-width: calc(100% - 327px);
		flex-basis: calc(100% - 327px);
	}
	footer .col.large-4 {
		max-width: 327px;
		flex-basis: 327px;
	}
	footer .large-8 > .col-inner > .stack > * {
		--stack-gap: 1.5rem !important;
	}
	footer .large-4 .stack > * {
		--stack-gap: 1rem !important;
	}
	body.home .kit-consulenza .row > .col:last-child .img.bottone-sample-kit {
		width: 86px !important;
		top: -43px;
		right: -43px;
	}
	body.home .categorie .bottone-sample-kit {
		width: 90px !important;
	}
}

@media only screen and (max-width: 1100px) {
	#masthead .nav > li {
		margin: 0 7px;
	}
	#masthead .nav > li > a {
		font-size: 0.85em;
	}
	footer .col.large-8 {
		max-width: 100%;
		flex-basis: 100%;
	}
	footer .large-8 .stack {
		justify-content: center;
	}
	footer .col.large-4 {
		max-width: 100%;
		flex-basis: 100%;
	}
	footer .large-4 .stack {
		justify-content: center;
	}
	.erica .img.foto-erica-mobile {
		display: block;
		max-width: 700px;
	}
	.erica .img.foto-erica-mobile .img-inner {
		border-radius: 1000px;
	}
	.erica .col.large-4,
	.erica .img.foto-erica {
		display: none;
	}
	.erica .col.large-8 {
		max-width: 100%;
		flex-basis: 100%;
		padding: 60px 0 !important;
	}
	.erica .col.large-8 .col-inner {
		padding-left: 20px !important;
		margin-left: auto !important;
	}
	.erica .col.large-8 .col-inner h1 {
		padding-bottom: 40px;
	}

	body.home .kit-consulenza .row > .col:last-child .img.bottone-sample-kit {
		display: none;
	}
	body.home
		.categorie
		> .section-content:nth-child(2)
		> .row:nth-child(2)
		> .col:first-child
		> .col-inner {
		padding: 0 30px 0 0 !important;
	}
}
@media only screen and (max-width: 1024px) {
	body.home .categorie {
		padding-left: 5px;
		padding-right: 5px;
	}
	body.home
		.categorie
		> .section-content:nth-child(2)
		> .row:nth-child(2)
		> .col:first-child
		> .col-inner {
		padding: 0 0 0 0 !important;
	}
}
@media only screen and (max-width: 849px) {
	.team .col.large-5 {
		max-width: 100%;
		flex-basis: 100%;
	}
	.team .col.large-7 {
		max-width: 100%;
		flex-basis: 100%;
	}

	#masthead .nav > li.cart-item .cart-icon strong,
	#header-menu-mobile .cart-icon strong {
		display: none;
	}
	#masthead .nav > li.cart-item .cart-icon:after,
	#header-menu-mobile .cart-icon:after {
		content: "";
		background-image: url("https://futurawedding.kinsta.cloud/wp-content/uploads/2025/09/cart-icon-futura-tipografia.svg");
		width: 22px;
		height: 22px;
		background-position: center;
		background-size: cover;
		border: none;
		display: block;
	}
	#masthead .nav > li.account-item .icon-user:before,
	#header-menu-mobile .icon-user:before {
		content: "";
		background-image: url("https://futurawedding.kinsta.cloud/wp-content/uploads/2025/09/user-icon-futura-tipografia.svg");
		width: 24px;
		height: 24px;
		background-position: center;
		background-size: cover;
		border: none;
		display: block;
	}
	#masthead .nav > li {
		margin: 0 13px;
	}
}
@media only screen and (max-width: 767px) {
	footer {
		padding: 50px 5px 0;
	}
	footer .large-8 > .col-inner > .stack {
		flex-wrap: wrap;
	}
	footer .large-8 > .col-inner > .stack > * {
		--stack-gap: 0rem !important;
		width: 50%;
		padding-bottom: 15px;
	}
	footer .large-8 > .col-inner > .stack > *:nth-child(even) {
		text-align: right;
	}
	footer .large-8 > .col-inner > .stack > .stack {
		justify-content: flex-end;
		width: 100%;
	}

	footer .large-4 .stack {
		justify-content: flex-end;
	}
	footer .large-4 .stack .icon-box {
		position: absolute;
		bottom: -20px;
		transform: rotate(-20deg);
		left: 40px;
		margin-left: 0 !important;
	}
	footer .large-4 .stack .icon-box .icon-box-img {
		width: 250px !important;
	}
}

@media only screen and (max-width: 549px) {
	body.page-template .faq .accordion-item > .accordion-title {
		font-size: 1.2em;
		padding: 15px 45px 15px 20px;
	}
	body.page-template .faq .accordion-item .accordion-title.active {
		padding: 15px 45px 15px 20px;
	}
	body.page-template .faq .accordion-item > .accordion-inner {
		padding: 0 20px;
	}
	.icone-contatti .icon-box {
		display: flex;
		margin-bottom: 0;
		justify-content: center;
	}
	.icone-contatti .icon-box .icon-box-text {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
	}
	.icone-contatti .icon-box-img {
		margin-bottom: 0;
		margin-right: 20px;
	}
	.icone-contatti .icon-box p,
	.icone-contatti .icon-box .text {
		text-align: left !important;
		margin: 0;
	}
	form.wpcf7-form > div > span {
		width: 100%;
	}

	footer .large-4 .stack .icon-box {
		left: 0;
	}
	footer .large-4 .stack .icon-box .icon-box-img {
		width: 35vw !important;
	}

	body.home .products > .col {
		flex-basis: 100%;
		max-width: 100%;
	}
}

@media only screen and (max-width: 375px) {
	body > .mfp-wrap.off-canvas-center .mfp-content .sidebar-menu li > a {
		font-size: 1.24em;
	}
}
