/* === DEFINITIVE HEADER OVERLAP FIX === */

/* Force content to start below header on ALL pages */
:root {
  --header-height: 70px;
}

@media (max-width: 999px) {
  :root {
    --header-height: 90px;
  }
}

/* Push down the main content wrapper itself */
#main,
main#main,
.ct-main-content,
[data-content-area] {
  padding-top: var(--header-height) !important;
  margin-top: 0 !important;
}

/* Articles: extra space above the title */
.single article .entry-header,
.single .entry-title,
article.post .entry-header {
  margin-top: 30px !important;
  padding-top: 0 !important;
}

/* Homepage TV guide: space above the timezone label */
.home #main > *:first-child,
.page #main > *:first-child {
  margin-top: 20px !important;
}

/* Kill any transparent/absolute header behaviour */
[data-header*="type-1"],
.ct-header[data-transparent-row],
header.ct-header {
  position: relative !important;
}
/* === MAKE LOGO BIGGER === */

.ct-header .site-logo-container img,
header .site-logo-container img,
.ct-header [data-id="logo"] img {
  max-height: 80px !important;
  height: 80px !important;
  width: auto !important;
}

/* Mobile - slightly smaller so it doesn't dominate */
@media (max-width: 999px) {
  .ct-header .site-logo-container img,
  header .site-logo-container img {
    max-height: 60px !important;
    height: 60px !important;
  }
}

/* === MAKE MENU ITEMS BIGGER === */

.ct-main-navigation a,
.ct-main-navigation .menu-item a {
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  padding-left: 14px !important;
  padding-right: 14px !important;
}

/* Make the "US SPORTS TV GUIDE AUSTRALIA" item stand out a touch more */
.ct-main-navigation > ul > li:first-child > a {
  font-size: 16px !important;
}

/* Slightly bigger search icon to match */
.ct-header .ct-search-trigger svg,
.ct-header [data-id="search"] svg {
  width: 22px !important;
  height: 22px !important;
}
/* Hide the homepage title */
.home .entry-title,
.home .wp-block-post-title,
.home h1.entry-title {
  display: none !important;
}

/* Tighten up the space it leaves behind */
.home .entry-header {
  display: none !important;
}/* Remove gap left by hidden title on homepage */
.home .entry-header,
.home .wp-block-post-title,
.home header.entry-header {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
}

/* Tighten the top of the main content */
.home .ct-main-content,
.home #main,
.home main {
  padding-top: 20px !important;
}

/* Remove any default spacing on the first content block */
.home .entry-content > *:first-child,
.home .wp-block-group:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
	.usah-wrap { padding: 48px 28px 24px !important; }
   @media (max-width: 600px) {
     .usah-wrap { padding: 36px 18px 16px !important; }
   }
}