/**
 * Theme Name: SMRI
 */

.post-box>.inner>hr {
	border: none;
	height: 1px;
	width: 100%;
	border-top: 1px solid #e2e6ea;
	margin: 60px 0;
}

@media (max-width: 767px) {
	.post-box>.inner>hr {
		margin: 40px 0;
	}
}

.primary-wrap .primary-box>.mv-box img {
	max-width: none;
	width: 100%;
	object-fit: cover;
}

.pagination {
	font-size: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagination .num {
	position: relative;
	font-size: 15px;
	font-weight: 300;
	color: #1E2022;
	margin-left: 4px;
	margin-right: 4px;
	width: 40px;
	height: 40px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: 1px solid #000;
}

.pagination .num:hover {
	color: #fff;
	background: #000;
}

.pagination .dot {
	position: relative;
	font-size: 15px;
	font-weight: 300;
	color: #1E2022;
	margin-left: 4px;
	margin-right: 4px;
	width: 30px;
	height: 40px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	text-align: center;
}

.pagination .current {
	color: #fff;
	background: #000;
}
