/* PAGE TITLE */
#page-title .block-page-title-block {
}
#page-title::before,
#page-title::after {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#page-title::before {
}
#page-title::after {
}
#page-title {
    background-color: var(--main);
    color: var(--white);
    font-weight: 700;
    padding: 5px 0;
    position: relative;
    text-align: center;
    width: 100%;
}
.page-title-inner {
    position: relative;
    z-index: 10;
}
.page-title-inner a:hover {
    color: var(--light);
    font-weight: bold;
}
h1.page-title {
    color: inherit;
    font-size: 1.7em;
    margin: 0;
    padding: 0;
}

/* BREADCRUMB */
.breadcrumb {
    font-weight: normal;
    margin: 0;
    padding: 0;
}
