/**
    Styling for RAEL WP Forms widget
 */
.rael-wpf-style .wpforms-form .wpforms-field input[type=checkbox] + label:before,
.rael-wpf-style .wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern label,
.rael-wpf-style .wpforms-form .wpforms-field input[type=radio] + label:before,
.rael-wpf-style .wpforms-form .wpforms-field input:not([type=submit]):not([type=image]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]),
.rael-wpf-style .wpforms-form .wpforms-field textarea,
.rael-wpf-style .wpforms-form .wpforms-field select,
.rael-wpf-style .wpforms-form .wpforms-field-description.wpforms-disclaimer-description {
  outline: 0; }

.rael-wpf-style .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-item {
  padding-right: 10px; }

.rael-wpf-style .wpforms-container-full .wpforms-form .wpforms-title,
.rael-wpf-style .wpforms-title {
  margin-bottom: 10px; }

.rael-wpf-style .wpforms-container-full .wpforms-form .wpforms-description,
.rael-wpf-style .wpforms-description {
  margin-bottom: 20px; }

.rael-wpf-style .wpforms-field-address .wpforms-field-row,
.rael-wpf-style .wpforms-form .wpforms-field {
  margin-bottom: 20px; }

.rael-wpf-style .wpforms-form .wpforms-field input:not([type=submit]):not([type=image]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]),
.rael-wpf-style .wpforms-form .wpforms-field select {
  height: auto; }

.rael-wpf-style .wpforms-form .wpforms-submit-container button[type=submit],
.rael-wpf-style .wpforms-form .wpforms-submit-container button[type=submit]:hover {
  border-width: 0; }

.rael-wpf-style .wpforms-container.inline-fields .wpforms-submit {
  margin-top: 0; }

.rael-wpf-style .wpforms-form .wpforms-field input[type=checkbox]:checked + label:before {
  content: "\2714";
  line-height: 1.2; }

.rael-wpf-style .wpforms-form .wpforms-field input[type=radio] + label:before {
  -webkit-border-radius: 100%;
  border-radius: 100%; }

.rael-wpf-style .wpforms-form .wpforms-field input[type=checkbox],
.rael-wpf-style .wpforms-form .wpforms-field input[type=radio] {
  position: absolute;
  visibility: hidden; }

.rael-wpf-style .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-payment-multiple input[type=radio]:checked + label:before,
.rael-wpf-style .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-radio input[type=radio]:checked + label:before {
  background-color: #7a7a7a; }

.rael-wpf-style .wpforms-form .wpforms-field input[type=radio]:checked + label:before {
  -webkit-box-shadow: inset 0 0 0 4px #fafafa;
  box-shadow: inset 0 0 0 4px #fafafa; }

.rael-wpf-style div.wpforms-container-full .wpforms-form .wpforms-page-button {
  min-width: unset; }

.rael-wpf-style .wpforms-form .wpforms-page-prev {
  margin-right: 15px; }

.rael-wpf-style .wpforms-form .wpforms-field input[type=checkbox] + label:before,
.rael-wpf-style .wpforms-form .wpforms-field input[type=radio] + label:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  text-align: center; }

.rael-wpf-style .wpforms-form .wpforms-field input[type=checkbox]:checked + label:before,
.rael-wpf-style .wpforms-form .wpforms-field input[type=checkbox] + label:before,
.rael-wpf-style .wpforms-form .wpforms-field input[type=radio] + label:before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.rael-wpf.rael-wpf-style .wpforms-field.wpforms-list-inline ul li {
  margin-right: 20px; }

.rael-wpf-style .wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern label {
  padding: 10px; }

.rael-wpf-style .wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-label {
  margin-top: 8px;
  padding: 0; }

.rael-wpf-style .wpforms-form .wpforms-field-label,
.rael-wpf-style .wpforms-form .wpforms-field-divider h3,
.rael-wpf-style .wpforms-form .wpforms-page-indicator-steps {
  margin-bottom: 10px; }

.rael-wpf-style .wpforms-container .wpforms-field,
.rael-wpf-style .wpforms-container.inline-fields .wpforms-submit-container {
  padding: 0; }

.rael-wpf-style .wpforms-container.inline-fields .wpforms-submit {
  display: block;
  width: 100%; }

.rael-wpf-style .wpforms-container.inline-fields .wpforms-field {
  padding: 0;
  display: table-cell;
  padding-right: 2%;
  vertical-align: top; }

.rael-wpf-style .wpforms-container.inline-fields .wpforms-field {
  padding-bottom: 15px; }

.rael-wpf-btn-size-xs .rael-wpf-style .wpforms-form .wpforms-page-button,
.rael-wpf-btn-size-xs .rael-wpf-style .wpforms-form button[type=submit] {
  font-size: 13px;
  padding: 10px 20px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

.rael-wpf-input-size-xs .wpforms-form .wpforms-field input[type=checkbox] + label:before,
.rael-wpf-input-size-xs .wpforms-form .wpforms-field input[type=radio] + label:before {
  height: 10px;
  width: 10px; }

.rael-wpf-input-size-xs .rael-wpf-style .wpforms-field select,
.rael-wpf-input-size-xs .rael-wpf-style .wpforms-field input:not([type=submit]):not([type=image]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]),
.rael-wpf-input-size-xs .rael-wpf-style .wpforms-field textarea {
  font-size: 13px;
  padding: 8px 10px; }

.rael-wpf-input-size-xs .rael-wpf-style .wpforms-form .wpforms-container textarea {
  height: 70px; }

.rael-wpf-input-size-xs .wpforms-container-full .wpforms-form .wpforms-field-description.wpforms-disclaimer-description {
  padding: 8px 10px; }

#elementor .elementor-widget-rael-wpf-styler .rael-wpf-style .wpforms-container.inline-fields button[type=submit] {
  margin-top: 0; }

.rael-wpf-input-size-xs .wpforms-form .wpforms-field input[type=checkbox]:checked + label:before {
  font-size: -webkit-calc(10px / 1.2);
  font-size: calc(10px / 1.2); }

.rael-wpf-input-size-sm .rael-wpf-style .wpforms-field select,
.rael-wpf-input-size-sm .rael-wpf-style .wpforms-field input:not([type=submit]):not([type=image]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]),
.rael-wpf-input-size-sm .rael-wpf-style .wpforms-field textarea {
  font-size: 15px;
  padding: 12px 10px; }

.rael-wpf-input-size-sm .rael-wpf-style .wpforms-form .wpforms-container textarea {
  height: 70px; }

.rael-wpf-input-size-sm .wpforms-container-full .wpforms-form .wpforms-field-description.wpforms-disclaimer-description {
  padding: 12px 10px; }

.rael-wpf-btn-size-sm .rael-wpf-style .wpforms-form .wpforms-page-button,
.rael-wpf-btn-size-sm .rael-wpf-style .wpforms-form button[type=submit] {
  font-size: 15px;
  padding: 12px 24px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.rael-wpf-input-size-sm .wpforms-form .wpforms-field input[type=checkbox] + label:before,
.rael-wpf-input-size-sm .wpforms-form .wpforms-field input[type=radio] + label:before {
  height: 12px;
  width: 12px; }

.rael-wpf-input-size-sm .wpforms-form .wpforms-field input[type=checkbox]:checked + label:before {
  font-size: -webkit-calc(12px / 1.2);
  font-size: calc(12px / 1.2); }

.rael-wpf-input-size-md .rael-wpf-style .wpforms-field select,
.rael-wpf-input-size-md .rael-wpf-style .wpforms-field input:not([type=submit]):not([type=image]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]),
.rael-wpf-input-size-md .rael-wpf-style .wpforms-field textarea {
  font-size: 16px;
  padding: 15px 10px; }

.rael-wpf-input-size-md .wpforms-form .wpforms-field input[type=checkbox]:checked + label:before {
  font-size: -webkit-calc(15px / 1.2);
  font-size: calc(15px / 1.2); }

.rael-wpf-input-size-lg .rael-wpf-style .wpforms-field select,
.rael-wpf-input-size-lg .rael-wpf-style .wpforms-field input:not([type=submit]):not([type=image]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]),
.rael-wpf-input-size-lg .rael-wpf-style .wpforms-field textarea {
  font-size: 18px;
  padding: 20px 10px; }

.rael-wpf-input-size-lg .rael-wpf-style .wpforms-container textarea {
  height: 120px; }

.rael-wpf-input-size-lg .wpforms-container-full .wpforms-form .wpforms-field-description.wpforms-disclaimer-description {
  padding: 20px 10px; }

.rael-wpf-input-size-md .rael-wpf-style .wpforms-container textarea {
  height: 120px; }

.rael-wpf-input-size-md .wpforms-container-full .wpforms-form .wpforms-field-description.wpforms-disclaimer-description {
  padding: 15px 10px; }

.rael-wpf-btn-size-md .rael-wpf-style .wpforms-form .wpforms-page-button,
.rael-wpf-btn-size-md .rael-wpf-style .wpforms-form button[type=submit] {
  font-size: 16px;
  padding: 15px 30px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.rael-wpf-input-size-md .wpforms-form .wpforms-field input[type=checkbox] + label:before,
.rael-wpf-input-size-md .wpforms-form .wpforms-field input[type=radio] + label:before {
  height: 15px;
  width: 15px; }

.rael-wpf-btn-size-lg .rael-wpf-style .wpforms-form .wpforms-submit-container .wpforms-page-button,
.rael-wpf-btn-size-lg .rael-wpf-style .wpforms-form .wpforms-submit-container button[type=submit] {
  font-size: 18px;
  padding: 20px 40px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  line-height: 0.2;
}

.rael-wpf-input-size-lg .wpforms-form .wpforms-field input[type=checkbox] + label:before,
.rael-wpf-input-size-lg .wpforms-form .wpforms-field input[type=radio] + label:before {
  height: 20px;
  width: 20px; }

.rael-wpf-input-size-lg .wpforms-form .wpforms-field input[type=checkbox]:checked + label:before {
  font-size: -webkit-calc(20px / 1.2);
  font-size: calc(20px / 1.2); }

.rael-wpf-input-size-xl .rael-wpf-style .wpforms-field select,
.rael-wpf-input-size-xl .rael-wpf-style .wpforms-field input:not([type=submit]):not([type=image]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]),
.rael-wpf-input-size-xl .rael-wpf-style .wpforms-field textarea {
  font-size: 20px;
  padding: 25px 10px; }

.rael-wpf-input-size-xl .rael-wpf-style .wpforms-form .wpforms-container textarea {
  height: 220px; }

.rael-wpf-input-size-xl .wpforms-container-full .wpforms-form .wpforms-field-description.wpforms-disclaimer-description {
  padding: 25px 10px; }

.rael-wpf-btn-size-xl .rael-wpf-style .wpforms-form .wpforms-submit-container .wpforms-page-button,
.rael-wpf-btn-size-xl .rael-wpf-style .wpforms-form .wpforms-submit-container button[type=submit] {
  font-size: 20px;
  padding: 25px 50px;
  -webkit-border-radius: 6px;
  border-radius: 6px; 
  line-height: 0.2;
}

.rael-wpf-input-size-xl .wpforms-form .wpforms-field input[type=checkbox] + label:before,
.rael-wpf-input-size-xl .wpforms-form .wpforms-field input[type=radio] + label:before {
  height: 25px;
  width: 25px; }

.rael-wpf-input-size-xl .wpforms-form .wpforms-field input[type=checkbox]:checked + label:before {
  font-size: -webkit-calc(25px / 1.2);
  font-size: calc(25px / 1.2); }

.rael-wpf-button-center .rael-wpf-style .wpforms-form button,
.rael-wpf-button-left .rael-wpf-style .wpforms-form button,
.rael-wpf-button-justify .rael-wpf-style .wpforms-form button,
.rael-wpf-button-right .rael-wpf-style .wpforms-form button,
.rael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: auto; }

.rael-wpf-button-left .rael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.rael-wpf-button-center .rael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.rael-wpf-button-right .rael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.rael-wpf-button-justify .rael-wpf-style .wpforms-form button.wpforms-page-button,
.rael-wpf-button-justify .rael-wpf-style .wpforms-form button[type=submit] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  width: 100%; }

.rael-wpf .wpforms-form .wpforms-field ul,
.rael-wpf .wpforms-form .wpforms-field ul li {
  background: 0 0;
  border: 0;
  margin: 0;
  padding: 0;
  list-style: none; }

.rael-wpf-button-center .rael-wpf-style .wpforms-form button[type=submit] {
  margin-left: auto;
  margin-right: auto; }

.rael-wpf-button-left .rael-wpf-style .wpforms-form button[type=submit] {
  margin-left: 0;
  margin-right: auto; }

.rael-wpf-button-right .rael-wpf-style .wpforms-form button[type=submit] {
  margin-left: auto;
  margin-right: 0; }

.rael-wpf-highlight-style-bottom_right .wpforms-container-full .wpforms-form label.wpforms-error,
.rael-wpf-highlight-style-bottom_right label.wpforms-error {
  display: inline-block;
  margin-top: 5px; }

@media (min-width: 768px) and (max-width: 1024px) {
  .rael-tablet-wpf-button-center .rael-wpf-style .wpforms-form button[type=submit] {
    margin-left: auto;
    margin-right: auto; }
  .rael-tablet-wpf-button-left .rael-wpf-style .wpforms-form button[type=submit] {
    margin-left: 0;
    margin-right: auto; }
  .rael-tablet-wpf-button-right .rael-wpf-style .wpforms-form button[type=submit] {
    margin-left: auto;
    margin-right: 0; }
  .rael-tablet-wpf-button-left .rael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .rael-tablet-wpf-button-center .rael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .rael-tablet-wpf-button-right .rael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .rael-tablet-wpf-button-center .rael-wpf-style .wpforms-form button[type=submit],
  .rael-tablet-wpf-button-center .wpforms-form .wpforms-field-pagebreak .wpforms-clear .wpforms-page-button,
  .rael-tablet-wpf-button-left .rael-wpf-style .wpforms-form button[type=submit],
  .rael-tablet-wpf-button-left .wpforms-form .wpforms-field-pagebreak .wpforms-clear .wpforms-page-button,
  .rael-tablet-wpf-button-right .rael-wpf-style .wpforms-form button[type=submit],
  .rael-tablet-wpf-button-right .wpforms-form .wpforms-field-pagebreak .wpforms-clear .wpforms-page-button {
    width: auto; }
  .rael-tablet-wpf-button-justify .rael-wpf-style .wpforms-form button.wpforms-page-button,
  .rael-tablet-wpf-button-justify .rael-wpf-style .wpforms-form button[type=submit] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    width: 100%; } }

@media only screen and (max-width: 767px) {
  .rael-mobile-wpf-button-center .rael-wpf-style .wpforms-form button[type=submit] {
    margin-left: auto;
    margin-right: auto; }
  .rael-mobile-wpf-button-left .rael-wpf-style .wpforms-form button[type=submit] {
    margin-left: 0;
    margin-right: auto; }
  .rael-mobile-wpf-button-right .rael-wpf-style .wpforms-form button[type=submit] {
    margin-left: auto;
    margin-right: 0; }
  .rael-mobile-wpf-button-left .rael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .rael-mobile-wpf-button-center .rael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .rael-mobile-wpf-button-right .rael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .rael-mobile-wpf-button-center .rael-wpf-style .rael-wpf-style .wpforms-form button[type=submit],
  .rael-mobile-wpf-button-center .rael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear .wpforms-page-button,
  .rael-mobile-wpf-button-left .rael-wpf-style .rael-wpf-style .wpforms-form button[type=submit],
  .rael-mobile-wpf-button-left .rael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear .wpforms-page-button,
  .rael-mobile-wpf-button-right .rael-wpf-style .rael-wpf-style .wpforms-form button[type=submit],
  .rael-mobile-wpf-button-right .rael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear .wpforms-page-button {
    width: auto; }
  .rael-mobile-wpf-button-justify .rael-wpf-style .wpforms-form button.wpforms-page-button,
  .rael-mobile-wpf-button-justify .rael-wpf-style .wpforms-form button[type=submit] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    width: 100%; } }

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