
:root{
 --mk-main:#f5c542!important;
 --mk-dark:#0b0700!important;
 --mk-second:#8a5a00!important;
 --mk-page:#0b0700!important;
 --mk-card:#1e1500!important;
 --mk-text:#ffffff!important;

 --f-main:#f5c542!important;
 --f-dark:#0b0700!important;
}

/* all page same base - desktop side background clean */
html,body{
 background:#f4f4f4!important;
 color:#ffffff!important;
}

@media(max-width:768px){
 html,body{
  background:#0b0700!important;
 }
}

/* header */
.mk-header{
 background:transparent!important;
}
.mk-header-inner{
 background:linear-gradient(135deg,#0b0700,#8a5a00)!important;
 border-bottom:2px solid #f5c542!important;
}

/* footer */
.mk-footer-fixed{
 background:transparent!important;
}
.mk-nav-bar,
.mk-footer-fixed .mk-nav-bar{
 background:linear-gradient(135deg,#0b0700,#1e1500,#8a5a00)!important;
 border-top:1px solid #f5c54288!important;
}

/* page wrappers */
.home-wrap,
.list-wrap,
.search-wrap,
.shell{
 background:linear-gradient(135deg,#0b0700 0%,#0b0700 50%,#8a5a00 100%)!important;
 color:#ffffff!important;
}

@media(min-width:769px){
 .list-wrap,
 .search-wrap,
 .home-wrap{
  width:430px!important;
  max-width:430px!important;
  margin:0 auto!important;
 }
}

/* sections/cards */
.top-ad-box,
.search-hero,
.list-head,
.hero-slider,
.premium-text-slider,
.text-ad-slider,
.profile-card,
.stat,
.box,
.item,
.gallery-card{
 background:linear-gradient(145deg,#1e1500,#0b0700)!important;
 border-color:#f5c54266!important;
 color:#ffffff!important;
}

/* text */
.section-title,
.follow-title,
.list-title,
.search-title,
.g-desc b,
h3{
 color:#f5c542!important;
}

/* buttons */
.mk-post-btn,
.mk-popup-card a,
.cat-btn.active,
.result-count,
.today-date,
button{
 background:linear-gradient(135deg,#f5c542,#8a5a00)!important;
 color:#ffffff!important;
}

/* footer center home */
.mk-nav-center,
.mk-first-post .icon{
 background:linear-gradient(135deg,#f5c542,#8a5a00)!important;
}

/* remove bottom side color bug */
body::before,
body::after,
.home-wrap::before,
.home-wrap::after,
.search-wrap::before,
.search-wrap::after,
.list-wrap::before,
.list-wrap::after{
 display:none!important;
}

/* shadows */
.profile-card,
.hero-slider,
.premium-text-slider,
.text-ad-slider,
.gallery-card,
.social-icon{
 box-shadow:0 0 22px #f5c54238!important;
}


