.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-esperienze .elementor-widget-heading h2 a {
	font-family: "loretta", Sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: none;
	font-style: normal;
	text-decoration: none;
	line-height: 1.4em;
}

.section-esperienze .elementor-widget-wrap {
	position: relative;
}

.section-esperienze .link-item,
.section-esperienze .elementor-widget-container,
.section-esperienze .elementor-button-wrapper {
	position: unset !important;
}

.section-esperienze .link-item a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}

.section-esperienze .block-card .elementor-widget-button .elementor-button-icon {
	transform: translateX(0);
	transition: .4s;
}

.section-esperienze .block-card:hover .elementor-widget-button .elementor-button-icon {
	transform: translateX(8px);
}

.section-esperienze .block-card .elementor-widget-image {
	overflow: hidden;	
}

.section-esperienze .block-card .elementor-widget-image img {
	transform: scale(1);
	transition: .4s;
	overflow: hidden;
}

.section-esperienze .block-card:hover .elementor-widget-image img {
	transform: scale(1.1);
}

.section-esperienze .block-card .elementor-widget-heading h2 {
	width: 100%;
	/**Major Properties**/
	overflow: hidden;
	min-height: 50px;
	max-height: 50px;
	-webkit-box-orient: vertical;
	display: block;
	display: -webkit-box;
	overflow: hidden !important;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}

.section-esperienze .block-card .elementor-widget-text-editor p {
	width: 100%;
	/**Major Properties**/
	overflow: hidden;
	min-height: 96px;
	max-height: 96px;
	-webkit-box-orient: vertical;
	display: block;
	display: -webkit-box;
	overflow: hidden !important;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
}

/**/
.elementor-widget-tabs .elementor-tab-content a.auto-link {
	font-family: var(--ff2);
	font-size: 16px;
	font-weight: bold;
	color: var(--c1);
}

/**/
.elementor-widget-text-editor p:not(:last-child) {
	margin-bottom: 30px !important;
}

.custom-content .col {
	background-color: #F4ECEA;
	padding: 32px;
	margin: 32px 0px;
	flex: calc(50% - 32px);
}

.custom-content .col {
	margin-right: 16px;
}

.customtab .elementor-tabs-wrapper {
	border-bottom: 1px solid #eaeaea;
}

.customtab .elementor-tab-title:after {
	position: absolute !important;
	content: '' !important;
	width: 0% !important;
	left: 0 !important;
	bottom: 0 !important;
	height: 3px !important;
	background-color: var(--c1);
}

.customtab .elementor-tab-title.elementor-active:after { 
	width: 100% !important;
}

.customtab .elementor-tab-content {
	padding: 32px 0 !important;
}

.customtab strong {
	font-size: 20px;
}

.col-container {
	display: flex;
}

/**/
.section-ds .block-image .elementor-widget-image,
.section-ds .block-image .elementor-widget-image .elementor-widget-container,
.section-ds .block-image .elementor-widget-image .elementor-widget-container img {
	height: 100%;
	object-fit: cover
}

.custom-content .accordion {
	margin-bottom: 30px;
}

.custom-content .accordion strong {
	cursor: pointer;
}

.custom-content .accordion .content {
	display: none;
	margin-top: 15px;
}

.custom-content .accordion.active .content {
	display: block;
}

.custom-content .accordion .content p {
	margin-bottom: 10px !important;
}

@media(max-width:1366px) {
	/**/
	.section-esperienze .elementor-widget-wrap {
		margin: 0 10px !important;
	}
}

@media(max-width:1024px) {
	/**/
	.section-esperienze .block-card.elementor-column {
		width: 50% !important;
	}
	
	.section-esperienze .elementor-widget-wrap {
		margin: 0 20px 40px !important;
	}
}

@media screen and (max-width: 991px) {
	
	.col-container {
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
	
	.custom-content .col {
		width: 100%;
		margin-bottom: 0;
		flex: 0 0 100%;
	}
	
	.customtab .elementor-tab-title:after {
		display: none !important;
	}
	
	.customtab .elementor-tab-title {
		color: #111 !important;
	}
	
	.customtab .elementor-tab-content  {
		display: block !important;
	}
}

@media(max-width:767px) {
	/* Tab mobile */
	.elementor-accordion-item,
	.elementor-tab-title,
	.elementor-tab-content {
		border: none !important;
	}
	
	.elementor-accordion-item:last-child {
		border-top: 1px solid #dcd7d4 !important;
	}
	
	.elementor-tab-title {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.elementor-tab-title span {
		order: 2;
	}
	
	.elementor-tab-title .elementor-accordion-title {
		order: 1;
	}
	
	/**/
	.section-esperienze .block-card .elementor-widget-image img {
		height: 100% !important;
	}
	
	.section-esperienze .block-card.elementor-column {
		width: 100% !important;
		margin: 0  0 40px !important;
	}
	
	.section-esperienze .elementor-widget-wrap {
		margin: 0 !important;
	}
}