/* Main styling */

@font-face {
  font-family: budicon;
  src: url(../fonts/budicon.woff);
}

#superfish-dd-command-menu {
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 90210;
  font-size: 16px;
}

.dd-command-menu-item {
  background-color: #eee;
}

/* Basic styling for icons */
.dd-command-menu-item a:before {
  font-family: 'budicon' !important;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: left;
  font-size: 20px;
  background-color: #bbb;
  color: #eee;
  margin-left: -15px;
  margin-right: 6px;
}

.dd-command-menu-item a:active {
  border: none;
}


/** Commands, first level */

.sf-depth-1 .menu-commands-logged {
  height: 10px;
}

.sfHover {
  width: 264px;
}

.sf-depth-1 a {
  padding-top: 5px !important;
  vertical-align: middle;
  font-family: 'Lato', sans-serif;
  font-weight: normal !important;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  font-size: 14px;
  white-space: nowrap;
  cursor: pointer;
  background: #eee;
  color: #666;
  outline: none !important;
}

.sf-depth-1 a:hover {
  text-decoration: none !important;
}


.dd-command-menu-item a.menu-commands-logged:before {
  background: #eee;
  padding-top: 0;
  color: #666;
  font-size: 16px;
  content: "\e976";
  border: none;
  top: 2px;
  position: relative;
}

.dd-command-menu-item a.menu-commands-anonymouse {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0;
  width: 0;
}

.dd-command-menu-item a.menu-commands-anonymouse:before {
  content: "\e976";
  font-size: 16px;
  background: #eee;
  color: #aaa;
  float: left;
  width: 45px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding-left: 5px;
}

/** Menu items, second level */

.dd-command-menu-item .sf-depth-2 {
  width: 264px;
}

.dd-command-menu-item .sf-depth-2 a {
  text-indent: 10px;
  line-height: 48px;
  margin: 0 !important;
  padding: 0 !important;
  display: block;
  text-shadow: 0 1px 0 #fff;
}

.dd-command-menu-item .sf-depth-2 a:hover {
  background-color: #ddd;
}

.dd-command-menu-item .sf-depth-2 a:before {
  float: left;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  background-color: #bbb;
  color: #eee;
  padding-left: 3px;
  text-shadow: none;
}

.dd-command-menu-item .sf-depth-2 a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50px;
  right: 10px;
  height: 1px;
  background-color: #ddd;
}

.dd-command-menu-item .sf-depth-2 a:hover:after {
  display: none;
}

.dd-command-menu-item .sf-depth-2 a:active {
  color: #009abf;
}

/* ICONS */
.dd-command-menu-item a.menu-help-center:before {
  content: "\e829";
}
.dd-command-menu-item a.menu-help-center:hover:before {
  background-color: #4b97de;
}
.dd-command-menu-item a.menu-help-center:after {
  display: none;
}

.dd-command-menu-item a.menu-my-account:before {
  content: "\e901";
}
.dd-command-menu-item a.menu-my-account:hover:before {
  background-color: #4dacd8;
}
.dd-command-menu-item a.menu-create-post:before {
  content: "\e857";
}
.dd-command-menu-item a.menu-create-post:hover:before {
  background-color: #4fc0d2;
}
.dd-command-menu-item a.menu-manage-content:before {
  content: "\e887";
}
.dd-command-menu-item a.menu-manage-content:hover:before {
  background-color: #52d399;
}
.dd-command-menu-item a.menu-manage-nav-terms:before {
  content: "\e919";
}
.dd-command-menu-item a.menu-manage-nav-terms:hover:before {
  background-color: #e8c469;
}
.dd-command-menu-item a.menu-manage-post-types:before {
  content: "\e83f";
}
.dd-command-menu-item a.menu-manage-post-types:hover:before {
  background-color: #eea25c;
}
.dd-command-menu-item a.menu-manage-users:before {
  content: "\ea12";
}
.dd-command-menu-item a.menu-manage-users:hover:before {
  background-color: #ea7655;
}
.dd-command-menu-item a.menu-logout:before {
  content: "\eb0c";
}
.dd-command-menu-item a.menu-logout:hover:before {
  background-color: #e25352;
}
.dd-command-menu-item a.menu-login:before {
  content: "\eb0c";
}
.dd-command-menu-item a.menu-login:hover:before {
  background-color: #52d399;
}
