/* 
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 */
.post .wp-post-image{ border-radius:10px 10px 0px 0px;}
#content{ padding-top:60px;}
.custom-blog-wrap {
	max-width: 1140px;
	margin: 0 auto;
	padding: 50px 20px 0px;
}
.custom-blog-title {
	font-size: 36px;
	font-weight: 700;text-align:center !important;
	margin-bottom:40px;
}
.custom-blog-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}
@media (max-width: 767px) {
	.custom-blog-grid {
		grid-template-columns: 1fr;
	}
}
.custom-blog-card {
	background: #f7f7f7;
	overflow: hidden;
	display: flex;box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 5px;
  border-radius: 10px;
	flex-direction: column;
}
.custom-blog-card-img {
	width: 100%;
	aspect-ratio: 16 / 10;
	overflow: hidden;
}
.custom-blog-card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.custom-blog-card-body {
	padding: 20px 25px 25px;
}
.custom-blog-card-title {
	  font-size: 29px !important;
	line-height: 1.3 !important;
	margin: 0 0 10px;
}
.custom-blog-card-title a {
	color: #1a1a1a;
	text-decoration:none;
}
.custom-blog-card-meta {
	font-size: 14px;
	color: #777;
	margin-bottom: 12px;
}
.custom-blog-card-excerpt {
	font-size: 16px;
	line-height: 1.6;
	color: #333;
	margin-bottom: 15px;
}
.custom-blog-card-readmore {
	font-size: 15px;
	font-weight: 600;
	text-decoration:none;
	color: #1a1a1a;
}
.custom-blog-card-readmore:hover{ text-decoration:underline;}
.custom-blog-pagination {
	margin-top: 40px;
	display: flex;
	gap: 15px;
	justify-content: center;
}
.custom-blog-pagination a,
.custom-blog-pagination span {
	padding: 8px 16px;
	border: 1px solid #ddd;
	text-decoration: none;
	color: #1a1a1a;
}
.custom-blog-no-posts {
	font-size: 16px;
	color: #555;
}
.custom-blog-card-meta a {
	color: #777;
	text-decoration: underline;
}
.custom-blog-card-meta a:hover {
	color: #1a1a1a;
}
.custom-single-wrap {
	max-width: 1140px;
	margin: 0 auto;
	padding: 50px 10px;
}
.custom-single-title {
	font-size: 34px;
	line-height: 1.3;
	margin: 0 0 15px;
}
.custom-single-meta {
	font-size: 14px;
	font-weight: 600;
	color: #777;padding-left: 2px;
	margin-bottom: 30px;
}
.custom-single-meta a {
	color: #777;
	text-decoration: underline;
}
.custom-single-meta a:hover {
	color: #1a1a1a;
}
.custom-single-meta-sep {
	margin: 0 8px;
	opacity: 0.7;
}
.custom-single-content {
	font-size: 16px;
	line-height: 1.75;
	color: #333;
}
.custom-single-content h2 {
	margin-top: 40px;
}