/*
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.4.7.1778839864
Updated: 2026-05-15 10:11:04

*/


.page-content .post .entry-title a {
	color: #444;
}
.page-content.archive {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 20px;
    row-gap: 20px;
    padding: 4em 1em;
}
.page-content.archive .post {
    max-width: calc(50% - 50px);
    width: 100%;
    background-color: #ffffff;
    padding: 20px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .2);
    border-radius: 4px;
}
.page-content.archive .post img.wp-post-image {
    max-height: 380px;
    object-fit: cover;
    object-position: top;
}
.page-content.single {
    padding: 4em 1em;
}
body .page-content.single ul, body .page-content.single ul li  {list-style: circle;padding-left: inherit;}
nav.pagination {
	display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
    row-gap: 15px;
}
@media screen and (max-width:767px) {
.page-content.archive .post {
	max-width: 100%;
}
}