.popliup-overlay {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000000;
}
.theme-default .popliup-close {
  position: absolute;
  background: #525151;
  color: #FFF;
  right: -15px;
  top: -15px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  font-family: 'Arial Black', Arial, sans-serif;
  cursor: pointer;
  box-shadow: 0 0 10px 0 #000;
}
.theme-default.popliup-box {
  width: 500px;
  background: rgba(224, 224, 224, 0.61);
  -moz-box-shadow: 0 0 50px 1px #382E2E;
  -webkit-box-shadow: 0 0 50px 1px #382E2E;
  box-shadow: 0 0 50px 1px #382E2E;
  z-index: 1000010;
  position: fixed;
  padding: 5px;
  max-width: 90%;
}
.theme-default.popliup-box .popliup-content {
  background: #fff;
  padding: 20px;
}
.theme-default.popliup-box .popliup-content embed,
.theme-default.popliup-box .popliup-content iframe {
  max-width: 100%;
}
.theme-default.popliup-box .popli_powered {
  margin-top: 10px;
  text-align: right;
  position: absolute;
  width: 100%;
  color: #E2E2E2;
}
.theme-default.popliup-box .no-show-link {
  text-align: center;
  font-size: 15px;
}
/** RESPONSIVE CSS **/
