/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 03 2023 | 03:29:50 */
.page-single .subheader {
	background-color: #3f1d6d !important;
}

.post-detail .article-tags.entry-footer {
	text-align: left;
}

.single-post .sidebar {
	display: none;
}

.single-post .hero {
	position: relative;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.single-post .hero:after {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
}

.single-post .hero h1 {
	position: relative;
    z-index: 2;
	
	font-size: 60px;
	color: #fff;
}

.article-tags .tag-cloud-link {
	pointer-events: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.single-post .hero h1 {
		font-size: 42px;
	}
}

@media (max-width: 991px) {
	.single-post .hero h1 {
		font-size: 34px;
	}
}
