.site-footer .footer-branding .footer-logo-link amp-img, .site-footer .footer-branding .footer-logo-link img {
  width: 148px;
}

.nav1, .nav3 {
  text-transform: uppercase;
}

.nav3 .menu>li>a {
  font-weight: 700;
}

.site-header .nav1 .sub-menu>li>a:hover, .site-header .nav1 .sub-menu>li>a:not(.submenu-expand):hover {
  background-color: #fd5000;
}

.entry-content .wpnbha .avatar, .author-bio .avatar, .article-section-title::before, .cat-links::before, .page-title::before {
  border-radius: 100%;
}

.wpnbha .post-thumbnail {
  border-radius: .8em;
}

.wpnbha .post-thumbnail amp-img, .post-thumbnail .post-thumbnail-inner amp-img, .pagination .nav-links>* {
  border-radius: .6em;
}

/* Popup */
.newspack-lightbox .newspack-popup {
  max-width: 400px;
}

/* WooCommerce */
.woocommerce .woocommerce-breadcrumb {
  display: none;
}

.woocommerce div.product .related>h2 {
  text-transform: uppercase;
}

@media only screen and (min-width: 1168px) {
  .home-cover.wpnbha.image-alignbehind .post-has-image, .home-topics .wpnbha.image-alignbehind .post-has-image {
    min-height: 300px !important;
  }

  .home-topics .wpnbha.image-alignbehind .post-has-image {
    min-height: 226px !important;
  }

  .home-videos amp-img.amp-wp-enforced-sizes[layout="intrinsic"]>img, .home-opinion amp-img.amp-wp-enforced-sizes[layout="intrinsic"]>img {
    object-fit: cover;
  }

  .home-videos.wpnbha .post-thumbnail amp-img {
    height: 326px;
  }

  .single-product .entry .entry-title {
    font-size: 1.4em;
  }

  .entry-content a:hover, .widget a:hover {
    color: #fd5000 !important;
  }

  .wpnbha.image-alignleft .post-has-image .post-thumbnail img {
    transition-duration: 0.3s;
  }

  .wpnbha.image-alignleft .post-has-image .post-thumbnail:hover img {
    opacity: 0.8;
  }
}

@media only screen and (max-width: 599px) {
  .site-header .custom-logo-link .custom-logo {
    width: 128px;
  }

  .mobile-menu-toggle {
    margin-top: -6px;
  }

  .wpnbha.ts-2 article .entry-title {
    font-size: 1em !important;
  }

  .wpnbha.image-alignbehind .post-has-image .entry-wrapper {
    padding-top: 3em !important;
  }

  .home-features.wpnbha.ts-3 article .entry-wrapper p,
  .home-features.wpnbha.ts-3 article .entry-wrapper .cat-links,
  .home-features.wpnbha.ts-3 article .entry-wrapper .entry-meta .avatar {
    display: none;
  }

  .home-features amp-img.amp-wp-enforced-sizes[layout="intrinsic"]>img, .home-opinion amp-img.amp-wp-enforced-sizes[layout="intrinsic"]>img {
    object-fit: cover;
  }

  .home-features.wpnbha .post-thumbnail amp-img {
    min-height: 110px;
  }

  .home-opinion.wpnbha .post-thumbnail amp-img {
    max-height: 120px;
  }
}

/* Group block - stack floated group blocks on mobile */
@media (max-width: 599px) {

  .entry .entry-content>.wp-block-group.alignright,
  .entry .entry-content>.wp-block-group.alignleft {
    float: none;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .wp-block-group.has-background {
    padding: 1.5em;
  }
}

/* Reader Activation */
.newspack-popup div.wpbnbd.tiered .wp-block-newspack-blocks-donate__tiers input[type="radio"]:checked + .tier-select-label {
	background-color: #757575;
	color: white;
}

.logged-in.page-template-single-wide.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
	color: white;
}