/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
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/
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
Version: 4.11.1.1748168793
Updated: 2025-05-25 10:26:33
*/
.site-header .ast-custom-button{
	background:#eca860 !important;
}
.stunning-project .elementor-image-box-title a{
    text-decoration:none !important;
}
/*blog css start*/
.custom-post-list{
	display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 30px;
}
.custom-post-list .post-title a{
    text-decoration:none;
}
.custom-post-list .custom-blog-main{
    border-radius: 10px 10px 10px 10px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #0000002B;
    margin-bottom: 2rem;
}
.custom-post-list .custom-blog-main .blog-img-main{
    height: 235px;
    border-radius: 9px 9px 0px 0px;
}
.custom-post-list .custom-blog-main .blog-img-main img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.custom-post-list .post-title h3{
	color: black;
	font-size: 22px;
	margin: 0;
	/*height: 90px;*/
}
.custom-post-list .read-more-section a{
	color: black;
    background: #eca860;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 10px;
}
.custom-post-list .all-content-main {
    padding: 20px 20px 30px 20px;
    box-shadow: 0px 0px 3px 0px #F5D187;
}
.custom-post-list .content, .custom-post-list .blogdate{
    color: black;
    font-size: 17px;
}
.custom-post-list .read-more-section a i{
	font-size: 12px;
}
.custom-post-list .read-more-section {
    margin-top: 20px;
}
.custom-post-list .blogdate {
    margin-top: 15px;
}
.custom-post-list .blogdate p{
    margin:0;
}
.load-more-section{
	text-align: center;
    margin: 20px 0;
}
.load-more-section button{
	background: var(--p1) !important;
    color: black;
    border: 1px solid var(--p1);
    padding: 5px 15px 5px 15px;
    font-weight: 800;
}
.load-more-section button:hover{
	background: transparent !important;
    color: white;
	border: 1px solid white;
    padding: 5px 15px 5px 15px;
}
.content-block{
    margin-bottom: 10px;
}
/*blog css end*/
/*blog detail start*/
.blog-detail-main .blog-title h1{
    font-size:35px;
    color: #000000;
}
.blog-detail-main .blog-description{
    font-size:17px;
    color: #ffffff;
}
.blog-detail-main .blog-description h1{
    font-size:35px;
    color:#f5d187;
}
.blog-detail-main .blog-description h2{
    font-size:33px;
    color:#f5d187;
}
.blog-detail-main .blog-description h3{
    font-size:30px;
    color:#f5d187;
}
.blog-detail-main .blog-description a{
    text-decoration:underline;
    color:#f0e0bc;
}
.blog-detail-main .blog-date{
    font-size:20px;
    color: #000000;
}
.blog-detail-main .blog-title-main {
    margin: 0 !important;
}
.blog-detail-main #ez-toc-container{
    background:transparent;
}
.blog-detail-main #ez-toc-container a{
    color:#000000;
}
.blog-detail-main blockquote{
    padding: 20px 15px;
    margin: 30px 0;
    border-left: 4px solid #f5d187;
}
.blog-detail-main blockquote p{
    margin: 0;
}
.blog-btn{
    font-size: 15px;
    font-weight: 800;
    color: #000000 !important;
    text-decoration: none !important;
    padding: 13px 2.8125rem;
    background: var(--p1);
}
.blog-btn:hover{
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #fff;
    color: #FFFFFF !important;
}
/*blog detail end*/
@media(max-width:575px){
  .custom-post-list{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }  
}