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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 /*alzato panello contattami */
 
 .tm-sidepanel {
  margin-top: -190px;
  position: fixed;
  transform: translateX(-100%);
  transition: all 0.4s ease-in 0s;
  z-index: 999;
}

/* info articolo */
.uk-article-meta {
  color: #bbbbbb;
  font-family: "Arimo";
  font-size: 11px;
  line-height: 24px;
  text-transform: uppercase;
}