#wrapper {
  --formColor:var(--awb-color5);
  --labelColor:var(--awb-color5);
  --labelMargin:0 0 8px 0;
  --inputBackground:#F3E7DF;

  --placeholderColor: var(--awb-color5);
  --placeholderOpacity: 0.3;

  --submitColor:var(--awb-color5);
  --submitBackground:var(--awb-color4);
  --submitBorderRadius:999px;
  --submitFontWeight:600;
}

/* General */
.width-64px {width:64px;}

.self-flex-center {margin-left:auto; margin-right:auto}
.self-flex-end {margin-left:auto}

.half-bg {background: linear-gradient(180deg, var(--awb-color5) 0%, var(--awb-color5) 50%, var(--awb-color3) 50%, var(--awb-color3) 100%) !important}

/* Header */
.fusion-header-sticky-height {height:80px !important}

/* Form */
#wrapper .wpforms-container .wpforms-field-label {margin-bottom:8px;}
.wpforms-container .wpforms-field-label {font-weight:normal !important}

@media screen and (max-width: 800px) {

  .fusion-fullwidth {
    --container_padding_default_top: 64px;
    --container_padding_default_bottom: 32px;
    --container_padding_100_top: 64px;
    --container_padding_100_bottom: 32px;
  }

  .mobile-no-transform > .fusion-column-wrapper {transform:none !important}
}