.single-venditori #wrapper,
.header-bg-container > .header-bg-color,
main {
	background-color: #fff !important;
}
.single-venditori main > section {
	background-color: #f4efe4;
	padding: 25px 30px;
	max-width: calc(100% - 60px);
	margin: 20px auto 0;
}
.single-venditori main > section:nth-child(1) {
	border-radius: 46px 46px 0 0;
}
.single-venditori .info-venditore {
	padding: 40px 30px 30px;
	border-radius: 26px;
	background-color: #fff;
}
.single-venditori .info-venditore .container {
	max-width: 650px;
	text-align: center;
}
.single-venditori .info-venditore .container .foto {
	position: relative;
	max-width: 155px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 17px;
}
.single-venditori .info-venditore .container .foto > img:not(.verificato) {
	max-width: 100%;
	border-radius: 400px;
	object-fit: cover;
	width: 155px;
	height: 155px;
}
.single-venditori .info-venditore .container .foto > img.verificato {
	width: 35px;
	position: absolute;
	top: 10px;
	right: -5px;
}
.single-venditori .info-venditore .container h1 {
	font-size: 2.4em;
}
.single-venditori .info-venditore .container h2 {
	font-size: 1.2em;
	font-weight: 500;
	padding-top: 5px;
}
.single-venditori .info-venditore .container .descrizione {
	font-size: 1em;
	text-align: center;
	margin: 30px 0 0;
	line-height: 1.4;
}
.single-venditori .info-venditore .container a.button {
	padding: 13px 15px;
	background-color: #2b0001;
	color: #fff;
	border-radius: 100px;
	width: 200px;
	margin: 0;
	font-weight: 400;
	margin: 40px 0 40px;
}
.single-venditori .info-venditore .container a.button:hover {
	background-color: #ffd90a;
	color: #2b0001;
}

.single-venditori
	.info-venditore
	.responsabile-sicurezza
	> div:nth-child(2)
	img {
	width: 20px;
	object-fit: contain;
}
.single-venditori .info-venditore .responsabile-sicurezza > div:nth-child(2) {
	width: 100%;
	justify-content: center;
}
.single-venditori .info-venditore .responsabile-sicurezza > div:nth-child(2) p {
	width: 295px;
	margin-left: 10px;
	font-size: 0.79em;
}

.single-venditori
	.info-venditore
	.responsabile-sicurezza
	> div:nth-child(2)
	p
	a {
	text-decoration: none;
	position: relative;
	display: inline-block;
	overflow: hidden;
	font-size: 0.9em;
}
.single-venditori
	.info-venditore
	.responsabile-sicurezza
	> div:nth-child(2)
	p
	a::after,
.single-venditori
	.info-venditore
	.responsabile-sicurezza
	> div:nth-child(2)
	p
	a::before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #2b0001;
	position: absolute;
	bottom: 0;
	transition: all 0.6s;
}
.single-venditori
	.info-venditore
	.responsabile-sicurezza
	> div:nth-child(2)
	p
	a::before {
	right: 0%;
}
.single-venditori
	.info-venditore
	.responsabile-sicurezza
	> div:nth-child(2)
	p
	a::after {
	right: calc(100% + 70px);
}
.single-venditori
	.info-venditore
	.responsabile-sicurezza
	> div:nth-child(2)
	p
	a:hover {
	color: #2b0001;
}
.single-venditori
	.info-venditore
	.responsabile-sicurezza
	> div:nth-child(2)
	p
	a:hover::before {
	right: calc(0% - 100% - 70px);
}
.single-venditori
	.info-venditore
	.responsabile-sicurezza
	> div:nth-child(2)
	p
	a:hover::after {
	right: 0%;
}
.single-venditori .info-venditore .responsabile-sicurezza {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.single-venditori .info-venditore .responsabile-sicurezza > div {
	/*width: 325px;*/
	display: flex;
	flex-wrap: wrap;
}
/*
.single-venditori
	.info-venditore
	.responsabile-sicurezza
	> div:nth-child(2)
	p.responsabile {
	font-size: 0.79em;
	text-align: center;
	line-height: 1.4;
	max-width: 325px;
	margin: 0 auto;
}
.single-venditori
	.info-venditore
	.responsabile-sicurezza
	> div:nth-child(2)
	button {
	text-decoration: none;
	position: relative;
	display: inline-block;
	overflow: hidden;
	font-weight: 400;
	margin: 0 auto;
	line-height: 1.4;
	min-height: unset;
	border: unset;
	min-width: unset;
	padding: 0;
	font-size: 0.79em;
	letter-spacing: 0px;
}
.single-venditori
	.info-venditore
	.responsabile-sicurezza
	> div:nth-child(2)
	button::after,
.single-venditori
	.info-venditore
	.responsabile-sicurezza
	> div:nth-child(2)
	button::before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #2b0001;
	position: absolute;
	bottom: 0;
	transition: all 0.6s;
}
.single-venditori
	.info-venditore
	.responsabile-sicurezza
	> div:nth-child(2)
	button::before {
	right: 0%;
}
.single-venditori
	.info-venditore
	.responsabile-sicurezza
	> div:nth-child(2)
	button::after {
	right: calc(100% + 70px);
}
.single-venditori
	.info-venditore
	.responsabile-sicurezza
	> div:nth-child(2)
	button:hover {
	color: #2b0001;
}
.single-venditori
	.info-venditore
	.responsabile-sicurezza
	> div:nth-child(2)
	button:hover::before {
	right: calc(0% - 100% - 70px);
}
.single-venditori
	.info-venditore
	.responsabile-sicurezza
	> div:nth-child(2)
	button:hover::after {
	right: 0%;
}
.single-venditori
	.info-venditore
	.responsabile-sicurezza
	> div:nth-child(3)
	img {
	width: 20px;
	object-fit: contain;
}
.single-venditori .info-venditore .responsabile-sicurezza > div:nth-child(3) p {
	width: 295px;
	margin-left: 10px;
	font-size: 0.79em;
}

.single-venditori
	.info-venditore
	.responsabile-sicurezza
	> div:nth-child(3)
	p
	a {
	text-decoration: none;
	position: relative;
	display: inline-block;
	overflow: hidden;
	font-size: 0.9em;
}
.single-venditori
	.info-venditore
	.responsabile-sicurezza
	> div:nth-child(3)
	p
	a::after,
.single-venditori
	.info-venditore
	.responsabile-sicurezza
	> div:nth-child(3)
	p
	a::before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #2b0001;
	position: absolute;
	bottom: 0;
	transition: all 0.6s;
}
.single-venditori
	.info-venditore
	.responsabile-sicurezza
	> div:nth-child(3)
	p
	a::before {
	right: 0%;
}
.single-venditori
	.info-venditore
	.responsabile-sicurezza
	> div:nth-child(3)
	p
	a::after {
	right: calc(100% + 70px);
}
.single-venditori
	.info-venditore
	.responsabile-sicurezza
	> div:nth-child(3)
	p
	a:hover {
	color: #2b0001;
}
.single-venditori
	.info-venditore
	.responsabile-sicurezza
	> div:nth-child(3)
	p
	a:hover::before {
	right: calc(0% - 100% - 70px);
}
.single-venditori
	.info-venditore
	.responsabile-sicurezza
	> div:nth-child(3)
	p
	a:hover::after {
	right: 0%;
}
.single-venditori.tbp-popup-open {
	overflow: hidden !important;
	height: 100vh;
}
.single-venditori.admin-bar.tbp-popup-open {
	overflow: hidden !important;
	height: calc(100vh - 32px);
}
.single-venditori #popup-venditore {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
}
.single-venditori #popup-venditore .popup-wrapper {
	background-color: #f4efe4;
	padding: 40px 30px;
	border-radius: 36px;
	width: 420px;
	max-height: 100%;
	position: relative;
	text-align: center;
}
.single-venditori #popup-venditore .popup-wrapper #btn-close-popup {
	background-color: #fff;
	border-radius: 100px;
	color: #2b0001;
	position: absolute;
	top: 20px;
	right: 20px;
	margin: 0;
	line-height: 0;
	font-size: 1.6em;
	width: 30px;
	height: 30px;
	font-weight: 400;
	text-align: center;
	min-width: unset;
	min-height: unset;
	padding: 0;
}

.single-venditori #popup-venditore .popup-wrapper h3 {
	margin: 25px 0;
	font-size: 1.6em;
	line-height: 1.1;
}
.single-venditori #popup-venditore .popup-wrapper p {
	font-size: 0.9em;
	line-height: 1.4;
}
.single-venditori #popup-venditore .popup-wrapper .dati {
	margin: 20px 0;
}
*/
.single-venditori main > section:nth-child(2) {
	border-radius: 0 0 46px 46px;
	margin: 0 auto 40px;
}

.single-venditori main > section:nth-child(2) h2 {
	font-size: 4em;
	line-height: 1.1;
}
.single-venditori main > section:nth-child(2) .lista-esperienze:not(.una) {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	margin: 40px 0;
}
.single-venditori main > section:nth-child(2) .lista-esperienze.una {
	display: flex;
	justify-content: center;
	margin: 50px 0;
}
@media (max-width: 1024px) {
	.single-venditori main > section:nth-child(2) .lista-esperienze:not(.una) {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 768px) {
	.single-venditori main > section:nth-child(2) .lista-esperienze:not(.una) {
		grid-template-columns: 1fr;
	}
}
.single-venditori
	main
	> section:nth-child(2)
	.lista-esperienze
	.card-esperienza {
	background-color: #fff;
	border-radius: 37px;
	padding: 15px 15px 25px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.single-venditori
	main
	> section:nth-child(2)
	.lista-esperienze.una
	.card-esperienza {
	max-width: 410px;
	position: relative;
	z-index: 1;
}
.single-venditori
	main
	> section:nth-child(2)
	.lista-esperienze:not(.una)
	.sfondo-card,
.single-venditori
	main
	> section:nth-child(2)
	.lista-esperienze:not(.una)
	.ombra-card-1,
.single-venditori
	main
	> section:nth-child(2)
	.lista-esperienze:not(.una)
	.ombra-card-2 {
	display: none;
}
.single-venditori
	main
	> section:nth-child(2)
	.lista-esperienze.una
	.sfondo-card {
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 37px;
}
.single-venditori
	main
	> section:nth-child(2)
	.lista-esperienze.una
	.ombra-card-1,
.single-venditori
	main
	> section:nth-child(2)
	.lista-esperienze.una
	.ombra-card-2 {
	display: block;
	width: 100%;
	height: 90%;
	background: #e2dac8;
	position: absolute;
	z-index: -2;
	border-radius: 37px;
}
.single-venditori
	main
	> section:nth-child(2)
	.lista-esperienze.una
	.ombra-card-1 {
	transform: rotate(-15deg);
	transform-origin: bottom left;
	left: 10px;
	bottom: 0;
}
.single-venditori
	main
	> section:nth-child(2)
	.lista-esperienze.una
	.ombra-card-2 {
	transform: rotate(20deg);
	transform-origin: bottom left;
	left: -30px;
	bottom: 100px;
}
.single-venditori
	main
	> section:nth-child(2)
	.lista-esperienze
	.card-esperienza
	.thumb
	img {
	width: 100%;
	height: 320px;
	object-fit: cover;
	border-radius: 27px;
}
.single-venditori
	main
	> section:nth-child(2)
	.lista-esperienze
	.card-esperienza
	h3 {
	font-size: 1.9em;
	line-height: 1.1;
	padding: 15px;
}
.single-venditori
	main
	> section:nth-child(2)
	.lista-esperienze
	.card-esperienza
	.luogo-durata {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 0 15px;
}
.single-venditori
	main
	> section:nth-child(2)
	.lista-esperienze
	.card-esperienza
	.luogo-durata
	.luogo {
	text-decoration: underline;
	font-size: 1.1em;
}
.single-venditori
	main
	> section:nth-child(2)
	.lista-esperienze
	.card-esperienza
	.luogo-durata
	.durata {
	display: flex;
	align-items: center;
	gap: 7px;
}
.single-venditori
	main
	> section:nth-child(2)
	.lista-esperienze
	.card-esperienza
	.luogo-durata
	.durata
	img {
	height: 15px;
}
.single-venditori
	main
	> section:nth-child(2)
	.lista-esperienze
	.card-esperienza
	.prezzo-pulsante {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 50px 15px 0 15px;
}
.single-venditori
	main
	> section:nth-child(2)
	.lista-esperienze
	.card-esperienza
	.prezzo-pulsante
	> p {
	width: calc(100% - 160px - 15px);
	display: flex;
	flex-direction: column;
	font-size: 1.5em;
	line-height: 0.9;
}
.single-venditori
	main
	> section:nth-child(2)
	.lista-esperienze
	.card-esperienza
	.prezzo-pulsante
	a.btn {
	background-color: #2b0001;
	color: #fff;
	padding: 15px 20px;
	border-radius: 99px;
	width: 175px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	text-decoration: none;
	transition: all 0.3s;
}
.single-venditori
	main
	> section:nth-child(2)
	.lista-esperienze
	.card-esperienza
	.prezzo-pulsante
	a.btn
	span:not(.testo) {
	display: flex;
	overflow: hidden;
	width: 20px;
	height: 15px;
	position: relative;
}
.single-venditori
	main
	> section:nth-child(2)
	.lista-esperienze
	.card-esperienza
	.prezzo-pulsante
	a.btn
	span
	svg {
	height: 15px;
	position: absolute;
	transition: all 0.2s;
}
.single-venditori
	main
	> section:nth-child(2)
	.lista-esperienze
	.card-esperienza
	.prezzo-pulsante
	a.btn
	span
	svg.freccia-prima {
	left: 2.5px;
	opacity: 1;
}
.single-venditori
	main
	> section:nth-child(2)
	.lista-esperienze
	.card-esperienza
	.prezzo-pulsante
	a.btn
	span
	svg.freccia-dopo {
	left: -20px;
	opacity: 0;
}

.single-venditori
	main
	> section:nth-child(2)
	.lista-esperienze
	.card-esperienza
	.prezzo-pulsante
	a.btn:hover {
	color: #2b0001;
	background-color: #ffd90a;
}
.single-venditori
	main
	> section:nth-child(2)
	.lista-esperienze
	.card-esperienza
	.prezzo-pulsante
	a.btn:hover
	span
	svg.freccia-dopo {
	left: 2.5px;
	opacity: 1;
}
.single-venditori
	main
	> section:nth-child(2)
	.lista-esperienze
	.card-esperienza
	.prezzo-pulsante
	a.btn:hover
	span
	svg.freccia-prima {
	left: 20px;
	opacity: 0;
}

@media only screen and (max-width: 1200px) {
	.single-venditori main > section {
		max-width: 100%;
	}
	.single-venditori
		main
		> section:nth-child(2)
		.lista-esperienz
		.card-esperienza
		h3 {
		font-size: 1.6em;
	}
	.single-venditori
		main
		> section:nth-child(2)
		.lista-esperienze
		.card-esperienza
		.prezzo-pulsante
		> p {
		font-size: 1.2em;
	}
	.single-venditori
		main
		> section:nth-child(2)
		.lista-esperienze
		.card-esperienza
		.prezzo-pulsante
		a.btn {
		padding: 12px 10px;
		width: 155px;
	}
	.single-venditori
		main
		> section:nth-child(2)
		.lista-esperienze
		.card-esperienza
		.prezzo-pulsante
		> p {
		width: calc(100% - 155px - 10px);
	}
}

@media only screen and (max-width: 1023px) {
	.single-venditori main > section:nth-child(2) h2 {
		font-size: 2.5em;
	}
}
@media only screen and (max-width: 768px) {
	.single-venditori main > section:nth-child(2) .lista-esperienze .ombra-card-1,
	.single-venditori
		main
		> section:nth-child(2)
		.lista-esperienze
		.ombra-card-2 {
		display: none;
	}
	.single-venditori main > section:nth-child(2) .lista-esperienze,
	.single-venditori main > section:nth-child(2) .lista-esperienze:not(.una) {
		margin-top: 30px;
	}
	.single-venditori main > section:nth-child(2) .lista-esperienze:not(.una) {
		gap: 20px;
	}
}
@media only screen and (max-width: 549px) {
	.single-venditori main > section {
		padding: 10px;
	}
	.single-venditori .info-venditore {
		border-radius: 36px;
		padding: 60px 15px 40px;
	}
	.single-venditori .info-venditore .container h1 {
		line-height: 1;
	}
	.single-venditori main > section:nth-child(2) h2 {
		text-align: center;
		font-size: 2em;
	}
	.single-venditori main > section:nth-child(2) {
		padding-top: 50px;
	}
	.single-venditori main > section:nth-child(2) .lista-esperienze.una,
	.single-venditori main > section:nth-child(2) .lista-esperienze:not(.una) {
		margin-bottom: 0;
	}
	.single-venditori
		.info-venditore
		.responsabile-sicurezza
		> div:nth-child(2)
		img {
		display: none;
	}
	.single-venditori
		.info-venditore
		.responsabile-sicurezza
		> div:nth-child(2)
		p {
		text-align: center;
		margin-left: 0;
		max-width: 295px;
		width: 100%;
	}
	.single-venditori
		main
		> section:nth-child(2)
		.lista-esperienze
		.card-esperienza {
		flex-direction: row;
		padding: 10px;
	}
	.single-venditori
		main
		> section:nth-child(2)
		.lista-esperienze
		.card-esperienza
		.thumb {
		width: 150px;
		height: 100%;
	}
	.single-venditori
		main
		> section:nth-child(2)
		.lista-esperienze
		.card-esperienza
		.thumb
		img {
		width: 100%;
		height: 100%;
	}
	.single-venditori
		main
		> section:nth-child(2)
		.lista-esperienze
		.card-esperienza
		.corpo {
		width: calc(100% - 150px);
	}
	.single-venditori
		main
		> section:nth-child(2)
		.lista-esperienze
		.card-esperienza
		.prezzo-pulsante
		a.btn
		span.testo {
		display: none;
	}

	.single-venditori
		main
		> section:nth-child(2)
		.lista-esperienze
		.card-esperienza
		.prezzo-pulsante
		> p {
		width: calc(100% - 33px - 10px);
		font-size: 0.9em;
	}
	.single-venditori
		main
		> section:nth-child(2)
		.lista-esperienze
		.card-esperienza
		.prezzo-pulsante
		a.btn {
		width: 33px;
		padding: 5px 0;
	}
	.single-venditori
		main
		> section:nth-child(2)
		.lista-esperienze
		.card-esperienza
		h3 {
		font-size: 1em;
	}
	.single-venditori
		main
		> section:nth-child(2)
		.lista-esperienze
		.card-esperienza
		.luogo-durata
		.luogo,
	.single-venditori
		main
		> section:nth-child(2)
		.lista-esperienze
		.card-esperienza
		.luogo-durata
		.durata {
		font-size: 0.9em;
	}
	.single-venditori
		main
		> section:nth-child(2)
		.lista-esperienze
		.card-esperienza
		.prezzo-pulsante
		a.btn
		span
		svg,
	#tbp-results-container
		.card-esperienza
		.prezzo-pulsante
		a.btn
		span:not(.testo) {
		height: 12px;
	}
	.single-venditori
		main
		> section:nth-child(2)
		.lista-esperienze
		.card-esperienza
		.prezzo-pulsante {
		padding: 20px 15px 0 15px;
	}
}
@media only screen and (max-width: 390px) {
	.single-venditori
		main
		> section:nth-child(2)
		.lista-esperienze
		.card-esperienza {
		flex-direction: column;
	}
	.single-venditori
		main
		> section:nth-child(2)
		.lista-esperienze
		.card-esperienza
		.thumb,
	.single-venditori
		main
		> section:nth-child(2)
		.lista-esperienze
		.card-esperienza
		.corpo {
		width: 100%;
	}
	.single-venditori
		main
		> section:nth-child(2)
		.lista-esperienze
		.card-esperienza
		.prezzo-pulsante {
		padding-bottom: 10px;
	}
	.tbp-filter-wrapper
		form#tbp-filter-form
		.tbp-field.filtra
		#popup-filtri
		.popup-wrapper
		.popup-body
		.tbp-filter-group {
		padding: 10px;
	}
}
