/*======================================
Theme Name: EXTRA Child
Theme URI: https://divicake.com/
Description: EXTRA Child + lang
Version: 1.1
Author: Amer Kapetanovic
Author URI: https://divicake.com/
Template: Extra
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */
/* Breadcrumbs */
@media only screen and (max-width: 1400px)  {
.breadcrumb {
    display:none !important;
}
}

.breadcrumb a {
    color: #ffffff;
}

.breadcrumb a:after {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.breadcrumb:before {
    content: "\f015";
    display: inline-block;
    vertical-align: middle;
    font-family: 'FontAwesome';
    font-size: 12px;
    font-weight: normal;
    margin-right: 6px;
}

.breadcrumb {
    background: none;
    height: 30px;
    line-height: 27px;
    display: inline-block;
    vertical-align: middle;
    padding-top: 1px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px !important;
    font-size: 0.833rem;
    font-weight: 700;
    color: #fff;
    border: 1px solid rgba(255,255,255,.2);
    margin-right: 20px;
    border-radius: 2px;
    list-style: none;
}
