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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 .btn-info {
  background: #00A2AD;
  background-image: -webkit-linear-gradient(top, #00A2AD, #00A2AD);
  background-image: -moz-linear-gradient(top, #00A2AD, #00A2AD);
  background-image: -ms-linear-gradient(top, #00A2AD, #00A2AD);
  background-image: -o-linear-gradient(top, #00A2AD, #00A2AD);
  background-image: linear-gradient(to bottom, #00A2AD, #00A2AD);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  cursor:pointer;
  text-align:center;
}

.btn-info:hover {
  background: #956A48;
  text-decoration: none;
  cursor:pointer;
  text-align:center;
}