/* --- Breadcrumb Styles for ArchKCK Dynamic Breadcrumbs Plugin --- */

.mdb-breadcrumb {
    font-size: 18px;
    font-style: italic;
    font-family:  "gotham_medium", san-serif;
    color:#10342f;
    margin-bottom: 0.2em;
    font-weight: 300;
}

nav.mdb-breadcrumb a {
    text-decoration: none;
    color:#10342f;
    font-family: "gotham_medium", san-serif;
        font-weight: 300!important;
}

.mdb-breadcrumb a:hover {
    text-decoration: underline;
    color:#10342f!important;
}

.mdb-breadcrumb .breadcrumb-sep {
    margin: 0 0.2em;
    color: #10342f;
}

.mdb-breadcrumb .breadcrumb-current {
    font-weight: 700;
    font-family: "gotham_boldregular", Sans-serif
    color: #10342f;
}

.mdb-breadcrumb-container {
    padding: 15px 20px; /* Or whatever padding you need */
}


