/**
 * Title: Purple 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: #793ee4;
  background: url('images/header_grey_pattern.png'), -moz-linear-gradient(top, #793ee4 0%, #4917a5 100%);
  background: url('images/header_grey_pattern.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #793ee4), color-stop(100%, #4917a5));
  background: url('images/header_grey_pattern.png'), -webkit-linear-gradient(top, #793ee4 0%, #4917a5 100%);
  background: url('images/header_grey_pattern.png'), -o-linear-gradient(top, #793ee4 0%, #4917a5 100%);
  background: url('images/header_grey_pattern.png'), -ms-linear-gradient(top, #793ee4 0%, #4917a5 100%);
  background: url('images/header_grey_pattern.png'), linear-gradient(to bottom, #793ee4 0%, #4917a5 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='@topgrad', endColorstr='@botgrad', GradientType=0);
}
/* FOOTER */
footer.footer-full-width {
  width: 100%;
  background: #835fc3;
}
.site-footer {
  color: #d6c4f7;
}
.footer-nav .footer-menu ul li {
  border-right: 1px solid #d6c4f7;
}
/* PRODUCT */
#product-container {
  padding: 40px 50px;
  margin-left: -50px;
  background: #4917a5 url('images/header_grey_pattern.png');
}
