.header-content {
	padding-bottom: 70px;
}
.news-area {
	background: #FFF;
}
.padding {
	padding: 70px 0;
}
article.post {
	border-bottom: 1px solid #eee;
	margin-bottom: 40px;
	padding-bottom: 40px;
}
article.post:last-child {
	border: none;
	margin-bottom: 0px;
}
.post-thumbnail img {
	margin-bottom: 30px;
	border-radius: 12px;
}
.newsstory-btn a {
	border: 1px solid #f5f5f5;
	border-radius: 20px;
	background: #f5f5f5;
}
.content {
	margin-top: 15px;
}
.read-more {
	text-decoration: none;
	margin-top: 30px;
	border: 1px solid #F6D407;
	border-radius: 5px;
	background: #F6D407;
	display: inline-block;
	padding: 10px 25px;
}
.read-more:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #EA552B;
}
.navigation.posts-navigation {
	margin-bottom: 30px;
}
.widget {
	margin-bottom: 30px;
	padding: 30px;
	background: #f2f2f2;
}
.footer-area {
	margin-top: 30px;
}
/* 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;
}
}