.elementor-863 .elementor-element.elementor-element-aa59c22{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}

/* Start custom CSS for shortcode, class: .elementor-element-fbc3186 *//* Hide WordPress header, footer, admin bar, page title */
#site-header,
#site-footer,
#wpadminbar,
.page-header,
.site-main > article > header,
h1.entry-title {
  display: none !important;
}

/* Page background */
body {
  background: #ffffff !important;
  padding: 24px !important;
  margin: 0 !important;
}

/* Form container */
.wpforms-container {
  max-width: 100% !important;
  margin: 0 !important;
}

/* Labels */
.wpforms-field-label {
  font-family: 'League Spartan', sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #1d2028 !important;
  text-transform: uppercase !important;
  letter-spacing: .6px !important;
  margin-bottom: 6px !important;
}

/* All inputs and textarea */
.wpforms-field input,
.wpforms-field textarea,
.wpforms-field select {
  font-family: 'League Spartan', sans-serif !important;
  font-size: 14px !important;
  color: #1d2028 !important;
  background: #f5f4ef !important;
  border: 1px solid #e2e1dc !important;
  border-radius: 0 !important;
  padding: 12px 14px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  outline: none !important;
}

/* Input focus state */
.wpforms-field input:focus,
.wpforms-field textarea:focus {
  border-color: #8b1a2b !important;
  background: #ffffff !important;
}

/* Textarea height */
.wpforms-field textarea {
  min-height: 120px !important;
}

/* Required star */
.wpforms-required-label {
  color: #8b1a2b !important;
}

/* Submit button */
.wpforms-submit {
  background: #8b1a2b !important;
  color: #ffffff !important;
  font-family: 'League Spartan', sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: .5px !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 14px 36px !important;
  width: 100% !important;
  cursor: pointer !important;
  transition: background .2s !important;
}

.wpforms-submit:hover {
  background: #a82240 !important;
}

/* Success message */
.wpforms-confirmation-container-full {
  background: #f5f4ef !important;
  border-left: 4px solid #8b1a2b !important;
  border-radius: 0 !important;
  color: #1d2028 !important;
  font-family: 'League Spartan', sans-serif !important;
  padding: 16px 20px !important;
}/* End custom CSS */


