/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 .tm-block-content-top,
.tm-block-content-bottom {
  padding: 5px;
  background: #fafafa;
}
/* Sub-object `uk-article-title`
 ========================================================================== */
.uk-article-title {
  display:none;
}
.uk-article-title a {
  color: inherit;
  text-decoration: none;
}
/* Sub-object `uk-article-meta`
 ========================================================================== */
.uk-article-meta {
  display:none;
}
/*
 * Sub-modifier: `uk-panel-box-secondary`
 */
.uk-panel-box-secondary {
  background-color: rgba(0, 0, 0, 0);
  color: #1b67b2;
  border-top: 3px solid #1b67b2;
 }
/*
 * Sub-modifier: `uk-panel-box-primary`
 */
.uk-panel-box-primary {
  background-color: #1B67B2;
  color: #d6e1ee;
}