/* Copyright (C) YOOtheme GmbH, Peacock Idea Inc. */

/* ========================================================================
Use this file to add Navigations CSS easily:
    - Nav
    - Navbar
    - Subnav
    - Breadcrumb
    - Pagination
    - Tab
    - Thumbnav
========================================================================== */

/* ========================================================================
   Component: Navbar
 ========================================================================== */

/* Sub-object: `uk-navbar-nav`
 ========================================================================== */
.uk-navbar-nav > li > a {
    font-family: 'philoreg', Verdana, Arial, sans-serif;
}

/* ========================================================================
   Component: Subnav
 ========================================================================== */

.tm-toolbar .uk-subnav > * {
  padding-left: 30px;
  margin-top: 30px;
}


/* ========================================================================
   Responsive
 ========================================================================== */
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width : 767px) {
/* Styles */
    .uk-navbar-center {
        max-width: 55%;
    }
    .uk-navbar-content,
    .uk-navbar-brand,
    .uk-navbar-toggle {
        padding: 0 15px;
    }
}
/* Tablets (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) {
/* Styles */
    .tm-headerbar:after {
        width: 68%;
    }
    .uk-subnav > * {
        padding-left: 10px;
    }
    .uk-navbar-nav > li > a {
        height: 40px;
        padding: 0 20px;
        line-height: 40px;
        font-size: 18px;
    }
}
/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1025px) and (max-width : 1223px) {
/* Styles */
    .tm-headerbar:after {
        width: 75%;
    }
    .uk-subnav > * {
        padding-left: 18px;
    }
    .uk-navbar-nav > li > a {
        height: 40px;
        padding: 0 30px;
        line-height: 40px;
        font-size: 24px;
    }
}