.bottom_pager_ajax{
    display: block;
    padding: 20px;
    text-align: center;
}

.bottom_pager_ajax button{
    display: inline-block;
}

.load_more {
    background: #ffd429;
    border: 0;
    border-radius: 25px;
    width: 190px;
    height: 50px;
    margin: auto 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    outline: 0;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.load_more:hover {
    color: #fff;
    background-color: #2e954a;
}
