/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 11 2025 | 20:30:59 */
/* Apply These */
	.wd-popup {
		position: relative !important;
	    margin: 50px auto !important;
    	padding: 30px !important;
    	width: 100% !important;
    	max-width: 450px !important;
    	border-radius: 5px !important;
    	background-color: white !important;
	}
	button.mfp-close {
		font-size: 20px !important;
	}
	button.mfp-close:after {
		font-size: 0px !important;
		content: "" !important;
	}
	.dialog-widget-content.dialog-lightbox-widget-content {
		display: flex !important;
		justify-content: center !important;
		width: 100% !important;
		align-items: center !important;
		height: 100vh !important;
	}
	.elementor-popup-modal .dialog-close-button {
		top: -200px !important;
		position: relative !important;
		left: 500px !important;
	}

	.cr-pswp.pswp {
		display: none !important;
	}

@media only screen and (max-width: 767px) {
	  .elementor-popup-modal .dialog-close-button {
		left: 20px !important;
	}
}
