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

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

.uk-overlay:hover .no-transform img {    
  -webkit-transform: none;    
  transform: none;    
}

.uk-table th {
  border-bottom: 2px solid rgba(0, 0, 0, 0.07);
  background: #f0f0f0;
}

.vb-article-date {
  width: 40px;
  padding: 10px;
  border-radius: 2px;
  background: #c6ac87;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
}

.vb-article-date .vb-article-date-day {
  display: block;
  font-size: 11px;
}

.vb-article-date-year{
  display: block;
  font-size: 22px;
}

#contact-form textarea#jform_contact_message[name="jform[contact_message]"] {  
  height: auto;  
  width: auto;  
}