/** Import Bootstrap functions */

/** Bootstrap navbar fix (https://git.io/fADqW) */

/* Bounce To Right */

/* line 6, stdin */

.poll__inner {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  border: none !important;
  color: white;
  border-radius: 10px;
}

/* line 16, stdin */

.poll .daexthefu-container,
.poll .daexthefup-container {
  padding: 40px 14px !important;
  border-style: none !important;
}

@media (min-width: 991px) {
  /* line 16, stdin */

  .poll .daexthefu-container,
  .poll .daexthefup-container {
    padding: 50px 84px !important;
  }
}

/* line 27, stdin */

.poll .daexthefu-feedback,
.poll .daexthefup-feedback {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

@media (min-width: 768px) {
  /* line 27, stdin */

  .poll .daexthefu-feedback,
  .poll .daexthefup-feedback {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}

/* line 41, stdin */

.poll .daexthefu-buttons,
.poll .daexthefup-buttons {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 41, stdin */

  .poll .daexthefu-buttons,
  .poll .daexthefup-buttons {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}

/* line 53, stdin */

.poll .daexthefu-buttons-container,
.poll .daexthefup-buttons-container {
  width: 100%;
}

@media (min-width: 768px) {
  /* line 53, stdin */

  .poll .daexthefu-buttons-container,
  .poll .daexthefup-buttons-container {
    width: auto;
  }
}

/* line 62, stdin */

.poll .daexthefu-button,
.poll .daexthefup-button {
  border-radius: 100px !important;
  background: white !important;
  color: #59595b !important;
}

/* line 69, stdin */

.poll .daexthefu-button-type-text,
.poll .daexthefup-button-type-text {
  padding: 0 74px !important;
  height: 34px !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .2s linear !important;
  -o-transition: all .2s linear !important;
  transition: all .2s linear !important;
  width: 100% !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  font-size: 1.5em !important;
}

/* line 79, stdin */

.poll .daexthefu-button-type-text:hover,
.poll .daexthefu-button-type-text:active,
.poll .daexthefu-button-type-text:focus,
.poll .daexthefup-button-type-text:hover,
.poll .daexthefup-button-type-text:active,
.poll .daexthefup-button-type-text:focus {
  opacity: 1 !important;
  background-color: #59595b !important;
}

/* line 85, stdin */

.poll .daexthefu-button-type-text:hover .daexthefu-button-text,
.poll .daexthefu-button-type-text:hover .daexthefup-button-text,
.poll .daexthefu-button-type-text:active .daexthefu-button-text,
.poll .daexthefu-button-type-text:active .daexthefup-button-text,
.poll .daexthefu-button-type-text:focus .daexthefu-button-text,
.poll .daexthefu-button-type-text:focus .daexthefup-button-text,
.poll .daexthefup-button-type-text:hover .daexthefu-button-text,
.poll .daexthefup-button-type-text:hover .daexthefup-button-text,
.poll .daexthefup-button-type-text:active .daexthefu-button-text,
.poll .daexthefup-button-type-text:active .daexthefup-button-text,
.poll .daexthefup-button-type-text:focus .daexthefu-button-text,
.poll .daexthefup-button-type-text:focus .daexthefup-button-text {
  color: #ffffff !important;
}

/* line 93, stdin */

.poll .daexthefu-button.daexthefu-yes,
.poll .daexthefup-button.daexthefup-yes,
.poll .daexthefu-button.daexthefu-no,
.poll .daexthefup-button.daexthefup-no {
  background: white !important;
  font-size: 1.2rem !important;
}

/* line 100, stdin */

.poll .daexthefu-button.daexthefu-yes:hover,
.poll .daexthefu-button.daexthefu-yes:active,
.poll .daexthefu-button.daexthefu-yes:focus,
.poll .daexthefup-button.daexthefup-yes:hover,
.poll .daexthefup-button.daexthefup-yes:active,
.poll .daexthefup-button.daexthefup-yes:focus,
.poll .daexthefu-button.daexthefu-no:hover,
.poll .daexthefu-button.daexthefu-no:active,
.poll .daexthefu-button.daexthefu-no:focus,
.poll .daexthefup-button.daexthefup-no:hover,
.poll .daexthefup-button.daexthefup-no:active,
.poll .daexthefup-button.daexthefup-no:focus {
  background: #59595b !important;
}

/* line 107, stdin */

.poll .daexthefu-button-text,
.poll .daexthefup-button-text {
  line-height: 33px !important;
  font-weight: 700 !important;
}

/* line 114, stdin */

.poll .daexthefu-successful-submission-text,
.poll .daexthefup-successful-submission-text {
  color: #ffffff !important;
  font-size: 2em !important;
  line-height: 46px !important;
  margin: 0 !important;
}

/* line 123, stdin */

.poll .daexthefup-comment-submit,
.poll .daexthefup-comment-cancel {
  background-color: #ffffff !important;
  color: #59595b !important;
}

/* line 128, stdin */

.poll .daexthefup-comment-submit:hover,
.poll .daexthefup-comment-submit:active,
.poll .daexthefup-comment-submit:focus,
.poll .daexthefup-comment-cancel:hover,
.poll .daexthefup-comment-cancel:active,
.poll .daexthefup-comment-cancel:focus {
  opacity: 1 !important;
  background-color: #59595b !important;
  border: 1px solid #59595b !important;
  color: #ffffff !important;
}


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