.black-drop {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1000000;
  top: 0;
  left: 0;
  display: none;
}
.xd-popup .xd-popup-close {
  width: 20px;
  height: 20px;
  line-height: 2px;
  position: absolute;
  right: 5px;
  top: 5px;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0;
  color: black;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
  border: none;
  background: none;
  z-index: 1000002;
}

.wp-admin .xd-popup {
  display: block;
  position: relative;
}
.xd-popup {
  display: none;
  width: 686px;
  max-width: 100%;
  height: 416px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  font-size: 16px;
  z-index: 1000001;
}
.xd-popup img {
  width: 100%;
  width: 686px;
  height: 413px;
}
.xd-popup .content {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  padding: 80px;
  box-sizing: border-box;
}
.xd-popup .content.v_middle {
  align-items: center;
}
.xd-popup .content.v_top {
  align-items: flex-start;
}
.xd-popup .content.v_bottom {
  align-items: flex-end;
}
.xd-popup .content.h_middle {
  justify-content: center;
}
.xd-popup .content.h_right {
  justify-content: flex-end;
}
.xd-popup .content.h_left {
  justify-content: flex-start;
}
.xd-popup .content.left,
.xd-popup .content.right,
.xd-popup .content.top,
.xd-popup .content.bottom {
  display: flex;
}
.xd-popup .content.h_middle .info-box {
  min-width: 323px;
}
.xd-popup .content .info-box {
  display: inline-block;
  position: relative;
  background: rgba(109, 109, 109, 0.6);
  color: #fff;
  padding: 1em;
  max-width: 50%;
  vertical-align: middle;
}
.xd-popup .content .info-box h1 {
  font-family: adobe-garamond-pro, arial;
}
.xd-popup .content .info-box p {
  font-family: raleway, arial;
  color: #fff !important;
}
.xd-popup .content .button-box {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  bottom: 40px;
}

.xd-popup .content .button-box a {
  color: #fff;
  background-color: #40c3ec;
  text-align: center;
  display: inline-block;
  margin: 0 0.25em;
  font-size: 1em;
  line-height: 1;
  font-family: raleway, arial;
  text-decoration: none;
  padding: 0.6em 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  text-transform: capitalize;
}

/* .xd-popup .xd-popup-form {} */
.xd-popup .xd-popup-form th {
  width: 320px;
}
@media screen and (max-width: 650px) {
  .xd-popup .content {
    padding: 10px;
  }
}
