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

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

@media print {
  body.page-id-94 .uk-breadcrumb,
  body.page-id-94 a.tm-logo-small,
  body.page-id-94 div.language-switcher,
  body.page-id-94 div.widget_widgetkit_twitter,
  body.page-id-94 div.tm-block-bottom-d,
  body.page-id-94 div.tm-block-footer,
  body.page-id-94 div.do-not-print {
    display: none !important;
  }
}
/* Top padding for blog and press */
body.archive main.tm-content,
body.tm-isblog main.tm-content,
body.single-post main.tm-content {
  padding-top: 60px;
}
/* Smaller navigation bar */
.tm-navbar,
.tm-navbar-small {
  height: 60px !important;
}
.tm-block-search {
  display: none;
}
/* Border around comment text area */
textarea[name="comment"] {
  border: #000 1px solid;
}
