.featured-blog-post .inner-box {
  max-height: 700px !important;
  min-height: 200px !important;
  min-width: 100%;
}

.featured-blog-post .image-holder {
  max-height: 350px !important;
}


.page-numbers {
    position: relative;
    display: block;
    line-height: 20px;
    padding: 10px 5px;
    font-size: 18px;
    width: 45px;
    height: 45px;
    color: #222222;
    font-weight: 400;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #e7e7e7;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    margin: .3em;
}


.page-numbers:hover,
.page-numbers.current{
  color: #fffefe;
  background: #002a77;
  border-radius: 5px;
  transition:all 500ms ease;
}
