.pq_popup {
  background-color: #ffffff;
  color: #333;
  width: 480px;
  box-shadow: 0 0 20px 2px rgba(20, 20, 20, 0.15);
  padding: 25px;
  margin: 10px;
  text-align: center;
  position: fixed;
  bottom: 60px;
  right: 20px;
  z-index: 9999999;
  display: none; }
  .pq_popup input {
    display: block;
    margin: 0 auto;
    width: 70% !important; }
  .pq_popup .mc4wp-form input[type="submit"] {
    background-color: #16ace4;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 23%;
    transition: 300ms all; }
    .pq_popup .mc4wp-form input[type="submit"]:hover, .pq_popup .mc4wp-form input[type="submit"]:active, .pq_popup .mc4wp-form input[type="submit"]:focus {
      background-color: #333;
      color: #fff;
      transition: 300ms all; }
  .pq_popup .pq_close_popup {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: #000;
    cursor: pointer;
    font-size: 30px;
    line-height: 1;
    opacity: 0.3;
    padding: 0;
    position: absolute;
    right: 15px;
    text-shadow: 0 1px 0 #fff;
    top: 8px; }

@media screen and (max-width: 767px) {
  .pq_popup {
    bottom: 0;
    right: 0; } }
@media screen and (max-width: 500px) {
  .pq_popup {
    max-width: 480px;
    width: auto; } }

/*# sourceMappingURL=popup.css.map */
