/*
Theme Name: Custom Theme
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/
#header .header-main .container{min-height:40px;}
.btn_expmore a{background-image:none!important; padding:5px;}
.custom_table th{background-color:#a73820; color:#fff;font-size:14px;vertical-align: middle;
    line-height: 20px;}
.custom_table td{color:#222; font-size:14px; font-weight:600;}


.custom-pagination {
    text-align: center;
    margin-top: 30px;
}

.custom-pagination ul {
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 6px;
}

.custom-pagination li {
    display: inline-block;
}

.custom-pagination a,
.custom-pagination span {
    display: block;
    padding: 8px 14px;
    border: 1px solid #ddd;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    background: #272e32;
    transition: 0.3s;
}

/* Hover */
.custom-pagination a:hover {
    background: #a73820;
    color: #fff;
    border-color: #a73820;
}

/* Active Page */
.custom-pagination .current {
    background: #a73820;
    color: #fff;
    border-color: #a73820;
}

/* Prev/Next buttons hover */
.custom-pagination .prev:hover,
.custom-pagination .next:hover {
    background: #272e32;
    color: #fff;
}

/* Dots */
.custom-pagination .dots {
    color: #999;
    padding: 8px 10px;
}
.btn_tb{  background-color: #a73820 !important; padding:5px 10px; color:#fff}