

.primary-bg {
    background-color: #ef7d00;
}
.primary-color {
    color: #ef7d00;
}
.btn-primary {
    background-color: #ef7d00;
    border-color: #ef7d00}
.btn-primary:hover {
    background-color: #d66400;
    border-color: #d66400;
}

header.banner .primary .menu-item a:hover,
header.banner .primary > .menu-item.current-menu-item > a,
header.banner .current-menu-ancestor > a,
header.banner .current_page_ancestor > a {
    color: #ef7d00;
}

@media (min-width: 992px) {
    .primary_navigation > .menu-item > a:after {
        background-color: #ef7d00;
    }
}

.recent-posts .item:hover {
    border-color: #ef7d00}

.news-list-small a:hover {
    border-bottom:1px solid #ef7d00}

.recent-posts>.item-agenda-container:first-child .item-agenda {
    background-color: #ef7d00}

.secondary-bg {
    background-color: #711d34;
}
.secondary-color {
    color: #711d34;
}
.btn-secondary {
    background-color: #711d34;
    border-color: #711d34}
.btn-secondary:hover {
    background-color: #58041b;
    border-color: #58041b;
}





/* 
 */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.serif,
.slogan,
.networks.menu-item-has-children .menu-item a {
    font-family: Roboto Slab !important;
}

h3,
h4,
h5,
h6,
.compact-text,
body {
    font-family: Roboto !important;
}
0