.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item {
    line-height: 70px;
    margin-right: -8px;
    font-size: 14px;
}

.ast-theme-transparent-header #masthead .site-logo-img .transparent-custom-logo img {
    max-width: 114px;
    margin-left: -10px;
}

header .custom-logo-link img {
    max-width: 104px;
}

/* Mobile */
@media (max-width: 921px) {
  .ast-header-break-point .ast-builder-menu-mobile .main-navigation {
    display: block !important;
  }

  .ast-header-break-point .ast-primary-header-bar {
    display: grid !important;
  }

  .ast-header-break-point .main-navigation {
    padding: 0 15px !important;
  }
}




