/*
Theme Name: Aoraki Child
Description: Child theme of the Aoraki. By using a child theme you will ensure that your modifications are preserved.
Author: Wyde
Template: aoraki
Version: 1.0
*/

/*for some heading-01 background color changing.*/
.background-white:after {
    background-color: #ffffff !important;
}

/*breadcrumb font size bigger*/
.w-breadcrumb span,
.w-breadcrumb a{
    font-size:16pt;
}
