/*
 * Theme Name: Wolf Moon Recordings
 * Description: A block theme made for Wolf Moon Records.
 * Author: Bayou Dev
 * textdomain: wmr
 * Version: 2.3
*/
:root {
  --animate-delay: 0.9s;
}

.page-template-coming-soon .wp-site-blocks {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

h1 {
  font-size: 2.5em;
}

p {
  font-size: 0.85em;
}

input[type=text], input[type=email] {
  padding: 5px 10px;
  margin-right: 10px;
  border: 2px solid black;
}
input[type=submit] {
  padding: 8px;
  background-color: black;
  color: white;
  text-transform: uppercase;
  /* font-family: inherit; */
  font-family: "DM Sans";
  font-weight: bold;
}

textarea {
  padding: 5px;
  margin-right: 10px;
  border: 2px solid black;
}

form.wpcf7-form {
  max-width: 600px;
  width: 100%;
  font-size: 0.9em;
}
form.wpcf7-form input,
form.wpcf7-form textarea {
  width: 100%;
  font-size: 0.9em;
  box-sizing: border-box;
}

.masonry {
  width: 100%;
  column-width: 200px;
  column-gap: 1rem;
}
.masonry .item {
  break-inside: avoid;
}
.masonry .item img {
  width: 100%;
  height: auto;
  padding-bottom: 0.8em;
}

.bd-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
@media screen and (max-width: 1000px) {
  .bd-row {
    gap: 0.5em;
  }
}
.bd-row .bd-col {
  box-sizing: border-box;
}

.bd-col-2 {
  flex: 0 0 16.6%;
  padding: 0 1rem;
}

.bd-col-3 {
  flex: 0 0 25%;
  padding: 0 1rem;
}

.bd-col-4 {
  flex: 0 0 33%;
  padding: 0 1rem;
}

.bd-col-6 {
  flex: 0 0 50%;
  padding: 0 1rem;
  max-width: 50%;
}

.bd-col-8 {
  flex: 0 0 66%;
  padding: 0 1rem;
}

.bd-col-9 {
  flex: 0 0 75%;
  padding: 0 1rem;
}

.bd-col-12 {
  flex: 0 0 100%;
  padding: 0 1rem;
}

.bd-fixed-col {
  max-width: 600px;
}

@media (max-width: 1200px) {
  .bd-col-lg-3 {
    flex: 0 0 25%;
    padding: 0 1rem;
  }
  .bd-col-lg-4 {
    flex: 0 0 33%;
    padding: 0 1rem;
  }
  .bd-col-lg-6 {
    flex: 0 0 50%;
    padding: 0 1rem;
    max-width: 50%;
  }
  .bd-col-lg-8 {
    flex: 0 0 66%;
    padding: 0 1rem;
  }
  .bd-col-lg-9 {
    flex: 0 0 75%;
    padding: 0 1rem;
  }
  .bd-col-lg-12 {
    flex: 0 0 100%;
    padding: 0 1rem;
  }
}
@media screen and (min-width: 768px) {
  .navbar {
    justify-content: space-between;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .sidebar {
    text-align: center;
  }
}

.sidebar-list ul {
  list-style: none;
  padding-left: 0;
}
.sidebar-list li {
  margin-top: 0px;
}
.sidebar-list h2 {
  margin-bottom: 0px;
}
.sidebar-list p {
  display: none;
}

.single .wp-post-image {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.single iframe {
  max-width: 100%;
}
.single .socials a {
  padding-right: 5px;
}
.single .media-col {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0 1rem;
}
.single .media-col h1 {
  text-align: center;
  margin: 0 0 10px 0;
}
.single .media-col .socials {
  margin: 0 auto 20px auto;
  text-align: center;
}
.single .media-col h3.section-title {
  font-size: 1.5em;
}
.single .media-container {
  margin-bottom: 1.5rem;
}
.single .media-container .section-title {
  padding-left: 0px;
}
.single .description-col {
  flex: 1;
  padding: 0 1rem;
}
.single .description-col h1 {
  margin-top: 0px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .single .release-card {
    margin-top: 1em;
    padding: 0;
  }
  .single .release-card .wp-post-image {
    margin-bottom: 0;
  }
  .single .left-col {
    flex: 1;
    max-width: 728px;
  }
}
.single.single-artist .releases-grid {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .single-release .bd-row {
    width: 100%;
    text-align: center;
  }
  .single-release .bd-row .bd-col {
    width: 100%;
  }
  .single-release .bd-row .art-col {
    width: 100%;
    padding: 30px;
  }
  .single-release .bd-row .art-col img {
    margin: 0 auto;
    width: 100%;
  }
}
.single-release .bd-col {
  width: 50%;
}
.single-release .artist-title,
.single-release .release-date {
  margin: 10px 0;
}
.single-release .socials {
  margin-top: 1em;
}
.single-release main {
  max-width: 1000px;
  margin: 0 auto;
}
.single-release main h1 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 1.6em;
}
.single-release .bd-col {
  padding: 0 15px;
}

.releases-grid[data-in-view=true] .release-card.fadeIn {
  opacity: 1;
  transition: opacity 500ms;
}

.release-card {
  font-size: 0.8em;
  width: 200px;
  opacity: 0;
  transition: opacity 300ms;
}
@media screen and (max-width: 768px) {
  .release-card {
    width: calc(50% - 0.5em);
  }
}
.release-card .card-title {
  font-weight: bold;
  font-size: 1em;
}
.release-card .artist-title {
  font-style: italic;
}
.release-card .card-image img {
  width: 100%;
  height: auto;
  padding-bottom: 10px;
}
.release-card a {
  text-decoration: none;
}

.artist-grid {
  display: flex;
  gap: 0.3em;
  opacity: 0;
  transform: opacity 300ms;
}
.artist-grid a {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .artist-grid {
    flex-direction: column;
  }
}
.artist-grid[data-in-view=true] {
  opacity: 2;
  transition: opacity 500ms;
}

.artist-card {
  position: relative;
  width: 33%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.artist-card:hover .card-bg {
  transform: scale(1.2);
  transition: transform 400ms;
}
@media screen and (max-width: 768px) {
  .artist-card {
    width: 100%;
  }
}

.card-bg-wrap {
  display: block;
  /* padding-bottom: 100%; */
  width: 100%;
  overflow: hidden;
}

.card-bg {
  display: flex;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 300ms;
}

.card-body {
  position: absolute;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.card-body:hover .card-overlay, .card-body.in-view .card-overlay {
  opacity: 0.5;
  transition: opacity 300ms;
}
.card-body:hover .card-details, .card-body.in-view .card-details {
  opacity: 1;
  transition: opacity 300ms;
}

.card-details {
  transition: opacity 300ms;
  opacity: 0;
  display: block;
  z-index: 2;
}

.card-title {
  font-size: 2em;
  font-weight: bold;
}

.card-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: opacity 300ms;
}
.card-overlay:hover {
  opacity: 0.5;
  transition: opacity 300ms;
}

.card-fg {
  text-align: center;
}

#frontpage-releases-section,
#frontpage-content-section {
  margin: 20px 1.5em 4em 1.5em;
}
#frontpage-releases-section p,
#frontpage-content-section p {
  padding: 0 20%;
}
#frontpage-releases-section .section-title,
#frontpage-content-section .section-title {
  margin-top: 2em;
}

#masthead {
  width: 100%;
  box-sizing: border-box;
  padding: 1em 2em 4em;
  height: 80vh;
}
#masthead img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  #masthead {
    height: 70vh;
  }
}
@media screen and (max-width: 1200px) {
  #masthead {
    height: 50vh;
  }
}
@media screen and (max-width: 1000px) {
  #masthead {
    height: inherit;
  }
}

h3.section-title {
  margin: 0px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2em;
  display: flex;
  align-items: center;
  color: black;
  padding: 10px 10px;
}
h3.section-title::after {
  content: "";
  display: block;
  background: black;
  height: 5px;
  width: 50%;
  margin-left: 20px;
}
@media screen and (max-width: 800px) {
  h3.section-title.wp-block-post-title {
    display: block;
    text-align: center;
  }
  h3.section-title.wp-block-post-title::after {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .home .release-card {
    flex: 1;
  }
}

.home .wp-block-post-title {
  display: none;
}

.site-header img {
  max-height: 50px;
}

.wp-block-navigation-item__content:hover {
  text-decoration: underline;
}

.wp-block-navigation__responsive-container.is-menu-open.has-modal-open {
  overflow: inherit;
}

#mailchimp_wrap {
  display: flex;
}
@media screen and (max-width: 768px) {
  #mailchimp_wrap {
    flex-direction: column;
  }
}

#mailchimp_submit {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  font-family: "DM Sans";
}
#mailchimp_submit input[name=mailchimp_input] {
  padding: 5px;
  margin-right: 10px;
  border: 2px solid black;
}
#mailchimp_submit input[type=submit] {
  padding: 5px 10px;
  background-color: black;
  color: white;
  text-transform: uppercase;
  /* font-family: inherit; */
  font-family: "DM Sans", Arial;
  font-weight: bold;
}

#mc-embedded-subscribe {
  font-family: Arial;
}

#mc_embed_signup {
  max-width: 100%;
}

.wpforms-container .wpforms-field-row.wpforms-field-medium {
  max-width: 100% !important;
}
.wpforms-container form {
  max-width: 600px;
}
.wpforms-container form .wpforms-submit {
  background: black;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}

.footer-creds .wp-block-group {
  display: flex;
  justify-content: center;
}

.section-title {
  margin: 1em 30px;
}

@media screen and (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}

.desktop-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .desktop-only {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .has-global-padding {
    padding: 0px 5px;
  }
}
#gdpr-wrap {
  text-align: center;
  border-top: 2px solid black;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 2;
  background: white;
}
#gdpr-wrap.hide {
  bottom: -130px;
  transition: bottom 300ms;
}

#gdpr-inner {
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
#gdpr-inner h5 {
  text-transform: uppercase;
}
#gdpr-inner p {
  font-size: 0.6em;
}
#gdpr-inner * {
  margin-top: 0px;
  margin-bottom: 0px;
}

#gdpr-bttns {
  display: flex;
  justify-content: center;
  gap: 1em;
  text-transform: uppercase;
  font-size: 0.6em;
  font-weight: bold;
}
#gdpr-bttns .button {
  border: 2px solid black;
  width: 100px;
  padding: 2px;
}
#gdpr-bttns .button:hover {
  cursor: pointer;
}
#gdpr-bttns #decline-gdpr {
  background-color: black;
  color: white;
}

.player-nav {
  background: none !important;
}
.player-nav .fa-solid {
  width: 100%;
  height: 100%;
  font-size: 1.3em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.amplitude-play-pause#play-pause {
  background: none !important;
  width: 30px !important;
}
.amplitude-play-pause#play-pause .fa-solid {
  width: 100%;
  height: 100%;
  font-size: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.amplitude-play-pause#play-pause.amplitude-playing .fa-play {
  display: none;
}
.amplitude-play-pause#play-pause.amplitude-paused .fa-pause {
  display: none;
}

div#minimal-playlist-container {
  max-width: 500px;
}
div#minimal-playlist-container div#amplitude-player {
  box-shadow: none;
}
div#minimal-playlist-container div#amplitude-player.multi-song {
  flex-direction: column;
}
div#minimal-playlist-container div#amplitude-player.multi-song > div {
  width: 100%;
}
div#minimal-playlist-container div#player-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}
div#minimal-playlist-container div#player-top .duration {
  text-align: right;
}
div#minimal-playlist-container div#control-container {
  margin-top: 0px;
  width: 30px !important;
}
div#minimal-playlist-container div#player-bottom div.song {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 20px 5px;
  font-size: 0.7em;
  border-bottom: solid lightgrey 1px;
}
div#minimal-playlist-container div#player-bottom div.song:hover {
  color: rgb(39, 39, 38);
}
div#minimal-playlist-container div#player-bottom div.song .now-playing-icon {
  display: none;
}
div#minimal-playlist-container div#player-bottom div.song.amplitude-active-song-container .now-playing-icon {
  display: block;
}
div#minimal-playlist-container div#player-bottom div.song-meta-data {
  width: 100%;
}
div#minimal-playlist-container input[type=range]::-webkit-slider-thumb {
  background: black;
  border: solid black 0px;
}

div.amplitude-wave-form svg g path {
  stroke: lightgrey;
}
