/* Dropdown menus */
/* Mixins */
/* Skin v4.6 - White / Dark / Blue */
.dropup,
.dropdown {
  margin: 0;
  list-style: none; }

.dropdown-menu {
  border: none;
  background: #1e272b;
  border-radius: 4px;
  min-width: 20rem;
  padding: 0;
  /*&:after {
        content: "\f0d8";
        font-family: 'FontAwesome';
        display: inline-block;
        color: #1e272b;
        font-size: 1em;
        position: absolute;
        top: -15px;
        left: 20px;
    }*/ }
  .dropdown-menu li {
    margin: 0;
    padding: 0; }
    .dropdown-menu li a, .dropdown-menu li button {
      font-size: 0.8em;
      font-weight: 400;
      background: none;
      border: none;
      margin: 0;
      padding: 0.2em 0.8em;
      color: #eeeeee;
      display: block;
      width: 100%;
      text-align: left;
      transition: all ease-in-out .3s; }
    .dropdown-menu li button {
      cursor: pointer; }
  .dropdown-menu li:last-child a, .dropdown-menu li:last-child button {
    border-bottom: 0; }
  .dropdown-menu .divider {
    background: #263238;
    height: 1px; }
