.elementor-kit-12{--e-global-color-primary:#1C1C1C;--e-global-color-secondary:#FAFAF8;--e-global-color-text:#2E2E2E;--e-global-color-accent:#4F131D;--e-global-color-a8b2580:#FAFAF8;--e-global-color-75a8c60:#FFFFFF;--e-global-color-857a369:#F4F3EF;--e-global-color-19f01b5:#E9E8E4;--e-global-color-cdcf09b:#4F131D;--e-global-color-a3b0f66:#74275D;--e-global-color-0593651:#B989AF;--e-global-color-348c4f1:#98B3C6;--e-global-color-fc3ffaf:#1C1C1C8F;--e-global-typography-primary-font-family:"Canela Deck";--e-global-typography-primary-font-weight:500;--e-global-typography-primary-line-height:1.1em;--e-global-typography-primary-letter-spacing:0.03em;--e-global-typography-secondary-font-family:"Canela Text";--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-font-style:normal;--e-global-typography-secondary-line-height:1.25em;--e-global-typography-secondary-letter-spacing:0.015em;--e-global-typography-text-font-family:"Canela Text";--e-global-typography-text-font-weight:400;--e-global-typography-text-font-style:normal;--e-global-typography-text-line-height:1.5em;--e-global-typography-text-letter-spacing:0em;--e-global-typography-accent-font-family:"Canela Text";--e-global-typography-accent-font-weight:400;--e-global-typography-accent-font-style:italic;--e-global-typography-accent-line-height:1.3em;--e-global-typography-accent-letter-spacing:0em;--e-global-typography-2ab3785-font-family:"Canela Text";--e-global-typography-2ab3785-font-weight:500;--e-global-typography-2ab3785-text-transform:uppercase;--e-global-typography-2ab3785-font-style:normal;--e-global-typography-2ab3785-letter-spacing:0.08em;font-family:"Canela Text", Sans-serif;font-size:16px;font-weight:400;line-height:1.55em;letter-spacing:0em;}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-kit-12 a{color:var( --e-global-color-primary );}.elementor-kit-12 a:hover{color:#1C1C1C8C;}.elementor-kit-12 h1{font-family:"Canela Deck", Sans-serif;font-size:55px;font-weight:500;line-height:1.05em;letter-spacing:0.03em;}.elementor-kit-12 h2{font-family:"Canela Deck", Sans-serif;font-size:33px;font-weight:500;line-height:1.15em;letter-spacing:0.02em;}.elementor-kit-12 h3{font-family:"Canela Text", Sans-serif;font-size:23px;font-weight:400;line-height:1.25em;letter-spacing:0.01em;}.elementor-kit-12 h4{font-family:"Canela Text", Sans-serif;font-size:18px;font-weight:400;line-height:1.3em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-12{font-size:15px;}.elementor-kit-12 h1{font-size:44px;}.elementor-kit-12 h2{font-size:28px;}.elementor-kit-12 h3{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-12{font-size:14px;}.elementor-kit-12 h1{font-size:34px;}.elementor-kit-12 h2{font-size:24px;}.elementor-kit-12 h3{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.accent {
  font-family: "Canela Text", serif;
  font-style: italic;
  font-size: 0.9em;
  opacity: 0.85;
}

.secondary {
  font-family: "Canela Text", serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contents-title {
  font-family: "Canela Deck", serif;
  font-weight: 500;
  font-size: 1.1em;
  line-height: 1.2;
}

:root {
  --diff-ensemble: #98B3C6;
  --diff-duo: #B989AF;
  --diff-solo: #74275D;
  --diff-transcription: #4F131D;
}

.difficulty-wrapper {
  width: 100%;
  display: flex;
  position: relative;
  cursor: help;
}

/* Tooltip – ONLY for grid items */
.difficulty-wrapper.is-grid::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 140%;
  left: 50%;
  transform: translateX(-50%);
  
  background: #1c1c1c;
  color: #fff;
  padding: 6px 10px;
  font-family: "Canela Text", serif;
  font-size: 0.75rem;
  font-style: italic;
  white-space: nowrap;
  border-radius: 4px;
  opacity: 0;
  pointer-events: none;
  
  transition: opacity 0.2s ease;
}

.difficulty-wrapper.is-grid:hover::after {
  opacity: 1;
}

.difficulty-bar {
  position: relative;
  width: 100%;
  height: 8px;
align-self: stretch;
  background: linear-gradient(
    to right,
    #98B3C6,
    #B989AF,
    #74275D,
    #4F131D
  );
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25);
}

.difficulty-wrapper.is-large .difficulty-bar {
  height: 12px;
}

.difficulty-wrapper.is-large .difficulty-dot {
  width: 18px;
  height: 18px;
  border-width: 2px;
}

.difficulty-dot {
  position: absolute;
  top: 50%;
  left: var(--difficulty);
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  background: white;
  border: 2px solid #1c1c1c;
  border-radius: 50%;
  z-index: 2;
}

/* ================================
   Difficulty Bars – Conditional
   ================================ */

/* hide double bar by default */
.difficulty-wrapper.double {
  display: none;
}

/* show double bar if parent widget has difficulty set */
.elementor-widget-html[style*="--difficulty:"] .difficulty-wrapper.double {
  display: block;
  width: 100%;
}

.instrumentation-optional {
  display: block;
  font-family: "Canela Text", serif;
  font-size: 0.85em;
  letter-spacing: normal;
  text-transform: none;
  opacity: 0.75;
}

@media (max-width: 767px) {
  .difficulty-bar {
    max-width: 100%;
  }
}

.site-logo img {
  height: 48px;
  width: auto;
  max-width: none;
  display: block;
}

.instrumentation-block {
  margin-top: 0.5em;
}

.instrument-line {
  font-family: "Canela Text", serif;
  font-size: 1rem;
  line-height: 1.4;
}

.instrument-range {
  font-size: 0.85em;
  opacity: 0.65;
  margin-left: 0.35em;
  white-space: nowrap;
}

.instrumentation-block .instrument-line {
  margin-bottom: 0.35em;
}

.vpe-cover img {
  filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.3));
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Canela Deck';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('http://vienna-percussion-editions.com/wp-content/uploads/2026/01/CanelaDeck-Medium-Web.woff2') format('woff2');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Canela Text';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('http://vienna-percussion-editions.com/wp-content/uploads/2026/01/CanelaText-Regular-Web.woff2') format('woff2');
}
@font-face {
	font-family: 'Canela Text';
	font-style: italic;
	font-weight: 400;
	font-display: auto;
	src: url('http://vienna-percussion-editions.com/wp-content/uploads/2026/01/CanelaText-RegularItalic-Web.woff2') format('woff2');
}
/* End Custom Fonts CSS */