/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.breadcrumb {
    display: none;
}

@media only screen and (max-width: 991px) {
    .right-headernav {
        display: flex !important;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
    }
}