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

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


/* Font */

h2, .uk-h2 {
    font-size: 23px;
    line-height: 27px;
}

h4, .uk-h4 {
    font-size: 15px;
    line-height: 22px;
}

.tm-article-container > .uk-text-center.uk-margin-large-bottom {
  	text-align: inherit !important;
}

.uk-nav-offcanvas > li > a {
    color: #ffffff;
}

.uk-subnav > * > :hover,
.uk-subnav > * > :focus {
  	color: #e2905f !important;
}


/* Layout */

.tm-noblog .tm-content, .tm-isblog .tm-article.tm-article-box, .yoo-zoo .uk-article {
    border-bottom: 4px solid #e2905f;
}

.uk-panel-box-primary {
  	color: #5c5c5c;
 	background: #ffffff;
    border-bottom: 4px solid #e2905f;
}

.uk-panel-box-secondary {
 	background: #ffffff;
    border-bottom: 4px solid #5fadbc;
}

/* Tablet and desktop */
@media (min-width: 768px) {
  .tm-panel-padding-large.uk-panel-header .uk-panel-title {
    padding-top: 30px;
	padding-bottom: 30px;
  }
}

/* Xlarge screen */
@media (min-width: 1360px) {
  .tm-navbar {
    margin-bottom: 60px;
  }
}

/* Large screen */
@media (min-width: 1220px) {
  .tm-block-footer-bg {
    margin-top: 60px;
  }
}

/* Tablet and smaller */
@media (max-width: 960px) {
  .tm-noblog .tm-content, .tm-isblog .tm-article.tm-article-box, .yoo-zoo .uk-article {
    padding: 30px;
  }
}

.uk-accordion-title {
  	margin-bottom: 5px;
    padding: 5px 0;
	font-size: 17px;
	line-height: 20px;
	text-transform: inherit;
	letter-spacing: inherit;
}

.uk-accordion-content {
    padding: 25px 0 10px 0;
}

/* Tablet and smaller */
@media (max-width: 960px) {
  .tm-leading-article .tm-article .tm-article-image {
    margin-top: -30px;
 	margin-left: -30px;
  	margin-right: -30px;
    margin-bottom: 30px;
  }
  .tm-article.tm-article-box .tm-article-image {
    margin-top: -30px;
 	margin-left: -30px;
  	margin-right: -30px;
    margin-bottom: 30px;
  }
  .tm-margin-xlarge-top {
  	margin-top: 0px !important;
  }
}

/*
 * Button Arrow
 */
.tm-button-arrow:before {
  font-family: 'Monday';
  content: "\e600";
  font-size: 15px;
  line-height: 15px;
}
.tm-button-arrow {
  color: #5c5c5c;
}
.tm-button-arrow:hover {
  color: #e2905f;
}

/*
 * 1. Dimensions
 * 2. Style
 */
.uk-navbar-nav > li > a {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  /* 1 */
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  /* 2 */
  color: #5fadbc;
  font-size: 17px;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 300;
}