/**handles:posts**/
.post-container::before {
	display: none !important;
}

.post-title {
	font-size: 2rem !important;
	font-weight: 1000 !important;
}

.post-sub-title, .category-title {
	font-size: 1.75rem;
	margin-bottom: 20px;
	font-weight: 1000 !important;
}

.button-wrapper {
	border-top: 2px solid rgba(128,128,128, .3);
	padding: 35px 20px 35px 20px;
}

.post-header {
	position: relative;
	min-height: 100vh;
	width: 100%;
	z-index: 0;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	z-index: 1;
}

.post-header img {
	width: 100%;
	min-height: 100vh;
	object-fit: cover;
}

.post-header-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.news-back-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 200px;
	text-align: center;
}

.no-posts-block {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	padding: 50px 0;
	min-height: 300px;
}

a.bigred {
	color: white !important;
}

.post-page-content {
	max-width: 60%;
	margin: auto;
	display: block;
}

@media (max-width: 980px) {
	.post-title {
		font-size: 1.5rem !important;
	}
	.post-sub-title, .category-title {
		font-size: 1.4rem;
		margin-bottom: 20px;
	}
	.post-header-content {
		max-width: 90%;
	}
	.post-page-content {
		max-width: 100%;
	}
}

@media (max-width:767px) {
	.post-title {
		font-size: 1rem !important;
	}
	.post-sub-title, .category-title {
		font-size: 1rem;
		margin-bottom: 20px;
	}
}