.breadcrumb-header {
    background-color: #444445;
}

#breadcrumb {
    min-width: 330px;
    transition: all ease .5s;
}

.content-category {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0 30px;
    height: 35px;
}

.content-category a {
    height: 100%;
    padding: 0 15px;
    display: flex;
    align-items: center;
}

.content-category a.iso-active {
    color: #ececec;
    background-color: #444445;
    border: 1px solid #444445;
}

.item-category {
    padding: 0 15px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    transition: all ease .5s;
    color: #232323;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-size: 10px;
    line-height: 4.5;
}

.item-category:hover, .item-category.active {
    color: #ececec;
    background-color: #444445;
    border: 1px solid #444445;
}

.header-section {
    height: 130px;
    background-color: #444445;
    margin-top: 90px;
    display: flex;
    align-items: center;
}

.main-nav.menu-light {
    top: 0;
}

.portfolio {
    opacity: 0;
    transition: all ease .5s;
    margin-bottom: 70px;
} 

.breadcrumb-data {
    text-transform: uppercase;
    margin-left: 10px;
}

.icon-arrow-left {
    margin-right: 10px;
}

.icon-arrow-left > i {
    font-size: 20px;
    cursor: pointer;
}

#bread-cat::after {
    visibility: hidden;
}

#bread-cat.show::after {
    visibility: visible;
    color: #fff;
}

#breadcrumb {
    display: flex;
}


@media (max-width: 992px) {
    .header-section {
        height: 200px;
        text-align: center;
    }

    #breadcrumb {
        justify-content: center;
    }
  }

  @media (max-width: 560px) {
    .content-category {
        flex-direction: column;
    height: auto;
    }

    .on-event-filter {
        width: 80%;
        margin: 10px 0;
        text-align: center;
        justify-content: center;
    }
  }


.mfp-bg {
    opacity: 0.93 !important;
}
