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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
.uk-badge {
  display: inline-block;
  padding: 0 7px;
  background: #900;
  font-size: 11px;
  font-weight: normal;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  border: 0 solid #ffffff;
  border-radius: 0;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
}
