/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
@import 'https://fonts.googleapis.com/css?family=Baloo+Chettan';

/* Logo color */
[class*='tm-logo'] svg path,
[class*='tm-logo'] path,
[class*='tm-logo'] rect { fill: #e5eaf0; }

body:not(.tm-navbar-bg) [class*='tm-block-primary'] .tm-navbar:not(.tm-navbar-attached) [class*='tm-logo'] svg path,
body:not(.tm-navbar-bg) [class*='tm-block-primary'] .tm-navbar:not(.tm-navbar-attached)[class*='tm-logo'] path,
body:not(.tm-navbar-bg) [class*='tm-block-primary'] .tm-navbar:not(.tm-navbar-attached) [class*='tm-logo'] rect { fill: #000; }

/* Background image in layout position bottom-e */
.tm-block-bottom-e > div { background-image: none; }

/* SVG fill color for layout position bottom-e */
.tm-block-bottom-e .uk-panel .uk-panel svg path,
.tm-block-bottom-e .uk-panel .uk-panel path {
    fill: #e0e3ec;
    opacity: 0.3;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.tm-block-bottom-e .uk-panel .uk-panel:hover svg path,
.tm-block-bottom-e .uk-panel .uk-panel:hover path { opacity: 1; }

.tm-navbar-bg .tm-navbar {
  background: #202029;
  height: 105px;
  border-bottom: solid 5px #005200;
}

.uk-navbar-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  top: -50px;
  position: relative;
}

.uk-navbar-nav > li:hover > a::before,
.uk-navbar-nav > li > a:focus::before,
.uk-navbar-nav > li.uk-open > a::before {
  background: #005200;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.uk-overlay-panel .uk-button {
  border: 2px solid #ffffff;
  border-color: #ffffff;
  background: #005200;
  box-shadow: none;
  color: #ffffff;
  text-shadow: none;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.uk-overlay-panel .uk-button:hover {
  border-color: #ffffff;
  background: #ffffff;
  color: #005200;
}

.uk-overlay-panel > :last-child,
.uk-overlay-panel.uk-flex > * > :last-child {
  margin-bottom: 0;
  width: 100%;
}
.uk-button {
  /* 1 */
  -webkit-appearance: none;
  /* 2 */
  margin: 0;
  /* 3 */
  border: none;
  /* 4 */
  overflow: visible;
  /* 5 */
  font: inherit;
  color: #c3cce8;
  /* 6 */
  text-transform: none;
  /* 7 */
  display: inline-block;
  box-sizing: border-box;
  background: #005200;
  vertical-align: middle;
  /* 8 */
  line-height: 40px;
  /* 9 */
  min-height: 40px;
  /* 10 */
  /* 11 */
  text-decoration: none;
  text-align: center;
  padding: 0 33px;
  border-radius: 40px;
  background-image: -webkit-linear-gradient(top, #006d00, #005200);
  background-image: linear-gradient(to bottom, #006d00, #005200);
  background-origin: border-box;
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.03), 1px 1px 1px rgba(0, 0, 0, 0.1);
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.uk-button:hover,
.uk-button:focus {
  background-color: #005200;
  color: #c3cce8;
  /* 2 */
  outline: none;
  /* 3 */
  text-decoration: none;
  background-image: none;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
}

  .tm-block-large-padding {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  blockquote {
  padding-left: 15px;
  border-left: 5px solid #005200;
  font-size: 16px;
  line-height: 22px;
  font-style: italic;
}

.uk-overlay-background {
  background: rgba(0, 0, 0, 0.7);
}