/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1742224873
Updated: 2025-03-17 15:21:13

*/

.category-filter {
    text-align: center;
    margin: 30px 0px;
}
.category-filter button.filter-btn {
    border: 0px;
    color: #69727d;
}
.category-filter button.filter-btn.active, 
.category-filter button.filter-btn:hover {
    background: #092444;
    color: #fff;
}
#filtered-posts {
    display: flex;
    flex-wrap: wrap;
}
#filtered-posts .post-item {
    width: 33.33%;
    padding: 15px;
}
#filtered-posts .post-item .post-itemsp {
    background: #e6f4f3;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
}
#filtered-posts .post-item .post-itemsp a {
    display: inline-block;
    width: 100%;
}
#filtered-posts .post-item .post-itemsp img {
    width: 100%;
}
#filtered-posts .post-item .content_post {
    padding: 20px;
}
#filtered-posts .post-item .content_post .post-category {
    color: #45afa7;
    font-size: 18px;
    font-weight: 400;
}
#filtered-posts .post-item .content_post h3, 
#filtered-posts .post-item .content_post h3 a {
    font-size: 20px;
    color: #092444;
    text-decoration: none;
    font-weight: 600;
    line-height: 24px;
}
#filtered-posts .post-item .content_post p a {
    text-decoration: none;
    line-height: 22px;
    color: #111316;
    font-size: 15px;
}
div#pagination {
    text-align: center;
}
div#pagination .pagination {
    justify-content: center;
}
div#pagination .pagination a.pagination-link.active {
    color: #45AFA7;
}
div#pagination .pagination a.pagination-link {
    margin: 0px 6px;
    text-decoration: none;
    color: #092444;
}
span.ticker {
    font-size: 13px;
}
@media only screen and (max-width: 767px) {
.category-filter button.filter-btn {
    padding: 4px 10px;
    margin: 2px;
    font-size: 14px;
}

#filtered-posts .post-item {
    width: 100%;
}

}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
.category-filter button.filter-btn {
    padding: 5px 12px;
    margin: 2px;
    font-size: 15px;
}

#filtered-posts .post-item {
    width: 50%;
}

}