/* Make the Categories box smaller/ HC-10863907*/
.row .sixteen {
    width: 80%; margin-left: 10%;
}

/* Change menu bar color/ HC-10863907*/
#navigation {
    background-color: #aee186;
}

/* hide WooCommerce Category titles on homepage - 10885994-hc */
.home .woocommerce-loop-category__title {
  display: none;
}

/* center Page headline - 10885994-hc */
.wf-active .headline {
    width: 100%;
    text-align: center;
	margin-bottom: 50px;}

/* set header image border to #d71c54 - 10885994-hc */
#custom-header.radius-top {
    background-color: #d71c54;
    padding: 7px;
}

/* set footer background to #d71c54 - 10885994-hc */
.footer {
  background-color: #aee186;
}

 /*makes width  of footer widget 100% */
.footer-widgets .widget {width: 100%; text-align: center;}

/* Center align title on home/shop page */
header.woocommerce-products-header {
    text-align: center;
}

/* change mobile nav bg color - norman 10968670hc */

@media only screen and (max-width: 767px) {

    #navigation {
        background-color: #aaee186;
    }
}
/* hide infinite-handle on home page that creates -more products- button - norman 10968670hc */

.home  #infinite-handle  {
    display: none;
}
/* hide WooCommerce Category titles on seasonal range page - 10885994-hc */
.seasonal range .woocommerce-loop-category__title {
  display: none;
}

/* Adjusts background colors - current menu item | io */
#navigation .menu .current_page_item a, #navigation .menu .current_page_ancestor a, #navigation .menu .current-menu-item a, #navigation .menu .current-cat a {
    background: #7ec248;
    color: #FFFFFF;
}

/* Adjusts background colors - menu item - hover  | io */
.menu a:focus, .menu a:hover, .menu a:active {
    background: #7ec248;
}

/* Adjusts background colors - sub-menu  | io */
.menu ul.sub-menu, .menu ul.children {
    background-color: #7ec248;
}

#navigation .menu .current_page_item ul li a:hover, #navigation .menu .current-menu-item ul li a:hover {
      background: rgba(0, 0, 0, 0.2);
}

/* Adjusts background colors - buttons | io */
.button, a.button {
    background-color: #7ec248;
    border: 1px solid #7ec248;
}

/* Adjusts background colors - buttons - hover  | io */
.button:hover, a.button:hover {
    background-color: #7ec248;
}

/* Hide WooCommerce category title only on "seasonal range" page - AS - 11238986-hc */
.page-id-37 h2.woocommerce-loop-category__title {
    display: none;
}

/* Hide second address lines from WooCommerce address and shipping forms 
.woocommerce-account .woocommerce-address-fields #billing_address_2_field, .woocommerce-account .woocommerce-address-fields #shipping_address_2_field {
	display: none !important;
}*/