
body{
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #222;
  background-color: #f4f4f4;
}

.d-block{
    display: block;
}

.d-flex{
    display: flex;
}

.text-white{
    color: #fff !important;
}

.text-red{
    color: #BD1305 !important;
}

.text-green{
    color: #0fbb36 !important;
}

.text-small{
    font-size: 0.85em !important;
}

.text-decoration-underline {
    text-decoration: underline !important;
    text-underline-position: under;
}

.bg-white{
    background-color: #fff !important;
}

.bg-red{
    background-color: #d00 !important;
}

.box:not(.box-blog-post) {
    border: 0;
    overflow: auto;
    box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.075);
    color: rgb(33,37,41);
}

.box .box-header {
    padding: 0.5rem 1rem;
}

.box .box-body{
    padding: 1rem;
}

#content .widget{
  box-shadow: var(--bs-box-shadow-sm);
  border: 0;
  background-color: #fff;
  overflow: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-clip: border-box;
  border-radius: 0.375rem;
}

#content .widget .widget-title {
  background: url(../images/bg-kqxs-header.svg) center right no-repeat #fff0c1;
  background-size: contain;
  border-bottom: 0;
  color: var(--color-red);
  padding: .5rem 1rem;
  font-weight: 700;
  font-size: 1.05rem;
  text-transform: uppercase;
  line-height: 1.5;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

#content .widget .is-divider{
	display: none !important;
}

#content .widget ul{
	padding: 1rem;
	margin: 0;
	border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

#content .widget ul > li{
	color: var(--color-brown);
  list-style-type: none;
  border: none;
}

#content .widget ul > li a{
	opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity));
  padding: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: block;
  position: relative;
}

#content .widget ul > li > a::before {
  width: 10px;
  height: 10px;
  content: "";
  display: inline-block;
  background: url(../images/caret-right-fill-brown.svg) center no-repeat;
  background-size: contain;
  margin-right: 7px;
}

#content .widget ul > li a:hover{
	text-decoration: underline;
}

#content .widget ul > li a.active{
	color: var(--color-red);
    text-decoration: underline;
    font-weight: 500;
}

#content .widget li ul{
    margin: 0;
    padding: 0;
    border-radius: 0;
    padding-left: 10px;
}

#content .widget .lich_xs__links li ul{
    display: block;
}

#content .widget .menu li a {
    --bs-text-opacity: 1;
    color: #212529;
    padding: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    display: block;
}

#content .widget li ul>li>a::before {
  width: 12px;
  height: 12px;
  display: inline-block;
  background: url(../images/short-divider.svg) center no-repeat;
  background-size: contain;
  margin-right: 7px;
  content: "";
}

#content .widget ul > li.recent-blog-posts-li {
	border-bottom: 1px solid #ddd;
}

#content .widget ul > li.recent-blog-posts-li:last-child{
	border-bottom: none;
}

#content .recent-blog-posts-li .badge {
  backface-visibility: hidden;
  display: table;
  height: 80px;
  width: 100px;
  flex-shrink: 0;
  margin-right: 1rem;
  object-fit: cover;
  background-color: #f1f1f1;
  border-radius: 0.375rem;
  overflow: hidden;
}

#content .recent-blog-posts-li .recent-blog-posts .post_comments{
	display: none;
}

.bizcode-tabs {
  padding: 1rem 0.5rem;
}

.bizcode-tabs .tab-links.d-flex{
	display: flex;
	align-items: center;
}

.bizcode-tabs .tab-links.d-flex.justify-sb{
	justify-content: space-between;
}

.bizcode-tabs .tab-links .tab-link{
	border: 1px solid transparent;
	border-top-left-radius: 0.375rem;
	border-top-right-radius: 0.375rem;
	margin-bottom: -1px;
	text-align: center;
	width: 100%;
	padding: 0.5rem;
	color: rgb(33,37,41);
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.bizcode-tabs .tab-links .tab-link:hover{
	border-color: #e9ecef;
	text-decoration: underline;
}

.bizcode-tabs .tab-links .tab-link.active{
	border-color: #dee2e6 #dee2e6 #fff;
}

.bizcode-tabs .xslite_tab_content:not(.active){
	display: none;
	visibility: hidden;
}

.bizcode-tabs table.table-con-so{
	margin-bottom: 0;

}

table.table-con-so td, table.table-con-so th{
	padding: 0.5rem;
	font-size: 0.9rem;
	color: #000;
}

table.table-con-so tr + tr > td{
	border-top-width: 0;
}

table.table-con-so td + td{
	border-left-width: 0;
}

table th{
    font-weight: 400;
}

span.icon-con-so {
  height: 30px;
  width: 40px;
  display: inline-block;
  border: 0;
  vertical-align: middle;
  position: static;
  text-align: center;
  text-indent: -99999px;
  background-size: contain;
}

.mb-0,
.mb-0 p{
    margin-bottom: 0;
}

.footer-menu{
    height: fit-content;
}

.footer-menu .menu {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    padding-bottom: 0;
}

.footer-menu .menu>li+li{
    border-top: none;
}

.footer-menu .menu a {
    color: #c00;
    padding: 10px 15px;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
}

.footer-menu .menu li:hover a {
    text-decoration: underline;
}

.absolute-footer{
    display: none !important;
}

.archive-page-header .col{
    padding-bottom: 15px;
}

.archive-page-header .taxonomy-description p{
    margin-bottom: 0;
}


#content .article-inner,
div#post-list {
    background: #fff;
    border-radius: 0.375rem;
    padding: 20px 15px;
    box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.075);
}

#content .entry-header-text{
    padding-top: 0;
}

div#post-list .box-vertical .box-text{
    padding-top: 0;
    vertical-align: top;
}

div#post-list .box-vertical .box-image{
    max-width: 33%;
}

div#post-list .box-vertical .box-image .wp-post-image{
    border-radius: 0.375rem;
}

div#post-list .post-item{
    padding-bottom: 1.5rem;
}

div#post-list .post-item .col-inner{
    padding-bottom: 1rem;
    border-bottom: 1px dashed #dedede;
}

@media screen and (max-width: 768px){

    div#post-list .box-vertical .box-image{
        max-width: 100%;
        margin-bottom: 10px;
    }

    #wrapper, #main, #main.dark {
        background-color: #fff !important;
    }

    #footer .footer-menu{
        background-color: rgb(255, 243, 205);
    }

    .footer-menu .menu {
        justify-content: flex-start;
        margin-top: 15px;
        flex-wrap: wrap;
    }

    .footer-menu .menu li{
        width: 48%;
    }

    .footer-menu .menu li > a{
        position: relative;
        padding-left: 0;
    }

    .footer-menu .menu li > a::before {
        width: 10px;
        height: 10px;
        content: "";
        display: inline-block;
        background: url(../images/caret-right-fill-brown.svg) center no-repeat;
        background-size: contain;
        margin-right: 7px;
    }

    #footer .row-collapse>.col{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    #footer .text{
        text-align: left !important;
    }
}

.live-icon.menu-item > a{
    display: inline-flex;
    flex-flow: row-reverse;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.box-demo-status {
    padding: 1rem;
    padding-top: 0.5rem;
    margin: 0;
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
    background-color: white;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #dedede;
}

.box-demo-status img{
    min-height: 11px;
}

.icon-right a{
    position: relative;
}

.icon-right a span{
    position: absolute;
    right: 5px;
}

.off-canvas-left.dark .mfp-content, .off-canvas-right.dark .mfp-content{
    background-color: rgba(155,119,0,0.91);
}

