/* 
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 5,700+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Template: astra
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra
Domain Path: /languages
Tags: custom-menu, custom-logo, entertainment, one-column, two-columns, left-sidebar, e-commerce, right-sidebar, custom-colors, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready, blog
AMP: true
*/

.custom-posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
}
.custom-posts-grid .custom-post-card {
    border-radius: 20px;
    padding: 20px;
    background-color: #E3F2F8;
}
.custom-posts-grid .custom-post-thumbnail img {
    border-radius: 20px;
    margin-bottom: 20px;
}
.custom-posts-grid h3.custom-post-title a{
	display: block;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
	line-height: 28px;
    font-weight: 600;
    color: #FF0000;
    margin: 5px 0;
    padding: 5px 0;
}
.custom-posts-grid p.custom-post-meta, .custom-posts-grid p.custom-post-excerpt {
    font-weight: 400;
    color: #000;
    font-family: "Poppins", Sans-serif;
    margin-bottom: 10px;
}
.custom-posts-grid a.custom-read-more-btn {
    color: #FFFFFF;
    background-color: #000000;
    border-radius: 10px;
    padding: 10px 20px 10px 20px;
    display: inline-block;
    font-weight: 400;
    font-family: "Poppins", Sans-serif;
}
.custom-posts-grid p.custom-post-excerpt {
    margin-bottom: 1.75em;
}
.custom-pagination span, .custom-pagination a {
    padding: 5px 10px;
    display: inline-block;
    background: #000;
    color: #fff;
}
.custom-pagination {
    padding-top: 40px;
}
.custom-pagination span.current, .custom-pagination a:hover {
    background: #FF0000;
}
@media screen and (max-width:767px){
	.custom-posts-grid {
		grid-template-columns: repeat(1, 1fr);	
	}
}