 /*
Theme Name: Astra Child
Theme URI: https://yourwebsite.com/
Description: A blank child theme for Astra.
Author: samir
Template: astra
Version: 1.0.0
*/


.scale_box {
    animation: shrink 5s infinite alternate;
}

@keyframes shrink {
    0% {
        background-size: 110% 110%;
    }

    100% {
        background-size: 100% 100%;
    }
}

.elementor-468 .elementor-element.elementor-element-da179fe {
    box-shadow: none !important
}

.border-0,
.border-0 .e-child {
    border-color: #272727 !important
}

.ast-separate-container .ast-article-single:not(.ast-related-post),
.woocommerce.ast-separate-container .ast-woocommerce-container,
.ast-separate-container .error-404,
.ast-separate-container .no-results,
.single.ast-separate-container .ast-author-meta,
.ast-separate-container .related-posts-title-wrapper,
.ast-separate-container .comments-count-wrapper,
.ast-box-layout.ast-plain-container .site-content,
.ast-padded-layout.ast-plain-container .site-content,
.ast-separate-container .ast-archive-description,
.ast-separate-container .comments-area .comment-respond,
.ast-separate-container .comments-area .ast-comment-list li,
.ast-separate-container .comments-area .comments-title {
    background-color: transparent;
    background-image: none;
    margin-top: 100px;
    padding-top: 0;
}

.ast-separate-container.ast-right-sidebar #secondary,
.ast-separate-container.ast-left-sidebar #secondary {
    border: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 148px;
    width: 300px;

}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both;
    overflow-wrap: break-word;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 26px !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* Optional: Adds '...' for overflow */
}

.ast-sticky-sidebar .sidebar-main {
    top: 50px;
    position: sticky;
    overflow-y: auto;
    height: 100%;
    max-height: max-content !important;
}

.ast-separate-container .comments-area {
    border-top: 0;
    display: none;
}

.ast-separate-container.ast-two-container #secondary .widget {
    background-color: transparent;
    background-image: none;
}

.widget-title,
.widget .wp-block-heading {
    font-size: 21px;
    font-size: 1.4rem;
    color: #fff;
    margin-bottom: 10px;
}
 
.single.single-post .site-header  {
        position: relative !important;
         
    }
    .ast-right-sidebar #primary {
        border-right: 1px solid rgb(245, 245, 245, 0.2);
    }
.single .post-navigation {
    margin: 0;
    padding: 2em 0 0;
    border-top: 1px solid 
            rgb(245, 245, 245, 0.2);}
.ast-related-posts-title-section {
    border-top: 1px solid rgb(245, 245, 245, 0.2);
}   

  .ast-related-post-content .entry-header .ast-related-post-title a {
    font-size: 16px;
    font-size: 1.0666666666667rem;
    line-height: 1.5em;
    clear: both;
    overflow-wrap: break-word;
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
            
 .ast-right-sidebar #secondary {
        border-left: 1px solid rgb(245, 245, 245, 0.1) !important;
        margin-left: -1px;
    }     
    .site-content .ast-single-post-featured-section img {
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    max-height: 400px;
    height: 100%;
}
.ast-separate-container .ast-article-post {
    background-color: transparent;
    background-image: none;
}
	
	.ast-article-post .post-thumb-img-content img {
    transform: scale(1);
    transition: transform .5s ease;
    border-radius: 25px;
}	
.ast-primary-header-bar {
    background-color: transparent !important;
}
.archive .site-header {
    z-index: 99;
    position: absolute;
    width: 100%;
}
.post  .entry-content h3 { 
    margin-bottom: 6px;
    margin-top: 25px;
    font-size:20px !important;;
}
.post  .entry-content h1 { 
    font-size:22px !important;
}
	
	.post  .entry-content h4 { 
    margin-bottom: 6px;
    margin-top: 25px;
    font-size:17px !important;;
}		