/* home page */
.navbar-brand {
    position: relative;
    background: url(/assets/images/logo.svg);
    height: 39px;
    width: 79px;
    background-size: contain;
}

.navbar-custom {
    height: 69px;
}

.dropdown:hover
.dropdown-menu {
    display: block;
}

.navbar
.dropdown-menu {
    margin-top: 0;
}

.breadcrumb {
    display: block;
    font-size: 13px;
    flex-wrap: wrap;
    padding: 2rem 0 0 0;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    font-family: sans-serif;
}
.breadcrumb a {color: #3a2a2f;}

.breadcrumb svg{margin:0 7px;width:6px;height:8px;vertical-align:inherit}

/* posts pagination */
.page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#footer {
    padding-bottom: 30px;
}