/*** -------------- BLOGS LISTS -------------- ****/
/* Pagination */
.pagination {
	width: 21em;
}

.pagination a {
	background-color: var(--defaultYellow);
	display: inline-block;
	width: 1.5em;
	line-height: 1.5em;
	text-align: center;
	height: 1.5em;
	border-radius: 50%;
	color: var(--defaultBlack);
	font-weight: 600;
	margin: 0 0.5em;
}

/* Akhir Pagination */
/*** -------------- BLOGS LISTS -------------- ****/

/*** -------------- SINGLE BLOG -------------- ****/
main {
	background-color: whitesmoke;
}

/* Articles */

section.articles {
	padding-bottom: 1.5rem;
}
.articles__heading {
	padding: 2.5rem 0 5rem 0;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
	background: #fff;
}

.articles__heading__date {
	margin-bottom: 0px;
}
.articles__heading__title {
	max-width: 80%;
	line-height: 1em !important;
}

.articles__img {
	width: 75%;
	height: auto;
}

.articles .custom-container:not(.remove-negative) {
	margin-top: -4em;
}

.articles__article {
	background-color: white;
}

.articles-bottom-links-wrapper nav,
.articles-bottom-links-wrapper nav .nav-links {
	width:  100%;
}
.articles-bottom-links-wrapper nav .nav-links {
	margin: 1.5rem 0px 1rem 0px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.articles-bottom-links-wrapper nav .nav-links a {
	color: var(--defaultFontBlack);
}

/* Akhir Articles */

/* News and Event */

.news-event {
	/*padding: 5em 0;*/
}

.news-event .card {
	background-color: white;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

.news-event .pictures img {
	width: 100%;
	height: 70%;
}

.news-event .pictures .date {
	top: 0;
	right: 1em;
	background-color: var(--defaultYellow);
	padding: 0.5em 1em 1em 1em;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.news-event .pictures .date h2 {
	font-weight: 700;
	font-size: 2.5rem;
}

.news-event .pictures .date p {
	font-size: 0.8rem;
	font-weight: 500;
}

.news-event .information {
	padding: 1.3em;
}

.news-event .information .title {
	font-weight: 700;
	font-size: 1.1rem;
	cursor: pointer;
	text-decoration: none;
	color: var(--defaultBlack);
	transition: 0.3s ease;
}

.news-event .information .title:hover {
	color: var(--defaultYellow);
}

.news-event .information p {
	margin-top: 1em;
}
/*** -------------- SINGLE BLOG -------------- ****/



/*** -------------- BLOGS LISTS -------------- ****/
@media screen and (max-width: 992px) {
	.news-event .card {
		margin-bottom: 1.5em;
	}
}
/*** -------------- BLOGS LISTS -------------- ****/

/*** -------------- SINGLE BLOG -------------- ****/
@media screen and (max-width: 992px) {
	.articles__heading__title {
		font-size: 2rem;
	}

	.news-event .card {
		margin-bottom: 1.5em;
	}
}

@media screen and (max-width: 768px) {
	.articles__heading__title {
		font-size: 1.7rem;
	}
}

@media screen and (max-width: 576px) {
	.articles__img {
		width: 100%;
	}
}
/*** -------------- SINGLE BLOG -------------- ****/

