/*
 Theme Name:   JPW Store Theme
 Theme URI:    
 Description:  Online Store for JPW
 Author:       Toby Garcia
 Author URI:   http://example.com
 Template:     storefront
 Version:      1.1.2
 
 
 
 jpw_blue: 
	HEX: #1478ef
	RGBA: (20, 120, 239, 1)
 
 
*/
/* Global Styles */
body{
	background-color: #1a1a1a;
}

a{
	color: #009bef;
}

span#alttext-container{
	border-width: 0px;
}

h1, h2, h3, h4, h5, h6, .wc-block-grid__product-title {
  color: #d0d0d0;
}
/**/
.zoomImg{
	background-color: #0a0a0a;
}
button:hover{
	background-color: #1478ef!important;
}
button:focus{
	outline-color: rgba(0,0,0,0);
}
.fancybox-close-small:focus:after{
	outline: none;
}
li{
	list-style-type: none;
}
/****************************************************************************
*Bootstrap Enhancements
****************************************************************************/

/* Flagged for review and depreciation cycle @5-1-18 */
.row.is-flex {
    display: flex;
    flex-wrap: wrap;
}
.row.is-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}
.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.is-flex > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

/****************************************************
* Row with equal height columns
****************************************************/
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
}

h4 {
  margin-top: 25px;
}

/* .row .row { */
  /* margin-top: 10px; */
  /* margin-bottom: 0; */
/* } */
[class*="col-"] {
  /* padding-top: 15px; */
  /* padding-bottom: 15px; */
 
}
/****************************************************************************
*JPW
****************************************************************************/
a{   
	
}
input[type=text], input[type=email], textarea{
	max-width: 100%;
}
a:hover{
	
}
/* Bug Fix to Page Layout */
#content{
	width: 100%;
}
.g-recaptcha > div{
	margin:auto; 
}
/* Buttons */
.jpw_product_link_button{
	color: white;
	background-color: rgba(20, 120, 239, 1);
	padding: 10px;
  text-align: center;
	transition-duration: .2s;
	white-space: nowrap;
	overflow: hidden;
}
.jpw_product_link_button:hover{
	background-color: rgba(27,27,27, 1);
	
	transition-duration: .2s;
}

.site-main{
	padding-top: 0px !important;
}
.woocommerce-breadcrumb{
	margin-bottom: 0px ;
	background-color: rgba(0,0,0,.8);
	color: white;
}
.woocommerce-breadcrumb > a:before{
	margin-left: 20px;
}
.woocommerce-message{
	margin-bottom: 0px;
}
/* h6{
	color: #a1a7af;
}
p, p1{
	color: #999999;
} */
/** Inputs **/
.orderby{
	border: 1px solid #1478ef;
	background-color: rgba(0,0,0,.6);
	font-size: 1.2em;
	padding: 10px;
	color: white;
}

/****Page****/
#custom-logo-link{
	background-color: white;
	padding: 10px; 
}
#masthead{
	padding-top: 0px;
	padding-bottom: 0px;
}
.col-full{
	max-width: 100%;	
	width: 100%;	 
	float: left;	
	padding: 0px;
	margin: 0px;	
}
/* #jpw_archive_item_display{ */
	/* background-color: #333333; */
/* } */
/****Header****/

#jpw_outfitter_flag{
	width: 100%;
    position: absolute;
    display: block;
    /* left: 50%; */
    top: 50%;
    transform: translate( 0%, -110%);
    
    color: dodgerblue;
    font-size: 4em;
    text-align: center;
    background-color: rgba(0,0,0,.9);

}


/****Menu Bar****/
.storefront-primary-navigation{
	padding-left: 20%;
    padding-right: 10%; 
	clear: none;
	margin-left:0;
	margin-right: 0;
	background-color: black; 
	
}
@media(max-width: 1577px){
	.storefront-primary-navigation{
		/* bottom: -320px; */
	} 
}
@media(max-width: 767px){
	.storefront-primary-navigation{
		background-color: rgba(0,0,0,0);
		position: relative;
		margin-bottom: -2px;
	}
	
}
.main-navigation ul li a{
	color: #ffffff;
	transition-duration: .2s;
}
.main-navigation ul li a:hover{
	color: dodgerblue !important;
	transition-duration: .2s;
}
#menu-main-menu > li > ul > li > a{
	color: #ffffff;
	transition-duration: .2s;
}
#site-header-cart > li > a{
	color: #ffffff;
}
ul.menu li a{
	color: white;
}
.product_list_widget li img{
	float: none;
}
.custom-logo-link{
	float: left; 
	margin-left: 32px;
}
.site-branding{
	position: absolute;
	top: 5%;
    padding-left: 20px; 
	transform: scale(1); 
}
@media(max-width: 750px){
	.site-branding{
		
		bottom: 40%;
		
	}
}
#jpw-animated-header{
	width: 100%;
	padding: 0px;
}
.site-content{
	position: relative;
	z-index: 20;
	overflow: hidden;
}
.handheld-navigation{
	 
}
.jpw_product_menu_cat.cat_level_0{
	border-bottom: 1px solid #ffffff;
}
.jpw_product_menu_cat.cat_level_1 a{
	border-bottom: 1px solid #ffffff;
}
#searchsubmit{
	background-color: #1478ef;
	border-color: #1478ef;
}

#jpw_top_menu{
	background-color: rgba(0,0,0,1) !important;
	margin: 0px;
	
	width: 100%;
}
#menu-customer-login-menu{
	text-align: right;
	margin:auto;
}
#menu-customer-login-menu li{
	display: inline;
	margin-right: 20px;
}
ul, li>ul{
	margin-left: .5em;
}
#site-navigation button.menu-toggle{
	margin: 5px;
}

.site-header ul.menu li.current-menu-item > a{
	color: #f7f7f7;
    font-weight: 700;
    text-shadow: 2px 2px rgb(0, 0, 0);
}

.handheld-navigation .dropdown-toggle{
	color: white;
}
.main-navigation ul li:hover > a{
	color: white;
}
/****Product Archive****/
.product-category h3{
	font-size: 1.5em !important;
	color: #ffffff;
	transition-duration: .5s
}
.product-category h3:hover{
	color: dodgerblue;
	transition-duration: .5s;
	text-decoration: none;
}
mark.count{
	color: dodgerblue;
}
.woocommerce-mini-cart-item.mini_cart_item a, .woocommerce-mini-cart-item.mini_cart_item > .quantity{
	color: white !important;
}
/**** Category List Widget ****/
ul.product-categories li.cat-item{
	transition-duration: .5s;
	margin: 5px auto 5px auto;
	width: 200px;
	border: 2px solid yellow;
	background-color: yellow;
	padding: 10px;
	text-align: center;
	color: black;
	font-size: 1.3em;
	
}
ul.product-categories li.cat-item a{
	color: inherit;
}
ul.product-categories li.cat-item:hover{
	background-color: #ffffff;
	color: black;
	transition-duration: .5s;
	border-color: black;
}
ul.product-categories li.cat-item:before{
	content: no-close-quote;
}
.widget-title{
	color: #ffffff;
	border-bottom: 1px solid dodgerblue !important;
	padding-bottom: 2px !important;
}
.product-category{
	margin: 10px;
}

div~.locationinfo::-webkit-scrollbar-track {
	 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

div~.locationinfo::-webkit-scrollbar-thumb {
	 background-color: darkgrey;
  outline: 1px solid slategrey;
}
div~.locationinfo::-webkit-scrollbar {
	 width: 1em;
}


/****Featured Products****/
.attachment-shop_catalog{
	width: 150px;
	height: 150px;
}
/****************************************************************************
*Globals
****************************************************************************/

a:focus{
	outline: none;
}
a:hover{
	text-decoration: none;
}
.site{
	margin: 0px;
	
}
.button, .submit{
	background-color: dodgerblue !important;
	border-color: dodgerblue !important; 
	color: white !important;
}
/****************************************************************************
*Woocommerce
****************************************************************************/
.product{}
.product-category{}

/* Hide Storefront Default Product Navigation */
.storefront-product-pagination{
	display: none;
}
.main-navigation ul.menu ul.sub-menu{
	background-color: #333;
}
.main-navigation ul.menu ul.sub-menu li:hover{
	background-color: #444;
}

/* JPW Content Featured Image */
.jpw_content_featured_image{
	max-height: 150px;
	width: auto;
	margin: auto;
}
/****************************************************************************
*Header
****************************************************************************/
/*Gear Menu*/
.main-navigation ul li a:before{
	display: none;
}
#menu-main-menu-1 {
	text-align: center;
	font-size: 1.5em;
}

#jpw_shop_menu_main_toggle{
	cursor: pointer;  
}
#jpw_shop_menu_main_reveal a{
	color: #ccc;
	transition-duration: .2s;
}
#jpw_shop_menu_main_reveal a:hover{
	color: #666;
	transition-duration: .2s;
}
#jpw_shop_menu_main_reveal{
	position: absolute;
	display: none;
	z-index: 100;
	background-color: rgba(0,0,0,.9);
	
}
.jpw_main_menu_underline{
	border-bottom: 1px solid dodgerblue;
}


/* Top Menu */
.menu-customer-login-menu{
	width: 100%;
}
.handheld-navigation{
	background-color: rgba(0,0,0,.7);
}
.jpw_extra_menu_target {
	height: 600px;
}
/****************************************************************************
*Archive
****************************************************************************/
.jpw_archive_wrapper{
	margin-right: 20px;
	margin-left: 20px;
}
#primary{
	padding-right: 20px;
    padding-left: 20px;
	/* padding-left: 20px; */
	/* margin-right: 0px; */
	/* float: left; */
	/* width: 100%; */
} 
#secondary{
	padding-right: 20px;
	padding-left: 20px;
	float: right;
	/* margin-right: 20px; */
	border: solid rgb(30, 144, 255) 2px;
	box-shadow: 2px 2px 5px 2px rgba(30,144,255,.2) inset;
	background-color: rgba(0,0,0,.3);
}
/* Product Archive */
.jpw_product_archive_list li{
	list-style: none;
	
	
}
.jpw_product_archive_price{
	color: #222222;
}
.jpw_product_archive_list{
	text-align: center;
	padding: 10px;
	white-space: nowrap;
	overflow: hidden;
	margin-right: 0px;
	margin-left: auto;
}
.jpw_product_archive_image{
	margin: auto; 
	float:left;  
	-webkit-filter: drop-shadow(5px 5px 7px rgba(0,0,0,.6)); 
	filter: drop-shadow(5px 5px 7px rgba(0,0,0,.6)); 

	padding: 10px;
}
/****************************************************************************
*Footer
****************************************************************************/
.site-footer a:not(.button){
	color: inherit;
}
.jpw_footer_categories_link{
	
}
.jpw_footer_categories{
	
}
.jpw_footer_categories_sub{
	
}
#jpw_footer_social_media li{
	font-size: 1.5em;
}
#jpw_footer_facebook::-webkit-scrollbar{
	width: .5em;
}
#jpw_footer_facebook::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
#jpw_footer_facebook::-webkit-scrollbar-thumb{
	background-color: #1478ef;
	outline: 1px solid slategrey;
}
#jpw_footer_facebook{
	
	max-height: 200px; 
	overflow-y: scroll;
	
}
/****************************************************************************
*Home Page
****************************************************************************/

#jpw_home_sidebar{
	
}
#jpw_popular_products_title{
	text-align: center;
}
#jpw_master_categories{
	padding-top: 50px;
	padding-bottom: 50px;
}

/* .jpw_home_page_section_1{ */
	/* -moz-box-shadow: inset 0 0 10px rgba(0,0,0,.5); */
	/* -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.5); */
	/* box-shadow: inset 0 0 10px rgba(0,0,0,.5); */
	/* border-top: 5px solid rgba(0,0,0,.5); */
	/* border-bottom: 5px solid rgba(0,0,0,.5); */
/* } */
.jpw_home_page_section_2{
	-moz-box-shadow: inset 0 0 10px rgba(255,255,255,.25);
	-webkit-box-shadow: inset 0 0 10px rgba(255,255,255,.25);
	box-shadow: inset 0 0 10px rgba(255,255,255,.25);
	
	/* border-top: 1px solid rgba(255,255,255,.5); */
	/* border-bottom: 1px solid rgba(255,255,255,.5); */
}
.jpw_home_page_section_1{
	-moz-box-shadow: inset 0 0 10px rgba(255,255,255,.1);
	-webkit-box-shadow: inset 0 0 10px rgba(255,255,255,.1);
	box-shadow: inset 0 0 10px rgba(255,255,255,.1);
	
	/* border-top: 1px solid rgba(255,255,255,.5); */
	/* border-bottom: 1px solid rgba(255,255,255,.5); */
}

/****************************************************************************
*Top Sellers
****************************************************************************/
.jpw_top_seller_wrapper{
	background-color: #333;
	transition-duration:.2s;
	margin-bottom: 10px;
}
.jpw_top_seller_wrapper:hover{
	background-color: #444;
	transition-duration:.2s;
}
.jpw_top_seller_text{
	float: left;
}
.jpw_top_seller_image{
	float: right;
}
/****************************************************************************
*Featured Slider
****************************************************************************/
.jpw_featured_product_slider_img{
	width: 60% !important;
	
}
.jpw_featured_content_image{
	max-width: 100px;
    float: right;
	margin: 5px;
}
.jpw_featured_content_wrapper{
	padding: 10px;
	width: 100%;
	margin-left: 10px;
	margin-right: 10px;
	height: 100%;
	background-color: rgba(45,45,45,.45);
	overflow: auto;
	transition-duration: .2s;
}
.jpw_featured_content_wrapper:hover{
	transition-duration: .2s;
	background-color: rgba(255, 255, 255,.25);
	
}
.jpw_featured_content_text{
	color: #ccc;
	margin: 10px;
	
}
.jpw_featured_product{
	
}
/****************************************************************************
*Search Page
****************************************************************************/
.jpw_search_title{
	background-color: rgba(0,0,0,.7);
	margin-left: 0px;
	
}

.jpw_archive_product_description{
	
	
	
	
}
.jpw_search_hover_target{
	position: relative;
	top: 0px;
} 
#primary{
	margin-right: 0px;
}
/**********************************************
* Article Pages
**********************************************/
.jpw_email_outline{
	font-style: italic;
	display: inline-block; 
	background-color: rgba(255,255,255,.2); 
	padding: 10px;
	text-shadow: 1px 1px black;
	box-shadow: 2px 2px 5px rgba(0,0,0,.2);
}
/**********************************************
* Product Warning Labels
**********************************************/ 
div.jpw_warn_label_status_moderate{
	background-color: #b1a45f !important;
   
    color: #1f1f1f;
    margin-left: auto;
    padding: 5px;
}
.jpw_warn_label_status_moderate strong{
	font-weight: 700;
}
.jpw_warn_label_status_moderate img{
	float: left;
	max-width: 20px;
    top: 2px;
    position: relative;
    margin-right: 4px;
}
.jpw_warn_label_status_moderate a{
	color: #333;
	text-decoration: underline;
	font-weight: 700;
	transition-duration: .2s;
}
.jpw_warn_label_status_moderate a:hover{
	color: #009bef;
	transition-duration: .2s;
	text-shadow: 1px 1px 1px rgba(0,0,0,.4);
	
}
.jpw_warn_text{
	word-break: break-word;
}
/**********************************************
* Single Product page
**********************************************/ 

#shipping_method > li > input:checked + label{
	color: #1e90ff !important; 
}
.woocommerce-product-gallery__trigger{
	background-color: #1e90ff !important; 
}
.woocommerce-main-image{
   background-color: white;  
   margin-bottom: 50%;
}
.woocommerce-main-image > img{
   position: relative;
   top: 0;
   left: 0;
   -webkit-filter: drop-shadow(6px 2px 9px rgba(0,0,0,0.6));
}
.woocommerce-tabs ul.tabs{
	text-align: center;
}
.woocommerce-Tabs-panel{
	padding-left: 20px;
	padding-right: 20px;
}
.attachment-shop_catalog{
	width: 300px;
	height: 200px;
	object-fit: cover;
	object-position: top center;
}

.summary .variations td.label label{
	font-size: 16px;
    margin-bottom: 10px;
    color: #aaa;
	text-align: left;
    width: 100%;
}



.product_list_widget li{
	background-color: #333;
	margin-bottom: 10px;
	padding: 4px;
}
.product_list_widget li img{
	max-width: 100%;
}
.woocommerce-product-gallery > ol{
	/* display: none !important; */
}
.description_tab{
	display: none !important;
}
.additional_information_tab {
	display: none !important;
}
.woocommerce-Tabs-panel{ 
	color: rgba(150,150,150,1);
	background-color: rgba(255,255,255,.1);
	border-radius: 0px;
	border-left: 5px solid #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
}
.woocommerce-Tabs-panel > h2{
	margin-left: 10%;
}
#jpw_tec_specs_tab_content{
	width: 80%;
	margin: auto;
	text-align: left; 
	column-count: 2;
    column-gap: 2.5em;
	color: rgba(150,150,150,1);
}


#jpw_tec_specs_tab_content li{
	font-size: 1.2em;
	list-style: none;
	margin: 10px;
}
#jpw_tec_specs_tab_content li:before{
	content: "-";
	margin-right: 5px;
}

.wc-forward{
	padding: 5px !important;
}
.woocommerce-error{
	margin-bottom: 0px;
}
/*********************************
*	Side Bar Products
*********************************/
.product_list_widget > li > a > img{
	margin: auto; 
	max-width: 100px;
	float:  left;
}
#woocommerce_top_rated_products-4{
	border-left: 1px solid #ccc;
    padding: 0px 20px;
}
.product-title{
	font-size: 2em;
	margin-right: 10px;
}
.woocommerce-Price-amount{
	font-size: 1.5em;
	margin-right: 10px;
}
.product_list_widget{
	text-align: right;
	
}
.product_list_widget li{
	
}
/*********************************
*	Cart Sidebar
*********************************/
p.buttons{
	width: 50%;
	margin: auto!important;
}
/*********************************
*	Reviews
*********************************/
#respond > h3{
	color: #333333;
}
/*********************************
*	Footer
*********************************/
.jpw_footer_categories_link

/*********************************
* Check Out Page
*********************************/
/* NOTE Had to set this rule using 'Simple CSS' on Wordpress as it would not take from here. This is just here as a reminder! */
.wc_payment_method.payment_method_paypal p{
	color: yellow !important;
	font-weight: 500;
    text-decoration: underline;
}
