/**
 * Title: Green Skin
 *
 * Description: Changes content colors, fonts and buttons for theme.
 *
 * Please do not edit this file. This file is part of the Cyber Chimps Framework and all modifications
 * should be made in a child theme.
 *
 * @category Cyber Chimps Framework
 * @package  Framework
 * @since    1.0
 * @author   CyberChimps
 * @license  http://www.opensource.org/licenses/gpl-license.php GPL v2.0 (or later)
 * @link     http://www.cyberchimps.com/
 */
a {
  color: #ff9d73;
}
a:hover {
  color: #ff560d;
}
/* TOP HEADER */
.container-full.top-header {
  background: #35e423;
  background: url('images/header_grey_pattern.png'), -moz-linear-gradient(top, #35e423 0%, #1d8f12 100%);
  background: url('images/header_grey_pattern.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #35e423), color-stop(100%, #1d8f12));
  background: url('images/header_grey_pattern.png'), -webkit-linear-gradient(top, #35e423 0%, #1d8f12 100%);
  background: url('images/header_grey_pattern.png'), -o-linear-gradient(top, #35e423 0%, #1d8f12 100%);
  background: url('images/header_grey_pattern.png'), -ms-linear-gradient(top, #35e423 0%, #1d8f12 100%);
  background: url('images/header_grey_pattern.png'), linear-gradient(to bottom, #35e423 0%, #1d8f12 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='@topgrad', endColorstr='@botgrad', GradientType=0);
}
/* FOOTER */
footer.footer-full-width {
  width: 100%;
  background: #53bf48;
}
.site-footer {
  color: #b2f5ab;
}
.footer-nav .footer-menu ul li {
  border-right: 1px solid #b2f5ab;
}
/* PRODUCT */
#product-container {
  padding: 40px 50px;
  margin-left: -50px;
  background: #1d8f12 url('images/header_grey_pattern.png');
}
