:root {
  --main_color: #debc62;
  --secondary_color: #2F3A4A;
  --light_blue_color: hsl(216 22% 95% / 1);
  --main_black: #26262a;
  --secondary_black: #3b3b3b;
}

/*In old file remove h1, h2, h3, h4, h5, h6*/
#comments .info h2 a:hover, #preloader .textload, #tags_wrap .nav:hover, .blog-carousel .caption-overlay .caption .meta a:hover, .blog-carousel .caption-overlay .caption .post-title a:hover, .contact-info a:hover, .contact-info i, .feature .icon, .icon-large, .item-details li strong, .meta a:hover, .more:hover, .navbar .nav>li.current>a, .navbar .nav>li>a:hover, .navbar .navbar-nav>li>a:focus, .pagination ul>.active>a, .pagination ul>.active>span, .pagination ul>li>a:focus, .pagination ul>li>a:hover, .post-title a:hover, .price, .progress-list li em, .section-title span, .sidebox a:hover, .widget .post-list .meta em a:hover, .widget .post-list h5 a:hover, a, a:focus, a:hover, footer .widget .post-list h5 a, h1, h1 *, h2, h2 *, h3, h3 *, h4, h4 *, h5, h5 *, h6, h6 *, ul.circled li:before,.fancybox__caption h5 {
    color: var(--main_color);
}

/*in old file with color #3b3b3b and more style*/
h1, h2, h3, h4, h5, h6 {
    color: var(--main_black);
}
h1.colored, h2.colored, h3.colored, h4.colored, h5.colored, h6.colored{
	color: var(--main_color)
}
/* Need to update in post page*/
#post_tags_wrap .tags span a {
    border: var(--main_color);
    border-radius: 20px;
    padding: 3px 12px;
    display: block;
    font-weight: 700;
    font-size: 11px;
    border: 1px solid var(--main_color);
    background: var(--main_black);
    color: var(--main_color);
}.sidebox ul.tag-list li a {
    border: 1px solid #00000036;
    border-radius: 5px;
    padding-left: 10px;
}.widget-title,#preloader .textload, .dropcap, .meta, .meta a, .more{
	text-transform: none;
}.main.box,#des_wrapper .box{
	box-shadow: none;
}
/*Temporarry: need to remove it altogather*/
.post-footer{
	display: none;
}
.post .main.box{ 
	box-shadow: none;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
/**/
/*add. Remove all other duplicates*/
.flaticon-in.rotate:before{
	transform: rotate(180deg);
    top: 3px;
    position: relative;
}

.lang_en span.post_icons {
	border-right: 1px solid #3333331c;
    padding-right: 10px;
    margin: 0px 10px 0px 0px !important;
	
	padding-left: 0px;
	border-left: 0px;
}
.lang_yi span.post_icons {
	border-left: 1px solid #3333331c;
    padding-left: 10px;
    margin: 0px 0px 0px 10px !important;
}

.lang_en .sidebar {
	padding-right: 35px;
}.lang_en .sidebar .widget .post-list .meta, footer .widget .post-list .meta {
	margin-left: 0px;
	margin-right: 85px;
}.lang_en .widget .post-list .icon-overlay{
	float: right;
}

.lang_en .header_icon .dropdown-menu{
	right: 0;
    left: unset;
}.lang_en .dropdown-menu{
	text-align: left;
}.lang_en #tags_wrap .box h4{
	font-weight: normal;
}#tags_wrap .box h4{
	white-space: pre;
    overflow: hidden;
    text-overflow: ellipsis;
}.lang_en .my_btn i[class^=flaticon]::before{
	top: 0px;
}
@media(min-width: 768px){
	.lang_en .sidebar {
		padding-left: 0px !important;
		float: left;
	}.lang_en .blog-content{
		float: right;
	}
}
@media (min-width: 992px) {
    .lang_en .navbar .header_icon .dropdown-menu:before {
        left: unset;
        right: 10px;
	}
}