@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap');

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

Author : Joseph Goddard

[Table of contents]

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

Colors:
Orange: #E77300
Complementary Orange: #FF8300

Dark Blue: #285566
Complementary Darker Blue: #294C59
Light Blue: rgb(142,183,189)

Tan/Beige: #8eb7bd

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

/***************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
************/
html { 
	background-image: url(../../images/htmlBG.jpg);
	/*background-size:cover;*/
	background-repeat:repeat-y }
body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	justify-content: space-between;
	font-family: 'League Spartan','Montserrat', sans-serif;
	background-color:transparent!important;
	width: 80%;
        margin-left: 10%;
}

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}
p.accountName {margin:0}
/*img {pointer-events: none;}*/

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

main.main-content {
	/*width: 80%;
	margin: 10% auto;*/
	flex:1;
	padding:32px 10%;
	background-color:#f3e0a6;
}

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

#homePageWrapper {
	width:100%;
	height:100vh;
	margin: -20px 0;
	background-image: url(../../images/homePageHero-Large.jpg);
	background-size: 120%;
	padding: 50px 0 0 10%;
}
#homePageText {
	width:40%;
	font-size:20px;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:bold;
	/*margin: 30px 0 0 10%;*/
}
.home-container {
	width: 80%;
	margin: 20px auto;
	text-align: center;
	font-size: 20px;
    line-height: 30px;
}

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 !important;
	width:100% !important;
}

.btn.btn-default {background-color:#232323/*#42A20E*/;color:#ffffff;font-weight:bold;border-radius:0px!important;border-color:#232323}

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

/* topbar */

#topbar {
        float: right;
        text-align: right;
        position:relative;
        padding-top: 10px;
        padding-right: 5px;
	background-color:#58b6b1;/*#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;
2}

#topbar form input[type="Submit"] {
        cursor: pointer;
}
input#navsearchbutton.btn {padding:1.5px 12px;margin-top:-3px}
input.search-button {border-radius: 25px 0 0 25px;margin: 20px 0 0 20%}
button.search-submit {border-radius:0 25px 25px 0;background-color:#ffffff;margin-left:-10px;padding:8px;font-size:16px}

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

.nav .open>a, .nav .open>a:hover {background-color:transparent!important;}
nav.navbar.navbar-default {
	background-color:#0a3942;
	border-color:#0a3942;
	margin-bottom:0!important;
	float:right;
}
.navbar-right: {margin-right:0 !important}

#site-header{
	width: 100%;
	height: 220px;
	background-color: #285566;
	background: url('../../images/headerBG-logoPart2.png');
	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;
}

.logo { width:50%;position:relative;top:-75px}
.logo img {
	width: 100%;
	/*max-width:150px;*/
	height: auto;
	position:absolute;
	z-index:100;
	top:20px;
}

ul#memberSearch li p, ul#memberSearch li a:link {font-size:20px;color:#ffffff}

ul#memberSearch li ul.dropdown-menu li a {color:#111111}

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

.form-control {border: none!important}
.header-log-in a:link, .header-log-in a:visited { color: #ffffff; /*tan #ffe9d0*/ }

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

.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: #294C59;/*#58b6b1;*/
	/*background: url('../img/bottom_bg.jpg');
	background-size:cover;*/
}
.footer-text {font-weight:bold;text-transform:uppercase;color:#ffffff;font-size:12px}
.footer-text a {color:#ffffff}
#inner-footer {
	padding:20px;
	min-height: 100px;
	margin: 0 auto;
/*	display: flex;
	justify-content: space-between;
*/	align-items: center;
	text-align:center;
}
.inner-footer div {padding:20px!important}
.inner-footer ul li {display:block;list-style:none}
.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: transparent;
	margin:20px auto;
}

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

button.addtocart {margin-bottom:50px}
.cartBtn {margin-right:5%}
.inner-cart-item .right-container {padding:0 2%}
.inner-cart-item {border-none}
.outer-cart-item {padding:1%}
.outer-cart-item:nth-child(even){background:#eeeeee}
.outer-cart-item p {margin-top:0;margin-bottom:0}

#checkoutcontainer, main#member-wrapper div#form {width:100%;/*margin-left:10%*/}
#cart-img img {
    width: 100px;
}

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

.byList-item-container {
	width:80%!important;
	margin-left:10%;
	min-height:230px;
	border-bottom:3px solid #aaaaaa}
.byList-item-container, .byListItem {width:100%}
/*.byList-item-container:nth-child(even) {background-color:#dddddd}
*/
.left-container {
  float:left;
  text-align: left;
  width:20%;
  padding:10px;
}
.right-container-fg  {
  float:left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 35%;
}
#total-items, #total-with-shipping, #btn-container {width:100%;float:left;}

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;background-color:transparent}
#byList-img {height:180px;text-align:center}
#byList-img img {max-height:150px;margin:0 auto}
/***************
END ByList
***************/

#breadcrumb {margin-left:4vw;font-size:16px;font-weight:bold}

#productsDisplay {margin-left:8.3%}

div.cat_item, .cat_item_search {
        border: 0 none;
        float: left;
        height: 400px;
        position: relative;
        width: 100%;
        margin: 0 auto;
        z-index: 100;
        text-align:center;
}
div.cat_item div.cat_content_top {
    position: absolute;
    bottom: 0;
        vertical-align: top;
}
div.cat_item div.cat_content_bottom, .cat_item_search div.cat_content_bottom {
        bottom: 0;
        position: absolute;
        margin:0 auto;
        width:100%;
}
div.cat_item div.cat_content_bottom img {
        z-index:100;
}


/***********
7.) Media Queries
************/
@media (min-width: 768px) {
	ul.nav.navbar-nav {float:right;margin-right:10%}
	.navbar-nav>li {float:left;border-right:1px solid #ffffff}
	.navbar-nav>li:nth-last-child(1) {border-right:none}
	.navbar-nav>li>a {padding-top:0;padding-bottom:0}
        .navbar-nav {padding-top:15px}
        .navbar-nav>li {float:left}
        .navbar-nav>li>a:link, .navbar-nav>li>a:visited {
                padding-top:0;padding-bottom:0;color:#ffffff!important;
        }
        .navbar {border-radius:0px!important}

}

/*Responsive*/
@media (max-width: 1440px) {
	
}
/*Laptop*/
@media (max-width: 1024px) {
	
}
/*Tablet*/
@media (max-width: 768px) {
	header#site-header {height:300px}
	.logo {width:100%}
	#inner-header {/*	flex-direction: column;*/}
	.navbar-default {background:transparent!important;border:none!important;}
	ul.nav.navbar-nav li {background-color:#ffffff!important;text-align:center}
	#memberSearch.nav.navbar-nav li {background-color:transparent!important;}
	#loginWrapper {
		width: 90%;
		flex-direction: column;
		line-height: 24px;
	}
	.logininfo {
		width: 100%;
	}
	#site-nav-wrapper {
		background-color: #0a3942;
		/*position:absolute;
		z-index:500;*/
		height:60px;
		width:60px;
	}
	.byList-item-container div.byList-item div.left-container, .byList-item-container div.byList-item div.rightt-container {width:100%}
}
/*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;
	}
}


