.blog-pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
  padding-top: 80px;
  padding-bottom: 150px;
	-webkit-box-pack: center !important;
	-webkit-justify-content: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.blog-pagination a {
    width: 65px;
    margin-right: 12px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    border: 1px solid rgba(255,255,255,.1);
    font-size: 15px;
    font-weight: 400;
    color: #858792;
    background: transparent;
    display: block;
    -webkit-transform: all 0.3s ease 0s;
    -ms-transform: all 0.3s ease 0s;
    transform: all 0.3s ease 0s;
}
.blog-pagination a.blog-pagination__link--active, .blog-pagination a:hover {
	color: #fff;
  border-color: #252734;
	background-color: #252734;
}
.blog-pagination a svg {
    background-color: transparent;
    color: #fff;
    fill: #858792;
    -webkit-transform: all 0.3s ease 0s;
    -ms-transform: all 0.3s ease 0s;
    transform: all 0.3s ease 0s;
}
.blog-pagination a:hover  svg {
    background-color: transparent;
    color: #fff;
    fill: white;
}