.pagi {
	width: 100%;
	text-align: center;
}

.pagi a {
	display: inline-block;
	padding: 10px 15px;
	background: #002671;
	border-radius: 4px;
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	margin-top: 15px;
	position: relative;
	z-index: 2;
	text-decoration: none;
	text-align: center;
	font-family: "montserrat", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
}

.single-post .interior-header h1 {
	width: 90%;
	margin: auto;
	line-height: 1.2;
	margin-bottom: 20px;
}

.widget-container .cat-item-9,
.widget-container .cat-item-7,
.widget-container .cat-item-1 {
	display: none;
}

.widget-container {
	border-left: none!important;
}

@media (min-width: 960px) {
	
	.single-post .interior-header h1 {
		width: 60%;
	}
	
	.single-post .content {
		width: 70%;
	}
	
}