/**
 * Theme Name:     Go Sustainable (Envo Child)
 * Author:         Go Sustainable
 * Template:       envo-ecommerce
 * Text Domain:	   go-sustainable-envo-child
 * Description:    Envo eCommerce is a fast, clean and modern-looking responsive free WooCommerce theme for WordPress. This theme supports popular page builders like Elementor, KingComposer, Beaver Builder, SiteOrigin, Thrive Architect, Divi, Brizy, Visual Composer, etc. The theme is responsive, super fast, SEO friendly, WPML and RTL ready. Documentation: https://envothemes.com/docs/docs/envo-ecommerce/ Theme demo ready to import: https://envothemes.com/envo-ecommerce/
 */
 /*
.site-header {
    background-image:url('/wp-content/uploads/2025/09/sustainability-header-background-1440x400w.jpg');
    background-size: cover;
    background-position: 50% 60%;
    background-repeat: no-repeat;  
}
.site-header::before {
  content: "";
  position: absolute;
  inset: 0; 
  background: inherit;
  opacity: 0.2;
  z-index: 0;
}
.site-header > * {
  position: relative;
  z-index: 1;
}
*/
.site-header {
    padding: 0 0;
}
#site-navigation {
    min-height:0;
}
footer .container {
    display:flex;
}
footer .container .footer-credits-text {
    flex: 1;
}
footer .container .footer-credits-text a {
    color:#fff;
}
.author-meta, .comments-meta {
    display:none;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    line-height:2rem;
    color:#97AF3A;
}
a, .woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    color:#97AF3A;
}
article {
    margin-bottom:50px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color:#222;
}
.navbar-default .navbar-nav>li>a {
    color:#444;
}
@media (min-width: 992px) {
    #sidebar {
        padding-left:100px;
    }
}

@media (max-width: 767px) {
    .open-panel {
        right:auto;
        left:20px;
        top:20px;
    }
    .navbar-default .navbar-brand {
        display:none !important;
    }
    #menu-main-menu {
        display:none;
    }
    .top-bar-section {
        display:none;
    }
}