/**Post Author & Date Remove**/
.single-post .hestia-title + .author {
     display: none; 
}

/**About Image Opacity**/
.section-image.hestia-about:after { background-color: rgba(0, 0, 0, ) !important; }

@media (max-width: 500px){
/**Navbar transparent**/
.navbar.navbar-transparent{
background-color: rgba(255, 255, 255,) !important;
}
/**Navbar when scrolled and not transparent**/
.navbar{
background-color: rgba(255,255,255,) !important;
}

/**Menu items background before scroll and transparent**/
.navbar.navbar-fixed-top.navbar-transparent .navbar-collapse {
background-color: rgba(165, 99, 129,) !important;
}
/**Menu items background after scroll and not transparent**/
.navbar .navbar-collapse{
background-color: rgba(165, 99, 129,) !important;
}
}

/**Shorter Navigation Bar**/
.navbar .navbar-header .navbar-brand img {
    max-height: 18px !important;
}

/**Site Title**/
.title-logo-wrapper a:after{
 padding-left: 3px;
	content: "GreenergyCity.Com";
font-size: 16px;
 font-family: turquoise ;
 
 font-weight: 6000;
display: block;
}
.navbar-brand {
  display: flex;
  align-items: center;
}


/* mobile image size change // 26790658-HC SK */
@media only screen and (max-width: 768px) {
    .woocommerce ul.products[class*=columns-] li.product, 
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
    }
    .woocommerce .products.columns-1 li.product-category>a>img, 
    .woocommerce .products.columns-2 li.product-category>a>img, 
    .woocommerce .products.columns-3 li.product-category>a>img, 
    .woocommerce .products.columns-4 li.product-category>a>img, 
    .woocommerce .products.columns-5 li.product-category>a>img, 
    .woocommerce .products.columns-6 li.product-category>a>img {
        max-width: 100%;
    }
}

/* padding for menu for mobile  || HC-29254849 | MM */
@media only screen and (max-width: 600px) {
  .navbar > .container {
    padding-bottom: 0 !important;
  }
}

/* Make category label bigger and bolder */
.cat-links a {
    font-size: 14px;       /* Increase as you like */
    font-weight: bold;
    color: #CD1C18 ;        /* Optional: change link color */
}




