@media (max-width:1400px) {

}

@media (max-width:1200px) {

}

@media (max-width: 992px) {
  body {
    --grid-width: 33.3333% !important;
  }

  .grid {
    --space-margin: 20px;
    margin: 0 calc(var(--space-margin) * -1);

    .grid__col-sizer {
      width: var(--grid-width);
    }

  }
}

@media (max-width: 768px) {
  body {
    --grid-width: 50% !important;
  }

  .head__fixed {
    .head--v1 {
      .head__inner {
        .head__top {
          display: flex;
        }
      }
    }
  }
  .head__logo {
    margin: 10px auto;
    z-index: 2;
    position: relative;
  }
  .head__nav {
    display: none;
  }

  .head__top {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .head__fixed .head--v1 .head__logo {
    display: block !important;
  }
  .head__sologan {
    font-size: 28px;
  }
  .header__search {
    display: none;
    .header__side & {
      display: block;
    }
  }
  .head--v1 .head__inner {
    padding: 15px 0;
  }
  .toggle-search {
    width: 35px;
    height: 35px;
    i {
      font-size: 16px;
    }
  }
  .head__social.border-line-solid .head__social--list li a {
    width: 35px;
    height: 35px;
    i {
      font-size: 16px;
    }
  }

  .post-list-large__title {
    font-size: 28px;
  }

  .col-12.col-md-4 #secondary {
    padding: 0;
  }


  .single-header {
    .single-header__inner {
      flex-wrap: wrap;
      .single-header__left {
        padding: 50px;
        width: 100%;
        .single-heading-default__title {
          font-size: 32px;
        }
      }
      .single-header__right {
        width: 100%;
        figure {
          background-size: cover;
          background-position: center;
        }
      }
    }
  }

  .single-header.single-header__v2 .single-header__inner .single-header__left {
    border-right: 1px solid;
    border-bottom: none;
  }
}

@media (max-width:576px) {
  body {
    --grid-width: 100% !important;
  }
  .head__logo {
    margin: 0 auto;
  }

  .head--v1 {
    .head__inner {
      padding: 0 0 20px;
    }
    .head__left,.head__right {
      z-index: 2;
    }
    .head__logo {
      --logo-padding: 10px auto;
    }
  }
  .hero__thumbnail {
    height: auto;
    aspect-ratio: 5/7;
  }

  .hero__content .hero__title {
    font-size: 32px;
    padding: 0 0 10px;
  }

  .heading-default {
    padding: 0 0 20px;
    h2 {
      margin: 0;
      font-size: 26px;
    }
  }

  .product-section, .html-custom, .shortcode {
    padding: 40px 0;
  }

  .grid {
    --space-margin: 0px;
    margin: 0 calc(var(--space-margin) * -1);
    .grid__item {
      padding: 0 var(--space-margin);
    }

  }

  .wp-block-woocommerce-cart, .wp-block-woocommerce-checkout {
    padding: 15px;
  }
  .single-post .breadcrumb-option {
    display: none;
  }

  .archive-header .archive-heading-default .archive-heading-default__title {
    font-size: 36px;
  }

  .single-header .single-heading-default__title {
    font-size: 24px;
    margin: 15px auto;
  }
  .single-detail__left {
    flex-wrap: wrap;
  }
  .single-detail__share {
    width: 100%;
    order: 1;
  }
  .single-detail__content {
    width: 100%;
    order: 0;
  }
  .col-12.col-md-4 #secondary {
    padding-left: 0;
  }
  .single-share {
    margin: 20px 0;
  }
  .single-share .single-share__icon ul {
    flex-direction: row;
  }
  #post-progress {
    margin: 0;
  }
  .post_navigation_thumb {
    flex-wrap: wrap;
  }
  .post_navigation_thumb__item.w-50 {
    margin: 15px 0;
    width: 100% !important;
  }
  .has-drop-cap:not(:focus):first-letter {
    font-size: 3.4em;
  }
  .wp-block-pullquote {
    padding: 1.5rem 0;
  }
  .post-list__item .post-list__title, .post-list-odd__item .post-list-odd__title {
    font-size: 24px;
  }
  .post-list-odd__item .post-list-odd__item--content,
  .post-list-odd__item:nth-child(odd) .post-list-odd__item--content {
    padding: 0;
  }
  .teri-form h4 {
    font-size: 24px;
  }
}
