.news-header {
	position: relative;
/* 	padding-top: 2rem; */
}

.top-border {
/* 	padding-top: 1rem; */
/* 	padding-bottom: 1.5rem; */
	border-top: 2px solid #006838;
	border-bottom: 2px solid #006838;
}

.header-title {
	position: relative;
	padding: 0;
}

.news-page-title {
/* 	margin-bottom: 1.5rem; */
	font-size: 33px;
	font-weight: 600 !important;
	color: #333;
}

.image-wrapper {
	padding: 0;


}
.header-image {
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: center;
	margin-bottom: 2rem;
	overflow-x: hidden;
}

.landbank-news-wrapper {
	padding-top: 50px;
	padding-bottom: 50px;
}

hr {
	border: 1px solid #006838;
}

.card-row {
	display: flex;
	flex-wrap: wrap;
}
.column-card {
	position: relative;
	display: flex;
	text-align: center;
	margin-bottom: 5rem;
	transition: all 0.2s ease-in-out;
}

.column-card:hover .column-inner,
.column-card:focus-within .column-inner img {
	transform: translateY(-8px);
	outline: 0;
	cursor: pointer;
}

.column-inner {
	display: flex;
	flex-direction: column;
	transition: all 0.2s ease-in-out;
	height: 100%;
}

.card-image {
	width: 100%;
	height: auto;
	/* object-fit: cover;
	object-position: center; */
	border-radius: 10px;
	transition: all 0.2s ease-in-out;
}

.case-study-card-image {
	width: 100%;
	height: auto;
	transition: all 0.2s ease-in-out;
}

.card-body {
	flex-grow: 1;
	padding: 1rem 0;
	text-align: left;
}



/* Home Page News Feature */

.case-study-and-news {
	display: flex;
	flex-direction: column;
	font-family: "Montserrat", sans-serif;
}

.case-study-section {
	background-color: #F0F1E6;
	/* padding: 30px; */
	margin-bottom: 50px;
}

.news-section {
	/* padding: 30px; */
	margin-bottom: 50px;
}

.feature-content {
	display: flex;
	flex-direction: column;
	/* margin: 20px 0; */
}

.feature-content p {
	margin: 0;
	font-size: 18px;
	font-weight: 400;
}

.case-study-image {
	order: 1;
}

.feature-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px 30px;
	order: 2;
}

.feature-content .feature-label {
	font-size: 20px;
	margin: 0;
	font-weight: 300;
}

.feature-label span {
	font-size: 14px;
	margin-left: 8px;
}

.feature-title {
	font-size: 26px;
	font-weight: 400;
	color: #017223;
	margin: 20px 0 10px;
}

.feature-text .feature-date time {
	font-weight: 400;
}

.feature-image {
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media only screen and (min-width: 768px) {
	.feature-content {
		flex-direction: row;
	}

	.case-study-image {
		order: unset;
	}

	.feature-text {
		order: unset;
	}

	.case-study-section {
		padding: 30px;
	}

	.case-study-card-image {
		height: 230px;
	}

	.news-section {
		padding: 30px;
	}


}

@media only screen and (min-width: 1200px) {

	.feature-label {
		font-size: 20px;
	}

	.feature-title {
		font-size: 40px;
	}

	.case-study-section {

		padding: 50px;
	}


	.news-section {
		padding: 50px;
	}
}

/* .card-body p a {
	color:  ;
} */
.news-title {
	font-size: 20px;
	font-weight: 600;
	color: #333;
}

p.card-date .card-updated-time {
	font-size: 15px;
}

.article-link {
	text-decoration: none;
	font-size: 2rem;
	font-weight: 600;
	color: #333;
	transition: all 0.2s ease-in-out
}

.article-link::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.article-link:hover {
	color: #017223;
	text-decoration: none;
}

.news-single-wrapper {
	padding-bottom: 5rem;
}

.news-single-heading {
	padding-left: 0;
}

.news-single-heading h1 {
	/* background-image: url('/wp-content/themes/landbank/image/landbank_forest_green_bg.jpg');
	background-position: center;
	background-size: contain; */
	font-size: 33px;
	font-weight: 600;
	color: #333;
	margin-bottom: 2rem;
	padding: 2rem;
	border-top: 2px solid #006838;
	border-bottom: 2px solid #006838;
}

.news-single-row {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.column-article .header-image {
	width: 100%;
	height: auto;
	margin-bottom: 2rem;
/* 	padding-bottom: 2rem; */
}

.article-content .date-time{
	font-weight: 600;
}

time {
	font-size: 16px;
	font-weight: 600;
	color: #333;
}

.news-view-all {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 2rem;
}

.news-view-all .color-link:hover {
	color: #017223!important;
/* 	text-decoration: none; */
}

.section-span {
	color: #333;
}
.news-feed-link .section-span {
	font-size: 28px;
}
.news-feed-link {
	font-size: 20px;
	font-weight: 400;
	margin-left: 5px;
}
.news-view-all .news-feed-link:hover,
.news-feed-link:focus {
	color: #017223;
	text-decoration-thickness: 2px;
	text-underline-offset: 5px;
}

.news-pagination .column-pagination {
	display: flex;
	justify-content: center;
}

.news-pagination a {
	font-size: 20px;
	color: #666;
	margin: 0 5px;
}

.news-pagination span.current {
	font-size: 18px;
	font-weight: 600;
/* 	margin: 0 10px; */
	padding: 1rem;
	background-color: #017223;
	color: #fff;
	border-radius: 5px;
}

.single-post-heading {
	margin-bottom: 2.5rem;
/* 	background-image: url('image/landbank_forest_green_bg.jpg'); */
}
