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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 .tm-content{background:#fff;padding:20px}
 .tm-footer{padding:10px !important}
 .tm-totop-scroller{top:12px !important;right:12px !important}

 .homestories {padding-left:0 !important}

 .home-stories > * {padding-left:15px; margin:0; float:left;margin-bottom: 15px;}

.home-stories .element-itemlink a {
  /* 1 */
  display: inline-block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  /* 2 */
  border: none;
  /* 3 */
  line-height: 30px;
  /* 4 */
  min-height: 30px;
  /* 5 */
  font-size: 1rem;
  /* 6 */
  padding: 0 12px;
  background: #51b4db;
  color: #ffffff;
  background-image: -webkit-linear-gradient(top, #53b9e0, #4fb1d7);
  background-image: linear-gradient(to bottom, #53b9e0, #4fb1d7);
  border-radius: 2px;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 * 3. Required for `a` elements
 */
.home-stories .element-itemlink a:hover,
.home-stories .element-itemlink a:focus {
  background-color: #4faacd;
  color: #ffffff;
  /* 2 */
  outline: none;
  /* 3 */
  text-decoration: none;
  background-image: none;
}
/* Active */
.home-stories .element-itemlink a:active {
  background-color: #43a4c9;
  color: #ffffff;
  background-image: none;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
}

.tm-content {color:#000;}