[data-bs-theme=light] body {
    font-family: 'Inter', sans-serif !important;
    font-size: 13px !important;
    background-color: #343434;
}
.wp-calendar-nav {
    display: none !important;
}
.wp-calendar-table {
    text-align: center;
}
.container {
    max-width: 1000px !important;
}
.bg-theme {
	background-color: var(--bs-primary) !important;
	color: #fff !important;
}
.bg-gradient {
	background-color: var(--bs-primary) !important;
    background-image: linear-gradient(var(--bs-primary), rgba(0,0,0,0.3)) !important;
}
.site-footer {
	background-color: #fff;
	position: relative;
	z-index: 2;
}
.wrapper {
	padding: 0.7rem 0.2rem 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;
}
.velocity-widget .table>:not(caption)>*>*, 
.velocity-widget .widget_calendar .wp-calendar-table>:not(caption)>*>*,
.velocity-widget .wp-block-table table>:not(caption)>*>*, 
.velocity-widget table:not(.table)>:not(caption)>*>* {
    padding: 0.25rem 0.25rem;
    background: transparent !important;
    color: #000000;
}
.velocity-widget .widget-title {
	padding-left: 15px;
}
.velocity-widget .widget-title-icon {
	position: absolute;
	left: -5px;
	top: -5px;
	width: 45px;
	height: 45px;
	background-image: url(../img/house.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.velocity-widget .widget-title .vd-title {
	background: var(--bs-primary);
	color: var(--bs-white);
	padding: 0.5rem 0.5rem 0.5rem 1.7rem;
	font-size: .96rem !important;
	font-weight: bold;
	width: 100%;
	display: inline-block;
	border-radius: 7px;
	border-bottom: 1px solid rgba(0,0,0,0.5);
}
.velocity-widget .widget > *:not(.widget-title):not(#searchform):not(.customize-partial-edit-shortcut) {
    padding: 0.35rem;
    position: relative;
}
.widget_search #searchsubmit,
.widget_search #s {
    padding: 0.25rem;
    font-size: .85rem;
}
.velocity-widget .widget {
	margin-bottom: 1rem;
	padding: 0.35rem;
	position: relative;
	background-image: url(../img/sky.jpg);
	background-size: cover;
	background-position: center top;
	border-radius: 7px;
}
.widget ul,
.entry-content ul {
    list-style: none;
    padding-left: 0 !important;
}
.velocity-widget .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) !important;
    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-header .entry-meta,
.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;
}
.bg-agen {
    background-image: url('../img/phone.png');
    background-color: #CCEEFF;
    background-position: bottom 7px right 7px;
    background-repeat: no-repeat;
    background-size: 50px;
 }
.property-location span::after {
    content: ', ';
 }
 .property-location span:last-child::after {
    content: '';
 }
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 {
        position: relative;
        color: #ffffff;
        border-right: 1px solid #ffffff;
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
        padding-left: 1.9rem;
        padding-right: 1.9rem;
        font-weight: bold;
        font-size: 14px;
        background-color: var(--bs-primary);
        background-image: linear-gradient(var(--bs-primary), rgba(0,0,0,0.3));
    }
    #primary-menu > li.current_page_item > a,
    #primary-menu > li.current-menu-item > a,
    #primary-menu > li > a:hover {
        color: var(--bs-primary);
        background-image: linear-gradient(#eee,#fff, #d2d2d2);
    }
    .pr-md-0 {
        padding-right: 0 !important;
    }
}

@media (min-width: 1000px) {
    .widget-area {
        max-width: 23% !important;
    }
}
