/*!
 * DO NOT EDIT THIS FILE.
 * Generated with `npm run build`
 *
 * wdg-wordpress-theme - WDG's opinionated WordPress theme
 * @version 0.7.0
 * @author [object Object]
 * @link 
 */

.wFormContainer {
  border: none;
  max-width: none !important;
  font-size: inherit;
}

.wForm {
  padding: 0;
}

.wForm * {
  font-family: Polaris, system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif !important;
}

.wForm fieldset {
  border-style: none;
  border: solid #7a7c7f;
  border-width: 1px 0 0 0;
  border-radius: 0;
  margin: 1.5625em 0;
}

.wForm fieldset legend {
  color: inherit;
}

.wForm fieldset.js-required {
  border: none;
  padding: 0;
}

.wForm fieldset.js-required[disabled] {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}

.wForm input[type="text"],
.wForm input[type="email"],
.wForm textarea {
  border-width: 0 0 2px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: inherit;
  padding: .625em 1em;
  max-width: 100% !important;
}

.wForm input[type="text"]:focus,
.wForm input[type="email"]:focus,
.wForm textarea:focus {
  border-color: #c55d18;
}

@media (max-width: 799px) {
  .wForm input[type="text"],
  .wForm input[type="email"],
  .wForm textarea {
    width: 100%;
  }
}

.wForm select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  background-image: url(../img/arrow-down.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  border-color: #999;
  border-style: solid;
  border-width: 0 0 2px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  padding: 11px 28px 11px 11px;
  width: 100%;
}

.wForm select.selectr-hidden {
  padding: 0;
  border: none;
}

.wForm select:focus {
  border-color: #c55d18;
  background-image: url(../img/arrow-up.png);
}

.wForm select option {
  font-size: inherit;
}

.wForm .section::after {
  clear: both;
  content: "";
  display: block;
}

.wForm label {
  color: #1a2845;
  font-weight: 600;
  padding-bottom: 0.5em;
}

.wForm .svg--loader {
  position: static;
  display: inline-block;
  margin: 0 0 0 1em;
  height: 24px;
  width: 24px;
  vertical-align: middle;
}

.wForm .svg--loader path {
  fill: #c55d18;
}

.wForm .inputWrapper {
  display: block;
}

.wForm .choices::after {
  clear: both;
  content: "";
  display: block;
}

.wForm .choices .oneChoice {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}

.wForm .actions {
  margin: 2em 0;
}

.wForm .oneField {
  margin: 1em 0;
  max-width: 100%;
}

.wForm .inline .oneField {
  width: 100%;
}

.wForm .reqMark::after {
  content: '*';
  color: #c55d18;
}

.wForm .errMsg {
  color: #c55d18;
  font-weight: 600;
  font-style: italic;
}

.wForm .selectr-selected {
  border-radius: 0;
  border-bottom-width: 2px;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  padding: 7px 28px 7px 14px;
}

.wForm .selectr-input {
  margin: 10px 15px;
  padding: 7px 30px 7px 9px;
}

.wForm .selectr-option {
  padding: 5px 20px;
}

.wForm .selectr-option.active {
  background-image: -webkit-gradient(linear, left top, right top, from(#E76749), to(#85007F));
  background-image: linear-gradient(to right, #E76749, #85007F);
}

.wForm .selectr-options-container::after {
  clear: both;
  content: "";
  display: block;
}

.wForm .selectr-options {
  margin: 0;
}

.wForm .selectr-container.open .selectr-selected {
  border-color: #c55d18;
  border-radius: 3px 3px 0 0;
}

.wForm .selectr-container.open .selectr-options-container {
  border-color: #c55d18;
  top: calc(100% - 2px);
}

.wForm input[type="checkbox"] {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}

.wForm input[type="checkbox"] + label {
  padding-left: 1.5em;
  padding-bottom: 0;
  margin: 0.5em 0;
  position: relative;
}

.wForm input[type="checkbox"] + label::before {
  content: '';
  display: block;
  height: 16px;
  width: 16px;
  border: 1px solid #7a7c7f;
  position: absolute;
  left: 0;
  top: 2px;
}

.wForm input[type="checkbox"] + label::after {
  content: '';
  opacity: 0;
  position: absolute;
  height: 10px;
  width: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#E76749), to(#85007F));
  background-image: linear-gradient(to right, #E76749, #85007F);
  left: 4px;
  top: 6px;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}

.wForm input[type="checkbox"]:checked + label::after {
  opacity: 1;
}

.wForm .wFormThankYou {
  background: #cde4ba;
  border-radius: 4px;
  border: 1px solid #4c732c;
  font-style: italic;
  margin: 1em 0;
  padding: 1em;
}

.wForm .field-hint {
  font-size: 0.85em;
}

.wForm .field-hint-inactive {
  display: none;
}

.wForm .wfHideSubmit + .button {
  display: none;
}

.wForm button,
.wForm input[type="submit"] {
  background-color: #8b3e7f;
  border: none;
  border-radius: 40px;
  color: #FFFFFF !important;
  display: inline-block;
  font-family: Polaris, system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: .9em;
  font-weight: 600;
  line-height: 1;
  min-width: 100px;
  overflow: hidden;
  padding: 1em 2em;
  position: relative;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  vertical-align: middle;
  white-space: nowrap;
}

.wForm button:hover,
.wForm input[type="submit"]:hover {
  background-color: #79366f;
  color: #FFFFFF;
}

.wForm button:focus,
.wForm input[type="submit"]:focus {
  text-decoration: none;
  -webkit-box-shadow: 0 0 1em rgba(17, 17, 17, 0.6) inset;
          box-shadow: 0 0 1em rgba(17, 17, 17, 0.6) inset;
}

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