[data-bs-theme=light] body {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif !important;
    font-size: 13px !important;
    background-color: #343434;
}
.container {
    max-width: 955px !important;
}
#main-menu .dropdown-menu,
.bg-header {
    background: transparent !important;
}
.navbar-brand img {
    max-height: 130px !important;
}
#primary-menu a {
    font-size: 0.8rem;
}
.widget-area .table>:not(caption)>*>*, 
.widget-area .widget_calendar .wp-calendar-table>:not(caption)>*>*,
.widget-area .wp-block-table table>:not(caption)>*>*, 
.widget-area table:not(.table)>:not(caption)>*>* {
    padding: 0.25rem 0.25rem;
}
.widget-area h3.widget-title {
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 0.5rem;
    font-size: .96rem;
    position: relative;
}
.widget-area h3.widget-title:before {
    content: '\f02d';
    font-family: 'fontawesome';
    margin-right: 0.35rem;
    position: relative;
    display: inline-block;
}
.widget-area .widget > *:not(.widget-title):not(#searchform):not(.customize-partial-edit-shortcut) {
    padding: 0.35rem;
    border: 1px solid #B7C1C2;
    background-color: var(--bs-white);
    position: relative;
}
.widget_search #searchsubmit,
.widget_search #s {
    padding: 0.25rem;
    font-size: .85rem;
}
.widget-area .widget {
    margin-bottom: 1rem;    
    border: 1px solid var(--bs-primary);
    padding: 0.35rem;
    position: relative;
}
.widget-area .widget:before {
    content: '';
    background-color: var(--bs-primary);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    opacity: 0.1;
}
.widget ul,
.entry-content ul {
    list-style: none;
    padding-left: 0 !important;
}
.widget-area .widget > ul {
    padding-left: .35rem !important;
}
.widget ul > li,
.entry-content ul > li {
    padding-left: .65rem;
    position: relative;
}
.widget ul > li:before,
.entry-content ul > li:before {
    content: '\f0da';
    font-family: 'FontAwesome';
    color: var(--bs-primary);
    position: absolute;
    left: 0px;
    top: 0;
    display: inline-block;
}
.entry-content ul > li {
    padding-left: .75rem;
}
.entry-content ul {
    padding-left: 1rem !important;
}
.entry-content ul > li:before {
    content: '';
    background: rgb(8,60,119);
    background: linear-gradient(355deg, rgba(8,60,119,1) 0%, rgba(95,172,255,1) 100%);
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 100%;
    margin-top: 0.25rem;
}
.widget_calendar caption {
    caption-side: top;
    text-align: center;
    padding-top: 0;
}
.widget_calendar #today {
    background-color: var(--bs-primary);
    color: var(--bs-light);
    text-align: center;
}

@media (min-width: 768px) {
    #primary-menu > li > a {
        transition: all .5s ease;
        position: relative;
        color: #ffffff;
        background-color: var(--bs-primary);
        border: 1px solid transparent;
        margin-left: 0.35rem;    
        margin-bottom: 0.35rem;
    }
    #primary-menu > li > a:hover {
        color: var(--bs-warning);
        border-color: #dddddd;
    }
}

@media (min-width: 1000px) {
    .widget-area {
        max-width: 23% !important;
    }
}