/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .mm-white-popup {
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
    min-height:100px;
 }

 .mm-white-popup .mfp-close {
	color:#000000!important;
}

.mm-white-popup .mfp-close::after {
    color: #000!important;
    content: "x";
    /* padding-right: 80px; */
    margin-left: -20px;
    /* margin-top: -50px; */
}