/*
Theme Name: Delivcate Child
Theme URI: https://example.com
Description: Child theme for Delivcate - Breadcrumbs customization (h1 instead of h2)
Author: Your Name
Author URI: https://example.com
Template: delivcate
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: delivcate-child
Domain Path: /languages
*/

/* Import parent theme styles */
@import url('../delivcate/delivcate/style.css');

/* Override breadcrumb title from h2 to h1 */
.brpt h1 {
    color: #fff;
    font-size: 40px;
    padding-bottom: 5px;
}

.breadcumb-inner h1 {
    font-size: 36px;
}
