[data-bs-theme=light] body {
    font-family: 'Inter', sans-serif !important;
    font-size: 13px !important;
    background-color: #343434;
}
.container {
    max-width: 980px !important;
}
.wrapper {
	padding: 1.2rem 0.5rem 0.3rem !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 !important;
    position: relative;
}
.widget-area .widget > *:not(.widget-title):not(#searchform):not(.customize-partial-edit-shortcut) {
    padding: 0.35rem;
    border: 1px solid var(--bs-dark-bg-subtle);
    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-dark-bg-subtle);
    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;
}
.widget ul li {
	display: block;
	padding-bottom: 7px;
	position: relative;
	border-bottom: 1px solid var(--bs-dark-bg-subtle);
	margin-bottom: 7px;
}
.widget ul li:first-child {
	margin-top: 7px;
}
.widget ul li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}
.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 a,
.widget_calendar #today {
    background-color: var(--bs-primary);
    color: var(--bs-light);
    text-align: center;
}
.search-results .site-main article,
.archive .site-main article {
    margin-bottom: 1rem !important;
}
.site-main .page-header .page-title, .site-main .entry-header .entry-title {
	color: var(--bs-primary) !important;
	border-bottom: 4px solid var(--bs-primary);
	padding-bottom: 7px;
	margin-bottom: 15px;
}
.search-results .site-main .entry-header .entry-title {
    font-size: 1rem !important;
	padding-bottom: 0 !important;
	border-bottom: 0 !important;
    margin-bottom: 5px;
}
.search-results .site-main .entry-summary p {
    margin-bottom: 3px;
}
.search-results .site-main .entry-footer,
.widget ul li .sub-menu,
.justg-breadcrumbs {
    display: none !important;
}
.single-post .site-main .entry-content {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}
.entry-content iframe {
	width: 100% !important;
}
.vdgallery-kolom .vdgallery-item img {
	height: 150px !important;
	object-fit: cover;
}
h1 {
    font-size: 23px !important;
}
h2 {
    font-size: 21px !important;
}
h3 {
    font-size: 19px !important;
}
h4 {
    font-size: 17px !important;
}
h5 {
    font-size: 15px !important;
}
h6 {
    font-size: 13px !important;
}
a {
	color: var(--bs-primary);
}
a:hover {
	color: var(--bs-dark);
}



@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;
        margin-top: 0.35rem;
        padding-top: 0.35rem !important;
        padding-bottom: 0.35rem !important;
        padding-left: 1.2rem;
        padding-right: 1.2rem;
        border-color: #ffffff;
    }    
    #primary-menu > li.current_page_item > a,
    #primary-menu > li.current-menu-item > a,
    #primary-menu > li > a:hover {
        color: var(--bs-warning);
    }
    .pr-md-0 {
        padding-right: 0 !important;
    }
}

@media (min-width: 1000px) {
    .widget-area {
        max-width: 23% !important;
    }
}