.hkb-category.hkb-category--style7 .hkb-category__iconwrap {
	margin: 0 0 0 20px;
}

.hkb_widget_articles a {
	padding: 0 0 0 25px;
}

.ht-categoryheader .hkb-category__iconwrap {
	margin: 0 0 0 20px;
}

.hkb-article__content ul {
	padding: 0 40px 0 0;
}

@media screen and (min-width: 768px) {
	.nav-header > ul > li:hover > ul {
    right: 0;
    left: auto;
	}
	.nav-header > ul > li ul::before {
    content: ' ';
    right: 20px;
    left: auto;		
	}
	.nav-header>ul>li {
		float: right;
		margin: 0 16px 0 0;
	}
	.nav-header>ul>li.menu-item-has-children>a::after {
		margin: 0 6px 0 0;
	}
}

@media screen and (min-width: 480px) {
	.site-footer .site-footer__copyright {
		float: right;
	}
	.site-footer .nav-footer {
		float: left;
	}
	.site-footer .nav-footer ul li {
		float: right;
		margin: 0 0 0 20px;
	}
}