/* Copyright (C) arrowthemes, https://www.gnu.org/licenses/gpl.html GNU/GPL */

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

.tm-panel-card .uk-panel-teaser {
    border-radius: 40px 10px;
}

.list-icons {
    color: #fb633d;
}

   .btnHoverfix:hover{background-color:#223148;}
   .btnHoverfix:focus{background-color:#223148;}

/* Full-width header: give the logo and navigation the whole window width
   so the desktop menu is less likely to wrap to a second row. Only the
   header section; the rest of the content keeps the regular container. */
.tm-header > .uk-container {
    max-width: none;
}

/* The theme styles href="#" navbar links with cursor: text; the language
   toggle is clickable, so give it the same pointer as the other menu items. */
.uk-navbar-nav > li > a.tm-lang-toggle,
a.tm-lang-toggle {
    cursor: pointer;
}

/* On mid-size desktops, tighten the menu item spacing (theme default is
   0 25px) so all items still fit on a single row. */
@media (min-width: 768px) and (max-width: 1439px) {
    .tm-header .uk-navbar-nav > li > a {
        padding: 0 14px;
    }
}