@media only screen and (min-width: 1200px) {
  #topmenu {
    padding-right: 70px;
    padding-left: 70px; } }
@media only screen and (min-width: 1025px) {
  .header_top_bg {
    position: relative;
    z-index: 9998;
    background-color: var(--light-color); }
    .header_top_bg.fixed-header {
      position: fixed;
      top: 0;
      width: 100%; }
    .header_top_bg.header_trans-fixed {
      background-color: transparent;
      position: fixed;
      top: 0;
      width: 100%;
      left: 0;
      -webkit-transition: background-color 300ms ease;
      -moz-transition: background-color 300ms ease;
      -ms-transition: background-color 300ms ease;
      -o-transition: background-color 300ms ease;
      transition: background-color 300ms ease; }
      .header_top_bg.header_trans-fixed.bg-fixed-color {
        background-color: var(--light-color); }
        .header_top_bg.header_trans-fixed.bg-fixed-color.menu_light_text .logo span {
          color: var(--dark-color); }
      .header_top_bg.header_trans-fixed.menu_light_text .logo span {
        color: var(--light-color); }
    .header_top_bg header {
      position: relative;
      width: 100%;
      z-index: 9998;
      padding: 25px 0; }
      .header_top_bg header a.logo {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 0;
        text-decoration: none;
        -webkit-transition: all .35s ease;
        -moz-transition: all .35s ease;
        -ms-transition: all .35s ease;
        -o-transition: all .35s ease;
        transition: all .35s ease; }
        .header_top_bg header a.logo img {
          max-width: 100px; }
        .header_top_bg header a.logo span {
          color: var(--dark-color);
          font-weight: 700;
          font-size: 20px;
          letter-spacing: 2.4px;
          line-height: 1;
          display: flex;
          flex-direction: column;
          text-transform: uppercase;
          -webkit-transition: all 350ms ease;
          -moz-transition: all 350ms ease;
          -ms-transition: all 350ms ease;
          -o-transition: all 350ms ease;
          transition: all 350ms ease; }
      .header_top_bg header .logo-mobile {
        display: none !important; }

  .mob-nav,
  .mob-nav-close,
  .menu-wrapper {
    display: none; } }

/*# sourceMappingURL=menu-only-logo.css.map */
