.published-date h3 {
margin-top: 5px !important;
margin-bottom: 0 !important;
}
.pager-container {
text-align: center;
}
.pager-container a {
background-color: #ffffff;
border: 1px solid #e2e2e2;
border-radius: 0;
color: #8e8d8d;
display: inline-block;
font-family: "Open Sans",sans-serif;
font-size: 20px;
height: 46px;
line-height: 44px;
margin: 0 5px;
padding: 0 16px;
text-decoration: none;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}
a.active_page, .pager-container a:hover {
background: #b89b5e;
color: #ffffff;
border-color: #e2e2e2;
}