/*
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 6,000+ 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.15.1763534698
Updated: 2025-11-19 06:44:58

*/

.mainslider .sina-pc-content {
    width: 60%;
    padding-left: 50px;
}

.sticky-header {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.large-img img {
    height: 350px !important;
    width: 100%;
    object-fit: cover;
}

h2.sina-bp-title, .ast-related-post-title a, .archive .entry-title a  {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.techimg .sina-bg-thumb img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}


.ast-related-post-featured-section img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.ast-related-post-content .ast-related-post-title, .ast-related-post-title a  {
    font-weight: 600 !important;
    line-height: 1.5em !important;
    font-size: 18px !important;
}

.related-entry-header
 {
    padding: 20px 10px 2px 10px !important;
    margin-top: 0px !important;
}
.ast-related-post-content {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}
.ast-related-post-featured-section img {
    border-radius: 10px !important;
}

a:hover, a:focus {
    color: #053870;
    outline: none !important;
}
.sina-bp {
    box-shadow: 0px 6px 15px -2px rgba(16, 24, 40, 0.05);
	border-radius: 10px;
}
.site-content section.ast-archive-description {
    border-bottom: 0px !important;
}
.archive #primary {
    margin: 2em 0;
}

span.site-title a {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff !important;
}

.site-title a {
    display: inline-block;
    opacity: 0;
    transform: scale(0.85);
    animation: zoomInTitle 0.8s ease-out forwards;
}

@keyframes zoomInTitle {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

 
.archive .ast-row,
.blog .ast-row,
.category .ast-row {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 0px;
}
.archive .ast-grid-common-col {
    padding-left: 10px;
    padding-right: 10px;
}

.archive .ast-row article,
.blog .ast-row article,
.category .ast-row article {
    width: 100% !important;
    
}

@media (max-width: 1024px) {
    .archive .ast-row,
    .blog .ast-row,
    .category .ast-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .archive .ast-row,
    .blog .ast-row,
    .category .ast-row {
        grid-template-columns: 1fr;
    }
}


@media screen and (max-width:768px) and (min-width:320px) {
.mainslider .sina-pc-content {
    width: 100% !important;
	 padding-left: 0px !important;
}
.single .site-content {
    margin-top: 40px;
}
.ast-row {
    margin-left: 0px;
    margin-right: 0px;
}	
}


