.row-small {
	margin-left: -8px;
	margin-right: -8px;
}

.col-small {
	padding-left: 8px;
	padding-right: 8px;
}

body {
	font-size: 0.9375rem;
	background-color: var(--color_background_body);
}

* {
	outline: none !important;
}

img {
	max-width: 100%;
	height: auto;
}

iframe {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

button {
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

small,.small {
	font-size: 87.5%;
}

.font-size-body {
	font-size: 0.9375rem !important;
}

.font-weight-semibold {
	font-weight: 600 !important;
}

.text-primary {
	color: var(--color_text) !important;
}

.bg-primary {
	background-color: var(--color_background);
}

.bg-secondary {
	background-color: !important;
}

.bg-light {
	background-color: #f0f2f5 !important;
}

.bg-cover {
	background-color: #cfd4db;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.border-secondary {
	border-color: var(--color_border) !important;
}

.border-bottom-2 {
	border-bottom: 2px solid #dee2e6;
}

.rounded-lg {
	border-radius: 0.5rem !important;
}

.svg-4 {
	width: 1.5rem;
	height: 1.5rem;
}

.svg-5 {
	width: 1.25rem;
	height: 1.25rem;
}

.svg-6 {
	width: 1rem;
	height: 1rem;
}

.form-control::-webkit-input-placeholder {
	color: #898989;
}

.form-control::-moz-placeholder {
	color: #898989;
}

.form-control:-ms-input-placeholder {
	color: #898989;
}

.form-control:-moz-placeholder {
	color: #898989;
}

.required {
	color: #f15a29;
}

.form-control,.custom-select,.btn {
	border-radius: 0.375rem;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.form-control,.custom-select {
	background-color: #f0f2f5;
	border-color: #f0f2f5;
}

.form-control:focus,.custom-select:focus,.form-control:focus .input-group-append .btn {
	background-color: #fff;
	border-color: #dee2e6;
	box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.15);
}

.btn {
	font-weight: 600;
}

.btn-primary,.btn-primary:not(:disabled):not(.disabled):active:focus {
	color: #fff;
	background-color: var(--color_background);
	border-color: var(--color_border);
}

.btn-primary:hover,.btn-primary:focus,.btn-primary:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #028802;
	border-color: #028802;
}

.btn-primary svg,.btn-primary:not(:disabled):not(.disabled):active:focus svg {
	fill: #fff;
}

.btn-secondary,.btn-secondary:not(:disabled):not(.disabled):active:focus {
	color: #fff;
	background-color: var(--color_background);
	border-color: var(--color_border);
}

.btn-secondary:hover,.btn-secondary:focus,.btn-secondary:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #ea7900;
	border-color: #ea7900;
}

.btn-secondary svg,.btn-secondary:not(:disabled):not(.disabled):active:focus svg {
	fill: #fff;
}

.btn-outline-primary,.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
	color: var(--color_link);
	background-color: transparent;
	border-color: var(--color_border);
}

.btn-outline-primary:hover,.btn-outline-primary:focus,.btn-outline-primary:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: var(--color_background);
	border-color: var(--color_border);
}

.btn-light,.btn-light:not(:disabled):not(.disabled):active:focus {
	color: #212529;
	background-color: #f0f2f5;
	border-color: #f0f2f5;
}

.btn-light:not(:disabled):not(.disabled).active {
	border-color: var(--color_border);
}

.table th,.table td {
	padding: 0.625rem;
}

.table th {
	font-size: 1rem;
	font-weight: 600;
}

.tab-nav {
	border-bottom: 1px solid #dee2e6;
	display: flex;
	margin-bottom: 1rem;
}

.tab-nav a {
	font-size: 1rem;
	font-weight: 600;
	color: #212529;
	border-bottom: 2px solid transparent;
	display: block;
	padding: 0.5rem 1.5rem;
}

.tab-nav a:hover {
	background-color: #f0f2f5;
}

.tab-nav a.active {
	color: var(--color_link);
	border-bottom-color: var(--color_border);
}

.breadcrumb {
	background: 0;
	border: 0;
	border-radius: 0;
	padding: 0;
	margin: 0;
}

.breadcrumb-item .breadcrumb-item::before {
	content: " ";
	border-top: 2px solid #6c757d;
	border-right: 2px solid #6c757d;
	display: inline-block;
	vertical-align: middle;
	width: 0.5rem;
	height: 0.5rem;
	padding-right: 0;
	margin-top: -0.25rem;
	margin-right: 0.5rem;
	transform: rotate(45deg);
}

.pagination {
	justify-content: center;
	margin-bottom: 1.5rem;
}

.pagination .page-link {
	font-size: 1rem;
	font-weight: 600;
	color: var(--color_nav) !important;
	background: #f0f2f5;
	border-color: var(--color_border);
	border-radius: 0.5rem !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	text-align: center;
	padding: 0;
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}

.pagination .page-link:hover,.pagination .page-link:focus {
	color: var(--color_nav);
	background-color: #e2e6ea;
	border-color: var(--color_border);
}

.pagination .page-item.active .page-link {
	color: #fff;
	background-color: var(--color_nav);
	border-color: var(--color_border);
}

.modal-dialog {
	min-height: calc(100vh - 3.75rem);
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: auto;
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}

.modal.fade .modal-dialog {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-header {
	background: #f7f7f7;
}

.modal-title {
	text-transform: uppercase;
	line-height: 1.2;
}

.modal-body {
	padding: 1.5rem;
}

.modal-backdrop.show {
	opacity: 0.7;
}

.spin {
	-webkit-animation: spin 1.2s infinite linear;
	-moz-animation: spin 1.2s infinite linear;
	-ms-animation: spin 1.2s infinite linear;
	-o-animation: spin 1.2s infinite linear;
	animation: spin 1.2s infinite linear;
}

@keyframes "spin" {
	from {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-ms-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@-moz-keyframes spin {
	from {
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-moz-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@-webkit-keyframes "spin" {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@-ms-keyframes "spin" {
	from {
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-ms-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@-o-keyframes "spin" {
	from {
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-o-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.progress-bar-animated {
	-webkit-animation: progress-bar-stripes 0.6s linear infinite;
	animation: progress-bar-stripes 0.6s linear infinite;
}

.accordion .toggler:after {
	content: "-";
	font-size: 1.25rem;
	font-weight: 700;
	cursor: pointer;
	margin-left: auto;
	transition: all 0.3s ease 0s;
	color: var(--color_link);
}

.accordion .toggler.collapsed:after {
	content: " ";
}

.site {
	padding-top: 46px;
}

.admin-bar .site-header {
	top: 46px;
}

.site-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.site-nav .menu {
	display: flex;
}

.site-nav .menu > li {
	position: relative;
}

.site-nav .menu > li > a {
	font-size: 1rem;
	font-weight: 600;
	color: inherit;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
	display: block;
	padding: 0.5rem 1.25rem;
}

.site-nav .menu > li:hover > a {
	color: inherit;
	background: #f2f2f2;
}

.site-nav .menu > li.current-menu-item > a,.site-nav .menu > li.current-category-ancestor > a,.site-nav .menu > li.current-post-ancestor > a {
	color: var(--color_link);
	background-color: transparent;
	border-bottom-color: var(--color_border);
}

.site-nav .sub-menu {
	white-space: nowrap;
	background-color: #fff;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	display: none;
	padding: 0.5rem 0;
	position: absolute;
	z-index: 12;
	top: 100%;
	left: 0;
	min-width: 15rem;
}

.site-nav li:hover > .sub-menu {
	display: block;
}

.site-nav .sub-menu > li {
	position: relative;
}

.site-nav .sub-menu > li > a {
	color: inherit;
	display: block;
	padding: 0.5rem 1rem;
}

.site-nav .sub-menu > li:hover > a {
	color: var(--color_link);
}

.site-nav .sub-menu > li > .sub-menu {
	top: 0;
	left: 100%;
}

.archive-post:before,.aside-cat:before {
	content: " ";
	background-color: #f2f2f2;
	border-radius: 0.5rem;
	display: none;
	position: absolute;
	z-index: -1;
	top: -0.5rem;
	bottom: -0.5rem;
	left: -0.5rem;
	right: -0.5rem;
}

.archive-post:hover:before,.aside-cat:hover:before {
	display: block;
}

.cloud-tags {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.cloud-tags a {
	color: inherit;
	background-color: #e4e4e4;
	border-radius: 50rem;
	display: block;
	padding: 0.5rem 1rem;
	margin: 0 1rem 1.5rem;
}

.cloud-tags a:hover,.cloud-tags a:focus {
	color: inherit;
	background-color: #c4c4c4;
}

.entry-content {
	text-align: justify;
}

.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6,.term-description h1,.term-description h2,.term-description h3,.term-description h4,.term-description h5,.term-description h6 {
	margin-bottom: 1rem;
}

.entry-content table {
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 1rem;
	width: 100%;
	max-width: 100%;
}

.entry-content table th,.entry-content table td {
	border-top: 1px solid #dee2e6;
	padding: 0.75rem;
}

.entry-content table th {
	font-weight: 600;
	text-transform: uppercase;
}

.entry-content table thead th {
	border-bottom: 2px solid #dee2e6;
	padding: 0.75rem;
}

.entry-content img.centered,.entry-content .aligncenter,.term-description img.centered,.term-description .aligncenter {
	display: table;
	margin: 0 auto 1em;
}

.entry-content .wp-caption,.term-description .wp-caption {
	max-width: 100%;
}

.entry-content .wp-caption-text,.term-description .wp-caption-text {
	font-weight: 400;
	text-align: center;
	background: #eee;
	padding: 0.5rem;
}

.entry-content blockquote {
	box-shadow: inset 0 0 0 0 #e2e4e7;
	border-left: 0.25rem solid #000;
	padding-left: 1rem;
}

.entry-content .wp-block-image {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.entry-content .su-spoiler {
	display: none;
}

.list-shares a {
	color: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.25rem;
	height: 2.25rem;
}

.list-shares a:hover {
	opacity: 0.8;
}

.list-shares a.facebook {
	background-color: #455fa1;
}

.list-shares a.twitter {
	background-color: #58abf4;
}

.list-shares a.pinterest {
	background-color: #cc1d1e;
}

.list-shares a.linkedin {
	background-color: #007bb5;
}

.list-shares a.email {
	background-color: #1980be;
}

.schema-faq-section {
	border: 1px solid #dee2e6;
	padding: 1rem;
	margin-top: -1px;
}

.schema-faq-question {
	font-weight: 400;
	cursor: pointer;
}

.schema-faq-answer {
	display: none;
	padding-top: 1rem;
	padding-left: 1rem;
}

.site-footer .menu {
	margin-left: 2.25rem;
}

.site-footer .menu li {
	margin-right: 1.5rem;
}

.site-footer .menu li a {
	color: inherit;
}

.site-footer .menu li a:hover {
	color: var(--color_link);
}

.site-footer .socials a {
	color: inherit;
	background-color: #f0f2f5;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
}

.site-footer .socials a:hover {
	background-color: #e2e6ea;
}

.site-footer .socials a svg {
	fill: #212529;
	transition: all 0.3s ease 0s;
}

.site-footer .socials a:hover svg {
	fill: #212529;
}

.site-footer .socials a a {
	margin-left: 0.5rem;
}

.border-secondary {
	border-color: var(--color_border) !important;
}

.mr-1,.mx-1 {
	fill: var(--color_svg);
}

.svg-99 {
	width: 1rem;
	height: 1rem;
}

.whites {
	color: white;
}

.alert-dangers {
	color: var(--color) !important;
	border-color: var(--color_border) !important;
}

.d_reactions_shares {
	display: none !important;
}

.progress-bar.progress-bar-striped.bg-primary {
	background-color: !important;
}

.progress-bar.progress-bar-striped.bg-secondary {
	background-color: !important;
}

.progress-bar.progress-bar-striped.bg-success {
	background-color: #57bb8a !important;
}

.progress-bar.progress-bar-striped.bg-warning {
	background-color: #ff9f02 !important;
}

.progress-bar.progress-bar-striped.bg-danger {
	background-color: red !important;
}

.form-control,.custom-select {
	background-color: var(--color_rgb_background) !important;
}

.bg-color {
	background-color: var(--color_background) !important;
}

.king-logged-user {
	display: inline-block;
	height: 30px;
}

.user-header-avatar {
	min-width: 30px;
	height: 30px !important;
	display: inline-block;
	cursor: pointer;
	border-radius: 50%;
}

.user-header-noavatar {
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 50%;
	cursor: pointer;
	background-color: #eef0f3;
	background-image: url(layouts/imgs/noavatar.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.user-comment-noavatar img {
	width: 60px;
	height: 60px;
	display: inline-block;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
	border-radius: 6px;
}

.king-username .open {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.user-header-menu a {
	display: block;
	color: #777777;
	padding: 10px 0;
	border-top: 1px solid #eceef3;
}

.user-header-profile {
	background-color: #fff;
	border-radius: 6px 6px 0 0;
}

.user-header-profile a {
	color: var(--color_link) !important;
	border-top: inherit !important;
	font-weight: 600;
	font-size: 19px;
}

.king-points {
	background-color: var(--color_link);
	display: inline-block;
	padding: 0 10px;
	line-height: 30px;
	margin-bottom: 10px;
	color: #fff;
	font-weight: 600;
	border-radius: 100px;
}

.king-profile-user .king-points {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
}

.king-head-nav a i {
	margin-right: 4px;
	font-size: 13px;
}

.king-post-format a {
	background-color: #ffffff33;
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
	padding: 0 12px 0 28px;
	line-height: 29px;
	margin-bottom: 3px;
	display: block;
	border-radius: 32px;
	font-size: 11px;
	color: #fff;
	position: relative;
	text-shadow: 1px 1px 1px rgb(93 93 93 / 37%);
	font-weight: 900;
}

.king-post-format i {
	position: absolute;
	left: 9px;
	top: 9px;
	color: #333;
}

.tags-links a {
	padding: 5px 5px;
	color: var(--color_link);
	font-size: 12px;
}

.tags-links a:hover {
	border-color: var(--color_border);
}

.tags-links {
	display: block;
	padding: 2px 0;
	margin-bottom: 10px;
}

.font-weight-normal,dd.title {
	font-weight: 700 !important;
}

header a.text-body img {
	max-height: 45px !important;
}