/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 
 /* Only phones portrait */
@media (max-width: 440px) {
    #party{display:none}
}

 
 /* Only phones lanscape*/
@media (min-width: 550px) {
    #party{margin-right:30px}
}

/* Only tablets and desktop */
@media (min-width: 768px) {
  .uk-grid-divider:not(:empty) > [class*='uk-width-medium-']:not(.uk-width-medium-1-1):nth-child(n+2) {
    border-left: 1px solid #dddddd;
  }
}
/* Only desktop */
@media (min-width: 960px) {

}

.uk-navbar-nav>li>a {padding: 0 10px;}
.uk-dropdown-navbar {margin-left: 9px;}
 