::-webkit-scrollbar {
	width: 12px;
	height: 12px;
}

body {
	font-family: Arial, open sans, Helvetica, sans-serif;
	--pk-c-primary: #cd3e25;
}

.site {
	font-size: 18px;
}

p,
div {
	white-space: normal;
	word-break: break-word;
}

a.read {
	color: var(--pk-c-primary) !important;
}

a.read:hover,
.a-link:hover,
a.c-sub-a:hover {
	text-decoration: underline !important;
}

a.iread {
	color: var(--pk-c-sub) !important;
}

a.iread:hover {
	color: var(--pk-c-primary) !important;
}

#logo .txt-logo {
	color: var(--pk-c-primary);
}

a.cat-current {
	color: var(--pk-c-primary) !important;
	font-weight: bold;
}

a.cat-current:hover {
	color: #fff !important;
}

#posts .post-item .post-item-block {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.badge {
	top: 0;
}

#posts .post-item-card .info-meta .text-2line {
	height: 45px;
}

#posts .post-item .post-info .info-title {
	display: inline-flex;
	align-items: center;
}

#posts .post-item .post-info .info-footer {
	display: flex;
	align-items: center;
}

.pk-widget .widget-common-media-post .img {
	min-height: 0;
}

.t-lg {
	margin-bottom: 4px;
}

.rec-post {
	padding: 10px 0;
	border-bottom: solid 1px #f3f3f3;
}

.spec {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 20px;
}

#post .entry-content .btn {
	margin-bottom: 0 !important;
}

.app {
	display: flex;
	align-items: center;
}

.app-title {
	display: flex;
	flex-direction: column;
	margin-left: 15px;
}

.hidden {
	overflow: hidden;
	white-space: nowrap;
	word-break: break-word;
	text-overflow: ellipsis;
}

.t-xxl {
	font-size: 20px;
	font-weight: 600;
}

#post .entry-content h2,
h2.top-title {
	font-size: 18px;
	margin: 15px 0;
}

.target-fix {
	position: relative;
	top: -44px;
	display: block;
	height: 0;
	overflow: hidden;
}

.post-relevant .post-relevant-item {
	text-align: center;
}

.post-relevant .post-relevant-item p {
	margin: 0;
}

.youtube {
	position: relative;
	overflow: hidden;
	margin: 0 0 20px;
	text-align: center;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
}

.single-next-or-pre a>div {
	padding: 10px 10px 10px 0;
}

ul.info,
ol.info {
	padding-left: 1rem;
	margin-block-end: 0;
}

ul.info li,
ol.info li {
	padding-bottom: 5px;
}

#post .entry-content blockquote .perm p {
	margin: 5px 0 !important;
}

.post_meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.p-flex-s-right {
	justify-content: center;
}

@media (min-width: 992px) {
	.col-lg-3 {
		width: 30%;
	}

	.col-lg-9 {
		width: 70%;
	}
}

.pl10 {
	padding-left: 10px;
	padding-right: 0;
}

#posts .post-item.post-item-card .thumbnail img {
	width: auto;
}

.entry-content a:hover {
	text-decoration: underline;
}