/*modify popup cf7*/
.swal2-container.swal2-shown>div {
	width:600px !important;
}
.swal-text {
	text-align: center;
	padding-bottom: 30px;
}
.swal-footer {
	display:none;
}
@media only screen and (max-width: 1000px) {
.swal-overlay:before {
	display:none;
}
	.swal-modal {
		width: 80vw !important;
		margin-top: 30vh !important;
	}
}



/*disable all notice form CF7*/
.wpcf7-response-output {
	display:none;
}