/**
 * 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: #8b001f;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#be002a), to(#8b001f));
	background-image: -webkit-linear-gradient(top, #be002a, #8b001f);
	background-image: -moz-linear-gradient(top, #be002a, #8b001f);
	background-image: -ms-linear-gradient(top, #be002a, #8b001f);
	background-image: -o-linear-gradient(top, #be002a, #8b001f);
	background-image: linear-gradient(to top, #be002a, #8b001f);
  	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#be002a, endColorstr=#8b001f)";
}

.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: #8b001f;
	background-image: none;
	filter: none;
}

@media screen and (max-width: 650px) {
	.js .main-nav {
		background-color: #8b001f;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#be002a), to(#8b001f));
		background-image: -webkit-linear-gradient(top, #be002a, #8b001f);
		background-image: -moz-linear-gradient(top, #be002a, #8b001f);
		background-image: -ms-linear-gradient(top, #be002a, #8b001f);
		background-image: -o-linear-gradient(top, #be002a, #8b001f);
		background-image: linear-gradient(to top, #be002a, #8b001f);
  		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#be002a, endColorstr=#8b001f)";
	}
}

/* ==================================== PAGE ELEMENTS ================================================== */
blockquote {
	border-left: 4px solid #8b001f;
}

.call-to-action a.blue,
input[type='reset'],
input[type='button'],
input[type='submit'] {
	background-color: #8b001f;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#be002a), to(#8b001f));
	background-image: -webkit-linear-gradient(top, #be002a, #8b001f);
	background-image: -moz-linear-gradient(top, #be002a, #8b001f);
	background-image: -ms-linear-gradient(top, #be002a, #8b001f);
	background-image: -o-linear-gradient(top, #be002a, #8b001f);
	background-image: linear-gradient(to top, #be002a, #8b001f);
  	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#be002a, endColorstr=#8b001f)";
	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: #8b001f;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f10036), to(#8b001f));
	background-image: -webkit-linear-gradient(top, #f10036, #8b001f);
	background-image: -moz-linear-gradient(top, #f10036, #8b001f);
	background-image: -ms-linear-gradient(top, #f10036, #8b001f);
	background-image: -o-linear-gradient(top, #f10036, #8b001f);
	background-image: linear-gradient(to top, #f10036, #8b001f);
  	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f10036, endColorstr=#8b001f)";
	border: 1px solid #250008;
	color: #ffffff;
	text-shadow: 0 -1px 0 #250008;
}

a {
	color: #8b001f;
}

a:hover {
	color: #580014;
}
