/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/wp-default/scss/components/form-downloadable.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
/* Show/hide header form */
body.header-downloadable-form-show .header-downloadable-form {
  opacity: 1;
  background: rgba(0, 0, 0, 0.6);
  visibility: visible;
}

/* Show/hide sidebar form */
body.sidebar-downloadable-form-show .sidebar-downloadable-form {
  opacity: 1;
  background: rgba(0, 0, 0, 0.6);
  visibility: visible;
}

/* Hide both forms by default */
.downloadable-form-section {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  transition: all 0.3s ease;
}

.downloadable-form-section .popup-form-inner {
  padding: 39px 0 0;
}

.downloadable-form-section .popup-form-title {
  text-align: center;
}

.downloadable-privacy-content {
  font-size: 1rem;
}

.downloadable-form-section .contact-form input[type=submit] {
  width: 175px;
}

.downloadable-form-section .wpcf7 form.spam .wpcf7-response-output {
  font-size: 0.9rem;
  border-width: 1px;
}

@media (min-width: 768px) {
  .downloadable-form-section .container {
    max-width: 750px;
  }
  .downloadable-form-section .popup-form-title {
    margin: 0;
    padding: 0;
  }
}

/*# sourceMappingURL=form-downloadable.css.map*/