/******* Do not edit this file *******/
/*
My Custom CSS - by Salvatore Noschese
aka L'AltroWeb - https://laltroweb.it/
/*
Saved: Aug 25 2023 | 02:36:25 (pm)
/*
/******* Do not edit this file *******/

element.style {
}

…
.tnp-widget input[type="text"], .tnp-widget input[type="email"], .tnp-widget input[type="submit"], .tnp-widget select {
    width: 100%;
    display: block;
    background-color: rgb(34, 34, 34);
    color: rgb(136, 136, 136);
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    box-sizing: border-box;
    padding: 10px;
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    border-color: rgb(51, 51, 51);
}

/*HIDE WOOCOMMERCE CART ICON

.header-cart {
    display: NONE;
}

/*HIDE WOOCOMMERCE CART ICONHIDE WOOCOMMERCE CART ICONHIDE WOOCOMMERCE CART ICONHIDE WOOCOMMERCE CART ICONHIDE WOOCOMMERCE CART ICONHIDE WOOCOMMERCE CART ICONHIDE WOOCOMMERCE CART ICON*/

#header {
    position: relative;
    text-align: center;
    margin: 0 0 40px 0;
    padding: 0;
    min-height: 120px;
    background:		url('http://steelsticks64.com/wp-content/uploads/2016/11/HeaderBackground_v05.jpg')  #222;
    background-repeat: no-repeat;
    background-attachment: relative;
    background-position: top;

    border-bottom: solid 1px #333333;
}

#subheader, #subheader h1 {
    color: #888;
    padding: 0px 0; 
}

/*WooCommerce Tweaks*/

/*Woocommerce HeaderCart dropdown*/

.header-cart-widget .widget_shopping_cart {
 /*   padding: 15px;
    text-align: center;
    background: #fff;
    width: 100%; */
    margin-top: 20px;
 /*   min-width: 211px;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    position: relative;
    z-index: 1002; */
}

.product-content {
    background: #1D1D1D;
}

.panel {
    background-color: inherit;
}

.woocommerce tr:nth-child(2n+2) {
    background: inherit;
}

.product-title a, h1.product-title {
    color: #888888;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 10px;

}


.woocommerce div.product div.images div.thumbnails {
    padding-top: 2em;
}

.product-thumbnail img {
    width: auto;
}



/* ############################### Product Rating/REVIEW BORDER TWEAKS #############################################*/

.woocommerce div.product .woocommerce-product-rating {
    
    border-top: solid 1px #333333;
    border-bottom: solid 1px #333333;

}

.woocommerce .woocommerce-tabs .comment_container {
    outline: solid 1px #333333;
}

.woocommerce #reviews #comments h2 {
    color: #888888;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 15px;

}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: #202020;
    font-color: #888;
    border: 1px solid #333;
}


.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #888;
}


/*##################################################################################################################*/


.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #DDD;
    font-size: 1.25em;
}


.woocommerce div.product form.cart .variations select {
    font-color: #fff;
    height: 40px;
    line-height: 40px;
    background: #1D1D1D;
    border-color: #333;
    margin-bottom: 15px;
}


.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    border-bottom: 1px solid #333;
    z-index: 1;
}



.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #1D1D1D; 
    border-bottom-color: #666;
    display: none;
}



.woocommerce-ordering select.orderby {
    border: 1px solid #333;
    padding: 8px;
    outline: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-family: inherit;
    font-size: inherit;
    color: #888;
    margin: 0;
    width: 300px;
    max-width: 75%;
    display: none; /*Hides product sorting option box*/
    margin-bottom: 20px;
    background: #222; 
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
}


#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {

    background-color: #333;
}


/*Cart Tweaks*/

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 64px;
    box-shadow: none;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #1d1d1d;
    color: #555;
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
    width: 30%;
}

.woocommerce .quantity .qty {
    border: solid 1px #333;
}

.woocommerce .woocommerce_cart_details {

    background: #1D1D1D;
}

.cart_totals tr, .shop_table tr:last-of-type {
    background-color: #222 !important;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    background: #1D1D1D;
}

.woocommerce .woocommerce-error, .woocommerce .woocommerce-message, .woocommerce .woocommerce-info {
    border: none;
    line-height: 40px;
    background-color: #1D1D1D;
    color: #777;
}

.woocommerce a.remove {
    border: solid 1px #333;
    width: 25px;
    height: 26px;
    color: #616161 !important;
    line-height: 21px;
}

.woocommerce td.product-name dl.variation dd, .woocommerce td.product-name dl.variation dt {
     float: inherit; 
}

/*Checkout*/

.woocommerce form.checkout .woocommerce-error {
    background-color: #222;
    border: solid 1px #333;
}

.woocommerce .coupon-form-checkout {
    border: solid 1px #333;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: #1D1D1D;
    color: #777;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select {
     border-color: #333;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #222;
}

/*Nova Theme Tweaks
####################################################################################

####################### */

.col-md-12 .post-container h1.title {
    font-size: 24px;
}

.post-container h1.title {
    margin: 0 0 10px 0;
}


/*Drop menu to line up with header */

nav#mainmenu ul ul {

    top: 138px;

    border-top: solid 1px #222;

}

/*Main Font Colour Changes here, don't seem to work in theme*/
/*#####################################################################################*/

#logo a, nav#mainmenu ul li a, nav#mainmenu ul ul li a, .header-cart a, .header-cart-widget .widget_shopping_cart a, .header-cart-widget .widget_shopping_cart li, .header-cart-widget .widget_shopping_cart span, .header-cart-widget .widget_shopping_cart strong, .header-cart-widget .widget_shopping_cart a.remove {
    color: #ccc;
}

body,
p,
li,
address,
dd,
blockquote, 
td, 
th,
.textwidget {
	color:#888;
	line-height: 1.4em;
}

.post-container h1.title {
    font-style: 300;
    line-height: 1.2em;
    position: relative;
    color: #888888;
}  

/*##################################################################################

###*/
  


.post-container h3.title a {
    color: #888888;
  	font-size: 24px;

}

.post-article {
    background: #1d1d1d;
    word-wrap: break-word;
    border-bottom: solid 1px #222;
    
    padding-top: 30px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
}
    
}

.alignleft{
	float:left;
}
.alignright{
	float:right;
}

a {
    outline: none;
    border: none;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    color: #BBB;
}

a:hover { 
    color: #ec7063;
}

.pin-article .article {
    padding: 40px;
}


.style {
    width: auto;
    height: auto;
    opacity: 0;
    background-color: #222;
}

.button {
    color: #aaa;
}


/*Adjust front page pinned image*/

.overlay-image .wp-post-image {
    border: solid 1px #ddd;
    padding: 4px;
    width: 500px;
    height: auto;	
}


/*Main Logo Image (if image 

used)/////////////////////////////////////////////////////////////////////*/



#logo a img {
    margin-top: 0px;
}

/*Maximizing logo size by removing padding right*/
.col-md-3 {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}

.wpcf7-form input, .wpcf7-form select, .wpcf7-form textarea, #searchform input

[type=text], #searchform textarea, .contact-form input[type=text], .contact-form 

textarea, .comment-form input[type=text], .comment-form textarea {
    background: #222;
}

/*##################################################################################

#####################################################
Paypal Checkout tweaks
####################################################################################

###################################################*/

/*Shop page layout tweaks*/

/*Checkout text input tweaks */

input[type="text"], input[type="password"], input[type="datetime"], input

[type="datetime-local"], input[type="date"], input[type="month"], input

[type="time"], input[type="week"], input[type="number"], input[type="email"], input

[type="url"], input[type="search"], input[type="tel"], input[type="color"], 

.uneditable-input {
    background-color: #222;
    border: 1px solid #555;
    color: #888;

    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
}

select, textarea, input[type="text"], input[type="password"], input

[type="datetime"], input[type="datetime-local"], input[type="date"], input

[type="month"], input[type="time"], input[type="week"], input[type="number"], input

[type="email"], input[type="url"], input[type="search"], input[type="tel"], input

[type="color"], .uneditable-input {
    display: inline-block;
    /*height: 20px;*/
    padding: 4px 6px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
    /*color: inherit;*/
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  
    background-color: #222;
    border: 1px solid #555;

}

.psc-single-product-tabs-menu li {
    float: left;
    margin-right: 10px;
    background-color: #222;
    border: 1px solid #555;
    padding: 5px;
}

.psc-single-product-tabs {
    border: 1px solid #555;
    clear: both;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.psc_display_notice .psc-success {
    background: #222;
    border: 1px solid #a6ca8a;
}

/*
select {
    width: 220px;
    background-color: #222;
    border: 1px solid #555;
}
*/



/*post data font*/
.entry-info {
   /* font-family: 'Oxygen',Verdana, Geneva, sans-serif;*/
    color: #444;
    display: none;
    font-size: 15px;
}
/*Category font colour*/
.entry-info a {
     color: #444; 
}

.line {
    position: relative;
    z-index: 998;
    display: block;
    margin: 0px 0;
    text-align: left;
    min-height: 11px;
}



.gallery .gallery-item {
    float: left;
    margin: 0 10px 15px 0;
    text-align: center;
    position: relative;
    outline: 1px solid #333;
    border: 1px solid #333;
    background: #fff;
    overflow: hidden;
}



/*Copyrighht footer font colour*/

.bottom_widget a, .bottom_widget h3, .bottom_widget label, .bottom_widget caption, 

.bottom_widget p, .bottom_widget li, .bottom_widget address, .bottom_widget dd 

.bottom_widget blockquote, .bottom_widget td, .bottom_widget th, .bottom_widget, 

.textwidget, #footer a, #footer p, #footer li, #footer address, #footer dd, #footer 

blockquote, #footer td, #footer th, #footer .textwidget {
    color: #555;
}

/*Main Menu Items*/

nav#mainmenu ul li a {
    padding: 68px 20px 25px 30px;
    color: #ccc;
    text-transform: uppercase; 
}

/*Comment section*/

.comment-container {
    margin: 0 0 45px 0;
    padding: 25px 15px;
    /*font-family: 'Oxygen',Verdana, Geneva, sans-serif;*/
    /*font-size: 12px;*/
    position: relative;
    background: #222;
    border: solid 0px #ddd;
}

.comment-form input[type=text], .comment-form textarea {
    padding: 15px 2%;
    background: #222;
    width: 95%;
    margin: 0 0 15px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    color: #888;
    /*font-family: 'Oxygen',Verdana, Geneva, sans-serif;*/
	
}

.socials a i {
    line-height: 50px;
    font-size: 45px;
	
}



/*##################################################################################

#####################################################*/



/*
####################################################################################

#######################
/*



/*Simple Paypal Shopping Cart Tweaks
####################################################################################

#######################
/*

/*Removes capitalizing for product box title/name*/

*/
/*
####################################################################################

#######################
/*