.gdpr-stickybar {
  display: none;
  position: fixed;
  color: #ddd;
  padding: 5px;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10000;
  background-color: #333;
  zoom: 1;
  background-color: #fff;
  color: #000;
  border: 2px #000 solid;
  border-width: 2px 0;
}

.gdpr-stickybar a {
  color: #333;
  font-weight: 700;
}

.gdpr-stickybar .gdpr-close {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 10px;
  padding-top: 3px;
  display: block;
  cursor: pointer;
}

.gdpr-sticky {
  padding-top: 3px;
  width: 87%;
  margin: 0 auto;
  padding: 0 5%;
}

.gdpr-sticky span {
  float: left;
  width: 90%;
}

.gdpr-sticky span.gdpr-accept-terms {
  padding-left: 5%;
  width: 25%;
  white-space: nowrap;
  padding-top: .3em;
  text-align: center;
}

.gdpr-sticky span.gdpr-accept-terms a {
  background-color: #fff;
  color: #000;
  display: inline-block;
  padding: .25em .4em;
  text-decoration: none;
  border: 1px #000 solid;
}

.gdpr-sticky span.gdpr-accept-terms a:before {
  content: '\2713';
  padding-right: 3px;
}

.gdpr-sticky span.gdpr-accept-terms a:hover {
  background-color: #000;
  color: #fff;
}

.gdpr-agreement {
  border: 1px #ccc solid;
  padding: .8em;
  background-color: #fff;
  color: #000;
  line-height: 1;
  font-size: .9em;
}

.gdpr-agreement input {
  height: auto !important;
  width: auto !important;
}

.gdpr-agreement .gdpr-result {
  display: none;
  padding-top: .4em;
  color: #f00;
}

.widget_napco-newsletters .gfield.gdpr_agreement label {
  display: block !important;
}

.widget_napco-newsletters .gfield.gdpr_agreement label input {
  width: auto !important;
}

.moved-for-gdpr-sticky {
  bottom: 83px !important;
  display: none !important;
}