/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-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.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.4
	Stable tag: 3.4.4
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/

/* Single blog post css */

.content-with-sidebar {
    max-width: 1140px;
    margin: auto;
    padding-top: 100px;
}

/*.content-with-sidebar {*/
/*    display: flex;*/
/*    gap: 20px;*/
/*    align-items: flex-start;*/
    max-width: 1140px; /* keeps it from stretching too wide */
    margin: 0 auto; /* centers it */
    padding: 0 20px; /* breathing room on sides */
/*}*/

.main-content {
    flex: 0 0 70%;
}

/*.sidebar {*/
/*    flex: 0 0 30%;*/
/*}*/
/*.sidebar .widget_recent_entries {*/
/*    background: #f9f9f9;*/
/*    padding: 15px;*/
/*    border-radius: 8px;*/
/*    border: 1px solid #ddd;*/
/*}*/

/*.sidebar .widget_recent_entries h2, */
/*.sidebar .widget_recent_entries .widget-title {*/
/*    font-size: 18px;*/
/*    margin-bottom: 10px;*/
    border-bottom: 2px solid #16B537; /* your brand green */
/*    padding-bottom: 5px;*/
/*}*/

/*.sidebar .widget_recent_entries ul {*/
/*    list-style: none;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*}*/

/*.sidebar .widget_recent_entries ul li {*/
/*    padding: 8px 0;*/
/*    border-bottom: 1px solid #eee;*/
/*}*/

/*.sidebar .widget_recent_entries ul li:last-child {*/
/*    border-bottom: none;*/
/*}*/

/*.sidebar .widget_recent_entries a {*/
/*    text-decoration: none;*/
    color: #1C3745; /* brand secondary color */
/*    transition: color 0.2s ease;*/
/*}*/

/*.sidebar .widget_recent_entries a:hover {*/
/*    color: #16B537;*/
/*}*/


h1.entry-title {
    color: red;
}
