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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 .tm-navbar {
  margin-top: 15px;
  margin-bottom: 25px;
}
/* Only phones */
@media (max-width: 767px) {
  .tm-navbar {
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
.tm-headerbar {
  margin-top: 25px;
}
html.uk-notouch body.tm-isblog div.uk-container.uk-container-center div.tm-block div.tm-middle.uk-grid div.tm-main.uk-width-medium-1-1 main.tm-content article.uk-article.tm-article {
display: none;
}