.wv-popup:not(.preview) {
  display: none;
  position: fixed;
  bottom: 0px;
  left: 20px;
  z-index: 2;
}
.wv-popup {
  padding: 20px;
  background: #cd071e;
  box-shadow: 0 0 9px 0px rgba(0, 0, 0, 0.79);
  max-width: 500px;
  text-align: center;
}
.wv-popup.preview {
  position: relative;
  float:none;
}

.wv-popup .close {
  position: absolute;
      top: -15px;
      right: -15px;
      background: #fff;
      padding: 5px 7px;
      cursor: pointer;
      border: 1px solid #cd071e;
      color: #000 !important;
      font-size: 12pt;
}

.wv-popup h2 {
  color: #fff;
}

.wv-popup p {
  font-weight: bold;
  color: #000;
}
.wv-popup a{
  color: #fff;
    font-size: 16pt;
}
.wv-popup a:hover{
  color: #000;
}
.wv-popup>div span.fa{
  color: #fff;
  margin-right: 10px;
  font-size: 16pt;
  text-align: center;
  width: 25px;
}
.wv-popup>div a:hover span.fa{
  color: #000;
}

@media (max-width: 767px) {
  .wv-popup:not(.preview) {
    left: 0px;
    max-width: 100%;
    right: 0px;
        text-align: center;
  }
  .wv-popup:not(.preview) .close {
    left: 50%;
        width: auto;
        right: auto;
        transform: translateX(-50%);
  }
  .wv-popup:not(.preview) .close::before {
    content: "\f078";
  }
}

footer{
  transition: padding-bottom 0.2s ease 0s;
  -webkit-transition: padding-bottom 0.2s ease 0s;
}
