#cookie-law-info-bar {
  background-color: white !important;
}
#wt-cli-accept-btn, #wt-cli-reject-btn {
  background-color: white !important;
  padding: 0.75rem 1.5rem !important;
  height: 3rem;
  display: inline-flex;
  color: black !important;
  font-family: Engravers Gothic, sans-serif;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 1rem;
  line-height: 1;
  border: 1px solid !important;
  align-items: center;
}
#wt-cli-accept-btn:hover, #wt-cli-reject-btn:hover {
  font-weight: bold;
}
#wt-cli-settings-btn {
  color: black !important;
  margin-left: 5px !important;
}
.cli-bar-message {
  color: black !important;
}
#wt-cli-privacy-save-btn {
  background-color: white !important;
  padding: 0.75rem 1.5rem !important;
  height: 3rem;
  display: inline-flex;
  color: black !important;
  font-family: Engravers Gothic, sans-serif;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 1rem;
  line-height: 1;
  border: 1px solid !important;
  align-items: center;
  border-radius: 0 !important;
}
.grecaptcha-badge {
  display: none !important;
}
@media (max-width: 991px) {
  #cookie-law-info-bar {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .cli-bar-container {
    justify-content: flex-start !important;

  }
  .cli-bar-message {
    margin-bottom: 0.25rem;
  }
  #wt-cli-accept-btn {
    margin: 5px 5px 5px 0 !important;
  }

}
@media (min-width:975px) {
  .calendly-overlay .calendly-popup {
    max-height: 690px !important;
  }
}
