/*
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.1740045030
Updated: 2025-02-20 10:50:30

*/

/* Blog */
.blog-pagination .current {
  background: #390A08;
  color: #fff !important;
  border: none !important;
}

.blog-pagination .pages {
  padding: 30px 0;
  display: flex;
  justify-content: center;
}

.blog-pagination .page-numbers {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  border: 1px solid #ddd;
}

.blog-pagination .page-numbers:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.blog-pagination .page-numbers:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}


.blog-container{
    max-width: 1140px;
    padding: 2rem 1.5rem;
    margin: auto;
}

.blog-inner .blog-title {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.blog-inner .blog-post {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}

.blog-inner .blog-post .blog-image {
  width: 33%;
}

.blog-inner .blog-post .blog-text {
  flex: 1;
}

.blog-inner .blog-post .blog-text .blog-post-title {
  padding: 0;
}

.blog-inner .blog-post .blog-text .blog-post-title a {
  color: #222;
}

.blog-inner .blog-post .blog-text .blog-read-more .blog-button-read-more {
  display: inline-block;
  color: #fff;
  background: #390A08;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 600;
}

.blog-post-inner .blog-post-title {
  margin-top: 0.5rem;
}

.blog-post-inner .blog-post-image {
  margin: 1rem 0;
}

.blog-post-inner .blog-post-content a {
  color: #E77C1A;
}

@media screen and (max-width: 899px) {
  .blog-inner .blog-post .blog-image {
    width: 100%;
  }
}


