/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com/
Description: Child theme for Hello Elementor
Author: Your Name
Author URI: https://example.com/
Template: hello-elementor
Version: 1.0.0
*/

/* Add your custom CSS below */


/* Show mobile submenu arrow */
/* Add dropdown arrow */


.custom-breadcrumb {
    font-size: 22px;
    color:white;
}

.custom-breadcrumb a {
    text-decoration: none;
    color: #ffffff;
}

.custom-breadcrumb a:hover {
    text-decoration: underline;
    color:#ffffff
}