/* Compact the oversized Avada desktop header without changing mobile menus. */
@media (min-width: 901px) {
  .lawvex-service-banner {
    padding: 7px 16px;
    font-size: 13px;
    line-height: 1.35;
  }

  body .fusion-tb-header .fusion-builder-row-2 {
    padding-top: 6px !important;
  }

  body .fusion-tb-header .fusion-builder-row-2 > .fusion-builder-row {
    display: grid !important;
    grid-template-columns: max-content max-content 1fr max-content max-content;
    column-gap: 12px;
    align-items: center !important;
  }

  body .fusion-tb-header .fusion-builder-row-2 .fusion-layout-column {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 8px !important;
  }

  body .fusion-tb-header .fusion-builder-column-1 {
    grid-column: 1;
    grid-row: 1;
  }

  body .fusion-tb-header .fusion-builder-column-5 {
    display: contents !important;
  }

  body .fusion-tb-header .fusion-builder-column-2 {
    grid-column: 4;
    grid-row: 1;
  }

  body .fusion-tb-header .fusion-builder-column-3 {
    display: none !important;
  }

  body .fusion-tb-header .fusion-builder-column-4 {
    grid-column: 1 / 6;
    grid-row: 2;
  }

  body .fusion-tb-header .fusion-builder-column-4 > .fusion-column-wrapper {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  body .fusion-tb-header .fusion-builder-column-6 {
    grid-column: 1 / 6;
    grid-row: 3;
  }

  body .fusion-tb-header .fusion-builder-column-7 {
    grid-column: 1 / 6;
    grid-row: 4;
  }

  body .fusion-tb-header .fusion-builder-column-5 > .fusion-column-wrapper {
    display: contents !important;
  }

  body .fusion-tb-header .fusion-builder-column-5 > .fusion-column-wrapper > div:first-child {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  body .fusion-tb-header .fusion-builder-column-5 .gtranslate_wrapper {
    grid-column: 5;
    grid-row: 1;
    align-self: center;
    justify-self: end;
    z-index: 10000000;
  }

  body .fusion-tb-header .fusion-builder-column-2 > .fusion-column-wrapper {
    justify-content: flex-end !important;
    padding-right: 0 !important;
  }

  body .fusion-tb-header .fusion-builder-column-1 > .fusion-column-wrapper {
    align-items: flex-start !important;
  }

  body .fusion-tb-header .fusion-builder-column-1,
  body .fusion-tb-header .fusion-builder-column-2 {
    width: max-content !important;
    min-width: max-content !important;
    max-width: none !important;
  }

  body .fusion-tb-header .fusion-builder-column-1 a[href^="tel:"],
  body .fusion-tb-header .fusion-builder-column-1 .fusion-button-text {
    width: auto !important;
    min-width: max-content !important;
    white-space: nowrap !important;
  }

  body .fusion-tb-header .fusion-builder-column-2 .fusion-social-links,
  body .fusion-tb-header .fusion-builder-column-2 .fusion-social-networks,
  body .fusion-tb-header .fusion-builder-column-2 .fusion-social-networks-wrap {
    width: max-content !important;
    min-width: max-content !important;
    max-width: none !important;
    white-space: nowrap !important;
  }

  body .fusion-tb-header .fusion-builder-column-2 .fusion-social-networks-wrap {
    display: flex !important;
    flex-wrap: nowrap !important;
  }

  body .fusion-tb-header .fusion-builder-row-2 a[href^="tel:"] {
    --button_font_size: 20px !important;
    padding: 6px 10px !important;
  }

  body .fusion-tb-header .fusion-builder-row-2 a[href^="mailto:"] {
    --button_font_size: 18px !important;
    padding: 5px 10px !important;
  }

  body .fusion-tb-header .fusion-builder-row-2 a[href^="tel:"] .fusion-button-icon-divider-left,
  body .fusion-tb-header .fusion-builder-row-2 a[href^="mailto:"] .fusion-button-icon-divider-left {
    width: 44px !important;
  }

  body .fusion-tb-header .fusion-builder-row-2 a[href^="tel:"] .fusion-button-text-left,
  body .fusion-tb-header .fusion-builder-row-2 a[href^="mailto:"] .fusion-button-text-left {
    margin-left: 46px !important;
  }

  body .fusion-tb-header .fusion-builder-column-4 .fusion-image-element {
    margin-bottom: 4px !important;
  }

  body .fusion-tb-header .fusion-builder-column-4 img {
    width: auto !important;
    max-width: 205px !important;
  }

  body .fusion-tb-header .lawvex-logo-message {
    margin-top: 4px;
    font-size: 11.5px;
  }

  body .fusion-tb-header .fusion-builder-column-7 {
    height: 60px !important;
    min-height: 60px !important;
  }

  body .fusion-tb-header .fusion-builder-column-7 > .fusion-column-wrapper {
    box-sizing: border-box !important;
    height: 60px !important;
    min-height: 60px !important;
    padding-bottom: 8px !important;
  }

  body .fusion-tb-header .fusion-builder-column-7 .awb-menu {
    height: 52px !important;
    min-height: 52px !important;
  }

  body .fusion-tb-header .fusion-builder-column-7 .awb-menu__main-a {
    min-height: 52px !important;
  }

  body .fusion-tb-header .lawvex-nav-cta {
    min-height: 38px !important;
    padding: 0 17px !important;
  }
}
