/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .mm-white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
 }

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