/*
 Theme Name:     Vision Theme
 Theme URI:      
 Description:    Informatica Vision Theme
 Author:         Informatica Vision
 Author URI:     https://www.informaticavision.it
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

.hidemenu {
	display: none!important;
}

/* HEADER */
@media all and (min-width: 768px) { 
	.sub-menu .menu-item a::after {
		content: "";
		display: block;
		border-bottom: solid 2px #38c14c;
	}
	#main-header.et-fixed-header #top-menu .sub-menu a {
		color: white!important;
	}
}
@media all and (max-width: 980px) { 
	.et_mobile_menu li a {
		font-size: clamp(15px, 3vw, 18px);
	}
}
/* #top-header, #main-header {
	z-index: 2;
} */

/* #top-header, #main-header {
	z-index: auto;
} */

/* HEADER END */



/*Pulsante consenso cookie form */
.cookiecons .cmplz-accept-category {
	background-color: #e91010;
	padding: .5rem;
	border-radius: 5px;
	display: block;
	color: white!important;
	text-align: center;
}
.cookiecons .cmplz-accept-category:hover {
	background-color: #761515;
}
.cookiecons {
	background-color: green;
	color: white;
    text-align: center;
}
/* COOKIE END */


/* FOOTER */
footer .et_pb_column .et_pb_widget_area .fwidget.et_pb_widget {
	margin-bottom: 10px;
}
footer .et_pb_column .et_pb_widget_area .wp-block-social-links .wp-social-link svg {
	height: 2em;
    width: 2em;
}
footer .fwidget .wp-block-button a.wp-block-button__link {
	color: #009038!important;
}
footer .fwidget .wp-block-button a.wp-block-button__link:hover {
	color: #76c595!important;
}



/* Lightbox gallery*/
.spectra-image-gallery__control-lightbox .spectra-image-gallery__control-lightbox--close {
	bottom: 30px!important;
    right: 30px!important;
    top: auto!important;
	transform: scale(2.25);
}