/**
Theme Name: Astra Child
Author: Muskan
Author URI: https://rankwithsmile.com/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 4.11.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
.blog .ast-primary-header-bar, .single-post .ast-primary-header-bar {
    background: #243673;
}
.blog .main-header-menu .menu-link,.blog .main-header-menu>a,  .single-post .main-header-menu .menu-link,.single-post .main-header-menu>a {
    text-decoration: none;
    padding: 0 1em;
    display: inline-block;
    transition: all .2s linear;
    color: #e2e5e7;
}
.blog article.post {
    flex-basis: 49%;
    padding:15px !important;
    border: 1px solid #f4f4f4;
}
.blog .ast-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}
.blog .wp-post-image, .single-post .post-thumb img{
	width:100%;
}
.single-post article.type-post {
    padding: 20px;
}
.single-post .comment-respond {
    padding: 30px 20px !important;
}
.blog .site-content .ast-container {
    max-width: 100%;
    margin: 0;
    padding: 0;
}
.blog div#primary {
    margin-top: 0;
}
.blog main#main {
    max-width: 1200px;
    margin: auto;
    margin-top: 40px;
}
.custom-blog-banner {
    background-image: url('https://rankwithsmile.com/wp-content/uploads/2020/07/hero-bg-01.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 15px;
    position: relative;
	text-align:center;
}
.custom-blog-banner::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000ab;
}
.custom-blog-banner h1 {
    position: relative;
    color: #fff;
}
.custom-blog-banner p {
    position: relative;
    color: #fff;
    font-size: 20px;
}
.blog h2.entry-title.ast-blog-single-element {
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog .ast-excerpt-container.ast-blog-single-element {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.blog .post-content>.read-more {
    margin-top: 0.5em;
}
aside#recent-posts-3 nav li:not(:last-child) {
    border-bottom: 1px solid #adabab;
}
.single-post .entry-content :is(
  address, blockquote, dd, dl, dt, fieldset, figure,
  h1, h2, h3, h4, h5, h6, hr, iframe, legend,
  li, ol, p, pre, textarea, ul
) {
  color: #000;
}

.blog article.post span.author-name {
    display: none;
}
@media (max-width:768px){
	.blog .main-header-menu .menu-link, .blog .main-header-menu>a, .single-post .main-header-menu .menu-link, .single-post .main-header-menu>a {
    color: #243674;
}
	.ast-theme-transparent-header #masthead .site-logo-img .transparent-custom-logo img, header .custom-logo-link img {
    max-width: 120px;
}
	.ast-mobile-header-wrap .ast-primary-header-bar, .ast-primary-header-bar .site-primary-header-wrap {
    min-height: auto !important;
}
}

@media (max-width:600px){
	.blog article.post {
    flex-basis: 100%;
}
}