/*
Theme Name:   WKC Theme
Theme URI:    https://wekleenclutter.com
Description:  Custom booking and operations theme - Contains all WKC custom functionality
Author:       We Kleen Clutter
Author URI:   https://wekleenclutter.com
Template:     qleen
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  wkc-theme
*/

/* 
 * This child theme protects your custom WKC code from being wiped out
 * when the parent Qleen theme is updated.
 * 
 * All custom styles can be added below this line.
 */

/* Rank Math Breadcrumbs */
.rank-math-breadcrumb {
    background: transparent;
    padding: 8px 0;
}
.rank-math-breadcrumb a {
    color: #FF7600;
    text-decoration: none;
}
.rank-math-breadcrumb a:hover {
    text-decoration: underline;
}
.rank-math-breadcrumb p {
    color: #fff;
    margin: 0;
}
.rank-math-breadcrumb .separator {
    color: #fff;
    margin: 0 6px;
}