/*
Theme Name: Music Club
Author: Marcel Gasser
Requires at least: WordPress 4.9.6
Version: 0.0.3
Text Domain: music-club
Domain Path: /languages
*/
@font-face {
  font-family: "Playfair Display";
  src: url("./assets/font/PlayfairDisplay-Latin.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Playfair Display";
  src: url("./assets/font/PlayfairDisplay-LatinExt.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Inter";
  src: url("./assets/font/Inter-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("./assets/font/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("./assets/font/Inter-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  background-color: #f5f5f3;
  background-image: radial-gradient(rgba(0, 0, 0, 0.04) 1px, transparent 1px);
  background-size: 22px 22px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #1a1a1a;
  line-height: 1.7;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.5em;
}

#header-area {
  height: 70px;
  position: fixed;
  top: 0;
  width: 100%;
  background: rgb(87, 97, 88);
  z-index: 9999;
  backdrop-filter: blur(10px);
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
  transition: background 0.5s ease, box-shadow 0.5s ease;
}

#header-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

#header-left {
  height: inherit;
  float: left;
  padding: 10px;
  box-sizing: border-box;
}

#header-left img {
  height: 100%;
  width: auto;
}

#header-right {
  height: inherit;
  float: right;
}

#footer-area {
  width: 100%;
  min-height: 100px;
  background: rgb(87, 97, 88);
  margin-top: 60px;
}

.footer-icon {
  height: 30px;
  width: auto;
  opacity: 0.8;
}

.footer-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 40px 20px;
  box-sizing: border-box;
}

.footer-container-item {
  padding: 20px;
  width: 100%;
  max-width: 260px;
  color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  font-size: 0.9em;
  line-height: 1.8;
}

.footer-container-item .custom-logo {
  width: 100% !important;
  height: auto !important;
}

.footer-container-item a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-container-item a:hover {
  color: white;
}

.footer-container-item h1,
.footer-container-item h2,
.footer-container-item h3,
.footer-container-item h4 {
  color: white;
  font-size: 1.1em;
  margin-bottom: 12px;
}

.footer-container-item ul,
.footer-container-item ol {
  list-style-type: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.footer-container-item li {
  padding: 0 !important;
}

.footer-container-item p a {
  font-size: 0.8em !important;
  font-weight: normal !important;
}

#footer-info {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 10px;
  box-sizing: border-box;
}

#footer-copyright {
  color: white;
  font-size: 0.6em;
  margin: 0;
  padding: 0;
}

#footer-copyright p {
  margin: 0;
  padding: 0;
}

#footer-copyright > div {
  position: relative;
  transform: translate(0px, -50%);
  border: 1px solid transparent;
  top: 60%;
}

#footer-menu {
  margin: 0;
  padding: 0;
}

#footer-menu ul.footer-menu {
  text-transform: uppercase !important;
  width: 100%;
  color: white;
  text-align: center !important;
  list-style-type: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  height: 100%;
}

#footer-menu ul.footer-menu li {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}

#footer-menu ul.footer-menu li a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  text-decoration: none;
  transition: color 0.2s ease;
}

#footer-menu ul.footer-menu li a:hover {
  color: white;
}

.front-page-custom #header-area {
  height: 80px !important;
  background: rgba(87, 97, 88, 0.45) !important;
  backdrop-filter: blur(18px) saturate(160%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(160%) !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) !important;
}

.front-page-custom #header-left {
  padding: 15px !important;
}

.front-page-custom {
  position: relative;
}

.front-page-custom::before {
  content: "";
  position: absolute;
  top: -40px;
  left: -40px;
  right: -40px;
  height: calc(var(--hero-height, 60vh) + 40px);
  background: var(--hero-image, none) center/cover no-repeat;
  filter: blur(20px);
  opacity: 0.45;
  z-index: 0;
}

.front-page-custom #content {
  margin-top: 0 !important;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1000px) {
  .front-page-custom #header-area {
    height: 70px !important;
    background: rgb(87, 97, 88) !important;
  }
  .front-page-custom #header-left {
    padding: 10px !important;
  }
  .front-page-custom #content {
    margin-top: 70px !important;
  }
}
#site-navigation, #mobile-site-navigation {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
  font-size: 0.9em;
}

#site-navigation, #site-navigation div {
  height: inherit;
}

#mobile-site-navigation, #toggle-nav {
  display: none;
}

#mobile-site-navigation {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(40, 42, 35, 0.97);
  z-index: 99999;
  overflow-y: scroll;
}

#sidebar-menu {
  box-sizing: border-box;
  font-size: 1.1em;
  width: 100%;
  margin: 0;
  list-style-type: none;
  padding-top: 20px;
}

#sidebar-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#sidebar-menu, .submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* make ALL links (main and submenu) have padding and background color */
#sidebar-menu a {
  display: block;
  text-decoration: none;
  padding: 18px 24px;
  color: white;
  text-align: center;
  transition: background 0.2s ease, color 0.2s ease;
}

/* add hover behaviour */
#sidebar-menu a:hover {
  transition: 0.3s;
  background: rgba(255, 255, 255, 0.05);
  color: rgb(138, 153, 135);
}

#sidebar-menu > li.current-menu-item .sub-menu,
#sidebar-menu > li.current-menu-parent .sub-menu,
#sidebar-menu > li.active .sub-menu {
  display: block;
}

/* current parent sub menu item */
#sidebar-menu > li.current-menu-parent .sub-menu > li.current-menu-item a,
#sidebar-menu > li.current-menu-item .sub-menu li:first-child a {
  background-color: rgba(87, 97, 88, 0.5);
}

/* current parent menu item */
#sidebar-menu > li.current-menu-item > a,
#sidebar-menu > li.current-menu-parent > a {
  background-color: rgba(87, 97, 88, 0.5);
}

#sidebar-menu .sub-menu a {
  background-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.68);
}

#sidebar-menu .sub-menu a:hover {
  background-color: rgba(255, 255, 255, 0.04);
}

#sidebar-menu.sub-menu {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s ease-out;
}

#sidebar-menu li ul {
  display: none;
}

#toggle-nav {
  height: inherit;
  padding: 20%;
  box-sizing: border-box;
}

#toggle-nav img {
  filter: invert(1);
  height: 100%;
}

@media screen and (max-width: 1000px) {
  #toggle-nav {
    display: block;
  }
  #site-navigation {
    display: none;
  }
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* Navbar container */
ul.primary-menu {
  height: 100%;
  overflow: hidden;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.primary-menu > li {
  height: 100%;
  float: left;
  text-decoration: none;
  overflow: hidden;
  border: none;
  outline: none;
  margin: 0;
}

ul.primary-menu > li > a {
  height: 100%;
  width: 100%;
  text-decoration: none;
  font-size: 0.95em;
  color: rgba(255, 255, 255, 0.9);
  padding: 5px 22px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  transition: background 0.2s ease, color 0.2s ease;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

ul.primary-menu > li > a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: white;
}

/* Add a red background color to navbar links on hover */
/* Dropdown content (hidden by default) */
.primary-menu > li > ul {
  list-style-type: none;
  display: none;
  position: absolute;
  background-color: rgba(50, 55, 50, 0.96);
  z-index: 1;
  min-width: 220px;
  text-align: left;
  padding: 8px 0;
  margin: 0;
  border-radius: 8px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

ul.primary-menu > li > ul > li > a {
  height: 100%;
  width: 100%;
  display: block;
  padding: 12px 24px;
  min-width: 100px;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  box-sizing: border-box;
  transition: background 0.2s ease, color 0.2s ease;
  font-size: 0.9em;
}

ul.primary-menu > li > ul > li > a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: white;
}

ul.primary-menu > li > ul .current_page_item {
  background: rgba(114, 126, 118, 0.5);
}

ul.primary-menu .current_page_item, ul.primary-menu .current_page_parent {
  background: transparent;
}

ul.primary-menu .current_page_item > a,
ul.primary-menu .current_page_parent > a {
  box-shadow: inset 0 -3px 0 rgba(255, 255, 255, 0.75);
  background: rgba(0, 0, 0, 0.15);
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.primary-menu li:hover ul {
  display: block;
}

#content .wp-block-image img {
  border-radius: 8px;
}

.customize-partial-edit-shortcut-button {
  position: absolute !important;
  left: 0 !important;
}

#bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -9999;
  min-width: 100%;
  min-height: 100%;
  filter: blur(8px);
  -webkit-filter: blur(5px);
  opacity: 0.4;
}

.front-page-content {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 30px;
}

.font-page-widget-space {
  flex-grow: 0;
  flex-shrink: 1;
  align-self: flex-start;
  background: rgb(138, 153, 135);
  padding: 24px;
  color: #2a2a2a;
  border-radius: 8px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  --tec-color-link-accent: #1a1a1a;
}

.font-page-widget-space .widget-title,
.font-page-widget-space h2,
.font-page-widget-space h3 {
  margin-top: 0;
}

.font-page-widget-space a {
  text-decoration: none;
  color: #1a1a1a;
  transition: color 0.2s ease;
}

.font-page-widget-space a:hover {
  color: rgb(62.8858695652, 70.1141304348, 63.6086956522);
}

.font-page-widget-space ol, .font-page-widget-space ul {
  list-style-type: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.font-page-widget-space li {
  padding: 0 !important;
}

.font-page-widget-space .front-page {
  height: 100%;
  position: relative;
}

.font-page-widget-space .front-page > p {
  position: absolute;
  bottom: 0;
}

.entry-content-page {
  padding: 40px 30px;
  box-sizing: border-box;
}

#content {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  margin-top: 70px;
  box-sizing: border-box;
  background: linear-gradient(to right, rgb(87, 97, 88), rgb(138, 153, 135), #727E76) top/100% 3px no-repeat, white;
  overflow: hidden;
  border-radius: 0 0 16px 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  animation: contentFadeIn 0.5s ease both;
}

@keyframes contentFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 1000px) {
  #content {
    margin-top: 70px;
    border-radius: 0;
  }
}
@media (min-width: 1100px) {
  .font-page-widget-space {
    max-width: 325px;
  }
}
@media screen and (max-width: 600px) {
  .bottom-action, .bottom-action a {
    width: 100%;
    text-align: center;
  }
  .entry-content-page {
    padding: 24px 16px;
  }
}
.content-picture {
  width: 100%;
  height: auto;
  max-height: 400px;
  overflow: hidden;
  position: relative;
}

.content-picture h1.content-picture-title {
  position: absolute;
  top: 0;
  padding: 0 30px;
  font-size: 3em;
  text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.9);
  line-height: 200px;
  margin: 0;
}

.content-picture.front-page {
  height: auto;
  max-height: 100%;
  overflow: hidden;
}

.content-picture img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.content-picture.front-page img {
  animation: heroZoom 20s ease-out both;
  will-change: transform;
}

@keyframes heroZoom {
  from {
    transform: scale(1.07);
  }
  to {
    transform: scale(1);
  }
}
.bottom-action {
  position: fixed;
  bottom: 0;
  right: 0;
  min-height: 25px;
}

.bottom-action a {
  display: block;
  min-width: 100px;
  float: right;
  height: 100%;
  padding: 20px 30px;
  padding-bottom: calc(20px + env(safe-area-inset-bottom));
  text-decoration: none;
  background: rgb(87, 97, 88);
  color: white;
  border-top-left-radius: 8px;
  border-top: none;
  border-left: none;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  font-weight: 500;
  letter-spacing: 0.02em;
  transition: background 0.2s ease;
}

.bottom-action a:hover {
  background: rgb(106.2913043478, 118.5086956522, 107.5130434783);
}

@keyframes slide {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-1692px, 0, 0);
  }
}
/* Modern selection color */
::selection {
  background: rgb(205.5, 208, 204.25);
}

/* Smooth link transitions */
a {
  transition: color 0.2s ease;
}

/* WordPress block styling */
.wp-block-button__link {
  background: rgb(87, 97, 88);
  color: white;
  border-radius: 8px;
  padding: 12px 28px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
  border: none;
}
.wp-block-button__link:hover {
  background: rgb(67.7086956522, 75.4913043478, 68.4869565217);
  transform: translateY(-1px);
}

/* Better image handling in content */
.entry-content-page img {
  border-radius: 8px;
  max-width: 100%;
  height: auto;
}

/* Separator styling */
hr, .wp-block-separator {
  border: none;
  height: 1px;
  background: #e5e7eb;
  margin: 2em 0;
}

/*# sourceMappingURL=style.css.map */
