.site-info:after {
    content: "©2025 ScreenAge Wasteland";
    display: block;
    color: #dbb133;
    text-align: center;
}
/* Site Header Height */
@media (min-width: 1000px){
	.site-header {
                min-height: 80px;
		padding: 0px 0;
	}
}
/* reduce site footer height #11994390-hc */
@media screen and (min-width: 1200px) {
    .site-info {
        padding: .750rem 0;
    }
}
/* reduce spacing between footer menu and social icons #11994390-hc */
.site-secondary-menu,
.site-social2-menu {
    margin-bottom: 1rem;
}
/* replace site logo on larger screens #1953236-zen */
@media screen and (min-width: 1200px) {
    .site-logo-wrapper a:before {
        content: "";
        display: block;
        background: url('https://screenagewasteland.com/wp-content/uploads/2022/06/SAW_HeaderLogo2022.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 1200px;
        height: 100px;
    }

    .attachment-arcane-site-logo {
        display: none;
    }
}
@media (max-width: 900px) {
  .entry-wrapper {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
  }
  .hentry:nth-of-type(2n) .entry-wrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  }
  .entry-wrapper .entry-image-wrapper {
      width: 30%;
  }
  .entry-wrapper .entry-content-wrapper {
      padding: 0 8px;
      padding: 0 0.9375;
      text-align: center;
      width: 60%;
  }
}
@media (max-width: 543px) {
  .home.entry-title {
    font-size: 12px;
    font-size: .90rem;
  }
  .more-link-wrapper {
    display: none;
  }
}
@media screen and ( max-width: 600px ) {
  /* Remove category title on mobile  12308744-hc lm */ 
  .home.blog .entry-meta.entry-meta-header-after .byline, .home.blog .entry-meta ul > li::before {
    display: none;
  }
   

}
@media screen and ( max-width: 600px ) {
  /* Reduce padding between posts on home page/mobile  12308744-hc lm */ 
  .home.blog .hentry {
    margin: 0 0 0.250rem;
    padding: 0 0 0.25rem;
}
   

}
.site-social2-menu a,
.site-social2-menu a:visited {
  background: #000000;
}

/* Featured Carousel Content */
.featured-content-wrapper .entry-content-featured-content {
  padding-top: 10px;
  padding-bottom: 10px;
}
/*
Remove background color for Featured content
*/
.featured-content-wrapper .entry-image-featured-content {
    background-color: transparent;
}
