/*
		.wwp-block-navigation-item.active {
			background-color: #FF6600;
		color: white;
		}
*/
.topnav a {
	width: 25%;
	text-decoration: none;

}

.topnav a:hove {
	background-color: #000000;
}
}

button.elementor-search-form__submit {
    display: none !important;
}



.um-field.um-field-block.um-field-type_block div {
    color: #FFFFFF;
}


.wp-site-blocks main {
    min-height: 100vh;
}
	.wp-content {
	min-height: 100vh;
}
	
.site-footer {	
				 padding: 50px 0; /* Aggiunge 10 pixel di padding sopra e sotto l'elemento, senza padding a sinistra o a destra */
					position: fixed !Important;
					bottom: 0;
					left: 0;
					right: 0;
				 width:100%;
					margin-top: 50px;
					min-height: 50px;
				}


.site-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	min-height: 50px;
}

.um-dropdown-b ul {
    background-color: #333333
}

.um-dropdown-b ul li a.real_url {
    color: white !important; /* Cambia "white" con il colore del testo desiderato */
}

.um-dropdown-b a.um-dropdown-hide {
    color: white;
}

.um-dropdown-b a.um-dropdown-hide:hover {
    background-color: #FF6600; /* Cambia #FF6600 con il colore di sfondo desiderato */
}

.um-dropdown-b ul li a.real_url:hover {
    background-color: #FF6600; /* Cambia #FF6600 con il colore di sfondo desiderato */
}

.um-meta-text textarea#um-meta-bio {
    background-color: #333333;
	color: white;
}

.um-modal-body {	
background-color: #333333 !Important;
	border: 4px solid #FF6600;
	border-radius: 10px;
	
}



		.current-menu-item a {
}

/* Cambia il colore del testo della checkbox */
.um_form .um-field-checkbox input[type="checkbox"] + label {
    color: #ff0000 !important; /* Cambia questo colore con il colore desiderato */
}


input[type="password"] {
  background-color: #1A1A1A !Important;
	border: 2px solid #D3D3D3;
	border-radius: 10px
}

input[type="text"] {
  background-color: #1A1A1A !Important;
	border: 2px solid #D3D3D3;
}


.um-field-checkbox-option {
    color: #FFFFFF !Important;
}

.um-field-checkbox-state {
	color: #FFFFFF !Important;
}

.um-button {
	background-color: #FF6600 !Important;
	color: #FFFFFF !Important;
}

	.entry-title {
  display: none !Important;
}

.um-avatar {
	border-radius: 50px !Important;
	margin-right: 10px;
	
}

.um-avatar::placeholder {
  content: "" !Important;
	display: none;
}



.login-container-custom {
	float: center;

	
}	