/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}

.pagination .page-numbers.current, .pagination .page-numbers:hover {
    border-color: #4f335b;
    background-color: #4f335b;
    color: #fff;
    text-decoration: none;
}

.pagination .page-numbers {
    display: inline-block;
    width: 45px;
    height: 42px;
    line-height: 44px;
    font-weight: 700;
    text-align: center;
    background-color: #e9e9e9;
    color: #666;
    overflow: hidden;
    margin-left: 6px;
}

.pagination .page-numbers.next, .pagination .page-numbers.prev {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}