/**
 * Theme Name:     Bio Home
 * Author:         Brandcore
 * Template:       hello-elementor
 * Text Domain:	   bio-home
 * Description:    Biohome is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */


footer ul {
    list-style: none;
    padding-left: 0px;
}
@media screen and (max-width: 768px) {
  body .brandcore-category-tab{
    white-space: nowrap;
    padding-left: 15px;
    padding-right: 15px;
  }
  body #share-yout-story{
		position: absolute;
        top: 10px;
        right: 80px;
  }
  #brandcore-popup-description img.alignnone.size-full{
    max-width: 40px;
    margin-right: 10px;
  }
  #products-banner-text-1 h2 br{
  	display:none;
  }
}
footer ul li a{
  color:#7a7a7a;
}
footer ul li a:hover,footer ul li a:active{
    color:#0F5B24;
}

.brandcore-refill-section .card p{
padding:0px; margin:0px;}
@media (min-width: 768px) {
	.brandcore-location-title{
		min-height: 39px;
	    margin-bottom: 10px;
	}
	body nav.hfe-nav-menu__layout-horizontal{
		width:100% !important;
	}
	header.headroom + main#content{
		/*padding-top:106px;*/
	}
}
@media screen and (max-width: 767px) {
		header.headroom + main#content{
		padding-top:103px;
	}
}

.brandcore-popup-accordion-item .brandcore-popup-accordion-icon{
	/*stroke: #2E7D32;*/
}
.brandcore-popup-content .brandcore-popup-accordion-item .brandcore-popup-accordion-icon{
	stroke: #2E7D32;
}
.share-your-story{
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
}
#site-logo{
z-index:999;
}
#product-hero h2{
	color: #0a6a39;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

/* Enable fixed positioning and transition on <header> */
/*
header.headroom {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 9999 !important;
  transition: transform 0.3s ease-in-out !important;
}*/

/* Slide up (hide) when scrolling down */
/*header.headroom--unpinned {
  transform: translateY(-100%) !important;
}

/* Slide down (show) when scrolling up */
/*header.headroom--pinned {
  transform: translateY(0%) !important;
}

/* Account for logged-in WP Admin Toolbar */
/*body.admin-bar header.headroom {
  top: 32px !important;
}

@media screen and (max-width: 782px) {
  body.admin-bar header.headroom {
    top: 46px !important;
  }
}*/