/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

/* All numbers */
.custom-pagination .page-numbers {
    display: inline-block;
    min-width: 38px;
    height: 38px;
    line-height: 38px;
    margin: 0 6px;
    border: 1px solid #e5e5e5;
    color: #005883;
    text-decoration: none;
    font-size: 14px;
    border-radius: 4px;
	  text-align: center;
    transition: all 0.3s ease;
}

/* Hover */
.custom-pagination .page-numbers:hover {
    background-color: #f5f5f5;
    border-color: #ddd;
	color:#f58220;
}

/* Active page */
.custom-pagination .current {
    background-color: #f2f2f2;
    border-color: #ddd;
    font-weight: 600;
    color: #f58220;
}

/* Prev/Next arrows */
.custom-pagination .prev,
.custom-pagination .next {
    font-weight: bold;
    padding: 0 12px;
}