HEX
Server: Apache
System: Linux intelligent-franklin.159-253-45-41.plesk.page 3.10.0-962.3.2.lve1.5.79.el7.x86_64 #1 SMP Wed Mar 15 09:10:44 UTC 2023 x86_64
User: sysuser_f (10029)
PHP: 7.3.33
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/3chukuk.com/httpdocs/wp-content/themes/Newspaper/includes/less_files/menu-top.less
/*  ----------------------------------------------------------------------------
    top-menu grid
*/

// general color for text, links and icons
.td-header-top-menu {
  color: #fff;
  font-size: 11px;

  // font awesome in menu
  .fa {
    text-align: center;
    min-width: 13px !important;
    margin-right: 3px;
  }

  a {
    color: #fff;
  }

  @media (min-width: @responsive_l_tablet_min) and (max-width: @responsive_l_tablet_max) {
    overflow: visible;
  }
}


/* left menu side */
.td-header-sp-top-menu {
  line-height: 28px;
  padding: 0 !important;
  z-index: 1000;
  float: left;

  /* responsive portrait phone */
  @media (max-width: @responsive_p_phone_max) {
    display: none !important;
  }


  .td_ul_logout {
    margin-right: 16px;
  }
}

/* right widget side */
.td-header-sp-top-widget {
  line-height: 28px;
  text-align: right;
  padding-left: 0 !important;
  padding-right: 0 !important;

  .td-social-icon-wrap .td-icon-font {
    vertical-align: middle;
  }

  /* responsive portrait phone */
  @media (max-width: @responsive_p_phone_max) {
    width: 100%;
    text-align: center;
  }
}


/*  ----------------------------------------------------------------------------
    top-menu data time
*/
.td_data_time {
  display: inline-block;
  margin-right: 32px;
}


/*  ----------------------------------------------------------------------------
    top-menu - login & menu
*/
.menu-top-container {
  display: inline-block;
  margin-right: 16px;
}

.top-header-menu {
  list-style: none;
  margin: 0;
  display: inline-block;

  li {
    display: inline-block;
    position: relative;
    margin-left: 0;

    li {
      width: 100%;
    }

    a {
      margin-right: 16px;
      line-height: 1;

      &:hover {
        color: @td_theme_color;
      }
    }
  }

  > li {
    line-height: 28px;
  }

  // hover submenu & megamenu
  > .td-normal-menu:hover {
    > .sub-menu {
      display: block !important;
    }
  }

  .avatar {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    position: relative;
    top: -1px;
  }

  .td-icon-menu-down {
    padding-left: 6px;
    font-size: 8px;
    position: relative;
    top: -1px;
  }

  .td-icon-logout {
    font-size: 10px;
    position: relative;
    top: 1px;
    margin-right: 2px;
  }

  .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: -10px;
    line-height: 28px;
    background-color: @td_black;
    z-index: 1000;

    a {
      display: block;
      margin: 0 10px;
      white-space: nowrap;
      line-height: 28px;
    }
  }

  .td_user_logd_in {
    font-weight: bold;

    &:hover {
      text-decoration: none !important;
    }
  }

  // current top menu
  .current-menu-item > a,
  .current-menu-ancestor > a,
  .current-category-ancestor > a {
    color:@td_theme_color;
  }

  ul .td-icon-menu-down,
  .td-mega-menu .td-icon-menu-down {
    display: none;
  }

  .td-mega-menu ul,
  ul ul {
    display: none !important;
  }
}

.td_sp_login_ico_style {
  position: absolute;
  top: 3px;
  right: -9px;
}

.td_sp_logout_ico_style {
  position: relative;
  top: 3px;
  left: 17px;
}


/*  ----------------------------------------------------------------------------
    top-menu social widget
*/
.td-social-icon-wrap {

  & > a {
    display: inline-block;
  }

  .td-icon-font  {
    font-size: 12px;
    width: 30px;
    height: 24px;
    line-height: 24px;
  }

  .td-icon-instagram {
    font-size: 15px;
  }

  /* responsive portrait phone */
  @media (max-width: @responsive_p_phone_max) {
    margin: 0 3px
  }
}



/*  ----------------------------------------------------------------------------
    Top Bar Style 1
*/
.top-bar-style-1 {
  .td-header-sp-top-widget {
    float: right;
  }
}

/*  ----------------------------------------------------------------------------
    Top Bar Style 2
*/
.top-bar-style-2 {

  .td_ul_login,
  .td_ul_logout {
    margin-right: 32px;
  }

  .td-header-sp-top-menu {
    float: right;

    ul:last-child,
    div:last-child {
      margin-right: 0;
    }
  }

  .menu-top-container,
  .top-header-menu li:last-child a {
    margin-right: 0;
  }
}

/*  ----------------------------------------------------------------------------
    Top Bar Style 3
*/



/*  ----------------------------------------------------------------------------
    Top Bar Style 4
*/
.top-bar-style-4 {
  .td-header-sp-top-widget,
  .td-header-sp-top-menu{
    float: right;
  }
}