html {
  --fla-heading-font-family: "CenturyGothicStd", "Inter", sans-serif;
  --fla-subheading-font-family: "Poppins";
  --fla-body-font-family: "Inter", "Helvetica Neue", "Arial", "Helvetica", "sans-serif";
  --fla-text-color-light: rgba(255,255,255,0.618);
}

body {
  --fla-dock-height: 0px;
}

body[data-fla-state*="do:1"] {
  --fla-dock-height: var(--fla-footer-height);
}

/**
 * TO BE INCLUDED WITHIN THE CONTENT CONTAINING ELEMENT
 * (WHERE THE SCOLLING DOES HAPPEN)
 */
/**
 * Must be applied not to the block element but the h1/h2/h3 directly
 * block must be display: contents
 */
/**
  NOTE: THIS IS SPECIFIC TO FONTS
  ARIAL: 0.318/2
 */
/**
 * What this does, is:
 * Given a Text like "First, Last and Always" we have the descender "y"
 * this mixin calculates the space that is taken by descenders and subtracts it
 * from the height of the element via negative margin bottom. By the way:
 * the descender space is also taken if we have text that does NOT have a descender!
 * When to use:
 * - The text block needs to sit bottom align with a specific design line or element
 *
 * When NOT to use:
 * - If another text block is placed below this one. in that case we need to use another mixin "centuryGothicDescendantEqualizer"
 *
 * Get the UnitsPerEM via "ttx -t head CenturyGothicStd.ttf" (fonttools)
 * Get the sTypoDescender via `ttx -t OS/2 CenturyGothicStd.ttf` (fonttools)
 * Calculate the Descener Ratio: Descender Ratio = |sTypoDescender| / unitsPerEm
 * Translate into CSS: margin-bottom: calc(-1*<DescenderRatio>)
 *
 * @see https://stackoverflow.com/questions/27631736/meaning-of-top-ascent-baseline-descent-bottom-and-leading-in-androids-font
 */
/**
 What we do here is:
 Based on this graphic: https://i.sstatic.net/LwZJF.png we cut off the
 distance from the bottom to the Descent
 */
/**
 * @deprecated Moved to a SDC component
 */
/**
 * Meant to glue the menu image before and after the content area so it can be used as glass background..
 */
/**
 * Use the content's image as a background below the content area to prevent boring grey areas
 */
/*
 * Use this for sections where the main content area must start below the header (not overlayed by the glass header)
 * to look fine u need to define a backkground image either for the body element or the layout container
 */
@media screen and (max-width: 10768px) {
  body[class*="path-inspiration-area-albums-"] #block-pagetitle {
    display: none;
  }
}

body[class*="path-inspiration-area-albums-"] header .block-system-breadcrumb-block ol li:last-of-type {
  display: inline-block;
}

body[class*="path-inspiration-area-albums-"] #block-fla-content {
  padding: 0 !important;
  height: 100% !important;
}

body[class*="path-inspiration-area-albums-"] #cboxContent {
  border-radius: 0;
}

body[class*="path-inspiration-area-albums-"] #cboxLoadedContent > img {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}

body[class*="path-inspiration-area-albums-"] button#cboxClose {
  position: fixed;
  z-index: 2001;
  bottom: 0;
  left: 0;
  top: auto;
  right: auto;
  width: 25vw;
  height: 25vw;
  border-radius: 0;
  background: transparent url("/themes/custom/fla/img/inspiration/back-to-coverflow.jpg") center center no-repeat;
  background-size: contain;
}

body[class*="path-inspiration-area-albums-"] .ui-widget-overlay {
  background-color: black;
  opacity: 0.9;
  top: 60px;
}

body[class*="path-inspiration-area-albums-"] [role="dialog"].ui-dialog, body[class*="path-inspiration-area-albums-"] [role="dialog"].ui-dialog * {
  border: 0;
  background-color: transparent;
}

body[class*="path-inspiration-area-albums-"] [role="dialog"].ui-dialog .ui-dialog-titlebar {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 20vw;
  height: 20vw;
}

body[class*="path-inspiration-area-albums-"] [role="dialog"].ui-dialog .ui-dialog-titlebar, body[class*="path-inspiration-area-albums-"] [role="dialog"].ui-dialog .ui-dialog-titlebar * {
  font-size: 0;
  line-height: 0;
}

body[class*="path-inspiration-area-albums-"] [role="dialog"].ui-dialog .ui-dialog-titlebar-close {
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  display: block;
  color: transparent;
  background: transparent url("/themes/custom/fla/img/inspiration/back-to-coverflow.jpg") center center no-repeat;
  background-size: cover;
  z-index: 200;
  border: 1px solid #696969;
  border-radius: 0;
}

body[class*="path-inspiration-area-albums-"] [role="dialog"].ui-dialog .ui-dialog-titlebar-close .ui-dialog-title, body[class*="path-inspiration-area-albums-"] [role="dialog"].ui-dialog .ui-dialog-titlebar-close .ui-button-icon {
  display: none;
}

body[class*="path-inspiration-area-albums-"] [role="dialog"].ui-dialog .ui-dialog-content {
  display: table;
}

body[class*="path-inspiration-area-albums-"] [role="dialog"].ui-dialog .ui-dialog-content img {
  position: fixed;
  object-fit: contain;
  object-position: center center;
  width: 100%;
  height: 100%;
  z-index: 100;
  pointer-events: none;
  top: 0;
  left: 0;
}

body[class*="path-inspiration-area-albums-"] [role="dialog"].ui-dialog .ui-dialog-content .row {
  display: block;
  height: 100%;
  width: 100%;
}

body[class*="path-inspiration-area-albums-"] [role="dialog"].ui-dialog .ui-dialog-content .row:before {
  display: table-cell;
  vertical-align: middle;
  content: none;
}

body[class*="path-inspiration-area-albums-"] #albums-container {
  container-type: size;
  container-name: fla-albums-container;
}

body[class*="path-inspiration-area-albums-"] #albums-container div.items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  overflow: auto;
  height: 100%;
}

body[class*="path-inspiration-area-albums-"] #albums-container article.node--view-mode-albums {
  flex-grow: 1;
  font-size: 0;
  line-height: 0;
  width: 33.33vw;
  cursor: pointer;
}

@container fla-albums-container (min-width:600px) {
  body[class*="path-inspiration-area-albums-"] #albums-container article.node--view-mode-albums {
    width: 25vw;
  }
}

@container fla-albums-container (min-width:750px) {
  body[class*="path-inspiration-area-albums-"] #albums-container article.node--view-mode-albums {
    width: 20vw;
  }
}

@container fla-albums-container (min-width:900px) {
  body[class*="path-inspiration-area-albums-"] #albums-container article.node--view-mode-albums {
    width: 16.66vw;
  }
}

@container fla-albums-container (min-width:1150px) {
  body[class*="path-inspiration-area-albums-"] #albums-container article.node--view-mode-albums {
    width: 14.285vw;
  }
}

body[class*="path-inspiration-area-albums-"] #albums-container article.node--view-mode-albums h2 {
  display: none;
}

body[class*="path-inspiration-area-albums-"] #albums-container article.node--view-mode-albums img {
  width: 100%;
  height: auto;
}

body[class*="path-inspiration-area-albums-"] #slick-container {
  position: fixed;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.85);
  top: var(--fla-header-height);
  left: 0;
  width: 100%;
  height: calc(100% - var(--fla-header-footer-height));
  display: none;
  justify-content: center;
  /* align horizontal */
  align-items: center;
  /* align vertical */
}

body[class*="path-inspiration-area-albums-"] #slick-container .slick-list {
  height: 100%;
}

body[class*="path-inspiration-area-albums-"] #slick-container .slick-list .slick-track {
  height: 100%;
  width: 100%;
}

body[class*="path-inspiration-area-albums-"] #slick-container .slick-list .slick-track img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

body[class*="path-inspiration-area-albums-"] #slick-container a.close {
  width: 25vw;
  aspect-ratio: 1/1;
  max-width: 200px;
  background: transparent url("/themes/custom/fla/img/inspiration/back-to-coverflow.jpg") center center no-repeat;
  background-size: cover;
  position: absolute;
  left: calc(0 + 50vw - 0.5 * var(--fla-layout-container-max-width));
  bottom: 0;
  cursor: pointer;
}

html[data-fla-state*="do:1"] body[class*="path-inspiration-area-albums-"] #slick-container a.close {
  bottom: 1em;
  left: calc(1em + 50vw - 0.5 * var(--fla-layout-container-max-width));
  border: 1px solid black;
}

/**
 * Sort options component adoptions
 */
[data-component-id="fla:sort_options"] {
  transition: opacity 0.2s ease-in-out;
}

html.album-overlay-open [data-component-id="fla:sort_options"] {
  opacity: 0;
  pointer-events: none;
}

@keyframes glow {
  0% {
    color: #6c6c6c;
    text-shadow: none;
  }
  50% {
    color: #bfbfbf;
    text-shadow: none;
  }
  60% {
    color: #bfbfbf;
    text-shadow: none;
  }
  to {
    color: #6c6c6c;
  }
}

/*# sourceMappingURL=fla-inspiration-albums.css.map */