html.js-overflow-hidden, 
html.js-overflow-hidden body {
	overflow: hidden;
}

.listino-popup-container {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba( 0, 0, 0, 0.6);
	overflow: auto;
	z-index: 100000000;
	padding: 20px;
	display: flex;
}

.listino-popup-content {
	background: #ffffff;
	max-width: 600px;
	width: 100%;
	/* padding: 15px; */
	margin: 0 auto;
	box-shadow: 0px 10px 20px 0 rgba( 0, 0, 0, 0.3);
	height: auto;
	align-self: flex-start;
	position: relative;
}

.material .listino-popup-content .wpb_row, .listino-popup-content .hover-wrap {
	margin: 0;
}

.material .listino-popup-content .wpb_row p {
	padding: 0;
}

.listino-popup-content--close, .listino-popup-content--close:hover {
	text-decoration: none;
}

.listino-popup-content--close {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	display: block;
	z-index: 1111111111111111111111;
	color: #ffffff;
}

.listino-popup-content--close:after {
	font-family: "Ionicons";
	content: '\f129';
	font-size: 16px;
}

body.vc_responsive .listino-popup-content--close:after {
	font-family: "Arial", sans-serif;
	content: "\00d7";
	font-size: 30px;
	font-weight: 500;
	color: #ffffff;
}

.chiudi-popup-dentro {
	color: #727272 !important;
}

/*  
.listino-popup-content--title {
	font-size: 28px;
	text-align: center;
	line-height: 1.1;
	font-weight: 600;
	padding-top: 25px;
	padding-bottom: 30px;
}

.listino-popup-content--form {
	padding: 30px 20px 10px 20px;
}

*/

@media (max-width: 768px){
	/* .listino-popup-content--title {
		font-size: 20px;
	} */
	
	.listino-popup-container {
		padding: 0;
	}
	
	/* .listino-popup-content--form {
		padding: 20px 10px 10px 10px;
	} */
}




