@media only screen and (min-width: 1025px) {
  .header_top_bg {
    position: relative;
    z-index: 9998;
    background-color: var(--light-color); }
    .header_top_bg .container-fluid {
      padding: 25px 15px; }
    .header_top_bg .full-nav {
      position: absolute;
      top: calc(50% - 3px);
      right: 70px;
      display: inline-block;
      text-decoration: none;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: 15px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 2.2px;
      line-height: 1;
      margin-top: 2px; }
    .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 .full-nav {
          color: var(--dark-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_trans-fixed.menu_light_text .full-nav {
        color: var(--light-color); }
    .header_top_bg header {
      position: relative;
      width: 100%;
      z-index: 9998;
      text-align: center; }
      .header_top_bg header a.logo {
        display: inline-block;
        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-align: left;
          -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 a.logo .logo-mobile {
          display: none !important; }
      .header_top_bg header i.hide-drop {
        display: none; }
    .header_top_bg #topmenu {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 50px 100px;
      display: -webkit-flex;
      display: none;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      background: var(--light-color); }
      .header_top_bg #topmenu .logo span {
        color: var(--dark-color) !important; }
      .header_top_bg #topmenu .menu-wrapper {
        width: 100%; }
        .header_top_bg #topmenu .menu-wrapper > ul {
          width: 100%;
          display: -webkit-flex;
          display: flex;
          justify-content: space-between;
          max-width: 900px;
          margin: auto; }
          .header_top_bg #topmenu .menu-wrapper > ul li {
            padding: 10px 0; }
            .header_top_bg #topmenu .menu-wrapper > ul li:hover > ul {
              visibility: visible;
              opacity: 1; }
              .header_top_bg #topmenu .menu-wrapper > ul li:hover > ul > li > a {
                opacity: 1;
                -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
                -ms-transform: matrix(1, 0, 0, 1, 0, 0);
                transform: matrix(1, 0, 0, 1, 0, 0); }
          .header_top_bg #topmenu .menu-wrapper > ul > li {
            display: inline-block;
            position: relative; }
            .header_top_bg #topmenu .menu-wrapper > ul > li a {
              font-size: 12px;
              line-height: 2;
              letter-spacing: 3px;
              font-weight: 700;
              text-decoration: none;
              text-transform: uppercase;
              padding: 5px 15px;
              color: var(--grey-color); }
            .header_top_bg #topmenu .menu-wrapper > ul > li > a:hover, .header_top_bg #topmenu .menu-wrapper > ul > li:not(.menu-item-has-children).active > a, .header_top_bg #topmenu .menu-wrapper > ul > li.current-menu-parent > a, .header_top_bg #topmenu .menu-wrapper > ul > li.current-menu-item > a, .header_top_bg #topmenu .menu-wrapper > ul > li.current-menu-ancestor > a {
              color: var(--dark-color); }
            .header_top_bg #topmenu .menu-wrapper > ul > li ul {
              position: absolute;
              top: 100%;
              left: 50%;
              -webkit-transform: translate(-50%, 0);
              -moz-transform: translate(-50%, 0);
              -ms-transform: translate(-50%, 0);
              -o-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
              visibility: hidden;
              opacity: 0;
              -webkit-transition: all 450ms ease;
              -moz-transition: all 450ms ease;
              -ms-transition: all 450ms ease;
              -o-transition: all 450ms ease;
              transition: all 450ms ease;
              min-width: 270px;
              background: var(--black-color);
              padding: 20px 30px; }
              .header_top_bg #topmenu .menu-wrapper > ul > li ul li {
                list-style: none;
                display: block;
                padding: 6px 0;
                text-align: left;
                position: relative; }
                .header_top_bg #topmenu .menu-wrapper > ul > li ul li a {
                  font-size: 11px;
                  padding: 0;
                  display: block;
                  line-height: 1.6;
                  color: var(--light-grey-color); }
                .header_top_bg #topmenu .menu-wrapper > ul > li ul li > a {
                  opacity: 0;
                  -webkit-transform: matrix(1, 0, 0, 1, 0, 20);
                  -ms-transform: matrix(1, 0, 0, 1, 0, 20);
                  transform: matrix(1, 0, 0, 1, 0, 20);
                  -webkit-transition: opacity .65s ease, color .5s ease, -webkit-transform .65s ease;
                  -o-transition: opacity .65s ease, transform .65s ease, color .5s ease;
                  transition: opacity .65s ease, transform .65s ease, color .5s ease; }
                .header_top_bg #topmenu .menu-wrapper > ul > li ul li ul {
                  left: 100%;
                  top: 0;
                  -webkit-transform: none;
                  -moz-transform: none;
                  -ms-transform: none;
                  -o-transform: none;
                  transform: none; }
              .header_top_bg #topmenu .menu-wrapper > ul > li ul li:hover > a,
              .header_top_bg #topmenu .menu-wrapper > ul > li ul li:not(.menu-item-has-children).active > a,
              .header_top_bg #topmenu .menu-wrapper > ul > li ul .current-menu-parent > a,
              .header_top_bg #topmenu .menu-wrapper > ul > li ul .current-menu-item > a,
              .header_top_bg #topmenu .menu-wrapper > ul > li ul .current-menu-ancestor > a {
                color: var(--light-color); }
    .header_top_bg .reflector-top-social {
      line-height: 1;
      margin-bottom: -15px; }
    .header_top_bg .mob-nav-close {
      position: absolute;
      top: 40px;
      right: 75px;
      z-index: 9999;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      text-decoration: none;
      padding: 8px 0;
      color: var(--dark-color); }
      .header_top_bg .mob-nav-close:hover span {
        text-decoration: none;
        color: var(--grey-color); }
      .header_top_bg .mob-nav-close > span {
        font-size: 10px;
        padding-top: 4px;
        font-weight: 700;
        color: var(--dark-color);
        text-transform: uppercase;
        letter-spacing: 2.4px;
        -webkit-transition: color 350ms ease;
        -moz-transition: color 350ms ease;
        -ms-transition: color 350ms ease;
        -o-transition: color 350ms ease;
        transition: color 350ms ease; }
      .header_top_bg .mob-nav-close .hamburger {
        padding: 0 0 0 15px; }
      .header_top_bg .mob-nav-close .line {
        display: block;
        width: 24px;
        height: 2px;
        background-color: var(--dark-color); }
        .header_top_bg .mob-nav-close .line:first-of-type {
          -webkit-transform: rotate(45deg) translateY(2px);
          -moz-transform: rotate(45deg) translateY(2px);
          -ms-transform: rotate(45deg) translateY(2px);
          -o-transform: rotate(45deg) translateY(2px);
          transform: rotate(45deg) translateY(2px); }
        .header_top_bg .mob-nav-close .line:last-of-type {
          -webkit-transform: rotate(-45deg) translateY(-1px);
          -moz-transform: rotate(-45deg) translateY(-1px);
          -ms-transform: rotate(-45deg) translateY(-1px);
          -o-transform: rotate(-45deg) translateY(-1px);
          transform: rotate(-45deg) translateY(-1px); }
    .header_top_bg .search-icon-wrapper {
      position: absolute;
      top: 40px;
      left: 75px;
      z-index: 9999;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      text-decoration: none;
      padding: 8px 0;
      color: var(--dark-color); }
      .header_top_bg .search-icon-wrapper .open-search {
        font-size: 20px;
        cursor: pointer;
        -webkit-transition: opacity 450ms ease;
        -moz-transition: opacity 450ms ease;
        -ms-transition: opacity 450ms ease;
        -o-transition: opacity 450ms ease;
        transition: opacity 450ms ease; }
        .header_top_bg .search-icon-wrapper .open-search:hover {
          opacity: .7; }
      .header_top_bg .search-icon-wrapper.active .site-search {
        opacity: 1;
        visibility: visible; }
      .header_top_bg .search-icon-wrapper.active .open-search::before {
        content: "\f2d7";
        font-family: "Ionicons"; }
      .header_top_bg .search-icon-wrapper .site-search {
        opacity: 0;
        visibility: hidden;
        position: relative;
        margin-left: 20px;
        line-height: 2;
        -webkit-transition: all 150ms ease;
        -moz-transition: all 150ms ease;
        -ms-transition: all 150ms ease;
        -o-transition: all 150ms ease;
        transition: all 150ms ease; }
        .header_top_bg .search-icon-wrapper .site-search .close-search {
          display: none; }
        .header_top_bg .search-icon-wrapper .site-search input[type="search"] {
          padding: 0 15px;
          box-shadow: none;
          text-transform: uppercase;
          letter-spacing: 1px;
          font-size: 12.7px;
          border: none;
          min-width: 225px;
          border-bottom: 1px solid var(--light-grey-color); }
    .header_top_bg .social-title {
      margin-bottom: 15px;
      font-weight: 700;
      letter-spacing: 2.2px;
      font-size: 12px; }
    .header_top_bg .social li {
      list-style: none;
      display: inline-block;
      padding: 5px 15px;
      font-size: 15px; }
      .header_top_bg .social li a {
        text-decoration: none; }
        .header_top_bg .social li a:hover {
          opacity: .7; } }

/*# sourceMappingURL=menu-full_screen.css.map */
