/*
Theme Name: Uni - Child
Template: uni
Theme URI: https://uni.themerex.net/
Description: Uni - Child - excellent WordPress theme with many different blog and header layouts
Author: ThemeRex
Author URI: https://themerex.net/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* =Theme customization starts here
-------------------------------------------------------------- */
.nav-links .page-numbers {
    background-color: #fff;
}

.trx-addons-posts-pagination a, .trx-addons-posts-pagination .page-numbers {
    width: 42px;
    height: 42px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #000;
    border: 1px solid #b7b5b1;
}

.trx-addons-posts-pagination a, .trx-addons-posts-pagination .page-numbers.current {
    background: #ba3948;
    color: #fff;
    border: 1px solid #ba3948;
}

nav.trx-addons-posts-pagination.trx-addons-posts-pagination-ajax {
    display: flex;
}

.trx-addons-posts-item-thumbnail img {
    height: 230px;
    object-fit: cover;
}

.trx-addons-posts-item-excerpt p {
    max-height: 78px;
    overflow: auto;
}

.page_content_wrap .post_featured.with_thumb {
    opacity: 0.1;
    background-size: 50% !important;
    background-repeat: repeat !important;
    background-image: url(https://insights.saasberry.ai/wp-content/uploads/2026/02/Frame-2.svg);
}

.post_featured.with_thumb:after {
    content: "";
}

.post_header_wrap_style_style-2.with_featured_image:before {
    background: linear-gradient(0deg, #fbf9f5, transparent);
}

.post_header_wrap_style_style-2 .post_featured.with_thumb + .post_header, .post_header_wrap_style_style-2 .post_featured.with_gallery + .post_header {
    z-index: 9999;
}

.post_header_wrap_style_style-2.with_featured_image .post_header .post_title, .post_header_wrap_style_style-2.with_featured_image .post_header .post_meta_item, .post_header_wrap_style_style-2.with_featured_image .post_header .post_meta_item:after {
    color: #1f242e;
}

.post_footer.post_footer_single.entry-footer {
    display: none;
}