/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

  .tm-navbar .tm-more .tm-navbar-dropdown {
  /* Usually 30px per icon should be fine ... */
  width: 180px;
  background-color: transparent;
  }

  .tm-navbar .tm-more .uk-dropdown-blank {

  display: block;
  top: 20px;
  transform: none!important;
  /* The "width" value of the previous declaration, but with a negative sign: */
  left: -180px;
  }

  .tm-navbar .tm-more .tm-navbar-button.tm-more-button {
  display: none;
  }
