/*--------------------------------------------------------------
## Font Style
--------------------------------------------------------------*/
h2, .entry-title {
	font-size: 2rem;
	margin-bottom: 1rem;
	font-weight: 500;
	line-height: 1;
	word-wrap: break-word;
}

h5, .pk-title {
	font-size: 1rem;
	margin-bottom: 1rem;
	font-weight: 600;
	line-height: 1;
	word-wrap: break-word;
}

/*--------------------------------------------------------------
## Post Archive
--------------------------------------------------------------*/
.post-single .title-block {
	font-weight: 600;
}

.post-outer {
	position: relative;
}

.post-outer:hover .entry-title,
.post-outer:focus .entry-title {
	color: #6c757d;
}

.post-outer:hover .cs-overlay-background:after,
.post-outer:focus .cs-overlay-background:after {
	background: rgba(255, 255, 255, 0.25);
}

.post-inner:not(:last-child) {
	margin-bottom: 1rem;
}

.post-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.entry-excerpt {
	margin-bottom: 1rem;
	color: #6c757d;
	line-height: normal;
}

.entry-excerpt p:last-child {
	margin-bottom: 0;
}

.entry-excerpt:last-child {
	margin-bottom: 0;
}

.entry-title {
	transition: color 0.25s;
}

.sticky .entry-title:before {
	margin-right: 0.5rem;
	font-family: "cs-icons";
	content: "\e90b";
}

.entry-thumbnail img {
	width: 100%;
	height: auto;
	transition: opacity 0.25s;
}

.entry-more-button {
	margin-top: 1rem;
}

.entry-more-button .entry-more {
	color: #fff;
}

.entry-more-button .entry-more:hover {
	background-color: #000000;
}

.entry-more a {
	padding-bottom: 3px;
	border-bottom: 1px solid #000000;
	transition: 0.2s;
	color: #000000;
}

.entry-more a:hover {
	border-color: #a0a0a0;
	color: #a0a0a0;
}

.archive-description {
	margin-top: 1.5rem;
	border-bottom: 1px solid #e9ecef;
	padding-bottom: 1.5rem;
}

.archive-main article:not(:first-child) {
	border-top: 1px solid #e9ecef;
	margin-top: 1.5rem;
	padding-top: 1.5rem;
}

.archive-main .post-meta {
	margin-top: auto;
}

.archive-main .post-meta a {
	position: relative;
	z-index: 3;
}

.archive-related {
	border-top: 1px solid #e9ecef;
	margin-top: 2rem;
	padding-top: 1.5rem;
}

.layout-full .entry-content {
	line-height: normal;
}

.layout-full .entry-title {
	font-size: 2.5rem;
}

.layout-full .post-categories {
	margin-bottom: 0.25rem;
}

.layout-full .post-categories a {
	font-size: 1.25rem;
	color: #6c757d;
}

.layout-full .post-categories a:hover {
	color: #000000;
}

.layout-full .post-media {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.layout-full .post-meta {
	margin-top: 1rem;
}

@media (min-width: 600px) {
	.layout-list .post-outer {
		display: flex;
		flex-wrap: wrap;
		margin-right: -20px;
		margin-left: -20px;
	}
	.layout-list .post-inner {
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.layout-list .post-inner:not(:last-child) {
		margin-bottom: 0;
	}
	.layout-list .post-inner + .post-inner {
		display: flex;
		flex-direction: column;
	}
	.layout-list .post-link + .entry-inner {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.layout-list .entry-title {
		font-size: 1.5rem;
	}
}

.layout-list .post-meta {
	margin-bottom: 1rem;
}

@media (min-width: 600px) {
	.layout-list-alternative .post-outer {
		display: flex;
		flex-wrap: wrap;
		margin-right: -20px;
		margin-left: -20px;
	}
	.layout-list-alternative .post-inner {
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.layout-list-alternative .post-inner:not(:last-child) {
		margin-bottom: 0;
	}
	.layout-list-alternative .post-inner + .post-inner {
		display: flex;
	}
	.layout-list-alternative .post-link + .entry-inner {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.layout-list-alternative .entry-thumbnail {
		order: 2;
	}
	.layout-list-alternative .entry-title {
		font-size: 1.5rem;
	}
}

@media (min-width: 1020px) {
	.layout-list-alternative .post-inner {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.layout-list-alternative .post-inner + .post-inner {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	.layout-list-alternative .post-inner + .post-inner .entry-data {
		display: flex;
		flex-wrap: wrap;
		margin-right: -20px;
		margin-left: -20px;
	}
	.layout-list-alternative .post-inner + .post-inner .entry-header,
	.layout-list-alternative .post-inner + .post-inner .entry-excerpt {
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.layout-list-alternative .post-inner + .post-inner .post-meta {
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.layout-list .cs-overlay .meta-category,
.layout-list-alternative .cs-overlay .meta-category,
.layout-featured-list .cs-overlay .meta-category {
	margin-top: 0;
	margin-right: 0;
	margin-left: auto;
	margin-bottom: auto;
}

.layout-list .cs-overlay .post-categories,
.layout-list-alternative .cs-overlay .post-categories,
.layout-featured-list .cs-overlay .post-categories {
	justify-content: flex-end;
}

.layout-list .cs-overlay .post-format-icon,
.layout-list-alternative .cs-overlay .post-format-icon,
.layout-featured-list .cs-overlay .post-format-icon {
	top: auto;
	right: auto;
	left: 0;
	bottom: 0;
}

/*--------------------------------------------------------------
## Overlay
--------------------------------------------------------------*/
.cs-overlay {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	width: 100%;
}

.cs-overlay:hover .cs-overlay-background:after,
.cs-overlay:focus .cs-overlay-background:after {
	opacity: 0.7;
}

.cs-overlay .entry-inline-meta {
	margin-top: auto;
}

.cs-overlay .meta-category:after {
	display: none;
}

article .cs-overlay .post-categories {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	z-index: 3;
}

article .cs-overlay .post-categories a {
	display: block;
	padding: 0.25rem 0.5rem;
	background: #000000;
	color: #fff;
	transition: 0.2s ease all;
}

article .cs-overlay .post-categories a:hover {
	background: #000000;
	color: #fff;
}

article .cs-overlay .post-categories li {
	border-right: 1px solid transparent;
	margin: 0;
}

article .cs-overlay .post-categories li:last-child {
	border: none;
}

article .cs-overlay .post-categories li:after {
	content: none;
}

.layout-list .cs-overlay .meta-category,
.layout-list-alternative .cs-overlay .meta-category,
.layout-featured-list .cs-overlay .meta-category {
	margin-top: 0;
	margin-right: 0;
	margin-left: auto;
	margin-bottom: auto;
}

.layout-list .cs-overlay .post-categories,
.layout-list-alternative .cs-overlay .post-categories,
.layout-featured-list .cs-overlay .post-categories {
	justify-content: flex-end;
}

.layout-list .cs-overlay .post-format-icon,
.layout-list-alternative .cs-overlay .post-format-icon,
.layout-featured-list .cs-overlay .post-format-icon {
	top: auto;
	right: auto;
	left: 0;
	bottom: 0;
}

.cs-overlay-hover .post-meta {
	opacity: 0;
	transition: 0.2s ease all;
}

.cs-overlay-hover .cs-overlay-background {
	background: rgba(0, 0, 0, 0.2);
}

.cs-overlay-hover .cs-overlay-background:after {
	opacity: 0;
}

.cs-overlay-hover:hover .post-meta,
.cs-overlay-hover:focus .post-meta {
	opacity: 1;
}

.cs-overlay-hover:hover .cs-overlay-background:after,
.cs-overlay-hover:focus .cs-overlay-background:after {
	opacity: 0.5;
}

.cs-overlay-no-hover .cs-overlay-background:after {
	opacity: 0.75;
}

.cs-overlay-no-hover:hover .cs-overlay-background:after,
.cs-overlay-no-hover:focus .cs-overlay-background:after {
	opacity: 0.75;
}

.cs-overlay-simple .cs-overlay-background:after {
	background: transparent;
}

.cs-overlay-background {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.cs-overlay-background img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.cs-overlay-background:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	transition: 0.2s ease all;
}

.cs-overlay-content {
	position: relative;
	width: 100%;
}

.cs-overlay-content a {
	position: relative;
	z-index: 1;
}

.cs-overlay-content h4,
.cs-overlay-content h5,
.cs-overlay-content h6,
.cs-overlay-content .h4,
.cs-overlay-content .h5,
.cs-overlay-content .h6 {
	margin-bottom: 0.5rem;
}

.cs-overlay-link {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.cs-overlay-ratio:before {
	content: "";
	display: table;
	box-sizing: border-box;
	width: 0;
	height: 100%;
}

.cs-overlay-ratio .cs-overlay-content {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
}

.cs-overlay-ratio .cs-overlay-background {
	position: absolute !important;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cs-overlay-ratio .cs-overlay-background img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

@media (max-width: 599.98px) {
	.cs-overlay-ratio h1,
	.cs-overlay-ratio h2,
	.cs-overlay-ratio h3,
	.cs-overlay-ratio h4 {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
}

@media (max-width: 1019.98px) {
	.cs-overlay-ratio h1 {
		font-size: 2rem;
	}
}

.cs-ratio-portrait {
	max-width: 560px;
	margin-right: auto;
	margin-left: auto;
}

.cs-ratio-portrait:before {
	padding-bottom: 125%;
}

.cs-ratio-large:before {
	padding-bottom: 54%;
}

@media (min-width: 600px) {
	.cs-ratio-large:before {
		padding-bottom: 25%;
	}
}

.cs-ratio-landscape:before {
	padding-bottom: 54%;
}

.cs-ratio-square:before {
	padding-bottom: 100%;
}

.cs-ratio-16by9.cs-ratio-landscape:before {
	padding-bottom: 56.25%;
}

/*--------------------------------------------------------------
## Inline Posts
--------------------------------------------------------------*/
.pk-inline-posts {
	margin: 20px 0 !important;
}

.pk-widget-posts .pk-post-thumbnail,
.entry-thumbnail .cs-overlay,
.post-media .wp-post-image,
.wp-block-image:not(.is-style-rounded) img,
.pk-scroll-to-top,
.pk-inline-posts-container .pk-overlay-background {
  border-radius: 4px !important;
  overflow: hidden !important;
}

.pk-inline-posts-container .post-meta a {
	font-weight: normal;
}

.pk-inline-posts-container .post-meta .meta-category a {
	color: #a0a0a0;
}

.pk-inline-posts-container .post-meta .meta-category a:hover {
	color: #000000;
}

.pk-inline-posts-container .pk-title a {
	color: #111111 !important;
}

.pk-inline-posts-container .pk-title a:hover {
	text-decoration: underline !important;
}

.pk-inline-posts .pk-inline-posts-container {
	display: grid;
	grid-template-columns: 1fr;
	grid-auto-flow: row;
	gap: 1rem;
	align-items: stretch;
}

@media (min-width: 576px) {
	.pk-inline-posts .pk-inline-posts-container {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-auto-flow: row;
		gap: 1rem;
		align-items: stretch;
	}
}

.pk-inline-posts-container .pk-overlay {
	width: 80px;
}
.pk-inline-posts-container .pk-overlay-ratio::before {
	content: unset;
}
.pk-inline-posts:not(:first-child) {
	padding-top: 1rem;
}
.pk-inline-posts:not(:last-child) {
	padding-bottom: 1rem;
}
.pk-inline-posts-container .pk-overlay-background {
	position: unset;
}

.pk-inline-posts article .pk-post-inner:last-child .pk-title,
.pk-widget-posts .pk-post-outer .entry-title,
.pk-share-buttons-title.pk-font-primary {
	font-size: 1rem;
}

.pk-inline-posts article .pk-post-inner:last-child .pk-title {
	line-height: 1.2;
	margin-bottom: 0;
}
.pk-inline-posts-container .pk-overlay-background img {
	font-family: unset;
	height: 80px;
	object-fit: cover;
}
.pk-inline-posts-container article:not(:first-child) {
	margin-top: 0;
}
.pk-inline-posts-container .pk-post-inner:not(:last-child) {
	margin-bottom: 0;
} 
.pk-inline-posts:not(:first-child) {
	border-top: 1px #e9ecef solid;
}
.pk-inline-posts:not(:last-child) {
	border-bottom: 1px #e9ecef solid;
}
.pk-inline-posts .pk-inline-posts-title {
	margin-top: 0 !important;
	margin-bottom: 1.5rem;
	color: #062541;
}
.pk-inline-posts-template-list article {
	margin-bottom: 0 !important;
}
.pk-inline-posts-template-list .pk-post-outer {
	display: flex !important;
	flex-wrap: nowrap;
	margin-right: 0;
	margin-left: 0;
	align-items: flex-start !important;
}
.pk-inline-posts-template-list .pk-post-inner {
	position: unset;
	width: unset;
	padding-right: 0;
	padding-left: 0;
	flex: unset;
	max-width: unset;
}
.pk-inline-posts-template-list .pk-post-inner:not(:last-child) {
	margin-right: 1rem;
}
.pk-inline-posts-template-list .pk-post-inner + .pk-post-inner {
	justify-content: center;
}

.pk-inline-posts .pk-post-meta {
	display: none !important;
}

/*--------------------------------------------------------------
## Sponsored Notice
--------------------------------------------------------------*/
.pdb-sponsored {
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 0;
	text-align: center;
	margin-bottom: 0.5rem;
}

.pdb-sponsored span {
	font-weight: 600;
}
