/* Breadcrumb paw icon color fix */
.breadcrumb .fa,
.breadcrumbs .fa,
.dt-sc-breadcrumb .fa,
.breadcrumb .fa-paw,
.breadcrumbs .fa-paw {
    color: #A4562F !important;
}

/* Universal breadcrumb active color */
.breadcrumbs .current,
.breadcrumb .current,
.dt-sc-breadcrumb .current,
.breadcrumbs a.current {
    color: #A4562F !important;
}
@media (max-width: 767px) {
    .mobile-font {
        font-size: 40px !important;
        line-height: 1.2;
    }
}
/* Change Bakery fancy list yellow variation */
.dt-sc-fancy-list.yellow li:before {
    color: #feead6 !important;
}
/* ===== Mobile Banner Fix ===== 

@media (max-width: 768px) {

    .vc_row.wpb_row.vc_row-fluid.hero-sec.mobile-banner.vc_custom_1771414971926.vc_row-has-fill.vc_row-o-content-middle.vc_row-flex {
        background-position: center center !important;
        background-size: cover !important;
        min-height: 380px !important;     /* Adjust if needed 
       
    }

}
*/
/* ===== FORCE Mobile Banner Fix ===== */

@media (max-width: 768px) {

    .hero-sec,
    .mobile-banner,
    .hero-sec.mobile-banner,
    .vc_row.hero-sec,
    .vc_row.mobile-banner {

        background-position: center top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        min-height: 420px !important;
    }

}
.hero-sec {
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
   
}
.split-header .main-header-wrapper:after {
    background: none !important;
}