/*
 * Modale generica aperta dai link con attributo data-mpopup (vedi
 * assets/js/modal.js). Il markup del contenitore lo stampa custom.php in
 * wp_footer.
 */

.modal_overlay {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,0.55);
	display: none;
	z-index: 9999;
}

.modal_panel {
	background: #ffffff;
	max-width: 600px;
	margin: 8% auto;
	padding: 20px;
}

#modal_close_btn {
	float: right;
	cursor: pointer;
	font-weight: bold;
}
