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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 .banneritem	{width:100%; min-height:110px;}

 .uk-nav-header > .item-title{
	font-weight: normal;
 }

 .uk-nav-navbar .uk-nav-sub a{
	font-weight: normal;
	text-transform: none;
 }

 .uk-nav-header:not(:first-child){
 	margin-top: 0;
 }

 .tm-article-full .pos-tags{
	padding: 7px;
	border: 1px solid #ccc;
	text-align: right;
}

.tm-article-full .pos-tags a:before{
	content: '\f02b';
	font-family: 'FontAwesome';
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

.tm-article-full .pos-tags :last-child{
	margin-bottom: 0;
}

.tm-related-items{
	margin: 25px 0;
}