.rank-math-breadcrumb,
.rank-math-breadcrumb a {
	color: var(--w) !important;
}

.elementor-widget-heading.link-white a {
	color: var(--w) !important;
}

.rank-math-breadcrumb .separator {
	background: url(https://www.arezzocittadelnatale.it/wp-content/uploads/2024/10/arrow-right-white.svg);
}

/**/
.section-list-attrazioni {
	position: relative;
}

.section-list-attrazioni:before {
	content: '';
	position: absolute;
	top: -66px;
	left: 5%;
	background-image: url(https://www.arezzocittadelnatale.it/wp-content/themes/acn/illustrations/illustrazione-attrazioni-1.png);
	width: 267px;
	height: 267px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
}

.section-list-attrazioni:after {
	content: '';
	position: absolute;
	top: -60px;
	right: 3%;
	background-image: url(https://www.arezzocittadelnatale.it/wp-content/themes/acn/illustrations/illustrazione-attrazioni-2.png);
	width: 300px;
	height: 158px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
}

.section-list-attrazioni .elementor-container:before {
	content: '';
	position: absolute;
	top: 50%;
	left: -348px;
	transform: translateY(-50%);
	background-image: url(https://www.arezzocittadelnatale.it/wp-content/themes/acn/illustrations/illustrazione-attrazioni-4.png);
	width: 268px;
	height: 228px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
}

.section-list-attrazioni .elementor-container:after {
	content: '';
	position: absolute;
	bottom: 110px;
	right: -308px;
	background-image: url(https://www.arezzocittadelnatale.it/wp-content/themes/acn/illustrations/illustrazione-attrazioni-3.png);
	width: 208px;
	height: 226px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
}

/* Bordo mappa */
.gm-style > div {
	border: none !important;
}

/* Griglia */
.grid {
	display: grid;
	grid-template-columns: 25% 25% 25%;
	grid-template-rows: 400px 400px 400px 400px;
	margin-left: -20px;
	margin-right: -20px;
}

.item.featured.first {
	grid-column-start: 3;
	grid-column-end: 5;
	grid-row-start: 1;
	grid-row-end: span 2;
}

.item.featured.second {
	grid-column-start: 2;
	grid-column-end: 4;
	grid-row-start: 3;
	grid-row-end: span 4;
}

/* Item */
.item {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 40px;
	width: calc(100% - 40px);
	min-height: 360px;
	max-height: 360px;
	height: 100%;
	box-shadow: 0 4px 48px 0 rgba(0, 0, 0, 0.08);
	background-color: var(--w);
	position: relative;
}

.item .item-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.item.featured {
	min-height: 760px;
	max-height: 760px;
}

.item:nth-child(7),
.item:nth-child(9),
.item:nth-child(10) {
	margin-bottom: 0;
}

/* Immagine */
.item .sold-out {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: var(--c3);
	padding: 2px 10px;
	z-index: 9;
	color: var(--w);
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
}

.item .thumb,
.item .thumb img {
	min-height: 180px;
	max-height: 180px;
	display: flex;
	object-fit: cover;
	overflow: hidden !important;
	transition: .6s !important;
	width: 100%;
	position: relative;
}

.item .item-link:hover + .thumb img {
	transform: scale(1.1);
	transition: .6s;
}

.item.featured .thumb,
.item.featured .thumb img {
	width: 100%;
	min-height: 382px;
	max-height: 382px;
	display: flex;
	object-fit: cover;
}

.item .label-new {
	position: absolute;
	top: 0;
	left: 0;
	font-family: var(--ff2);
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 2.4px;
	text-align: center;
	color: var(--w);
	text-transform: uppercase;
	background-color: var(--c1);
	padding: 8px 16px 9px;
}

/* Info container */
.item .info {
	background-color: var(--w);
	padding: 22px 16px 16px 16px;
	border-top: 6px solid var(--c3);
	min-height: 182px;
	max-height: 182px;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}

.item.featured .info {
	padding: 32px 32px 28px 28px;
	min-height: 378px;
	max-height: 378px;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}

.item .info .desc-container,
.item .info .attr-link {
	width: 100%;
}

/* Titolo */
.item .info h2 {
	margin: 0 0 8px 0 !important;
	font-family: var(--ff1);
	font-size: 26px;
	font-weight: bold;
	line-height: 1.2;
	color: var(--b);
	width: 100%;
	overflow: hidden;
	min-height: 32px;
	max-height: 62px;
	-webkit-box-orient: vertical;
	display: block;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}

.item.featured .info h2 {
	margin: 0 0 8px 0 !important;
	font-family: var(--ff1);
	font-size: 40px;
	font-weight: bold;
	line-height: 1.2;
	color: var(--b);
	width: 100%;
	overflow: hidden;
	min-height: 48px;
	max-height: 96px;
}

/* Excerpt */
.item.featured .info .excerpt {
	font-family: var(--ff2);
	font-size: 16px;
	line-height: 1.5;
	color: var(--b);
	margin: 24px 0 0 0;
}

/* Data */
.item .info .desc-container .end-date {
	font-family: var(--ff2);
	font-size: 14px;
	font-weight: 600;
	text-align: left;
	color: var(--b);
	width: 100%;
	margin: 0 0 !important;
}

/* link */
.item .info .attr-link {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.item .info .attr-link a {
	font-family: var(--ff2);
	font-size: 16px;
	font-weight: 600;
	line-height: -1;
	letter-spacing: 2.4px;
	text-align: center;
	color: var(--c2);
	text-transform: uppercase;
	margin-right: 8px;
}

.item .item-link:hover + .thumb + .info .attr-link a {
	color: var(--c1);
}

.item .info .attr-link a + img {
	transition: .6s;
}

.item .item-link:hover + .thumb + .info .attr-link img {
	transition: .6s;
	transform: translateX(4px);
}

@media(max-width:1300px) {
	.section-list-attrazioni {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	
	/* Griglia */
	.grid {
		display: grid;
		grid-template-columns: 33.33% 33.33% 33.33% !important;
		grid-template-rows: 380px 380px 380px 380px 380px;
		margin-left: 0;
		margin-right: 0;
	}
	
	.item:nth-child(9) {
		margin-bottom: 20px;
	}

	/* Item */
	.item {
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 20px;
		width: calc(100% - 20px);
	}
	
	.item.featured.first {
		grid-column-start: 2;
		grid-column-end: 4;
		grid-row-start: 1;
		grid-row-end: span 2;
		min-height: 740px;
		max-height: 740px;
	}

	.item.featured.second {
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row-start: 4;
		grid-row-end: span 5;
		min-height: 740px;
		max-height: 740px;
	}
	
	.item.featured .info {
		min-height: 358px;
		max-height: 358px;
	}
}

@media screen and (max-width:1024px) {
	.section-list-attrazioni:before,
	.section-list-attrazioni:after,
	.section-list-attrazioni .elementor-container:before,
	.section-list-attrazioni .elementor-container:after {
		display: none;
	}
}

@media(max-width:767px) {
	/* Background */
	.section-list-attrazioni {
		background-image: linear-gradient(180deg, var(--background) 100%, var(--background) 100%) !important;
	}
	
	/* Griglia */
	.grid {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	/* Item */
	.item {
		max-width: 100%;
		width: 100%;
		margin: 0 auto 24px auto !important;
	}
	
	.item.featured {
		min-height: 360px !important;
		max-height: 360px !important;
	}
	
	.item.featured.first {
		order: -2;
	}
	
	.item.featured.second {
		order: -1;
	}
	
	.item:last-child {
		margin-bottom: 0 !important;
	}
	
	/* Immagine */
	.item.featured .thumb,
	.item.featured .thumb img {
		min-height: 180px;
		max-height: 180px;
	}
	
	/* Info container */
	.item.featured .info {
		padding: 22px 16px 16px 16px;
		min-height: 180px;
		max-height: 180px;
	}
	
	/**/
	.item .desc-container {
		width: 100%;
	}
	
	/* Titolo */
	.item.featured .info h2 {
		font-size: 26px;
		min-height: 30px;
	}
	
	/* Excerpt */
	.item.featured .info .excerpt {
		display: none;	
	}
}