#page, footer {max-width: 1100px; margin: 0 auto 0 auto; }

.nav { border-bottom: 4px solid; margin-bottom: 0; }
body.page-discography .nav { border-bottom: 1px solid var(--color-gold); margin-bottom: 5px; }

.nav .home-logo {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  padding: 20px;
}
.nav .home-logo img { width: 100%; height: auto; }
.nav .opts {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 70%;
  padding: 20px;
}

.nav ul { text-align: right; line-height: 1em; font-size: 14px; }
.nav ul li { display: inline; }
.nav ul li { display: inline; }
.nav ul li:not(:last-child) { padding-right:15px; }
.nav ul.menu-footer li:not(:last-child),
.nav ul.menu-primary li:not(:last-child) { padding-right: 10px; }

.nav .signup_signin:hover { overflow: visible; }
.nav .signup_signin:hover .overlay { opacity: 1; transition: 0.2s; }
.nav .signup_signin {
  overflow: hidden;
  text-transform: uppercase;
  position: absolute;
  top: 5px;
  right: 20px;
  font-size: 10px;
  color: #fff;
  text-align: right;
  .sep { color: var(--color-red); padding: 0 5px; }
  a { color: var(--palette-1-color); }
  .overlay {
    position: absolute;
    top: 20px; right: 0;
    width: 250px;
    opacity: 0;
    .dropdown { background: rgb(255,255,255,0.8); width: 110px; margin-left: calc(100% - 110px); height: 35px; }
    .form-outer { background: rgb(255,255,255,0.8); padding: 10px; }
    a { color: #000; }
    .form {
      background: #fff; padding: 10px; color: #000;text-align: left; 
      input { border: 1px solid; border-radius: 0; margin-bottom: 3px; }
      .form-submit { font-size: 12px; }
    }
  }
}

/* hamburger menu */
#menu-toggle, .menu-icon { display: none; } /* Hide hamburger */
.nav .menu-primary {
    /*
    display: flex;
    flex-direction: row;
    max-height: none;
    */
    opacity: 1;
} /* Show menu in row */

/* Home Slider */
.front_slider .slick-slide {
  position: relative;
}
.front_slider .slick-slide .details {
  position: absolute;
  color: #000;
  bottom: 10px;
  background: rgb(255,255,255,0.65);
  z-index: 10;
  left: 50%;
  transform: translate(-50%, 0);
  text-transform: uppercase;
  padding: 10px;
  max-width: 50%;
  line-height: 1.2em;
  .title { font-weight: bold; font-size: 18px; }
  .subtitle { font-weight: bold; font-size: 12px; }
  .link { text-align: center; margin-top: 5px; }
  .link a {
    font-size: 11px;
    background-color: var(--color-red);
    color: #fff;
    text-decoration: none;
    padding: 2px 40px;
    border-radius: 20px;
    display: inline-block;
  }
}

.social-picks .pick { width: calc(100% * .26 / 5); }

h1 { font-size: 1.5em; }
/* .indent { text-indent: var(--indent-desktop); } */
.indent { margin-left: var(--indent-desktop); margin-right: var(--indent-desktop); }
.indent_margin { margin-left: var(--indent-desktop); }
.indent_padding { padding-left: var(--indent-desktop); }

.home__news_events .news_events { display: flex; flex-wrap: wrap;
  gap: 7px;
  /* background: linear-gradient(to bottom, black 0px, black 274px, white 250px, white 100%); */
  background: linear-gradient(to bottom, black 0px, black 83px, white 83px, white 100%);
}

.home__news_events .thumbnail { position: relative; }
.home__news_events .thumbnail figure img { z-index: 10; position: relative; }
.home__news_events .thumbnail figure:before {
  position: absolute;
  top: 0; left: 0;
  z-index: 0;
  background-color: black;
  height: 100%; width: calc(100% + 7px);
  content: " ";
}

.news_block {
  display: flex;
  min-height: 150px;
  flex: 3;
  flex-direction: column;
  align-items: stretch;
  .view_all_mobile { display: none; }
}
.event_block { display: flex; flex: 1; flex-direction: column;
  background: linear-gradient(to bottom, black 0px, black 150px, #d1d3d4 150px, #d1d3d4 100%);
}

.news_items {
  display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%;
  gap: 7px;
  background: transparent;
}

.news_items .news_item {
  flex: 1;
  background: #d1d3d4;
  .details {
    padding: 10px;
    .news_date { font-size: 12px; }
    .news_title { font-size: 14px;  line-height: 1.2em; margin: 0px 0; }
    .news_body { font-size: 13px;  line-height: 1.2em; margin-top: 10px;  }
    .more { margin: 20px 0 5px 0; }
  }
}

.event_items {
  padding: 10px;
  .event_item {
    .event_date { font-size: 14px; }
    .event_title { font-size: 12px; line-height: 1.2em; }
    .event_location { font-size: 12px; padding-bottom: 5px; margin-bottom: 2px;}
    margin-bottom: 10px;
  }
}

.view_all a { font-size: 0.8em; }
.event_items .view_all { padding: 5px 0 3px 0; }

.disc_item img { max-width: 100%; }

section#home__about .basic_details {
  background-size: 20% auto;
  background-position: center top;
}

#home__social_feed #sb_instagram #sbi_images,
#home__social_feed #sb_instagram.sbi_col_5 #sbi_images {
  margin-bottom: 30px;
}     

#home__brands ul {
  gap: 15px;
  li { width: calc(50% - 7.5px); /* half of gap */}  
}

footer {
  padding-top: 10px;

  .social_logo_signin { padding: 50px var(--indent-desktop) 20px var(--indent-desktop); }
  .copyright { padding: 10px var(--indent-desktop) 30px var(--indent-desktop);  }
  .footer-cols { margin: 0 var(--indent-desktop); }
  .social_logo_signin {
    flex-wrap: nowrap;
    gap: 20px;
    .social-picks {
      flex: 2; order: 2; padding: 0; margin: 0;
      text-align: right;
      .pick { min-width: 40px;}
    }
    .logo {
      order: 1;
      img { width: 100%; }
    }
    .signin {
      order: 3;
    }
  }
}

/* NEWS PAGE */

body.post-type-archive-news {
  .news_item:nth-child(even) .thumbnail { order: 2; }
  .news_item:nth-child(even) .details { order: 1; }
  .news_item {
    display: flex;
    .thumbnail { flex: 1; }
    .details { flex: 1; }
  }
}

/* DISCOGRAPHY PAGE */

body.post-type-archive-discography {
  .band_detail {
    #band_bio { column-count: 2; column-gap: 50px; }
  }
}

/* START: EVENT */
body.post-type-archive-event {
  .items {
    .date { font-size: 1.2em; height: 100%;}
  }
}
/* END: EVENT */

/* START: NEWS */
body.single-news {
  .mobile_photo { display: none; }
  .photos {
    float: right;
    margin: 0px 0 30px 30px;
    max-width: 50%;
    text-align: right;
  }
}
/* END: NEWS */

/* START: ABOUT */
body.page-about section.palette-2 .indent_content {
  padding: var(--indent-desktop);
  .bio_top .wp-block-group__inner-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
    .hero_image {
      flex: 2;
      figure img { border: 10px solid var(--color-grey); }
      min-width: 55%;
    }
    .bio_details {
      flex: 1;
      white-space: nowrap;
      margin-top: 0;
      align-items: center;
      justify-content: center;
    }
  }
}
/* END: ABOUT */

/* START: SONG */
.single-song {
  h1.song_title { padding-bottom: 10px; }
  .lyrics_content {
    column-count: 2;
    column-gap: 20px;
    white-space: normal;
    padding: 20px 0;
  }
  .lyrics_content p { break-inside: avoid; padding: 0; margin: 0 0 25px 0; }
  .song_notes { padding: var(--indent-desktop); }
}
/* END: SONG */

body.post-type-archive-song {
  ul.items {
    padding: var(--indent-desktop);
    columns: 3;
    column-gap: 20px;
  }
}

/* DEFAULT PAGES */
.type-page section.palette-2 .indent_content {
  padding: calc(var(--indent-desktop) - 15px)  var(--indent-desktop);
}
/* END: ABOUT */

/* START: COMMUNITY PAGE */
body.page-community {
  form {
    .email input { width: 35ch; }
    .fname input, .lname input { width: 30ch; }
  }
  .social-picks { text-align: left; }
}

/* END: COMMUNITY PAGE */
