@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css?family=Montserrat');

/****************************************** 

Author : Joseph Goddard

[Table of contents]

1. Body / Typography 
2. Header
3. Nav
4. Slideshow - Media
5. Footer
6. Misc
7. Media Queries

Colors:
Logo Green is #334626
Logo Gray is #505e5e
Logo Gold is #d1c78a

******************************************/

/***************For ADA******************/

.sr-only {
position: absolute; left: -10000px;
}
.skip-link {
color: black; background-color: white; padding: 12px; border: 2px solid black; border-radius: 5px; z-index: 999;
}
.skip-link:focus-visible {
left: 0px;
}

/**************END ADA *******************/

/***********
1.) Body / Typography
************/
body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	justify-content: space-between;
	font-family: 'Montserrat', sans-serif;
}

h1 {font-size:30px;margin:0 0 16px 0}
h2 {font-size:26px;margin:0 0 14px 0}
h3 {font-size:20px;margin:0 0 12px 0}

p {font-size:18px;margin:0 0 8px 0}

/*img {pointer-events: none;}*/

#member-wrapper, #member-wrapper-with-sidebar {
	flex:1;
}

#main-content.site-wrapper {
	/*width: 80%;*/
	margin: 0 auto;
	flex:1;
	padding:32px 10%;
}

#home-wrapper {
	 width: 100%;
	 flex:1;
}

.home-container {
	width: 80%;
	margin: 20px auto;
	text-align: center;
	font-size: 20px;
    line-height: 30px;
}

.home-boxes {
	width:30%;
	float:left;
	margin:15px 1%;
	background-color:#ffffff;
}
.home-boxes img {width:100%}

a {
	text-decoration: none;
	color: #000;
}

a:hover {color:#42A20E}

.site-nav li a:hover {color:#000000; text-decoration:underline;}

#member-wrapper, #member-wrapper-with-sidebar {
	padding: 20px 0/*10%*/;
}

.btn.btn-default {background-color:#42A20E;color:#ffffff;font-weight:bold}

/***********
2.) Header
************/

/* topbar */

#topbar {
        float: right;
        text-align: right;
        position:relative;
        padding-top: 10px;
        padding-right: 5px;
	background-color:#baced6;
}

#topbar ul li {margin:0 5px}

#topbar form {
        position:relative;
        z-index:10;
        margin-top:0px;
        margin-right: 10px;
}

#topbar form input[type="text"] {
        line-height: 20px;
        border: solid 1px #938888 !important;
}

#topbar form input[type="Submit"] {
        cursor: pointer;
}
input#navsearchbutton.btn {padding:1.5px 12px;margin-top:-3px}

.field {border-radius: 7px 7px;}

header { 
	height:150px;
	border-bottom:1px solid #cccccc;
	position:relative; 
}
#site-header{
	 width: 100%;
	 background-color:#ffffff;
/*	 background: url('../img/bg.jpg');*/
	 background-size: cover;
	 display: flex;
	 flex-direction: column;
	 justify-content: space-between;
	}
#inner-header {
	width: 90%;
	min-height: 130px;
	margin:0 auto;
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
}
.toolbar-wrapper {
        /*border-bottom: 1px solid #8C2232;*/
        width: 100%;
        height: 30px;
        background: #334626;
        color:#ffffff;
}

.topbar-email {float:right;margin-right:10%;color:#ffffff}

#logo img {
	width: 100%;
	max-width:115px;
	height: auto;
	max-height: 150px;
}
#logo{
        margin: 0;
        padding: 0;
        float:left;
        max-width: 20%;
        position:absolute;
        top:0;
        }

.form-set {
	margin-bottom: 2px;
}

.header-log-in a:link, .header-log-in a:visited { color: #ffffff; /*tan #ffe9d0*/ }


/***********
3.) Nav
************/
#site-nav-wrapper {
	background-color: #42A20E;
}

.site-nav {
	width: 80%;
	margin: 0 auto;
	padding:20px;
}
.site-nav li {
	display:inline;
	padding:0 2%;
	font-size:20px;
}
.site-nav li a:hover {color:#000000; text-decoration:underline;}

.site-nav li ul.dropdown-menu li {
	border-bottom:1px solid #dddddd;
}
/*.flexnav li ul.open {position:absolute;z-index: 100 !important}
.flexnav li ul.dropdown-menu li {z-index:100}
*/
/***********
4.) Slideshow - Media
************/

/***********
5.) Footer
************/
#site-footer{
	width: 100%;
	background-color: #eee;
	background: url('../img/bottom_bg.jpg');
	background-size:cover;
}

#inner-footer {
	width: 90%;
	min-height: 100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.social {
    display: flex;
    list-style-type: none;
    font-size: 26px;
}

.social li {
	padding: 0 10px;
}

.social li a {
	color: #ffffff; /*tan #ffe9d0;*/
}

.social li:first-child {
	padding-left: 0; 
}

/***********
6.) Misc
************/
.center {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	text-align: center;
}

#loginWrapper {
	width: 100%;
	margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
    line-height: 20px;
}

.logininfo {
    width: 50%;
    padding-right: 20px;
}

#member-Sidebar {
	width: 300px !important;
	/*padding-top: 0 !important;*/
	border-right: 2px solid #000;
}

.currentCat select {
	max-width: 350px;
}

#side-nav {
	text-align: left;
}
#side-nav ul {list-style:none;margin-left:0;padding-left:0}
#side-nav ul li {font-size:16px;font-weight:bold;margin-bottom:15px}


.nav-sub-category {
	padding-left: 24px !important;
}

.pages {
	padding: 10px 0;
}

.catpic img {
    display:block;height: auto;
}

.subcat-item {
	min-height: 70px;
	margin-bottom:50px;
}

.subcat-item a:hover, #side-nav li a:hover {
	color: blue;
}

.item {
	font-size: 14px;
}

.search-box {
	background-color: #fff;
}

.search-button, .search-submit {
	border: none;
	padding: 10px;
}

.cartBtn {margin-right:5%}
.inner-cart-item .right-container {padding:0 20%}
.inner-cart-item {border-none}
.outter-cart-item {padding:1%}
.outter-cart-item:nth-child(even){background:#eeeeee}


/**********
ByList
***********/
.BodyBg {width:80%;margin-left:10%}
.BodyBg:nth-child(even) {background-color:#dddddd}
.byList-item-container, .byListItem {width:100%}
.byList-item-container:nth-child(even) {background-color:#dddddd}

.left-container {
  float:left;
  text-align: left;
  width:20%;
}
.right-container {
  float:left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 80%; /*40%;*/
}
div#byList-sku, div#byList-price, div#byList-qty, div#byList-min  {float:left;width:45%;margin:10px 0}
.space-between {
  display: flex;
  justify-content: space-between;
  text-align: left;
}
#byList-item {text-align:center}
#byList-img img {max-height:100px}


/***********
7.) Media Queries
************/
@media (min-width: 768px) {
	.navbar.navbar-default {margin:50px 0 0 200px;background-color:transparent !important;border-color:#ffffff !important;}
	.navbar-nav>li {float:left}
	.navbar-nav>li>a {padding-top:0;padding-bottom:0}
}

/*Responsive*/
@media (max-width: 1440px) {
	
}
/*Laptop*/
@media (max-width: 1024px) {
	
}
/*Tablet*/
@media (max-width: 768px) {
	#inner-header {
		flex-direction: column;
	}
	#loginWrapper {
		width: 90%;
		flex-direction: column;
		line-height: 24px;
	}
	.logininfo {
		width: 100%;
	}
	#site-nav-wrapper {
		background-color: #fff;
	}
}
/*Iphone6+*/
@media (max-width: 414px) {
	#inner-header, #inner-footer {
		flex-direction: column;
	}
	#inner-footer {
		padding: 10px 0;
	}
}
/*Iphone6*/
@media (max-width: 375px) {
	#inner-header, #inner-footer {
		flex-direction: column;
	}
	#inner-footer {
		padding: 10px 0;
	}
}


