@media screen and (max-width: 800px) {
  .burger_menu_toggle {
    display: block; /* Example rule */
    margin: unset;
    /* width: 97px; */
  }
  .canvas-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    right: -100%;
    /* background: #2b2b2bcc; */
    bottom: 0;
    height: 100vh;
    transition: 0.3s all ease-in-out;
    /* padding: 32px; */
    z-index: 2;
    /* box-shadow: -1px 0 10px #fff; */
    align-items: flex-start;
  }
	
	
	.post-meta {
    display: flex;
    flex-wrap: wrap;
}


  .site-logo-text {
    font-size: 22px;
  }

  .site-tagline {
    font-size: 9px;
  }

  .header-top-inner {
    grid-template-columns: 1fr auto 1fr;
    gap: 6px;
    padding: 8px 0;
  }

  .header-top-left {
    gap: 8px;
  }

  .weather-widget span,
  .header-date {
    font-size: 10px;
  }

  .location-pill {
    padding: 4px 8px;
    font-size: 10px;
  }

  .location-pill svg {
    display: none;
  }

  .header-top-right {
    gap: 6px;
  }

  .header-utility-inner {
    padding: 8px 0;
    gap: 8px;
  }

  .pdf-download-btn {
    font-size: 0;
    padding: 8px;
    gap: 0;
  }

  .pdf-download-btn svg {
    width: 16px;
    height: 16px;
  }

  .header-ticker {
    display: none;
  }

  .breaking-news-btn {
    font-size: 11px;
    padding: 6px 10px;
  }

  .columns {
    display: flex;
    margin: 10px 0;
    width: 100%;
    flex-direction: column;
    gap: 16px;
  }

  .column {
    padding: 0;
  }

  .news-border > h2 {
    font-size: 13px;
  }

  .back-gray {
    padding: 10px !important;
    margin: 0 -10px;
    background: #ecedf1;
    width: calc(100% + 20px);
  }

  .back-gray:before {
    display: none;
  }

  .news-border.photo-news-widget {
    width: calc(100% + 20px);
    margin: 10px -10px;
  }

  .news-border.photo-news-widget > h2 {
    border-radius: 10px 0 0 0;
  }

  div#photo-news-widget {
    border-radius: unset;
    padding: 20px;
  }

  footer#site-footer .container {
    display: flex;
    flex-direction: column;
  }

  .social-icons {
    display: flex;
    justify-content: center;
  }

  .footercenter {
    text-align: center;
  }

  footer#site-footer a {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  ul.footer-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }

  a#footer_logo svg {
    width: 100%;
    max-width: 120px;
  }

  .admin-bar header#header ,header#header {
    position: fixed;
    top: 0;
    z-index: 9999;
  }

  div#page {
    padding-top: 102px;
    min-height: 100vh !important;
  }

  div#header-nav .container {
    padding: 0;
  }

  .side-container {
    flex-direction: column;
    gap: 37px;
  }

  .content-area {
    width: 100%;
    padding: 0;
    border: unset;
  }

  aside.sidebar {
    width: 100%;
    padding: 0;
  }

  .comments-section {
    padding: 21px;
  }

  div#related-news-widget {
    margin: 23px -10px;
    width: calc(100% + 20px);
    padding-right: 15px;
  }

  #related-news-widget > h2 {
    font-size: 17px;
  }

  #related-news-widget .swiper-button-next.photo-next {
    top: 18px;
  }

  #related-news-widget .swiper-button-prev.photo-prev {
    top: 18px;
  }

  .news-article h1 {
    font-size: 18px;
  }

  html #wpadminbar {
    display: none;
  }

  ul.primary-menu {
    display: flex;
    flex-direction: column;
    width: 70%;
    height: 100%;
    padding: 20px;
    background: #ffffff;
    position: relative;
    padding-top: 70px;
    box-shadow: -1px 0 10px #00000012;
    position: relative;
    gap: 0;
  }
  .burgermenu .canvas-menu {
    right: 0;
  }

  .canvas-menu:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 70%;
    background: #ffffffdb;
    backdrop-filter: blur(4px);
    transition: 0.3s all ease-in-out;
  }

  .burgermenu .canvas-menu:before {
    width: 100%;
  }
  .canvas-menu .burger_menu_toggle {
    display: block;
    position: absolute;
    z-index: 2;
    width: 59px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
  }

  .canvas-menu .burger_menu_toggle svg {
    fill: #003892;
    width: 30px;
    height: 30px;
  }

  .header-utility-inner {
    flex-wrap: wrap;
  }

  form#search-form {
    flex: 1 1 100%;
    order: -1;
  }

  form#search-form input[type="search"] {
    width: 100%;
    box-sizing: border-box;
  }

  .content-wrapper {
    flex-direction: column;
  }

  .main-content {
    width: 100%;
  }

  .content-wrapper {
    flex-direction: column;
  }

  .main-content {
    width: 100%;
  }

  .post-title {
    font-size: 15px;
  }

  .post-list .post-meta span.post-categories {
    width: unset;
    margin-right: 0;
    right: 32%;
    bottom: 9px;
    opacity: 0.4;
  }

  .post-list .post-meta {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 11px;
    padding: 0;
    background: unset;
    font-size: 11px;
    margin: auto 0 4px;
  }

  .post-excerpt {
    display: none;
  }

  .read-more {
    padding: 2px 7px;
    font-size: 11px;
    position: absolute;
    left: -2px;
    bottom: 10px;
    border-radius: 0 10px 10px 0;
    color: #333;
  }

  .post-card {
    padding: 10px;
    border-radius: 6px;
    position: relative;
    min-height: 131px;
  }

  .post-list span.post-date {
    position: absolute;
    right: 12px;
    bottom: 11px;
    font-size: 10px;
    width: 21%;
    text-align: center;
    background: #d8dde5;
    border-radius: 3px;
    color: #000;
  }

  .post-card .post-content {
    display: flex;
    flex-direction: column;
  }

  .nav-links {
    display: flex;
  }

  a.next.page-numbers {
    margin-right: auto;
  }
	
	#main-slider a {
    flex-direction: column;
    background: unset;
}

.scrolled div#header-top {
     display: none; 
    height: 0;
}

.slide-text {
    padding: 3px 10px 3px 3px;
    gap: 4px;
    background: unset;
    border: 1px solid #eee;
    border-radius: 0 0 8px 8px;
    font-size: 13px;
}

div#main-slider {
    padding: 0;
}

div#main-slider img {
    border-radius: 8px 8px 0 0;
}

.slide-image h2 {
    font-size: 15px;
}

.slide-text h2 {
    font-size: 15px;
    margin: 0;
}

.main-slider-button-next.swiper-button-next {
    right: unset;
    top: 34%;
    left: -3px;
}

div#main-slider .swiper-pagination {
    width: 100%;
    right: unset;
    bottom: 8px;
}

.under_slider {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.under_slider a {
    aspect-ratio: 2;
}

div#note-slider {
    height: unset;
}

footer#site-footer {
    padding: 16px;
}

.new-widget {
    grid-template-columns: 1fr;
}

.footercenter ul {
    display: block;
    text-align: center;
}

.footercenter ul li {
    display: inline-block;
    padding: 0 9px;
}


.parsidate div {
  display: flex;
  flex-direction: row;
}

.parsidate strong {
  font-size: unset;
  position: unset;
  font-weight: inherit;
}

.parsidate {
  font-weight: 700;
}

.dark-mode-toggle svg {
  width: 16px;
  height: 16px;
}

ul.primary-menu li {
  border-top: 1px solid #eee;
}

ul.primary-menu li:last-child {
  border-bottom: 1px solid #eee;
}

.swiper-button-next, .swiper-button-prev {
  border-radius: 5px;
}

.main-slider-button-prev.swiper-button-prev {
  right: -3px;
  top: 34%;
}

.under_slider a h2 {
  opacity: 1;
  min-height: unset;
  font-size: 12px;
  padding: 0;
  border-radius: unset;
}

.news-border-in {
  padding: 15px 10px 0px 10px;
  border: 1px solid #eee;
}

.news-border-in img {
  border: 1px solid #eee;
}

.post-thumbnail {
  width: 68px;
}

.note-slide a {
  gap: 9px;
}

.latest-news-list {
  display: flex;
  flex-direction: column;
}

.latest-news-item {
  display: flex;
  flex-direction: row;
}

.latest-news-item a {
  display: flex;
  flex-direction: row;
}

.latest-news-item img {
  width: 75px;
}

.nothumbnail {
  width: 66px;
  border: unset;
}

.news-border-in .nothumbnail {
  border: unset;
}

span.author-name {
  font-size: 12px;
}

.author img {
  width: 24px;
}

.podcast-card {
  gap: 0px;
}

li.first-post .mnini-post-info span.post-date {
  background: #000000;
  position: absolute;
  left: 6px;
  top: 7px;
  line-height: 1.5em;
  color: #fff;
  padding: 0 5px;
  border-radius: 4px;
}

li.first-post .mnini-post-info {
  height: 100%;
  padding-bottom: 10px !important;
}

.mnini-post-info p {
  font-size: 13px;
}

ul.note-list .post-thumbnail {
  width: 120px;
}

.section-container.media-1:before {
  display: none;
}

.customNewsItem img {
  width: 80px;
  aspect-ratio: 1;
  border-radius: 4px;
}

.customNewsMain img {
  border-radius: 0;
}

.customNewsItem {
  display: flex;
  align-items: flex-start;
  margin-bottom: 32px  !important;
}

.customNewsItem strong {
  font-size: inherit;
}

.customNewsItem p {
  font-size: 13px;
}

.customNewsSection {
  margin: 20px 0 0;
}

a.card-posts-linkl {
  display: flex;
  align-items: flex-start;
}

.customNewsSection.video .customNewsBox {
  display: flex;
  flex-direction: column;
}

p.copyright {
  margin-top: 16px;
}

.hormozgan-stats {
  padding: 16px;
  border-radius: 10px;
  margin: 16px 0;
}

.hormozgan-stats .container {
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.hormozgan-stats-list {
  gap: 16px;
  width: 100%;
  justify-content: space-between;
}

.hormozgan-stat-item .stat-icon {
  width: 34px;
  height: 34px;
}

.hormozgan-stat-item .stat-icon svg {
  width: 18px;
  height: 18px;
}

.stat-text strong {
  font-size: 15px;
}

.stat-text span {
  font-size: 10px;
}

.city-pulse-wrap {
  margin: 20px -10px;
  width: calc(100% + 20px);
  padding: 0 10px;
}

.city-pulse-list {
  grid-template-columns: unset;
  grid-auto-flow: column;
  grid-auto-columns: 40%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 4px;
}

.city-pulse-item {
  scroll-snap-align: start;
}

.special-report-banner,
.ad-slot,
.ad-slot-placeholder {
  min-height: 160px;
}

.category-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 16px 0;
}

.category-card-body p {
  display: none;
}

.category-card-body h3 {
  font-size: 12px;
}

.footer-columns {
  flex-direction: column;
  gap: 24px;
  text-align: center;
}

.footer-brand {
  align-items: center;
}

.footer-links-col .footer-category-list,
.footer-contact-list {
  align-items: center;
}

.mini-calendar strong {
  font-size: 24px;
}
}

@media screen and (min-width: 801px) and (max-width: 1100px) {
  .city-pulse-list {
    grid-template-columns: repeat(4, 1fr);
  }

  .category-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
