.sso-login {
	margin: 1em 0;
}

/* EVENTI */
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
    .head-data-group h4 {
        font-size: 16px;
        color: #fff;
		font-weight: 500
    }
	form.searchandfilter,
	.events-container,
	.event-no-result {
		max-width: 1200px;
		margin: 0 auto;
		padding-right: 10px;
	}
.event-no-result {
	padding: 50px 0;
	text-align: center;
	font-size: 20px;

}
.event-no-result p {
	text-align: center;
		font-weight: 600
}
	.events-container {
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: 3rem;
	}

	.data-group-container {
		padding: 0;
		background-color: #fff;
        margin-top: 60px;
		border-radius: 10px;
		margin-top: 20px;
		padding-bottom: 1rem;
		display: flex;
		flex-wrap: wrap;
		gap: 16px;
    	justify-content: center;
	}
	.event-container {
        background-color: #f2f2f2;
        padding: 10px;
		display: flex;
		flex-direction: column;
		margin-bottom: 15px;
		padding: 15px;
		position: relative;
    	width: calc(100% - 32px);
    	margin: 0;
		border-radius: 10px;
    }
	.head-data-group {
		color: white;
		padding: 15px;
		border-radius: 10px 10px 0 0;
		font-size: 16px;
		background: #064B94;
		width: 100%;
	}
	.event-container .time, .event-container .title {
		font-weight: 600;
		font-size: 20px;
		color: #333;
		margin-bottom:0;
		line-height: 1.2em;
	}
	.event-container .time {
		font-weight: 600;
		font-size: 1rem;
		color: #333;
		margin-bottom: 5px;
		line-height: 1.2em;
	}
	.event-container .title {
		padding-top: 0;
	}
	.event-container .project-info {
		font-weight: 600;
		margin-top: 5px;
		color: #333;
		font-size: 16px
	}
	.event-container a {
		color: #064B94;
		text-decoration: none;
	}
	.event-container a:hover {
		color: #1E90FF;
		text-decoration: underline;
	}
	.location-icon {
		display: inline-block;
		width: 16px;
		height: 16px;
		background-image: url(/wp-content/uploads/2025/11/map.png);
		background-size: contain;
		background-repeat: no-repeat;
	}
	.single-event .event-container {
        background-color: transparent;
        padding: 0;
		display: flex;
		flex-direction: column;
		position: relative;
    	width: 100%;
    	margin: 0;
		border-radius: 0;
    }
	.single-event .event-container .title {
		font-size:32px;
		color:var(--color-content-heading);
	}
	.single-event .event-container .data-e-ora {
		font-size: 24px;
		text-transform:capitalize;
		font-weight:600;
		margin-bottom: 5px;
		line-height: 1.2em;
	}
	.single-event .event-container .data-e-ora>.orario {
		font-size: 20px;
	}

	.paginazione-eventi {
		padding: 1rem;
		display: flex;
		justify-content: center;
		gap: 0.5rem;
		width: 100%
	}
	.paginazione-eventi .page-numbers {
		min-width: 30px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 5px;
		padding: 0 5px;
		margin-bottom: 20px
	}
	.paginazione-eventi .page-numbers.page-numbers.current,
	.paginazione-eventi .page-numbers:hover {
		background: #F9BA43;
		color: #064B94;
	}
	.paginazione-eventi .page-numbers.dots {
		background: transparent!important;
		color: black!important;
	}
	
/*
	.searchandfilter:has(.sf-field-post-meta-data_evento) ul:not(.chosen-results) {
		display: flex;
		justify-content: center;
		align-items: flex-end;
		gap: 16px;
		margin-left: 0;
		width: 100%
	}
*/

	.searchandfilter:has(.sf-field-post-meta-data_evento) ul:not(.chosen-results) {
		margin-left: 0;
		width: 100%
	}
	.searchandfilter:has(.sf-field-post-meta-data_evento) ul li li,
	.searchandfilter:has(.sf-field-post-meta-data_evento) ul li{
		padding: 10px 0 0 0;
		width: 100%
	}
	.searchandfilter:has(.sf-field-post-meta-data_evento) input:not([type=submit]),
	.searchandfilter:has(.sf-field-post-meta-data_evento) select,
	.searchandfilter:has(.sf-field-post-meta-data_evento) input:not(.chosen-search-input),
	.searchandfilter:has(.sf-field-post-meta-data_evento) .select2-container .select2-selection--single
	{
		font-family: var(--font-family);
		font-weight: 400;
		letter-spacing: 0em;
		padding: 0 10px;
		font-size: 16px;
		width: 100%;
		border-radius: 5px;
		border: 1px solid #111;
		background: white;
		height: auto;
		width: 100%
	}

	.select2-results__option {
		padding: 0 6px;
		user-select: none;
		-webkit-user-select: none;
		font-size: 14px;
		margin: 0;
	}
	.searchandfilter:has(.sf-field-post-meta-data_evento) input[type=submit]:not(.w-btn),
	.searchandfilter:has(.sf-field-post-meta-data_evento) .sf-input-select,
	.searchandfilter:has(.sf-field-post-meta-data_evento) .select2-container .select2-selection--single{
		height: 45px;
		border-radius: 5px;
		width: 100%
	}
	.searchandfilter:has(.sf-field-post-meta-data_evento) input[type=submit]:not(.w-btn) {
		background: #E10F21;
		padding: 0 2rem;
	}
	.searchandfilter:has(.sf-field-post-meta-data_evento) .select2-container .select2-selection--single .select2-selection__arrow {
		top: 50%;
		transform: translateY(-50%);
	}
	.searchandfilter:has(.sf-field-post-meta-data_evento) span.select2-selection.select2-selection--single {
		display: flex;
		align-items: center;
	}
	input.select2-search__field {
		max-height: 40px !important;
		border-radius: 4px!important;
		min-height: auto;
	}
	.searchandfilter:has(.sf-field-post-meta-data_evento) label {
		width: 100%;
	}
	.searchandfilter:has(.sf-field-post-meta-data_evento) h4 {
		font-weight: 600
	}
	.searchandfilter:has(.sf-field-post-meta-data_evento):before {
		content: 'Filtra per:';
		text-align: center;
		width: 100%;
		display: block;
		margin-bottom: 1rem;
		/*margin-top: 1rem;*/
		font-weight: 600;
		font-size: 1rem;
		font-size: 1.5rem;
		padding-bottom: 1rem;
		border-bottom: 1px solid #ccc;
	}
	
	.event-container .project-info {
		padding-top: 14px;
		border-top: 1px solid #ccc;
		display: flex;
		flex-direction: column;
		gap:0.5rem;
		height: 100%;
    	justify-content: space-between;
	}
	.event-container .project-info .titolo-progetto {
		color: #064B94;
	}
	@media(max-width: 992px) { 
		.event-container {
				width: calc(100% - 32px);
		}
	}
	
	@media(max-width: 768px) {
		.searchandfilter:has(.sf-field-post-meta-data_evento) {
			margin: 0 40px
		}
		.searchandfilter:has(.sf-field-post-meta-data_evento) ul {
			flex-wrap: wrap
		}
		.event-container {
			width: 100%;
		}
		.single-event .event-container .title {
			font-size:28px;
		}
	}
	/* DA RIMUOVERE*/
	select option[value="122121"]{
		display: none;
	}




@media screen and (max-width: 600px) {
    .l-subheader, .l-section {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}
#page-content:has(.events-container) .w-filter.state_desktop.style_drop_default .w-filter-item-title:focus, 
#page-content:has(.events-container) .select2-container--open .select2-selection, 
#page-content:has(.events-container) select:focus, textarea:focus, 
#page-content:has(.events-container) input:not([type=submit]):focus,
.select2-dropdown input.select2-search__field:focus {
    border: 1px solid #aaa !important;
	border-color: #aaa !important;
}
/*--------------------*/
.ll-skin-melon .ui-widget {
	background: #064B94;
}
.searchandfilter-date-picker .ui-datepicker .ui-datepicker-next, .searchandfilter-date-picker .ui-datepicker .ui-datepicker-prev {
    top: 5px !important;
}
.ui-datepicker-header span.ui-icon.ui-icon-circle-triangle-w,
.ui-datepicker-header span.ui-icon.ui-icon-circle-triangle-e {
	display: none;
}
.ui-datepicker-prev,
.ui-datepicker-next {
	background: #064B94!important;
}
.ui-datepicker-prev:before,
.ui-datepicker-next:before {
	color: white!important;
}
.ll-skin-melon .ui-datepicker th {
    color: white;
    opacity: 0.7;
}
a.btn-custom {
    padding: 0.5rem 2rem!important;
    border-radius: 5px;
    background: #E10F21;
    color: white!important;
    font-weight: 600;
	transition: 0.3s
}
a.btn-custom:hover {
	background: #064B94;
}