div#jp-relatedposts {
    display: none !important;
}
fieldset.author_box {
    text-align: center;
    max-width: 500px;
    margin: 37px auto;
}
fieldset.author_box legend {
    padding:0px 10px;
}
.rtl .kb-search .kb-search-icon-submit {
    right: auto !important;
	left:10px;
}
.rtl .kb-link-wrap:has(button.kb-nav-dropdown-toggle-btn) {
    flex-direction: row-reverse;
}
.kb-nav-tablet-horizontal-layout-standard.kb-nav-mobile-horizontal-layout-standard.is-vertical {
    width: 100%;
	color:#fff;
}
.rtl .kb-link-wrap {

    --kb-nav-link-align: right !important;
    --kb-nav-link-flex-justify: end !important;
    --kb-nav-link-media-container-align-self: !important;
    --kb-nav-link-flex-align: end !important;
}
ul.latestposts {
    list-style: none;
}
ul.latestposts > li{
	padding:10px 0px;
	margin-bottom:10px;
	border-bottom:solid 1px #eee;
}
ul.latestposts > li > a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
}
ul.latestposts > li > a:hover {
    text-decoration: underline;
}
.dateiconn:before {
    content: "";
    background-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    padding: 9px;
    position: absolute;
    background-color: #000;
    border-radius: 50%;
    border: solid 2px #000;
    top: -9px;
    right: 8px;
}
.dateiconn {
    color: #fff;
    background: var(--global-palette-highlight);
    padding: 10px;
    position: relative;
    margin-left: 20px;
    border-radius: 5px;
    width: 93px;
    text-align: center;
}
#news-slider .kb-post-list-item {
    padding: 5px 5px 20px;
}
#news-slider .loop-entry .entry-content-wrap {
    padding: 15px;
}
.site-top-header-wrap .kadence-svg-iconset svg {
    height: 18px !important;
    width: 18px !important;
    fill: #fff !important;
}
.site-main-header-wrap {
    background: url(imgs/map.jpg);
    background-size: cover;
}
.site-main-header-wrap .brand img,.mutibplay_logo{
	mix-blend-mode: multiply;
}
.wp-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%;
    padding: 0px;
    margin: 0px;
    background: transparent !important;
    font-size: 5px !important;
    border: 0;
    align-items: center;
}
.wp-block-search .wp-block-search__button {
    border-color: transparent !important;
    background: transparent !important;
    color: #fff !important;
    margin:0px !important;
}
.wp-block-search .wp-block-search__input {
    padding: 0px;
    line-height: 25px;
    height: 25px;
}
li.kb-post-list-item {
    position: relative;
}
li.kb-post-list-item:before {
	content:"";
    position: absolute;
}
.sada-heading {
        background: var(--global-palette1);
    display: inline-block;
    padding: 0.4em 0.6em 0.4em 0.7em !important;
    /* font-size: 31px !important; */
    position: relative;
}
.sada-heading:before{
	content: "";
    background: var(--global-palette1);
    color: var(--global-palette1);
    position: absolute;
    width: 0.3em;
    height: 100%;
    top: 0px;
    left: -1em;
    transform: skewX(-20deg);
}

.sada-heading:after{
	    content: "";
    background: var(--global-palette1);
    color: var(--global-palette1);
    position: absolute;
    width: 1em;
    height: 100%;
    top: 0px;
    left: -0.5em;
    transform: skewX(-20deg);
}
.editor-visual-editor__post-title-wrapper .wp-block-post-title {
    font-size: 25px !important;
    line-height: 45px !important;
}
.small_gap {
    gap: 10px;
}
.text_over_image .entry-content-wrap *{
 	color:#fff !important;   
}
.text_over_image .entry-content-wrap {
    position: absolute;
    bottom: 0px;
    margin: 0px !important;
    background: rgba(0,0,0,0.5);
    padding: 10px !important;
    color: #fff !important;
}
.text_over_image .post-thumbnail{
 	margin-bottom:0px !important;   
}
li.kb-post-list-item * {
    font-weight: 500 !important;
}
time.entry-date {
    color: #f18200;
}
section.entry-hero.post-archive-hero-section h1 {
    font-size: 2.5em;
    font-weight: bold;
    /* border-bottom: solid; */
}
 @media (min-width: 1024px) {
	 .kb-header-placeholder-wrapper,ehab_edit{
		 height:auto !important;
	 }
    }