/*
Theme Name: Leskovec
Theme URI: http://www.spletosfera.com/
Author: Spletosfera
Author URI: http://www.spletosfera.com/
Description: Spletosfera
Version: 1.0
Text Domain: spletosfera
*/
/* - Body - */
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #404244;
}

/* - Headings - */
h1, h2, h3, h4, h5, h6 {
  color: #404244;
  margin: 10px 0px 20px 0px;
  font-weight: bold;
}

h1 {
  font-size: 36px;
  color: #404244;
  font-size: 1.7em;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1em;
  margin: 0 0 1.34em 0;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

/* - Links - */
a {
  text-decoration: none;
  color: #8c8e8f;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

a:hover {
  color: #404244;
}

header {
  color: #404244;
  display: block;
}

header h1, header h2, header h3, header h4, header h5, header h6 {
  color: #ffffff;
}

header a {
  color: #ffffff;
}

header .header-top {
  /*a {
            color: $white-color;
            &:hover {
                color: $white-color;
            }
        }*/
}

header .header-top .wpml-ls-legacy-list-horizontal {
  padding: 0;
  border: 0px solid transparent;
}

header .header-top ul {
  list-style-type: none;
  padding-left: 0rem;
}

header .header-top ul li {
  display: inline-block;
}

header .header-top ul li.wpml-ls-current-language a {
  color: #ffffff;
  background-color: #8c8e8f;
}

header .header-top ul li a {
  color: #8c8e8f;
}

header .header-top ul li a:hover {
  color: #ffffff;
  background-color: #8c8e8f;
}

header .header-top img {
  max-height: 15px;
  width: auto;
}

header .logo {
  margin: 75px 0px 74px 0px;
}

header .navigation .nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: 0rem !important;
  border-bottom: solid 1px #8c8e8f;
  display: block;
  padding: 0.5rem 1rem;
  color: #404244;
  text-decoration: none;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  width: 100%;
  display: block;
}

@media screen and (min-width: 768px) {
  header .navigation .nav-pills .nav-link {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
  }
}

header .navigation .nav-pills .nav-link.active, header .navigation .nav-pills .nav-link.current-menu-item {
  color: #ffffff;
  background-color: #8c8e8f !important;
  border-bottom: solid 1px #ffffff;
}

header .navigation .nav-pills .nav-link .show > .nav-link {
  color: #ffffff;
  background-color: #8c8e8f !important;
}

main {
  background-color: transparent;
  background-image: url(/wp-content/themes/leskovec/img/background-middle.jpg);
  background-position: top right;
  background-repeat: no-repeat;
}

main .content {
  padding: 36px 24px;
}

main .content img {
  width: auto;
}

main img {
  width: 100%;
}

footer {
  color: #404244;
  padding: 50px 0px;
  font-size: 10px;
  margin-top: 20px;
  padding-top: 20px;
  min-height: 50px;
  line-height: 50px;
}

footer a {
  color: #404244;
  text-decoration: underline;
}

footer a:hover {
  color: #8c8e8f;
}
/*# sourceMappingURL=style.css.map */