
@media (min-width: 1400px) {
	.container {
		max-width: 1314px;
	}
}

@media(max-width: 991px){

	.widget-area{
		margin-top: 55px;
	}

	/* Blog Details */

	.blog-details .post-footer .social-share {
		justify-content: start;
		margin-top: 20px;
	}

	/* Comment List */

	.blog-details .col-lg-8{
		margin-bottom: 44px;
	}

}

/*--------------- Small Device ---------------*/

@media(max-width: 767px){

	.site-main{
		padding: 80px 0 80px;
	}

	/* Archive Page */

	.archive-page article .content .entry-title {
		font-size: 28px;
	}
	
	/* Standard Post */

	.standard-post article.sticky{
		padding: 30px;
	}
	.standard-post article .content .entry-title {
		font-size: 28px;
	}

	/* Blog Details */

	.blog-details article .entry-title {
		font-size: 28px;
	}

	/* 404 Page */

	.four-zero-four{
		padding: 80px 0 75px;
	}
	.four-zero-four .error-number h1{
		font-size: 110px;
	}
	.error-404 .page-content .page-title{
		font-size: 28px;
	}

	.wp-block-audio audio{
		min-width: auto;
	}

}