/*
Theme Name: Kadence child
Theme URI: https://www.kadencewp.com/kadence-theme/
Description: Kadence Theme
Author: Inferno
Template: kadence
Version: 1.0.0
*/

body,body.post-type-archive-product {
    background-image: url(https://infernobarbellclub.com/wp-content/uploads/2025/09/logo-gris-scaled.png) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-attachment: fixed !important;
    background-position: center !important;
}

body.content-style-unboxed.archive.post-type-archive-product .site{
	background: transparent;
}

main{
	min-height: 100vh;
}

body {
    background: #ffffff;
}

.entry.single-entry {
    box-shadow: 0px 0px 15px 15px rgba(0, 0, 0, 0.03);
}

a:hover{
 	color: #af0000 !important;
}


.current-menu-item .kb-nav-link-content{
 	color: #af0000 !important;
}

.content-area{
	margin-top: 3em !important;
}

.woocommerce-cart .button{
    background-color: black !important;
    color: white !important;
}


.add_to_cart_button:hover,
.woocommerce-message .button:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce-cart .button:hover
{
	background-color: #af0000 !important;
  color: white !important;
}

#mobile-drawer .drawer-inner{
	background: black !important;
}

#mobile-menu a{
	color: white !important;
}

#mobile-menu a:hover,
.single_variation_wrap a:hover{
 	color: #af0000 !important;
}

#mobile-menu .drawer-sub-toggle{
	background: white !important;
}

.woocommerce-message{
    background-color: #eeeeee !important;
}

.shipping-calculator-button:hover{
    color: #af0000 !important;
}

.single_variation_wrap a {
    color: black !important;
}

.woocommerce-shipping-methods input[type="radio"]{
    accent-color: black !important;
}

.site-footer a{
    color: white !important;
}

.site-footer a:hover{
    color: #af0000 !important;
}

@media(max-width: 1020px){
	.sidebar-inner-wrap{
		display: none !important;
	}
}
