/*
 * NEWS LIST PAGE
**/

/*
.kingster-page-title-wrap .kingster-page-title-content {
	padding-top: 63px !important;
	padding-bottom: 58px !important;
}
*/

/*
 * NEWS ON FRONT PAGE
**/

.gdlr-core-style-blog-widget .gdlr-core-blog-grid img {
	width: 100% !important;
	height: 470px !important;
	object-fit: cover !important;
}

/*
 * NEWS POST
**/

.kingster-single-article .kingster-single-article-thumbnail {
	display: none;
}

.kingster-single-article .kingster-blog-info-wrapper {
	display: none;
}

/*
 * /news/ page
**/

.gdlr-core-blog-thumbnail img {
	width: 100% !important;
	object-fit: cover;
}

/*
 * PRETTY NEWS LIST
**/

.news-item-block {
	display: flex;
	margin-bottom: 30px;
}

.news-item-thumbnail {
	flex: 1;
	height: 200px;
	border-radius: 10px;
	background-size: cover;
	background-position: center;
}

.news-item-text-block {
	flex: 3;
	margin-left: 20px;
}

.news-item-title {
	font-size: 24px !important;
	margin-bottom: 5px !important;
}

.news-item-date {
	display: inline-block;
	margin-bottom: 5px !important;
}

.news-item-excerpt {
	color: black !important;
	text-align: justify;
}

.news-item-link {
	display: inline-block;
	color: #192f59 !important;
	font-weight: bold;
	margin-top: 20px;
}

.news-all-link {
	display: block;
	text-align: center;
	border: 1px solid #163269 !important;
	border-radius: 5px;
	width: 300px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 80px !important;
	margin: 0 auto;
	color: #163269 !important;
}

.news-all-link:hover {
	background-color: #163269 !important;
	color: white !important;
}
