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

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

.tm-logo path,
.tm-logo-small svg path { fill: #4c545c; }

.tm-logo path.tm-logo-primary-color,
.tm-logo-small svg path.tm-logo-primary-color { fill: #7c91bc; }

.tm-footer .tm-block {
  padding: 20px 0px 0px 0px;
}


  
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #26335a;
  text-transform: uppercase;
}


/*
 * Sizes
 */
h1,
.uk-h1 {
  font-size: 36px;
  line-height: 42px;
}
h2,
.uk-h2 {
  font-size: 25px;
  line-height: 40px;
}
h3,
.uk-h3 {
  font-size: 18px;
  line-height: 24px;
}
h4,
.uk-h4 {
  font-size: 16px;
  line-height: 22px;
}
h5,
.uk-h5 {
  font-size: 14px;
  line-height: 20px;
}
h6,
.uk-h6 {
  font-size: 12px;
  line-height: 18px;
}




body {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  color: #26335a;
}


/*
 * 1. Dimensions
 * 2. Style
 */
.uk-navbar-nav > li > a {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  /* 1 */
  height: 70px;
  padding: 0 15px;
  line-height: 70px;
  /* 2 */
  color: #26335a;
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
/* Appear not as link */
.uk-navbar-nav > li > a[href='#'] {
  cursor: text;
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Also apply if dropdown is opened
 * 3. Remove default focus style
 */
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
  background-color: rgba(0, 0, 0, 0);
  color: #7c91bc;
  /* 3 */
  outline: none;
}

}
/* OnClick */
.uk-navbar-nav > li > a:active {
  background-color: rgba(0, 0, 0, 0);
  color: #4c545c;
}
/* Active */
.uk-navbar-nav > li.uk-active > a {
  background-color: rgba(0, 0, 0, 0);
  color: #9d201e;
}


a {
  color: #9d201e;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #7c91bc;
  text-decoration: underline;
}


/*
 * Footer and Toolbar
 */
 
 
.tm-toolbar,
.tm-footer {
  background: #e4e4de url(../../../images/paper/background.png) repeat 0 0;
}


.tm-toolbar,
.tm-footer {
  color: #a2a6ab;
}
.tm-toolbar a,
.tm-footer a {
  color: #26335a;
}
.tm-toolbar a:hover,
.tm-footer a:hover {
  color: #7c91bc;
}
.tm-toolbar .uk-subnav > li > a,
.tm-footer .uk-subnav > li > a {
  color: #26335a;
}
.tm-toolbar .uk-subnav > li > a:hover,
.tm-footer .uk-subnav > li > a:hover {
  color: #7c91bc;
}
.tm-toolbar .uk-form select,
.tm-footer .uk-form select,
.tm-toolbar .uk-form textarea,
.tm-footer .uk-form textarea,
.tm-toolbar .uk-form input:not([type]),
.tm-footer .uk-form input:not([type]),
.tm-toolbar .uk-form input[type="text"],
.tm-footer .uk-form input[type="text"] {
  background: rgba(255, 255, 255, 0.5);
  color: #757479;
  border-color: #4c545c;
}
.tm-toolbar .uk-form select:focus,
.tm-footer .uk-form select:focus,
.tm-toolbar .uk-form textarea:focus,
.tm-footer .uk-form textarea:focus,
.tm-toolbar .uk-form input:not([type]):focus,
.tm-footer .uk-form input:not([type]):focus,
.tm-toolbar .uk-form input[type="text"]:focus,
.tm-footer .uk-form input[type="text"]:focus {
  background: #ffffff;
}
.tm-toolbar .uk-subnav-line > :nth-child(n+2):before,
.tm-footer .uk-subnav-line > :nth-child(n+2):before {
  border-color: rgba(162, 166, 171, 0.4);
}



/* Disabled state
 ========================================================================== */
/* ========================================================================
   Warp theme
 ========================================================================== */
/* Layout
 ========================================================================== */
/*
 * Force vertical scrollbar
 */
html {
  overflow-y: scroll;
}


/* Sub-object `uk-article-title`
 ========================================================================== */
.uk-article-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: normal;
  text-transform: uppercase;
  /* Only large screens */
}
@media (min-width: 960px) {
  .uk-article-title {
    margin-bottom: 10px;
  }
}
.uk-article-title a {
  color: inherit;
  text-decoration: none;
}