.tbp-filter-wrapper form#tbp-filter-form {
	display: flex;
	flex-wrap: wrap;
	max-width: 1400px;
	gap: 12px;
}
.tbp-filter-wrapper form#tbp-filter-form .vivo-online {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 0px;
}
.tbp-filter-wrapper form#tbp-filter-form .vivo-online,
.tbp-filter-wrapper form#tbp-filter-form .luogo-data {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 0px;
}
.tbp-filter-wrapper form#tbp-filter-form .vivo-online {
	gap: 5px;
}
.tbp-filter-wrapper form#tbp-filter-form .vivo-online .tbp-field {
	border-radius: 100px !important;
	background-color: #2b000100;
	border: 1px solid #2b0001;
	transition: all 0.3s;
	width: auto;
	padding: 7px 20px;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 10px;
}
.tbp-filter-wrapper form#tbp-filter-form .vivo-online .tbp-field svg {
	width: auto;
	height: 13px;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.vivo-online
	.tbp-field:nth-child(1)
	svg {
	height: 16px;
}
.tbp-filter-wrapper form#tbp-filter-form .vivo-online .tbp-field > * {
	cursor: pointer;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.vivo-online
	.tbp-field
	input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	z-index: -1;
}
.tbp-filter-wrapper form#tbp-filter-form .vivo-online .tbp-field:before {
	content: unset !important;
}
.tbp-filter-wrapper form#tbp-filter-form .vivo-online .tbp-field.active,
.tbp-filter-wrapper form#tbp-filter-form .vivo-online .tbp-field:hover {
	background-color: #2b0001;
}
.tbp-filter-wrapper form#tbp-filter-form .vivo-online .tbp-field.active label,
.tbp-filter-wrapper form#tbp-filter-form .vivo-online .tbp-field:hover label {
	color: #f4efe4;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.vivo-online
	.tbp-field.active
	svg
	path,
.tbp-filter-wrapper
	form#tbp-filter-form
	.vivo-online
	.tbp-field:hover
	svg
	path {
	fill: #f4efe4;
}
.tbp-filter-wrapper form#tbp-filter-form .luogo-data > button[type="submit"] {
	margin: 0;
	width: 150px;
	padding: 12px 24px;
	background-color: #2b0001;
	color: #fff;
	border-radius: 100px;
	margin-left: 12px;
	font-weight: 400;
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.luogo-data
	> button[type="submit"]:hover {
	background-color: #ffd90a;
	color: #2b0001;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.luogo-data
	> button[type="submit"]:hover
	svg
	path {
	transition: all 0.3s;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.luogo-data
	> button[type="submit"]:hover
	svg
	path {
	fill: #2b0001;
}
.tbp-filter-wrapper form#tbp-filter-form .luogo-data {
	justify-content: space-between;
	position: relative;
}
.tbp-filter-wrapper form#tbp-filter-form .luogo-data .tbp-field {
	width: calc(50% - 6px - 75px);
	background-color: #fff;
	border-radius: 100px;
	padding: 20px 40px 17px;
	transition: all 0.5s;
}
.tbp-filter-wrapper form#tbp-filter-form .luogo-data .tbp-field:first-child {
	border-radius: 100px 0px 0px 100px;
	position: absolute;
	left: 0;
	top: 0;
}
.tbp-filter-wrapper form#tbp-filter-form .luogo-data .tbp-field:nth-child(2) {
	border-radius: 0px 100px 100px 0px;
	position: relative;
	left: calc(50% - 81px);
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.luogo-data
	.tbp-field:nth-child(2):before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 30px;
	background-color: #e0e0e0;
	transform: translateY(-50%);
}
/*
.tbp-filter-wrapper form#tbp-filter-form .luogo-data .tbp-field.sparisci {
	width: 0%;
	padding: 20px 0 17px;
	border-radius: 100px;
	opacity: 0;
}
.tbp-filter-wrapper form#tbp-filter-form .luogo-data .tbp-field.sparisci > * {
	opacity: 0;
}
*/
.tbp-filter-wrapper
	form#tbp-filter-form
	.luogo-data
	.tbp-field.sparisci
	+ div.tbp-field {
	border-radius: 100px;
	width: calc(100% - 12px - 150px);
	left: 0;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.luogo-data
	.tbp-field.sparisci
	+ div.tbp-field:before {
	opacity: 0;
}
.tbp-filter-wrapper form#tbp-filter-form .tbp-field input {
	background-color: transparent !important;
	border: none;
	outline: none;
	padding: 0 !important;
	box-shadow: none !important;
	border-radius: 0px !important;
	color: #2b0001 !important;
	margin-bottom: 0px;
}
.tbp-filter-wrapper form#tbp-filter-form .tbp-field > label {
	color: #2b0001;
	font-weight: 400;
	margin-bottom: 0;
	transition: all 0.3s;
}

.tbp-filter-wrapper form#tbp-filter-form .tbp-field.categorie {
	width: 100%;
	background-color: transparent;
	border-radius: 0;
	padding: 60px 0;
	position: relative;
}
.tbp-filter-wrapper form#tbp-filter-form .tbp-field.categorie .splide__track {
	cursor: grab;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.categorie
	.splide__track:before,
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.categorie
	.splide__track:after {
	content: "";
	background: #f4efe4;
	z-index: 9999;
	position: absolute;
	top: 0;
	width: 300px;
	height: 100%;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.categorie
	.splide__track:before {
	background: linear-gradient(
		90deg,
		rgba(244, 239, 228, 1) 0%,
		rgba(244, 239, 228, 0.8) 20%,
		rgba(244, 239, 228, 0) 100%
	);
	left: 0;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.categorie
	.splide__track:after {
	background: linear-gradient(
		-90deg,
		rgba(244, 239, 228, 1) 0%,
		rgba(244, 239, 228, 0.8) 20%,
		rgba(244, 239, 228, 0) 100%
	);
	right: 0;
}
.tbp-filter-wrapper form#tbp-filter-form .tbp-field.categorie .tbp-cat-pill {
	cursor: pointer;
	position: relative;
	display: inline-flex;
	pointer-events: auto;
	margin: 5px 0;
}

.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.categorie
	.tbp-cat-checkbox {
	position: absolute;
	opacity: 0;
	inset: 0;
	margin: 0;
	cursor: pointer;
	z-index: 2;
}

.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.categorie
	.tbp-cat-pill-inner {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	padding: 8px 30px 8px 8px;
	border-radius: 999px;
	background: #fff;
	white-space: nowrap;
	transition: background-color 0.2s ease;
}

.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.categorie
	.tbp-cat-checkbox:checked
	+ .tbp-cat-pill-inner,
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.categorie
	.tbp-cat-pill:hover
	.tbp-cat-pill-inner {
	background: #ffd90a !important;
}

.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.categorie
	.tbp-cat-pill:hover
	.tbp-cat-pill-inner
	.tbp-cat-text
	.tbp-cat-count {
	color: #2b0001 !important;
}
.tbp-filter-wrapper form#tbp-filter-form .tbp-field.categorie .tbp-cat-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	border-radius: 999px;
	background: #a3a3a3;
	overflow: hidden;
	flex: 0 0 auto;
}

.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.categorie
	.tbp-cat-icon
	img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.tbp-filter-wrapper form#tbp-filter-form .tbp-field.categorie .tbp-cat-text {
	display: inline-flex;
	flex-direction: column;
	line-height: 1.15;
	gap: 3px;
}

.tbp-filter-wrapper form#tbp-filter-form .tbp-field.categorie .tbp-cat-name {
	font-weight: 600;
	color: #2b0001;
	font-size: 1.2em;
	letter-spacing: -0.3px;
}

.tbp-filter-wrapper form#tbp-filter-form .tbp-field.categorie .tbp-cat-count {
	font-size: 0.85em;
	color: #a3a3a3;
	font-weight: 400;
}

.tbp-filter-wrapper form#tbp-filter-form .tbp-field.ordina {
	width: 125px;
	margin: 0 0 0 auto;
	background-color: transparent;
	border-radius: 0;
	padding: 0;
}
.tbp-filter-wrapper form#tbp-filter-form .tbp-field.ordina select {
	margin: 0;
	border-radius: 100px;
	border: solid 1px #2b0001;
	background-color: transparent;
	color: #2b0001;
	padding: 10px 15px;
	background-image: none;
	font-weight: 500;
	box-shadow: unset;
	height: auto;
	text-align: center;
	cursor: pointer;
}
.tbp-filter-wrapper form#tbp-filter-form .tbp-field.ordina select:hover {
	background-color: #2b0001;
	color: #fff;
}
.tbp-filter-wrapper form#tbp-filter-form .tbp-field.filtra {
	width: auto;
	margin: 0;
	background-color: transparent;
	border-radius: 0;
	padding: 0;
}
.tbp-filter-wrapper form#tbp-filter-form .tbp-field.filtra #btn-popup-filtri {
	margin: 0 0 0 15px;
	padding: 0;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#btn-popup-filtri
	> svg {
	margin: 0;
	border-radius: 100px;
	background-color: #2b0001;
	padding: 10px 15px;
	width: 50px;
	height: auto;
	margin-left: 5px;
	display: inline-block;
	transition: all 0.3s;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#btn-popup-filtri:hover
	> svg {
	background-color: #ffd90a;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#btn-popup-filtri:hover
	> svg
	path {
	fill: #2b0001;
}
body.post-type-archive-esperienze.tbp-popup-open {
	overflow: hidden !important;
	position: fixed;
	width: 100%;
	height: 100%;
	touch-action: none;
	-ms-touch-action: none;
}
body.post-type-archive-esperienze.admin-bar.tbp-popup-open {
	overflow: hidden !important;
	position: fixed;
	width: 100%;
	height: 100%;
	touch-action: none;
	-ms-touch-action: none;
}
.tbp-filter-wrapper form#tbp-filter-form .tbp-field.filtra #popup-filtri {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper {
	background-color: #f4efe4;
	padding: 40px 25px 40px 30px;
	border-radius: 35px;
	width: 460px;
	height: 700px;
	max-height: 100%;
	position: relative;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	#btn-close-popup {
	background-color: #fff;
	padding: 9px 9px 10px 10px;
	border-radius: 100px;
	color: #2b0001;
	position: absolute;
	top: 38px;
	right: 40px;
	margin: 0;
	line-height: 0;
	font-size: 2em;
	min-height: unset;
	width: 40px;
	height: 40px;
	font-weight: 400;
	text-align: center;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	#btn-close-popup:hover {
	background-color: #2b0001;
	color: #fff;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	h2 {
	font-size: 1.8em;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body {
	overflow-y: auto;
	max-height: calc(100% - 35px - 60px - 40px);
	margin: 20px 0 30px;
	padding-right: 5px;
	scrollbar-width: thin;
	scrollbar-color: #2b0001 transparent;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body::-webkit-scrollbar {
	width: 6px;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body::-webkit-scrollbar-track {
	background: transparent;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body::-webkit-scrollbar-thumb {
	background-color: #2b0001;
	border-radius: 10px;
	border: none;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group {
	font-size: 1.1em;
	padding: 15px;
	margin: 15px 0;
	border: solid 1px #2b0001;
	border-radius: 20px;
	position: relative;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group:first-child {
	margin-top: 0;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group:last-child {
	margin-bottom: 0;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group
	h3 {
	font-size: 1em;
	padding-bottom: 10px;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group.durata
	.tbp-filter-field,
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group.genere
	.tbp-filter-field,
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group.tipologia
	.tbp-filter-field {
	display: flex;
	gap: 7px;
	flex-wrap: wrap;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group
	.tbp-filter-field
	label {
	margin-bottom: 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 5px;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group.durata
	.tbp-filter-field
	label
	span:not(.checkbox-finta),
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group.genere
	.tbp-filter-field
	label
	span:not(.checkbox-finta),
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group.tipologia
	.tbp-filter-field
	label
	span:not(.checkbox-finta) {
	border-radius: 100px;
	border: solid 1px #2b0001;
	padding: 10px 15px;
	background-color: #f4efe4;
	color: #2b0001;
	margin-bottom: 0;
	transition: all 0.2s;
	font-weight: 400;
	display: block;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group.durata
	.tbp-filter-field
	label
	span:not(.checkbox-finta):hover,
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group.durata
	.tbp-filter-field
	.tbp-checkbox-label
	input:checked
	+ span:not(.checkbox-finta),
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group.genere
	.tbp-filter-field
	label
	span:not(.checkbox-finta):hover,
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group.genere
	.tbp-filter-field
	.tbp-checkbox-label
	input:checked
	+ span:not(.checkbox-finta),
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group.tipologia
	.tbp-filter-field
	label
	span:not(.checkbox-finta):hover,
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group.tipologia
	.tbp-filter-field
	.tbp-checkbox-label
	input:checked
	+ span:not(.checkbox-finta),
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group.lingua
	.tbp-filter-field
	.tbp-checkbox-label
	input:checked
	+ span.checkbox-finta,
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group.accessibilita
	.tbp-filter-field
	.tbp-checkbox-label
	input:checked
	+ span.checkbox-finta,
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group.mastro
	.tbp-filter-field
	.tbp-checkbox-label
	input:checked
	+ span.checkbox-finta {
	background-color: #2b0001;
	color: #f4efe4;
}

.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group.genere
	.tbp-filter-field
	.tbp-checkbox-label
	span,
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group.tipologia
	.tbp-filter-field
	.tbp-checkbox-label
	span {
	display: flex !important;
	align-items: center;
	gap: 10px;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group.genere
	.tbp-filter-field
	.tbp-checkbox-label
	span
	svg,
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group.tipologia
	.tbp-filter-field
	.tbp-checkbox-label
	span
	svg {
	height: 22px;
	width: auto;
}

.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group
	.tbp-filter-field
	input {
	position: absolute;
	opacity: 0;
	z-index: -1;
}

.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group.lingua
	.tbp-filter-field,
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group.mastro
	.tbp-filter-field {
	display: flex;
	gap: 11px;
	flex-wrap: wrap;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group.lingua
	.tbp-filter-field
	label
	span,
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group.accessibilita
	.tbp-filter-field
	label
	span:not(.checkbox-finta) {
	font-weight: 400;
	color: #2b0001;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group.lingua
	.tbp-filter-field
	label
	span.checkbox-finta,
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group.accessibilita
	.tbp-filter-field
	label
	span.checkbox-finta {
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 3px;
	border: solid 1px #2b0001;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group.accessibilita
	.tbp-filter-field
	label
	span.checkbox-finta {
	margin-top: 2px;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group.accessibilita
	.tbp-filter-field
	label
	span:not(.checkbox-finta) {
	width: calc(100% - 10px - 15px);
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group.acccessibilita
	.tbp-filter-field {
	display: flex;
	flex-direction: column;
}

.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group.accessibilita
	.tbp-filter-field {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group.accessibilita
	.tbp-filter-field
	label {
	align-items: flex-start;
	display: flex;
	gap: 10px;
}

.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group.prezzo
	h3 {
	padding-bottom: 5px;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group.prezzo
	h3
	> small {
	font-weight: 400;
	padding-left: 3px;
	font-style: italic;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group.prezzo
	.tbp-range-container {
	position: relative;
	height: 40px;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group.prezzo
	.tbp-range-container
	input[type="range"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	outline: none;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	background-color: transparent;
	pointer-events: none;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group.prezzo
	.tbp-range-container
	.slider-track {
	width: 100%;
	height: 5px;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	border-radius: 5px;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group.prezzo
	.tbp-range-container
	input[type="range"]::-webkit-slider-runnable-track {
	-webkit-appearance: none;
	height: 5px;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group.prezzo
	.tbp-range-container
	input[type="range"]::-moz-range-track {
	-moz-appearance: none;
	height: 5px;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group.prezzo
	.tbp-range-container
	input[type="range"]::-ms-track {
	appearance: none;
	height: 5px;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group.prezzo
	.tbp-range-container
	input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	height: 1.7em;
	width: 1.7em;
	background-color: #2b0001;
	cursor: pointer;
	margin-top: -9px;
	pointer-events: auto;
	border-radius: 50%;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group.prezzo
	.tbp-range-container
	input[type="range"]::-moz-range-thumb {
	-webkit-appearance: none;
	height: 1.3em;
	width: 1.3em;
	cursor: pointer;
	border-radius: 50%;
	background-color: #2b0001;
	pointer-events: auto;
	border: none;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group.prezzo
	.tbp-range-container
	input[type="range"]::-ms-thumb {
	appearance: none;
	height: 1.7em;
	width: 1.7em;
	cursor: pointer;
	border-radius: 50%;
	background-color: #2b0001;
	pointer-events: auto;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group.prezzo
	.tbp-range-container
	input[type="range"]:active::-webkit-slider-thumb {
	background-color: #ffffff;
	border: 1px solid #2b0001;
}

.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group.prezzo
	.tbp-range-container
	input[type="range"]::-ms-thumb {
	appearance: none;
	height: 1.7em;
	width: 1.7em;
	cursor: pointer;
	border-radius: 50%;
	background-color: #2b0001;
	pointer-events: auto;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group.prezzo
	.tbp-range-container
	input[type="range"]:active::-webkit-slider-thumb {
	background-color: #ffffff;
	border: 1px solid #2b0001;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group.prezzo
	.tbp-price-boxes {
	display: flex;
	gap: 10px;
	margin-top: 7px;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group.prezzo
	.tbp-price-boxes
	.price-box {
	width: calc(50% - 5px);
	border: solid 2px #2b0001;
	border-radius: 16px;
	padding: 11px 15px;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group.prezzo
	.tbp-price-boxes
	.price-box
	label {
	color: #2b0001;
	font-weight: 400;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group.prezzo
	.tbp-price-boxes
	.price-box
	div.val {
	font-weight: 600;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group.difficolta
	.tbp-filter-field {
	display: flex;
	gap: 10px;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group.difficolta
	.tbp-diff-content {
	border-radius: 100px;
	border: solid 1px #2b0001;
	padding: 8px 10px;
	background-color: #f4efe4;
	color: #2b0001;
	margin-bottom: 0;
	transition: all 0.2s;
	font-weight: 400;
	display: flex;
	align-items: center;
	gap: 10px;
	transition: all 0.3s;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group.difficolta
	.tbp-diff-content
	.tbp-diff-icon {
	display: flex;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group.difficolta
	svg {
	width: 22px;
	height: auto;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group.difficolta
	svg
	path {
	transition: all 0.3s;
}

.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group.difficolta
	.tbp-checkbox-label:hover
	.tbp-diff-content,
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group.difficolta
	.tbp-checkbox-label:has(input:checked)
	.tbp-diff-content {
	background-color: #2b0001;
	color: #f4efe4;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group.difficolta
	.tbp-checkbox-label:hover
	.tbp-diff-content
	svg
	path,
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group.difficolta
	.tbp-checkbox-label:has(input:checked)
	.tbp-diff-content
	svg
	path {
	fill: #f4efe4;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group.mastro
	.tbp-filter-field
	label {
	position: relative;
	width: calc(50% - 5.5px);
	border: solid 1px #2b0001;
	border-radius: 12px;
	padding: 11px 15px;
	flex-direction: column;
	align-items: flex-start;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group.mastro
	.tbp-filter-field
	label:has(input:checked) {
	border-width: 2px;
	padding: 10px 15px;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group.mastro
	.tbp-filter-field
	label
	svg {
	width: auto;
	height: 24px;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group.mastro
	.tbp-filter-field
	label
	span.checkbox-finta {
	position: absolute;
	top: 15px;
	right: 15px;
	border-radius: 100px;
	height: 15px;
	width: 15px;
	border: solid 1px #2b0001;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-body
	.tbp-filter-group.mastro
	.tbp-filter-field
	label
	span:not(.checkbox-finta) {
	color: #2b0001;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-actions {
	display: flex;
	gap: 15px;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-actions
	button,
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-actions
	> div {
	margin: 0;
	border-radius: 999px;
	padding: 8px 10px;
	width: calc(50% - 7.5px);
	font-weight: 400;
}

.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-actions
	> div {
	display: flex;
	align-items: center;
	justify-content: center;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-actions
	#btn-apply-popup {
	background-color: #2b0001;
	color: #f4efe4;
	font-weight: 400;
}
.tbp-filter-wrapper
	form#tbp-filter-form
	.tbp-field.filtra
	#popup-filtri
	.popup-wrapper
	.popup-actions
	#btn-apply-popup:hover {
	background-color: #ffd90a;
	color: #2b0001;
}

#tbp-results-container {
	max-width: 1400px;
	margin: 0 auto;
}
#tbp-results-container .grid-risultati {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px 15px;
}
@media (max-width: 1024px) {
	#tbp-results-container .grid-risultati {
		grid-template-columns: repeat(2, 1fr);
		margin-bottom: 0px;
	}
}
@media (max-width: 768px) {
	#tbp-results-container .grid-risultati {
		grid-template-columns: 1fr;
	}

	.tbp-filter-wrapper
		form#tbp-filter-form
		.tbp-field.filtra
		#popup-filtri
		.popup-wrapper
		.popup-body
		.tbp-filter-group.durata
		.tbp-filter-field
		label
		span:not(.checkbox-finta):hover,
	.tbp-filter-wrapper
		form#tbp-filter-form
		.tbp-field.filtra
		#popup-filtri
		.popup-wrapper
		.popup-body
		.tbp-filter-group.genere
		.tbp-filter-field
		label
		span:not(.checkbox-finta):hover,
	.tbp-filter-wrapper
		form#tbp-filter-form
		.tbp-field.filtra
		#popup-filtri
		.popup-wrapper
		.popup-body
		.tbp-filter-group.tipologia
		.tbp-filter-field
		label
		span:not(.checkbox-finta):hover {
		background-color: #f4efe4;
		color: #2b0001;
	}
}

#tbp-results-container .card-esperienza {
	background-color: #fff;
	border-radius: 37px;
	padding: 15px 15px 25px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	transition: transform 0.3s;
	cursor: pointer;
	transform: translateY(0px);
}

#tbp-results-container .card-esperienza:hover {
	transform: translateY(-10px);
}

#tbp-results-container .card-esperienza:focus-within {
	outline: 3px solid #ffd90a;
	outline-offset: 4px;
}

#tbp-results-container .card-esperienza .thumb img {
	width: 100%;
	height: 320px;
	object-fit: cover;
	border-radius: 27px;
}
#tbp-results-container .card-esperienza .corpo {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
#tbp-results-container .card-esperienza h3 {
	font-size: 1.9em;
	line-height: 1.1;
	padding: 15px;
}
#tbp-results-container .card-esperienza .luogo-durata {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 0 15px;
}
#tbp-results-container .card-esperienza .luogo-durata .luogo {
	text-decoration: underline;
	font-size: 1.1em;
}
#tbp-results-container .card-esperienza .luogo-durata .durata {
	display: flex;
	align-items: center;
	gap: 7px;
}
#tbp-results-container .card-esperienza .luogo-durata .durata img {
	height: 15px;
}
#tbp-results-container .card-esperienza .prezzo-pulsante {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 50px 15px 0 15px;
}
#tbp-results-container .card-esperienza .prezzo-pulsante > p {
	width: calc(100% - 175px - 10px);
	display: flex;
	flex-direction: column;
	font-size: 1.5em;
	line-height: 0.9;
}
#tbp-results-container .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;
}
#tbp-results-container .card-esperienza .prezzo-pulsante a.btn::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
#tbp-results-container
	.card-esperienza
	.prezzo-pulsante
	a.btn
	span:not(.testo) {
	display: flex;
	overflow: hidden;
	width: 20px;
	height: 15px;
	position: relative;
}
#tbp-results-container .card-esperienza .prezzo-pulsante a.btn span svg {
	height: 15px;
	position: absolute;
	transition: all 0.2s;
}
#tbp-results-container
	.card-esperienza
	.prezzo-pulsante
	a.btn
	span
	svg.freccia-prima {
	left: 2.5px;
	opacity: 1;
}
#tbp-results-container
	.card-esperienza
	.prezzo-pulsante
	a.btn
	span
	svg.freccia-dopo {
	left: -20px;
	opacity: 0;
}

#tbp-results-container .card-esperienza .prezzo-pulsante a.btn:hover {
	color: #2b0001;
	background-color: #ffd90a;
}
#tbp-results-container
	.card-esperienza
	.prezzo-pulsante
	a.btn:hover
	span
	svg.freccia-dopo {
	left: 2.5px;
	opacity: 1;
}
#tbp-results-container
	.card-esperienza
	.prezzo-pulsante
	a.btn:hover
	span
	svg.freccia-prima {
	left: 20px;
	opacity: 0;
}
/*
#tbp-results-container
	.card-esperienza
	.prezzo-pulsante
	a.btn:hover
	span
	svg
	path {
	fill: #2b0001 !important;
}*/

.post-type-archive-esperienze .flatpickr-calendar {
	border-radius: 40px;
	padding: 40px;
	width: auto;
	border: 1px solid #f4efe4;
}
.post-type-archive-esperienze .flatpickr-calendar > div {
	width: 337px;
	align-items: center;
}
.post-type-archive-esperienze .flatpickr-calendar.arrowTop::before {
	content: unset;
}
.post-type-archive-esperienze
	.flatpickr-calendar
	.flatpickr-innerContainer
	> .flatpickr-rContainer {
	width: 100%;
}
.post-type-archive-esperienze
	.flatpickr-calendar
	.flatpickr-innerContainer
	> .flatpickr-rContainer
	.flatpickr-days,
.post-type-archive-esperienze
	.flatpickr-calendar
	.flatpickr-innerContainer
	> .flatpickr-rContainer
	.flatpickr-days
	.dayContainer {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
}
.post-type-archive-esperienze .flatpickr-calendar .flatpickr-months > span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #2b0001;
	border-radius: 100px;
	padding: 0;
	color: #f4efe4;
	width: 30px;
	height: 30px;
	transition: all 0.3s;
}
.post-type-archive-esperienze
	.flatpickr-calendar
	.flatpickr-months
	> span.flatpickr-disabled {
	display: none;
}
.post-type-archive-esperienze .flatpickr-calendar .flatpickr-months > span svg {
	fill: #f4efe4;
	width: 24px;
	height: 24px;
}
.post-type-archive-esperienze
	.flatpickr-calendar
	.flatpickr-months
	> span:hover {
	background-color: #ffd90a;
}
.post-type-archive-esperienze
	.flatpickr-calendar
	.flatpickr-months
	.flatpickr-month {
	display: flex;
	justify-content: center;
}
.post-type-archive-esperienze
	.flatpickr-calendar
	.flatpickr-months
	.flatpickr-month
	.flatpickr-current-month {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1em;
	gap: 10px;
	padding-top: 0;
}
.post-type-archive-esperienze
	.flatpickr-calendar
	.flatpickr-months
	.flatpickr-month
	.flatpickr-current-month
	> span {
	margin: 0;
	font-weight: 400;
	color: #2b0001;
}
.post-type-archive-esperienze
	.flatpickr-calendar
	.flatpickr-months
	.flatpickr-month
	.flatpickr-current-month
	> div {
	display: none;
}
.post-type-archive-esperienze
	.flatpickr-calendar
	.flatpickr-months
	.flatpickr-month
	.flatpickr-current-month
	> span:hover {
	background-color: transparent;
}
.post-type-archive-esperienze
	.flatpickr-calendar
	.flatpickr-months
	> span:hover
	svg {
	fill: #2b0001;
}
.post-type-archive-esperienze .flatpickr-calendar .flatpickr-weekdays {
	height: 49px;
}
.post-type-archive-esperienze
	.flatpickr-calendar
	.flatpickr-weekdays
	.flatpickr-weekdaycontainer {
	flex: unset;
	gap: 20px;
	width: 100%;
}
.post-type-archive-esperienze
	.flatpickr-calendar
	.flatpickr-weekdays
	.flatpickr-weekdaycontainer
	.flatpickr-weekday {
	font-weight: 400;
	color: #2b0001;
	width: 30px;
	font-size: 1em;
}
.post-type-archive-esperienze .flatpickr-calendar .dayContainer {
	gap: 10px 20px;
}
.post-type-archive-esperienze .flatpickr-calendar .dayContainer .flatpickr-day {
	width: 30px;
	height: 30px;
	max-width: 30px;
	line-height: 30px;
}
.post-type-archive-esperienze
	.flatpickr-calendar
	.dayContainer
	.flatpickr-day.flatpickr-disabled {
	background-color: #f4efe440;
	text-decoration: line-through;
}
.post-type-archive-esperienze
	.flatpickr-calendar
	.dayContainer
	.flatpickr-day:not(.flatpickr-disabled) {
	background-color: #f4efe4;
	color: #2b0001;
	border: none;
}
.post-type-archive-esperienze
	.flatpickr-calendar
	.dayContainer
	.flatpickr-day:not(.flatpickr-disabled):hover,
.post-type-archive-esperienze
	.flatpickr-calendar
	.dayContainer
	.flatpickr-day.selected:not(.flatpickr-disabled) {
	background-color: #ffd90a;
	color: #2b0001;
}

@media only screen and (max-width: 1200px) {
	#tbp-results-container .card-esperienza h3 {
		font-size: 1.6em;
	}
	#tbp-results-container .card-esperienza .prezzo-pulsante > p {
		font-size: 1.2em;
	}
	#tbp-results-container .card-esperienza .prezzo-pulsante a.btn {
		padding: 12px 10px;
		width: 155px;
	}
	#tbp-results-container .card-esperienza .prezzo-pulsante > p {
		width: calc(100% - 155px - 10px);
	}
}

@media only screen and (max-width: 549px) {
	.tbp-filter-wrapper form#tbp-filter-form .luogo-data .tbp-field {
		width: calc(50% - 6px - (75.95px / 2));
		padding: 15px 20px 12px;
	}
	.tbp-filter-wrapper form#tbp-filter-form .luogo-data .tbp-field:nth-child(2) {
		left: calc(50% - 49px);
	}
	.tbp-filter-wrapper form#tbp-filter-form .luogo-data > button[type="submit"] {
		width: 75.95px;
	}
	.tbp-filter-wrapper
		form#tbp-filter-form
		.luogo-data
		.tbp-field.sparisci
		+ div.tbp-field {
		width: calc(100% - 12px - 75.95px);
	}
	.tbp-filter-wrapper
		form#tbp-filter-form
		.luogo-data
		> button[type="submit"]
		span {
		display: none;
	}
	.tbp-filter-wrapper form#tbp-filter-form .vivo-online {
		justify-content: center;
		padding-bottom: 5px;
	}
	.tbp-filter-wrapper
		form#tbp-filter-form
		.tbp-field.categorie
		.splide__track::before,
	.tbp-filter-wrapper
		form#tbp-filter-form
		.tbp-field.categorie
		.splide__track::after {
		width: 25%;
	}
	.tbp-filter-wrapper form#tbp-filter-form .tbp-field.categorie {
		padding: 30px 0;
	}
	#tbp-results-container .card-esperienza {
		flex-direction: row;
		padding: 10px;
	}
	#tbp-results-container .card-esperienza .thumb {
		width: 150px;
		height: 100%;
	}
	#tbp-results-container .card-esperienza .thumb img {
		width: 100%;
		height: 100%;
	}
	#tbp-results-container .card-esperienza .corpo {
		width: calc(100% - 150px);
	}
	#tbp-results-container .card-esperienza .prezzo-pulsante a.btn span.testo {
		display: none;
	}

	#tbp-results-container .card-esperienza .prezzo-pulsante > p {
		width: calc(100% - 33px - 10px);
		font-size: 0.9em;
	}
	#tbp-results-container .card-esperienza .prezzo-pulsante a.btn {
		width: 33px;
		padding: 5px 0;
	}
	#tbp-results-container .card-esperienza h3 {
		font-size: 1em;
	}
	#tbp-results-container .card-esperienza .luogo-durata .luogo,
	#tbp-results-container .card-esperienza .luogo-durata .durata {
		font-size: 0.9em;
	}
	#tbp-results-container .card-esperienza .prezzo-pulsante a.btn span svg,
	#tbp-results-container
		.card-esperienza
		.prezzo-pulsante
		a.btn
		span:not(.testo) {
		height: 12px;
	}
	#tbp-results-container .card-esperienza .prezzo-pulsante {
		padding: 20px 15px 0 15px;
	}
	#tbp-results-container .grid-risultati {
		gap: 20px 15px;
	}
	.tbp-filter-wrapper
		form#tbp-filter-form
		.tbp-field.filtra
		#popup-filtri
		.popup-wrapper {
		width: calc(100% - 40px);
		padding: 40px 20px 40px;
		height: 500px;
	}
	.tbp-filter-wrapper
		form#tbp-filter-form
		.tbp-field.filtra
		#popup-filtri
		.popup-wrapper
		.popup-body
		.tbp-filter-group.difficolta
		.tbp-filter-field {
		flex-wrap: wrap;
	}
	.tbp-filter-wrapper
		form#tbp-filter-form
		.tbp-field.filtra
		#popup-filtri
		.popup-wrapper
		.popup-body
		.tbp-filter-group {
		font-size: 1em;
	}
	.tbp-filter-wrapper form#tbp-filter-form .tbp-field.categorie .tbp-cat-icon {
		width: 60px;
		height: 60px;
	}
	.tbp-filter-wrapper form#tbp-filter-form .tbp-field.categorie .tbp-cat-name {
		font-size: 1em;
	}
	.tbp-filter-wrapper form#tbp-filter-form .tbp-field.ordina {
		margin: 0 auto 0 0;
	}
	.tbp-filter-wrapper form#tbp-filter-form .tbp-field.filtra {
		margin: 0 0 0 auto;
	}
	.tbp-filter-wrapper form#tbp-filter-form .tbp-field.ordina select {
		padding: 10px 10px 7px;
		line-height: 1;
	}
	.post-type-archive-esperienze .flatpickr-calendar {
		max-width: calc(100% - 40px);
		width: 100%;
		padding: 20px;
	}
	.post-type-archive-esperienze .flatpickr-calendar > div {
		width: 100%;
	}
}

@media only screen and (max-width: 390px) {
	#tbp-results-container .card-esperienza {
		flex-direction: column;
	}
	#tbp-results-container .card-esperienza .thumb,
	#tbp-results-container .card-esperienza .corpo {
		width: 100%;
	}
	#tbp-results-container .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;
	}
	.tbp-filter-wrapper
		form#tbp-filter-form
		.tbp-field.filtra
		#popup-filtri
		.popup-wrapper
		.popup-body
		.tbp-filter-group.mastro
		.tbp-filter-field
		label {
		width: 100%;
	}
	.tbp-filter-wrapper
		form#tbp-filter-form
		.tbp-field.filtra
		#popup-filtri
		.popup-wrapper
		.popup-body
		.tbp-filter-group.durata
		.tbp-filter-field
		label
		span:not(.checkbox-finta),
	.tbp-filter-wrapper
		form#tbp-filter-form
		.tbp-field.filtra
		#popup-filtri
		.popup-wrapper
		.popup-body
		.tbp-filter-group.genere
		.tbp-filter-field
		label
		span:not(.checkbox-finta),
	.tbp-filter-wrapper
		form#tbp-filter-form
		.tbp-field.filtra
		#popup-filtri
		.popup-wrapper
		.popup-body
		.tbp-filter-group.tipologia
		.tbp-filter-field
		label
		span:not(.checkbox-finta) {
		padding: 5px 12px;
	}
	.tbp-filter-wrapper
		form#tbp-filter-form
		.tbp-field.filtra
		#popup-filtri
		.popup-wrapper
		.popup-body
		.tbp-filter-group.mastro
		.tbp-filter-field
		label {
		padding: 8px 12px;
	}
	.tbp-filter-wrapper form#tbp-filter-form .luogo-data > button[type="submit"] {
		width: 55px;
		height: 55px;
		padding: 15px;
		margin-left: 6px;
	}
	.tbp-filter-wrapper form#tbp-filter-form .luogo-data .tbp-field {
		height: 55px;
		padding: 12px 16px;
		width: calc(50% - 3px - (55px / 2));
	}
	.tbp-filter-wrapper form#tbp-filter-form .luogo-data .tbp-field:nth-child(2) {
		left: calc(50% - 31px);
	}
	.tbp-filter-wrapper form#tbp-filter-form .tbp-field input {
		font-size: 0.85em !important;
	}
	.tbp-filter-wrapper form#tbp-filter-form .luogo-data label {
		line-height: 1;
		font-size: 0.85em;
	}
	.tbp-filter-wrapper form#tbp-filter-form .tbp-field.categorie .tbp-cat-icon {
		width: 50px;
		height: 50px;
	}
	.tbp-filter-wrapper
		form#tbp-filter-form
		.tbp-field.categorie
		.tbp-cat-pill-inner {
		padding: 5px 24px 5px 5px;
	}
}
