/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

/* Logo size for centered navigation */
.tm-navbar-center [class*='tm-logo'] { transform: scale(1.2); }

.tm-block-toolbar { background: #1a1a1a; }
.tm-block-toolbar .tm-toolbar-container { justify-content: flex-end; }

.download-priority-investor-loans > h1 + h2 { display: none; }

.hm-mods .uk-overlay-background { background: rgba(34, 34, 34, 0.8); }

/*
 * Modifier: `uk-button-success`
 */
.uk-contrast .uk-button-success {
  background-color: #50b36e;
  color: #ffffff;
}
/* Hover */
.uk-contrast .uk-button-success:hover,
.uk-contrast .uk-button-success:focus {
  background-color: #52a16a;
  color: #ffffff;
}
/* Active */
.uk-contrast .uk-button-success:active,
.uk-contrast .uk-button-success.uk-active {
  background-color: #499661;
  color: rgba(255, 255, 255, 0.65);
  box-shadow: inset 2px 2px 6px rgba(46, 75, 55, 0.15);
}
/*
 * Modifier: `uk-button-danger`
 */
.uk-contrast .uk-button-danger {
  background-color: #f12f2b;
  color: #ffffff;
}
/* Hover */
.uk-contrast .uk-button-danger:hover,
.uk-contrast .uk-button-danger:focus {
  background-color: #e91e19;
  color: #ffffff;
}
/* Active */
.uk-contrast .uk-button-danger:active,
.uk-contrast .uk-button-danger.uk-active {
  background-color: #da1d19;
  color: rgba(255, 255, 255, 0.65);
  box-shadow: inset 2px 2px 6px rgba(158, 37, 34, 0.4);
}

.tm-block-footer .uk-icon-button {
  background: #ffffff;
  color: #181818;
}

.tm-block-footer a .uk-icon-facebook:hover {
  background: #3b5998;
  color: #ffffff;
}

.tm-block-footer a .uk-icon-twitter:hover  {
  background: #1b95e0;
  color: #ffffff;
}