/* ==================== */
/* ==================== */
/* Placeholders + Mixins */
/* http://www.sitepoint.com/sass-mixin-placeholder/ */
/* Breakpoints */
/*
$breakpoint-small-up: rem(100px);
$breakpoint-medium-up: rem(750px);
*/
/* ------------------------------------------- */
/* -- Singularity grid */
/* ------------------------------------------- */
/* @include add-grid(12 at rem(600)); */
/* $row-width: rem(1400); */
/* ------------------------------------------- */
/* -- Colours + Variables */
/* ------------------------------------------- */
/* ------------------------------------------- */
/* -- Placeholders */
/* ------------------------------------------- */
.header-content-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.header-content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.photo-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.facetwp-facet-load_more_pagination.facetwp-type-pager button, .btn,
.button {
  background-color: #333;
  color: #fff;
  border: 0;
  padding: 10px 25px;
  text-decoration: none;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
}
.facetwp-facet-load_more_pagination.facetwp-type-pager button svg, .btn svg,
.button svg {
  display: inline-block;
}
.facetwp-facet-load_more_pagination.facetwp-type-pager button svg *, .btn svg *,
.button svg * {
  fill: #fff;
}
.facetwp-facet-load_more_pagination.facetwp-type-pager button:hover, .btn:hover,
.button:hover {
  background: #666;
  color: #fff;
}

.btn,
.button {
  font-size: 1rem;
  cursor: pointer;
}

main .btn,
main .button {
  margin-top: 20px;
}

/* ------------------------------------------- */
/* -- Mixins */
/* ------------------------------------------- */
/* https://gist.github.com/taupecat/4090271 */
/* Usage:
div.logo {
   background: url("logo.png") no-repeat;
   @include image-2x("logo2x.png", 100px, 25px);
 }
 */
/* Aspect ratio */
form {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 40rem) {
  form {
    max-width: 80%;
  }
}
form select,
form label {
  display: block;
}

form label:not(:first-child) {
  margin-top: 1em;
}

form p label {
  display: inline;
}

form p label + label {
  margin-left: 1em;
}

form legend:first-child + label {
  margin-top: 0;
}

form input[type=checkbox],
form input[type=radio] {
  margin-bottom: 0;
}

fieldset {
  margin: 0;
  padding: 0.5em 1em;
  border: 1px solid #aaaaaa;
}

legend {
  color: #aaaaaa;
}

select {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: calc(0.25em - 1px) 0.5em;
  font-family: inherit;
  font-size: 1em;
  border: 1px solid #aaaaaa;
  border-radius: 2px;
  background: white;
  color: black;
  display: inline-block;
  width: auto;
  background: #f2f2f2;
  color: black;
  cursor: pointer;
  padding-right: 1.6em;
  background-position: top 55% right 0.5em;
  background-size: 0.5em;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 3 2'%3E%3Cpath fill='rgb(170, 170, 170)' fill-rule='nonzero' d='M1.5 2L3 0H0z'/%3E%3C/svg%3E");
}

select:focus,
select:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 3 2'%3E%3Cpath fill='rgb(0, 0, 0)' fill-rule='nonzero' d='M1.5 2L3 0H0z'/%3E%3C/svg%3E");
}

input[type=text],
input[type=password],
input[type^=date],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=month],
input[type=week],
input[type=url] {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 2em;
  margin: 0;
  padding: calc(0.25em - 1px) 0.5em;
  font-family: inherit;
  font-size: 1em;
  border: 1px solid #aaaaaa;
  border-radius: 2px;
  background: white;
  color: black;
  display: block;
  width: 100%;
  line-height: calc(2em - 1px * 2 - (0.25em - 1px) * 2);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=submit],
input[type=button],
input[type=reset] {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 2em;
  margin: 0;
  padding: calc(0.25em - 1px) 0.5em;
  font-family: inherit;
  font-size: 1em;
  border: 1px solid #aaaaaa;
  border-radius: 2px;
  background: white;
  color: black;
  display: inline-block;
  width: auto;
  background: #f2f2f2;
  color: black;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=color] {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 2em;
  margin: 0;
  padding: calc(0.25em - 1px) 0.5em;
  font-family: inherit;
  font-size: 1em;
  border: 1px solid #aaaaaa;
  border-radius: 2px;
  background: white;
  color: black;
  display: block;
  width: 100%;
  line-height: calc(2em - 1px * 2 - (0.25em - 1px) * 2);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 6em;
}

input[type=color]:focus {
  border: 1px solid black;
}

input[type=color]::-moz-placeholder {
  color: #aaaaaa;
}

input[type=color]::-webkit-input-placeholder {
  color: #aaaaaa;
}

input[type=color]:-ms-input-placeholder {
  color: #aaaaaa;
}

input[type=color]:hover {
  border: 1px solid black;
}

input[type=file] {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 2em;
  margin: 0;
  padding: calc(0.25em - 1px) 0.5em;
  font-family: inherit;
  font-size: 1em;
  border: 1px solid #aaaaaa;
  border-radius: 2px;
  background: white;
  color: black;
  display: inline-block;
  width: auto;
  background: #f2f2f2;
  color: black;
  cursor: pointer;
  display: block;
  width: 100%;
  height: auto;
  padding: 0.75em 0.5em;
  font-size: 12px;
  line-height: 1;
}

input[type=file]:focus {
  border: 1px solid black;
}

input[type=file]:not([disabled]):hover {
  border: 1px solid black;
}

input[type=file]:active {
  background-color: #aaaaaa;
}

input[type=file][disabled] {
  color: #aaaaaa;
  cursor: not-allowed;
}

input[type=checkbox],
input[type=radio] {
  margin: -0.2em 0.75em 0 0;
  vertical-align: middle;
}

textarea {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 2em;
  margin: 0;
  padding: calc(0.25em - 1px) 0.5em;
  font-family: inherit;
  font-size: 1em;
  border: 1px solid #aaaaaa;
  border-radius: 2px;
  background: white;
  color: black;
  display: block;
  width: 100%;
  line-height: calc(2em - 1px * 2 - (0.25em - 1px) * 2);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 4.5em;
  resize: vertical;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.facetwp-facet-load_more_pagination.facetwp-type-pager button, .btn,
.button, h1,
h2,
h3,
h4,
h5 {
  font-family: -apple-system, BlinkMacSystemFont, San Francisco, Helvetica Neue, Helvetica, Ubuntu, Roboto, Noto, Segoe UI, Arial, sans-serif;
  font-weight: 700;
  font-weight: 900;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}

.page-bg-image {
  background-image: url(../img/MNDR_swirlbg.jpg);
}

html.webp .page-bg-image {
  background-image: url(../img/MNDR_swirlbg.webp);
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: auto;
}

main.error404 h2 {
  margin-bottom: 3rem;
}

a {
  text-decoration: underline;
  color: #3784b5;
}
a:hover {
  color: #333;
}

main .holder,
main .holder.holder--video-title,
main .holder.holder--video,
main .breadcrumbs.breadcrumbs--title {
  max-width: 1250px;
}

h1,
h2,
h3,
h4,
h5 {
  color: #fff799;
}

h1,
.has-huge-font-size {
  font-size: 2.625rem;
  font-size: clamp(1.625rem, 0.5rem + 4vw, 3rem);
  letter-spacing: 0.4rem;
}

h2,
.has-large-font-size {
  font-size: 2.125rem;
  font-size: clamp(1.375rem, 0.5rem + 3vw, 2.125rem);
  letter-spacing: 0.3rem;
}

h3,
.has-medium-font-size {
  font-size: 1.625rem;
  font-size: clamp(1.125rem, 0.5rem + 2.4vw, 1.625rem);
  letter-spacing: 0.2rem;
}

h4,
h5,
.has-normal-font-size {
  font-size: 1rem;
  font-size: clamp(1rem, 0.5rem + 0.666vw, 1.5rem);
}

.facetwp-facet-load_more_pagination.facetwp-type-pager button, .btn,
.button {
  color: #363335;
  background-color: #fff799;
}
.facetwp-facet-load_more_pagination.facetwp-type-pager button svg *, .btn svg *,
.button svg * {
  fill: #363335;
}
.facetwp-facet-load_more_pagination.facetwp-type-pager button:hover, .btn:hover,
.button:hover {
  background-color: #fff;
  color: #363335;
  cursor: pointer;
}

.page-bg-image {
  z-index: -1;
}

.alignwide {
  padding-left: 20px;
  padding-right: 20px;
}

.alignfull,
.alignwide {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
}

@media only screen and (min-width: 1500px) {
  .alignwide {
    margin-left: -125px;
    margin-right: -125px;
    max-width: 1500px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.wp-block-separator {
  background: rgba(17, 17, 17, 0.4);
}

figure.aligncenter.size-large,
figure.aligncenter.size-large img {
  max-width: none;
  width: 100%;
}

.breadcrumbs--title {
  margin: 0 0 20px 0;
}

[role=banner] {
  padding: 20px 0;
  margin-bottom: 40px;
  z-index: 2;
}

.header-wrapper--1 {
  padding: 0;
}

.header-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0 40px 0 20px;
}
.header-content-wrapper .holder {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
  margin: 0;
}
.header-content-wrapper .header__home-link,
.header-content-wrapper .holder.holder--header-wrapper {
  max-width: 140px;
}
@media (min-width: 37.5rem) {
  .header-content-wrapper .header__home-link,
.header-content-wrapper .holder.holder--header-wrapper {
    max-width: 200px;
  }
}
body .header-content-wrapper nav.main-menu {
  margin-top: 0;
  width: 100%;
}

.pagination a.page-numbers {
  background-color: #2b2429;
}

.post-list.music-list [class*=__image]:before {
  display: none;
  content: none;
}

.related-music {
  border-top: 0;
}

.single-music ul.related-music {
  padding: 0;
}

.related-video__title {
  margin-bottom: 0;
  border-bottom: 0;
}

.post-list [class*=__item] [class*=__title] {
  line-height: 1.2;
  letter-spacing: 1px;
}

.breadcrumbs--title h1 {
  letter-spacing: 0.2rem;
}

.facets .facetwp-facet {
  margin-bottom: 20px;
}

.facets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0 10px 0;
  z-index: 1;
  position: sticky;
  top: -1px;
  left: 0;
  background-color: transparent;
  -webkit-transition: background-color 0.25 ease-out;
  -o-transition: background-color 0.25 ease-out;
  transition: background-color 0.25 ease-out;
}
.facets.is-pinned {
  background-color: rgba(223, 185, 184, 0.85);
}
.facets select {
  min-width: 240px;
}
.facets > * {
  margin-right: 10px;
}

.music-list {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.music-list.facet-loaded {
  opacity: 1;
}

.music-list.facet-leaving {
  opacity: 0.6;
}

.facets .facetwp-facet {
  position: relative;
}
.facets .facetwp-facet::after {
  position: absolute;
  right: 2px;
  top: 8px;
  display: inline-block;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/loader.svg);
  background-repeat: no-repeat;
  opacity: 0;
  z-index: -1;
}

.facetwp-facet.is-loading {
  opacity: 1 !important;
}
.facetwp-facet.is-loading select {
  background-image: none;
}
.facetwp-facet.is-loading::after {
  opacity: 1;
  z-index: 5;
}

/*
  Set the color of the loader icon
*/
svg.facet-loader path,
svg.facet-loader rect {
  fill: #5586a7;
}

.facetwp-facet-load_more_pagination.facetwp-type-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.facet-reset {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #333;
  color: #fff;
  font-weight: 700;
  border: 0;
  cursor: pointer;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 4px 12px;
}

.prev-next-wrapper {
  border-top: 1px dotted rgba(17, 17, 17, 0.4);
}

.prev-next a {
  padding: 10px;
  color: #3784b5;
}
.prev-next a span {
  color: #333;
}
.prev-next a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #333;
}

nav ul.menu a {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-text-decoration: underline #fff solid 2px;
          text-decoration: underline #fff solid 2px;
  text-underline-offset: 2px;
}
nav ul.menu a:hover {
  color: #3784b5;
  -webkit-text-decoration: underline #3784b5 solid 2px;
          text-decoration: underline #3784b5 solid 2px;
}

.main-menu li {
  font-size: 1.4rem;
}
.main-menu li.current-menu-item > a, .main-menu li.current_page_item > a {
  color: #3784b5;
  -webkit-text-decoration: underline #3784b5 solid 2px;
          text-decoration: underline #3784b5 solid 2px;
}

body.nav-open .header-content-wrapper nav.main-menu {
  top: -20px;
}

@supports (grid-template-rows: masonry) {
  .photo-list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    -ms-grid-rows: masonry;
    grid-template-rows: masonry;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-gap: 0.5em;
    gap: 0.5em;
    padding: 0.5em;
  }
}
@supports not (grid-template-rows: masonry) {
  .photo-list {
    -webkit-columns: 3 300px;
       -moz-columns: 3 300px;
            columns: 3 300px;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }
  .photo-list li.photo-list__item + li.photo-list__item {
    margin-top: 0.5rem;
  }
}
.photo-list li img {
  width: 100%;
  display: block;
  -webkit-box-shadow: 0 4px 10px rgba(17, 17, 17, 0.2);
          box-shadow: 0 4px 10px rgba(17, 17, 17, 0.2);
}

.photo > * + * {
  margin-top: 2rem;
}

.photo-image {
  display: block;
}

.popup-photo {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-title a {
  font-size: small;
  color: #fff;
}
.mfp-title a:hover {
  color: #ccc;
}

.single-photo .prev-next {
  margin-top: 4rem;
}

.social--header {
  position: static;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.social--header ul {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

html.page-templates-page-cards [role=banner] {
  margin-bottom: 0;
}
html.page-templates-page-cards .content-wrapper {
  padding-top: 20px;
  overflow: hidden;
}
html.page-templates-page-cards .page-title {
  margin-bottom: 20px;
}

.cardshow {
  background-image: -o-radial-gradient(circle, #b892ab 10%, rgba(184, 146, 171, 0) 34%);
  background-image: radial-gradient(circle, #b892ab 10%, rgba(184, 146, 171, 0) 34%);
}

.card {
  width: 56%;
}
@media (min-width: 50rem) {
  .card {
    width: 36%;
  }
}
.card img {
  margin: 0 auto;
  -webkit-box-shadow: 0px 2px 4px rgba(17, 17, 17, 0.2);
          box-shadow: 0px 2px 4px rgba(17, 17, 17, 0.2);
  max-height: 75vh;
}

.card .card-inner {
  -webkit-transform: scale(0) rotateZ(20deg);
      -ms-transform: scale(0) rotate(20deg);
          transform: scale(0) rotateZ(20deg);
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  -o-transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

.card.is-selected .card-inner {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.card-next-wrapper,
.swipe-wrapper,
.card-reshuffle-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn.card-reshuffle {
  background-color: transparent;
}
.btn.card-reshuffle svg {
  display: inline-block;
  margin-right: 6px;
}
.btn.card-reshuffle:hover {
  background-color: #FFF;
}

.flickity-enabled:focus {
  outline: none;
}

footer[role=contentinfo] {
  padding: 40px 0 80px 0;
}
footer[role=contentinfo] a {
  -webkit-text-decoration: underline #fff solid 1px;
          text-decoration: underline #fff solid 1px;
  text-underline-offset: 1px;
  color: #fff;
}
footer[role=contentinfo] a:hover {
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-color: #fff799;
          text-decoration-color: #fff799;
  text-decoration-thickness: 1px;
  text-decoration: underline;
}

main {
  line-height: 2;
}

#filter-wrapper {
  background: #ddcdec;
  background: -o-linear-gradient(176deg, #ddcdec 0%, #dbb8ca 61%);
  background: linear-gradient(274deg, #ddcdec 0%, #dbb8ca 61%);
}
/*# sourceMappingURL=screen.css.map */