/* YU NEWS BLOG */
.yu-blog.grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.yu-blog.grid .item {
	width: 300px;
	margin: 5px;
	margin-bottom: 10px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px, rgba(0, 0, 0, 0.15) 0px 3px 3px;
}

.thumbnail-container {
	display: block;
	height: 200px;
	overflow: hidden;
}

.thumbnail-container .thumbnail {
	height: 100%;
	background-size: cover;
	background-position: center;
	transition: all 0.5s ease;
}

.yu-blog.grid .item .thumbnail:hover {
	transform: scale(1.2);
}

.yu-blog.grid .content {
	padding: 20px;
}

.yu-blog.grid .date {
	color: #959595;
	font-size: 0.9rem;
}

.yu-blog.grid .title {
	display: block;
	color: #001057;
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1;
}

.yu-blog.grid .title:hover {
	color: #444444;
}

.yu-blog-navigation-links {
	display: flex;
	justify-content: center;
}

.yu-blog-navigation-links a {
	display: inline-block;
	padding: 10px;
	margin: 10px;
}


/* KINGSTER NEWS BLOG */
@media(max-width: 360px) {
	.gdlr-core-blog-grid .gdlr-core-blog-thumbnail img {
		height: 200px !important;
	
	}
}

/* KINGSTER SINGLE POST OLD DESIGN */
.single-post .gdlr-core-title-item .gdlr-core-title-item-caption {
	font-style: normal !important;
	font-size: 19px !important;
	color: rgb(143, 143, 143) !important;
	padding-bottom: 10px;
	border-bottom: 3px solid rgb(0, 53, 107) !important;
	text-align: justify !important;
}

.single-post .gdlr-core-text-box-item-content {
	color: #000;
	font-size: 17px;
	text-align: justify !important;
}
