.navbar-default {
    height: 4.6em;
    /*background: rgba(42, 85, 127, 0.95);*/
}
.navbar-collapse {
    height: 10em;
    margin-top: -45px;
    margin-left: 120px;
    margin-right: 0px;
    background: rgba(42, 85, 127, 0.9);
}
.offcanvas-body {
    color: var(--bs-light);
    /*background: var(--bs-dark);rgba(42, 85, 127, 0.9);*/
}
.offcanvas-body a {
    color: var(--bs-light);
}
.close-button {
    margin-top: -60px;
}
.navi-list ul {
    list-style-type: none;
}
.navi-main li::before {
    content: '\27a4\00a0 ';
}
.navi-sub li::before {
    content: '\2606\00a0 ';
}
.navi-footer li::before {
    margin-left: -30px;
    content: '\2261\00a0 ';
}
.sub-menu li::before {
    margin-left: -20px;
    content: '\27a4\00a0 ';
}

.social-icons a {
    color: var(--bs-gray-400) !important;
}
.social-icons-light a {
    margin-left: 10px;
    color: var(--bs-light);
}

.links ul,
.news ul,
.authors ul {
    list-style-type: none;
    margin-left: -20px;
    font-size: 14px;
}
.links li::before,
.news li::before,
.authors li::before {
    content: '\27a4\00a0 ';
    /*color: #375067;*/
    color: var(--bs-light);
}

/* Part for page navigation */
.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
    padding: 5px 15px;
    margin: 5px;
    border-radius: 3px;
    background: var(--bs-secondary);
    color: var(--bs-black);
}
.wp-pagenavi a:hover {
    color: var(--bs-white) !important;
}
.wp-pagenavi .current {
    color: var(--bs-white) !important;
    text-decoration: underline;
}

/* Specials */
#tag-cloud .tag-cloud-link {
    color: var(--bs-white) !important;
    margin: 0 2px 4px 0px !important;
    display: inline-block !important;
    line-height: 22px !important;
    text-decoration: none !important;
    padding: 0 7px 2px 7px !important;
    white-space: nowrap !important;
    position: relative !important;
    background: var(--bs-gray-700);
    border-radius: 5px;
    /*border-color: transparent !important;
    border: none !important;
    transition: none !important;*/
}

#back-to-top {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 10px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: var(--bs-dark);/*#375067;*/
    color: white;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 10px;
}
#back-to-top:hover {
    background-color: #555;
}
/* End Specials */