.header-content {
	padding-bottom: 70px;
}
.post-style-3 article.post {
	position: relative;
	z-index: 1;
	padding: 0px;
}
.post-style-3 .single-blog::after {
	background: -webkit-linear-gradient(bottom,#191c20 0,#191c20f2 calc(100% - 150px),#191c2000 100%);
	background: linear-gradient(to top,#191c20 0,#191c20f2 calc(100% - 150px),#191c2000 100%);
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	height: 100%;
	z-index: -1;
}
.post-style-3 img {
	height: 365px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	transition: transform 1s ease,
	opacity .5s ease;
}
.post-style-3 .single-blog {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	padding: 32px;
}
.post-style-3 .newsstory-btn a {
	color: #fff;
}
.post-style-3 .entry-title a {
	color: #fff;
}
.post-style-3 ul.post-meta li .byline,
.post-style-3 ul.post-meta li a {
	color: #fff;
}
.post-style-3 ul.post-meta li:not(:last-child)::after {
	position: absolute;
	content: "-";
	right: -15px;
	color: #fff;
}
.post-style-3 ul.post-meta li a:hover {
	color: #EA552B;
}
.featured-area {
	background-color: #F4F4F4;
	padding-top: 90px;
	padding-bottom: 50px;
}
.newsstory-title {
	margin-bottom: 50px;
}
.ns-line {
	height: 1px;
	background: #CFCFCF;
	flex-grow: 1;
	max-width: 500px;
	margin-top: -19px;
}
.newsstory-title span {
	color: #818181;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}
span.ns-line.left {
	margin-right: 40px;
}
.newsstory-title h2 {
	margin-bottom: 10px;
	color: #121418;
	font-size: 36px;
	font-weight: 700;
}
.newsstory-title span {
	color: #818181;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}
.newsstory-title span {
	color: #818181;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}
span.ns-line.right {
	margin-left: 40px;
}
.padding {
	padding: 70px 0;
}
.nav-links a {
	border: 1px solid #EA552B;
	background-color: transparent;
}
.comment-list li.comment {
	margin-bottom: 30px;
	border: 1px solid #EA552B;
	padding: 30px;
	background-color: #fff;
}
.comment-list li.comment:last-child {
	border-bottom: 1px solid #EA552B;
}
.weekly-news {
	padding: 100px 0;
}
.blog-bg {
	background-color: #F4F4F4;
}
.comment-reply-link {
	display: inline-block;
	color: #EA552B;
	margin-top: 10px;
	transition: 0.5s;
	text-transform: uppercase;
	border: 1px solid #EA552B;
	padding: 5px 15px;
	text-decoration: none;
}
.comment-reply-link:hover {
	color: #fff;
	background-color: #EA552B;
	text-decoration: none;
}
.footer-area {
	margin: 0px;
}
/* Responsive */
/* Tablet Layout: 768px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
.widget-area {
	margin-bottom: 30px;
}	
}
/* Wide Mobile Layout */
@media (min-width: 481px) and (max-width: 767px) {
.widget-area {
	margin-bottom: 30px;
}	
}
/* Mobile Layout*/
@media (min-width: 320px) and (max-width: 480px) {
.widget-area {
	margin-bottom: 30px;
}
}