html body a,
html body .uk-link {
  color: #52558d;
}
html body a:hover,
html body .uk-link:hover {
  color: #333333;
}
html body .uk-button-primary {
  background: #52558d;
  color: #fff;
}
html body .uk-button-primary:hover {
  background: #333333;
}
html body em,
html body p > em,
html body p.uk-article-lead > em {
  color: #444;
}
html body .uk-subnav > .uk-active> a {
  color: #333333;
}
html body .uk-subnav > .uk-active> a:hover {
  color: #52558d;
}
html body .uk-subnav>*>:hover,
html body .uk-subnav>*>:focus {
  color: #e5e5e5;
}
html body nav.uk-navbar {
  background-color: #f8f8f8;
  border: 1px solid #e7e7e7;
  border-bottom: 4px solid #333333;
  border-radius: 4px;
  text-transform: uppercase;
}
html body nav.uk-navbar ul > li {
  border-right: 1px solid #e7e7e7;
}
html body nav.uk-navbar ul li.uk-active a {
  color: #333333;
}
html body nav.uk-navbar ul li a {
  font-size: 12px;
}
html body nav.uk-navbar ul li a:hover {
  color: #333333;
}
html body nav.uk-navbar ul li .uk-dropdown-navbar {
  background: #fff;
  border: 1px solid #e7e7e7;
}
html body nav.uk-navbar ul li .uk-dropdown-navbar li {
  border-right: none;
}
html body nav.uk-navbar ul li .uk-dropdown-navbar li a:hover {
  background: none;
}
@media (min-width: 768px) and (max-width: 960px) {
  html body nav.uk-navbar .uk-navbar-flip {
    display: none;
  }
}
html body nav.uk-navbar > ul:nth-child(2) {
  float: right !important;
}
html body nav.uk-navbar > ul:nth-child(2) li:last-child {
  border-right: none;
}
html body .tm-headerbar .uk-grid:not(.uk-grid-preserve)>* {
  padding-left: 0;
}
html body .tm-headerbar .widget_nav_menu ul.uk-nav li {
  float: left;
  background: #f8f8f8;
}
html body .tm-headerbar .widget_nav_menu ul.uk-nav li.uk-active a {
  background: #333333;
}
html body .tm-headerbar .widget_nav_menu ul.uk-nav li a.current-lang {
  background: #333333;
  color: #fff;
}
html body .uk-navbar-center {
  max-width: 100% !important;
}
html body .uk-navbar-center .tm-logo-small {
  letter-spacing: 0 !important;
  color: #fff;
}
html body .uk-navbar-center .tm-logo-small > div {
  margin-top: -32px;
  color: #000;
}
html body main.tm-content article .uk-article-meta {
  display: none;
}
html body main.tm-content article .uk-subnav.uk-subnav-line {
  clear: both;
  border-top: 1px solid #e5e5e5;
  margin-top: 16px;
  margin-bottom: 32px;
}
html body main.tm-content article .uk-subnav.uk-subnav-line a {
  color: #52558d;
}
html body main.tm-content article .uk-subnav.uk-subnav-line a:hover {
  color: #333333;
}
html body aside.tm-sidebar-b a,
html body aside.tm-sidebar-b .uk-link {
  color: #333333;
}
html body footer.tm-footer {
  margin-top: 32px;
  font-size: 11px;
}
html body footer.tm-footer .tm-totop-scroller {
  top: 8px;
  right: 8px;
}
html body footer.tm-footer ul.uk-subnav {
  font-size: 12px;
  padding: 0 16px 8px;
  background: #e5e5e5;
}
html body footer.tm-footer ul.uk-subnav a {
  color: #444;
}
html body footer.tm-footer ul.uk-subnav a:hover {
  color: #000;
}
@media (max-width: 460px) {
  html body footer.tm-footer ul.uk-subnav li {
    max-width: 100%;
  }
  html body footer.tm-footer ul.uk-subnav > * > * {
    display: inline-block;
  }
  html body footer.tm-footer ul.uk-subnav.uk-subnav-line>:before {
    display: none;
  }
}
html body.home .tm-main article.uk-article h1.uk-article-title {
  display: none;
}
html body.home .tm-main .rpwe-block h3.rpwe-title {
  font-size: 24px !important;
}
html body.archive img.attachment-post-thumbnail {
  display: none;
}
html body.archive h1.uk-article-title a {
  color: #52558d;
}
html body.archive h1.uk-article-title a:hover {
  color: #333333;
}
html body.single img.attachment-post-thumbnail {
  display: none;
}
