/*
Theme Name: Hurst Child
Description: Child theme for the Hurst WordPress theme
Author: Nordic Hosting
Template: hurst
Version: 1.0
*/


.header {
/*     background-color: #A1998C !important; */
}
.logo {
    display: none;
}
.heading-banner-area {
    background-size: contain;
}
.overlay-bg::before {
    background: none !important;
}
.breadcumbs {
    padding: 115px 0; /* var 115px */
}
.woocommerce .woocommerce-breadcrumb {
    background: rgba(0,0,0,0.5);
    padding: 1rem;
    border-radius: 32px;
	  margin-bottom: 0;
    margin-top: 25px;
}

.product-area {
    padding-top: 20px;
}

.widget-title h4 {
	font-size: 11px;
	}
	
