/**
Theme Name: Tech It EZ (astra child theme)
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
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: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tech-it-ez-astra-child-theme
Template: astra
*/

body.archive .ast-archive-description {
	background-color: #0a0a12 
}
.sub-menu > li > a {
	color: #000 !important
}
.feature-img {
    margin: 0 0 10px 10px;
}
.ast-breadcrumbs ul li a span {
    color: #000;
}

/* .menu-item-has-children > .sub-menu {
    width: 180px !important;
} */
@media (min-width: 921px) {
        .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu {
        /* width: 130px !important; */
        /* left: -30px; */
    }
    .ast-separate-container #primary, .ast-separate-container.ast-left-sidebar #primary, .ast-separate-container.ast-right-sidebar #primary {
        margin: 1em 0;
    }
    .ast-header-breadcrumb {
        padding-top: 5px;
        padding-bottom: 6px;
        width: 100%;
        margin-top: 27px;
    }
    .ast-builder-grid-row {
        display: flex;
        grid-column-gap: unset;
    }

    .site-header-primary-section-right {
        flex-grow: 1;
        justify-content: center;
    }

    .ast-builder-grid-row>.site-header-section {
        margin-right: 40px;
    }
}

@media (max-width: 700px) {
    .feature-img {
        min-width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
}

.home .primary {
    width: 100% !important
}

.home .featured-image img {
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}
.blog-grid-view .type-post {
    background: #0a0a12;
    border-radius: 15px;
}
.blog-grid-view .type-post .news-snippet {
    padding: 0;
    margin: 0;
}

.news-snippet .summary {
    padding: 30px;
}

.news-snippet {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    background: #0a0a12;
    border-radius: 15px;
    padding: 30px;
    margin: 0 0 30px;
}

.ast-primary-header-bar {
    background-color: #16151F !important;
}

.site-header {
    padding: 0;
    position: relative;
    /* border-bottom: 1px solid var(--grey-color); */
    background: transparent;
    margin: 0 0 30px;
}

.site-primary-header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 15px;
    background: #0a0a12;
    padding: 1rem 1.66rem;
    border-radius: 15px;
}

/*masorny*/
.blog-grid-view {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-gap: 50px;
  }
  @media only screen and (max-width: 500px) {
    .blog-grid-view {
      margin: 0;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
    .wp-block-image.alignright {
      display: block;
      min-width: 100%;
      height: auto;
    }
  }
  @media only screen and (max-width: 768px) {
    .blog-grid-view {
      grid-gap: 30px;
    }
  }
  .blog-grid-view .type-post {
    background: #0a0a12;
    border-radius: 15px;
  }
  .blog-grid-view .type-post .news-snippet {
    padding: 0;
    margin: 0;
  }
  .blog-grid-view .type-post:first-child {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  @media only screen and (max-width: 768px) {
    .blog-grid-view .type-post:first-child {
      grid-column-end: 1;
    }
  }
  .blog-grid-view .type-post:first-child .news-snippet {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(289px, 1fr));
    grid-gap: 20px;
    height: 100%;
  }
  @media only screen and (max-width: 768px) {
    .blog-grid-view .type-post:first-child .news-snippet {
      grid-gap: 0;
      display: flex;
      flex-direction: column-reverse;
    }
  }
  .blog-grid-view .type-post:first-child .news-snippet .featured-image {
    border-radius: 0;
  }
  .blog-grid-view .type-post:first-child .news-snippet .featured-image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0 15px 15px 0;
  }
  @media only screen and (max-width: 768px) {
    .blog-grid-view .type-post:first-child .news-snippet .featured-image img {
      height: 200px;
      border-radius: 15px 15px 0 0;
    }
  }
  .blog-grid-view .type-post:first-child .news-snippet .summary {
    display: flex;
    flex-direction: column;
  }
  @media only screen and (max-width: 768px) {
    .blog-grid-view .type-post:first-child .news-snippet .summary {
      display: block;
    }
  }
  .blog-grid-view .type-post:first-child .news-snippet .summary .news-title {
    font-size: 2.5rem;
  }
  @media only screen and (max-width: 768px) {
    .blog-grid-view .type-post:first-child .news-snippet .summary .news-title {
      font-size: 1.6rem;
    }
  }
  @media only screen and (max-width: 768px) {
    .blog-grid-view .type-post:first-child .news-snippet .summary .excerpt {
      margin: 1rem 0;
    }
  }
  .blog-grid-view .type-page .news-snippet {
    padding: 0;
    margin: 0;
  }
  
  /*masorny*/
  .readmore {
    display: flex;
    align-items: center;
    gap: 7px;
    font-family: var(--primary-font);
  }
  .readmore svg {
    height: 19px;
    fill: #fff;
  }
  .readmore svg:hover {
    fill: var(--dark-color);
  }
  
  .info {
    margin: 0.5rem 0;
    font-size: 0.85rem;
    color: var(--grey-color);
  }
  .info .post-author {
    display: flex;
    align-items: center;
    margin-left: 0.5rem;
  }
  .info .post-author:before {
    content: "";
    background-color: var(--grey-color);
    height: 1px;
    width: 20px;
    display: inline-block;
    margin-right: 0.5rem;
  }
  .info .comments {
    display: flex;
    align-items: center;
    gap: 5px;
    font-style: normal;
    font-family: var(--primary-font);
  }
  .info .comments a {
    background: none;
    color: var(--grey-color);
  }
  .info .comments a:hover {
    color: #fff;
  }
  .info .comments svg {
    fill: #fff;
  }
  .info.ifoot {
    text-transform: uppercase;
    font-size: 0.8rem;
    margin: 1.5rem 0 0;
  }
  .info.ihead, .info.ifoot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
  }
  
  .list-inline {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    text-transform: uppercase;
  }
  .list-inline li {
    color: var(--grey-color);
  }
  .list-inline a {
    background: none;
    color: var(--grey-color);
    display: inline-flex;
  }
  .list-inline a:hover {
    color: rgb(125, 125, 109);
  }
  
  .main-wrapper .category a {
    border: 1px solid #fff;
    padding: 4px 13px 0;
    border-radius: 1000px;
    text-transform: uppercase;
    background-color: #fff;
    background-size: 0;
  }
  .main-wrapper .category a:hover {
    border-color: rgb(125, 125, 109);;
  }
  .main-wrapper .category,
  .main-wrapper .tags {
    display: flex;
    gap: 0.5rem;
    margin: 1rem 0;
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 0.85rem;
  }
  .main-wrapper .category a,
  .main-wrapper .tags a {
    display: flex;
    align-items: center;
    color: rgb(125, 125, 109);;
  }
  .main-wrapper .category a:last-child:after,
  .main-wrapper .tags a:last-child:after {
    display: none;
  }
  
  .social-share .list-inline {
    gap: 7px;
  }
  .social-share .list-inline li {
    display: inline-flex;
    font-family: var(--primary-font);
  }
  .social-share .list-inline li svg {
    height: 1rem;
    width: auto;
    fill: rgb(255 164 83);
  }
  .social-share .list-inline li svg:hover {
    fill: #fff;
  }
  
  .related-posts {
    margin: 4rem 0 0;
  }
  .related-posts .post-holder {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    grid-column-gap: 2rem;
  }
  .related-posts .post-holder .news-snippet {
    margin-bottom: 1rem;
    flex-wrap: nowrap;
    flex-direction: column;
    padding: 0;
  }
  .related-posts .post-holder .news-snippet .featured-image {
    display: flex;
    width: 100%;
  }
  .related-posts .post-holder .news-snippet .featured-image img {
    border-radius: 0;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
  }
  .related-posts .post-holder .news-snippet h5 {
    margin: 0 0 1rem;
    line-height: 1.25;
  }
  
  .posts-navigation .nav-links {
    display: flex;
    justify-content: space-between;
  }
  
  .pagination {
    margin-top: 2.78rem;
  }
  .pagination ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
    gap: 1rem;
  }
  .pagination ul li {
    color: rgb(125, 125, 109);;
  }
  .pagination ul .active a {
    color: #fff;
    background: linear-gradient(#fff, #fff);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 1px;
  }
  