/* 
Theme Name:		 VBC
Theme URI:		 http://childtheme-generator.com/
Description:	 VBC is a child theme of Storefront, created by ChildTheme-Generator.com
Author:			 wholesalevirgincorkbark.com
Author URI:		 http://childtheme-generator.com/
Template:		 storefront
Version:		 1.0.0
Text Domain:	 vbc
*/


@media screen and (min-width: 768px) {
	.woocommerce-active .site-header .site-branding img {
		max-width:100%;
	}
	.site-branding{
		text-align: center;
		margin: 0 auto !important;
		float: none !important;
	}
	.custom-logo-link{
		width: 360px;
		text-align:  center;
		margin: 0 auto !important;
		float: none !important;
	}
}
.woocommerce-page .page-title {
	display: none;
}

@media only screen and (min-width:320px) and (max-width:480px) {
	.demo_store {
	min-height: 100px;
    max-height: 100px;
	}
	header.site-header {
	margin-top: 100px;
	}
}
@media only screen and (min-width:480px) and (max-width:900px) {
	.demo_store {
	min-height: 55px;
    max-height: 55px;
	}
	header.site-header {
	margin-top: 55px;
	}
}

.demo_store {
    position: absolute;
    top: 0;
    margin: 0;
    max-height: 55px;
    padding: 15px 0;
    font-size: 15px;
    line-height: 15px;
    background-color: #006838;
    color: #fff;
    z-index: 9998;
    text-align: center;
}

.demo_store a {
    color: #fff;
    font-weight: 400;
    text-decoration: underline;
}

.demo_store a:hover {
    text-decoration: none;
}

.demo_store a.woocommerce-store-notice__dismiss-link {
    display: none;
}

.demo_store:before {
	content: none;
}

.site-header {
	margin-top: 55px;
}

.site-footer .widget .widget-title, 
.site-footer .widget h2 {
    border-bottom: none !important;
    margin-bottom: 10px !important; /* Adjust this to control gap between title and links */
    padding-bottom: 0 !important;
}
.site-footer .widget {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.site-footer .wp-block-page-list {
    margin-top: 0 !important;
}
.site-footer .widget_nav_menu ul li::before, 
.site-footer .widget_pages ul li::before,
.site-footer .wp-block-page-list li::before {
    content: none !important;
    display: none !important;
}
.site-footer .widget_nav_menu ul li, 
.site-footer .widget_pages ul li,
.site-footer .wp-block-page-list li {
    padding-left: 0 !important;
    margin-left: 0 !important;
}
.site-footer .widget_nav_menu ul, 
.site-footer .widget_pages ul,
.site-footer .wp-block-page-list {
    list-style: none !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}