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

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

input.uk-search-field {
  -webkit-appearance: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  line-height: normal;
  width: 170px;
  height: 35px;
  padding: 0 0 0 30px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #ffffff;
  color: #555555;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  border-radius: 2px;
  background-clip: padding-box;
  font-weight: 300;
}


.tm-headerbar .tm-logo {
    margin-bottom: -36px;
    margin-top: -40px;
}

.uk-article:nth-child(n+2) {
    margin-top: 0;
}