/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	/*background-color: #287241; */
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	/* color: #185359; 
	color: #fff;
    */
}

.nav-primary .sub-menu a:hover{
    /*
    color: #287241;
    background-color: #fff;
   */
}

/*.nav-primary .sub-menu a:hover,*/

.nav-primary .sub-menu .current-menu-item > a {
	/* background-color: #fff;
    color: #287241;
    */
}
/*----------------------------*/

.entry-title a:link, 
.entry-title a:hover, 
.entry-title a:visited{
	/* color: #184A62; */
}

.entry-title{
	font-size: 18px;
	font-family: 'Titillium Maps, Arial';
}

.site-header {
	/*background-color: #184A62;*/
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

h5 {
	font-size: 10px;
}

h6 {
	font-size: 8px;
}

.sidebar li.current-menu-item a,
.sidebar li.current-menu-item a:link,
.sidebar li.current-menu-item a:active{
	color: #cc6000;	
}


/*
------------
a:link{
  font-weight: bold;
  color: #b22222;
  text-transform: uppercase;
}

a:visited{
  font-weight: bold;
  color: #b22222;
  text-transform: uppercase;
}
----------------
*/

.woocommerce .quantity .qty{
   padding: 12px;
}

.woocommerce-checkout #payment ul.payment_methods li{
   list-style-type: none;
}

.shipping .tax_label{
    display: none; 
}

.cart-subtotal .tax_label{
	display: none; 
}