<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'Maledpan';
  src: url('../font/maledpan-regular-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Maledpan';
  src: url('../font/maledpan-light-webfont.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Maledpan';
  src: url('../font/maledpan-bold-webfont.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}



h1, h2, h3, h4, h5, h6, nav, .nav, .menu, button, .button, .btn, .price, ._heading, .wp-block-pullquote blockquote, blockquote, label, legend {
  font-family: "Maledpan", san-serif;
  font-weight: 400;
}
body {
  font-family: "Maledpan", san-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
}
.box-rounded-circle {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    overflow: hidden;
}
.circle-footer{
  width: 35px;
    height: 35px;
    float: left;
}

.box-rounded-circle-150{
    border-radius: 50%;
    width: 150px;
    height: 150px;
    overflow: hidden;
}
.box-rounded-circle-150 &gt; img{
    max-width: inherit !important;
}
.pic {
    max-height: 170px;
}

.txt-search2 {
    width: 100%;
    
    height: 26px !important;
    min-height: 26px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #fafafa;
    border-radius: 4px;
    font-size: 13px;
    background-color: white;
    background-image: url(../img/searchicon.png);
    background-position: 10px 3px;
    background-repeat: no-repeat;
    background-size: 13px 13px;
    padding: 8px 0px 12px 40px !important;
    margin-top: inherit;
}

ul.tags {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  ul.tags li {
    display: inline-block;
    margin-right: 10px;
  }
  
  ul.tags li:last-child {
    margin-right: 0;
  }
  
  ul.tags li a {
    display: inline-block;
    padding: 5px 10px;
    background-color: #f2f2f2;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
  }
  
  ul.tags li a:hover {
    background-color: #333;
    color: #fff;
  }
  
  ul.tags li a:focus {
    outline: none;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  }
article.knowledge-category.content-item.-card {
    background: rgb(255,255,255) !important;
    background: linear-gradient(180deg, rgba(255,255,255,1) 32%, rgba(255,250,236,1) 100%) !important;
    text-align: center;
    font-size: 18px;
    border: 1px solid #f9efd3;
}
.content-item .entry-title {
    font-size: 16px;
}
.archive-box{
  background-color: #fff;
  padding-top: 30px;
  margin-bottom: 15px;
}
.a4-size &gt; .slider-area &gt; .slider-area&gt; .slider&gt;.content-item.-caption .pic {
  height: 100%;
  min-height: 371px;
  margin: 0;
  opacity: 1;
  transition: .7s ease;
  border-radius: var(--s-border-radius);
  display: flex;
  align-items: stretch;
}
.slider-area {
  margin: 0 calc(var(--s-space)/-2.9) var(--s-space);
  padding-bottom: 16px;
}

.kkbs_nav {
  background-color: #49628a;
  height: 35px;
  padding-top: 2px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 900;
  display: block;
}

.kkbs_nav_mobile{
  display: none;
}</pre></body></html>