/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.rs_container {
	display: block;
	margin: 0 auto;
	width: 1200px;
	max-width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 15px;
}
.rs_blog_archive{}
.rs_blog_list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
}
.rs_blog_list .rs_blog_item{
	width: calc(33.33% - 14px);
	box-sizing: border-box;
	max-width: 100%;
}
.rs_blog_list .rs_blog_post_item{
	box-sizing: border-box;
	
}
.rs_blog_list .rs_blog_post_item .post-thumbnail{}
.rs_blog_list .rs_blog_post_item .post-thumbnail img{}
.rs_blog_list .rs_blog_post_item .rs_post_title{}
=.rs_blog_list .rs_blog_post_item .rs_post_meta{}
.rs_blog_list .rs_blog_post_item .rs_post_meta .byline{}
.rs_blog_list .rs_blog_post_item .rs_post_meta .posted-on{}
.rs_blog_list .rs_blog_post_item .rs_sort_desc{}