/* 
Theme Name: Responsive Child Theme
Theme URI: https://github.com/cyberchimps/responsive-childtheme/tree/pro-child-theme
Description: Responsive Pro Child Theme for Valley Co-op
Template: responsivepro
Version: 1.0.0
Author: CyberCimps 
Author URI: https://cyberchimps.com
License: GNU General Public License
License URI: license.txt 

Responsive WordPress Theme, Copyright (C) 2003-2012 Emil Uzelac 
started 2016 october 22
*/

/* =Start From Here
-------------------------------------------------------------- */

/* =Breadcrumb Lists ml 2016 oct 26
-------------------------------------------------------------- */
.breadcrumb-list {
	display: none;
}

/* CSS Document 
add to style css -- working on 2016 nov 10 
*/


h1 {
	color: #1873ce;
	font-size: 1.875em; /* = 30px */
	margin-bottom: .857em;
	margin-top: .857em;
}

h2 {
	color: #1873ce;
	font-size: 1.500em; /* = 24px */
	margin-bottom: 1em;
	margin-top: 1em;
}

h3 {
	color: #1873ce;
	font-size: 1.125em; /* = 18px */
	margin-bottom: 1.125em;
	margin-top: 1.125em;
}

h4 {
	color: #1873ce;
	font-size: 1.000em; /* = 16px */
	margin-bottom: 1.285em;
	margin-top: 1.285em;
}
a { color:#1873ce; }
.a { color: #1873ce; }

/* =Header Menu (Primary) partial of style for co-op ml 2016 nov 10
-------------------------------------------------------------- */
.menu {
	background-color: #1873ce ;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1873ce ), to(#90e3ff));
	background-image: -webkit-linear-gradient(top, #1873ce , #90e3ff);
	background-image: -moz-linear-gradient(top,#1873ce , #90e3ff);
	background-image: -ms-linear-gradient(top,#1873ce , #90e3ff);
	background-image: -o-linear-gradient(top, #1873ce ,#90e3ff);
	background-image: linear-gradient(top, #1873ce , #90e3ff);
	clear: both;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1873ce , endColorstr=#90e3ff);
	margin: 0 auto;
font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #000000;
	font-size: 13px;
}

.menu ul li a:hover,
.menu li li a:hover {
	color: #1873ce ;
	text-decoration: none;
}

.menu a {
	border-left: 1px solid #1873ce ;
	color: #000000;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight: 500;
	height: 45px;
	line-height: 45px;
	margin: 0;
	padding: 0 0.9em;
	position: relative;
	text-decoration: none;
	text-shadow: 0 -1px 0 #000000;
	white-space: nowrap;
}

.menu a:hover {
	background-color: #E0A692;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#90e3ff), to(#1873ce ));
	background-image: -webkit-linear-gradient(top, #90e3ff, #1873ce);
	background-image: -moz-linear-gradient(top, #90e3ff, #1873ce);
	background-image: -ms-linear-gradient(top, #90e3ff, #1873ce);
	background-image: -o-linear-gradient(top, #90e3ff, #1873ce);
	background-image: linear-gradient(top, #90e3ff, #1873ce);
	color: #000000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#90e3ff, endColorstr=#1873ce );
}

ul.menu > li:hover {
	background-color: #1873ce ;
	color: #000000;
}

.menu .current_page_item a,
.menu .current-menu-item a {
	background-color: #1873ce ;
}

.menu li li {
	background: #C45C60;
	background-image: none;
	border: 1px solid #e5e5e5;
	color: #000000;
	filter: none;
	margin: -1px 0 1px 0;
	width: auto;
}

.menu li li a {
	background: transparent !important;
	border: none;
	color: #000000;
	font-size: 13px;
	font-weight: 400;
	height: auto;
	height: 20px;
	line-height: 20px;
	padding: 5px 10px;
	text-shadow: none;
	white-space: nowrap;
}

.menu li li a:hover {
	background: #C45C60 !important;
	background-image: none;
	border: none;
	color: #000000;
	filter: none;
}

.menu li li:hover {
	background: #C45C60 !important;
	filter: none;
}


/* end header menu */