/**
 * Responsive Pro Skin File
 *
 * Red Skin
 *
 * 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 CyberChimps 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/
 */
/* ==================================== MENU ================================================== */
.menu {
  background-color: #571142;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#94006b), to(#571142));
  background-image: -webkit-linear-gradient(top, #94006b, #571142);
  background-image: -moz-linear-gradient(top, #94006b, #571142);
  background-image: -ms-linear-gradient(top, #94006b, #571142);
  background-image: -o-linear-gradient(top, #94006b, #571142);
  background-image: linear-gradient(to top, #94006b, #571142);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#94006b, endColorstr=#571142)";
}

.menu a {
  border-left: 1px solid #580014;
  text-shadow: 0 -1px 0 #250008;
}

.menu a:hover,
ul.menu > li:hover,
.menu .current_page_item a,
.menu .current-menu-item a,
.front-page .menu .current_page_item a {
  background-color: #571142;
  background-image: none;
  filter: none;
}

@media screen and (max-width: 650px) {
  .js .main-nav {
    background-color: #571142;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#94006b), to(#571142));
    background-image: -webkit-linear-gradient(top, #94006b, #571142);
    background-image: -moz-linear-gradient(top, #94006b, #571142);
    background-image: -ms-linear-gradient(top, #94006b, #571142);
    background-image: -o-linear-gradient(top, #94006b, #571142);
    background-image: linear-gradient(to top, #94006b, #571142);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#94006b, endColorstr=#571142)";
  }
}

/* ==================================== PAGE ELEMENTS ================================================== */
blockquote {
  border-left: 4px solid #571142;
}

.call-to-action a.blue,
input[type='reset'],
input[type='button'],
input[type='submit'] {
  background-color: #571142;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#94006b), to(#571142));
  background-image: -webkit-linear-gradient(top, #94006b, #571142);
  background-image: -moz-linear-gradient(top, #94006b, #571142);
  background-image: -ms-linear-gradient(top, #94006b, #571142);
  background-image: -o-linear-gradient(top, #94006b, #571142);
  background-image: linear-gradient(to top, #94006b, #571142);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#94006b, endColorstr=#571142)";
  border: 1px solid #250008;
  color: #ffffff;
  text-shadow: 0 -1px 0 #250008;
}

.call-to-action a.blue:hover,
input[type='reset']:hover,
input[type='button']:hover,
input[type='submit']:hover {
  background-color: #571142;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e000a1), to(#571142));
  background-image: -webkit-linear-gradient(top, #e000a1, #571142);
  background-image: -moz-linear-gradient(top, #e000a1, #571142);
  background-image: -ms-linear-gradient(top, #e000a1, #571142);
  background-image: -o-linear-gradient(top, #e000a1, #571142);
  background-image: linear-gradient(to top, #e000a1, #571142);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e000a1, endColorstr=#571142)";
  border: 1px solid #250008;
  color: #ffffff;
  text-shadow: 0 -1px 0 #250008;
}

a {
  color: #571142;
}

a:hover {
  color: #580014;
}
/* Begin: Flat button style  */
a.blue.flat {
  background-image: none;
  border: none;
  background-color: #571142;
}
.call-to-action a.blue.flat:hover
{
  background-image: none;
  border: none;
  background-color: #571142;
}
/* Begin: Flat button style  */
