.smart-breadcrumbs {
    color: #ffffff;
}
.post_content .smart-breadcrumbs span a {
    color: #8dbe42 !important;
    text-decoration: underline;
    transition: 0.3s all;
}
.post_content .smart-breadcrumbs span a:hover,
.post_content .smart-breadcrumbs span a:focus,
.post_content .smart-breadcrumbs span a:active {
    color: #ffffff !important;
    transition: 0.3s all;
}
.single.post-template-default .page_title_bgr .full_container_page_title .breadcrumb {
    display: block;
    text-align: left;
    margin: 15px 0;
    background-color: #0c4889;
    float: none;
    padding: 10px;
    min-height: 40px;
}
.single.post-template-default .page_title_bgr .full_container_page_title .breadcrumb a:hover,
.single.post-template-default .page_title_bgr .full_container_page_title .breadcrumb a:focus,
.single.post-template-default .page_title_bgr .full_container_page_title .breadcrumb a:active {
    color: #ffffff !important;
    transition: 0.3s all;
}