/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.95;
  filter: alpha(opacity=95); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 503;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 504; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  /*opacity: 0.65;*/
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

  /*

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:active {
  margin-top: -54px; }
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent; }
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }
    */

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
  /*
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }
  */

.mfp-figure {
  line-height: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }@font-face{font-family:ungerer;src:url(//hessismore.com/app/themes/hessismore/dist/fonts/ungreg-webfont_978762d8.woff2) format("woff2"),url(//hessismore.com/app/themes/hessismore/dist/fonts/ungreg-webfont_68e33967.woff) format("woff")}@font-face{font-family:ungerer;src:url(//hessismore.com/app/themes/hessismore/dist/fonts/ungbol-webfont_182cc750.woff2) format("woff2"),url(//hessismore.com/app/themes/hessismore/dist/fonts/ungbol-webfont_a1027857.woff) format("woff");font-weight:700}@font-face{font-family:rina;src:url(//hessismore.com/app/themes/hessismore/dist/fonts/rinabold-webfont_7cb2177b.woff2) format("woff2"),url(//hessismore.com/app/themes/hessismore/dist/fonts/rinabold-webfont_b89a3be7.woff) format("woff");font-weight:700}@font-face{font-family:rina;src:url(//hessismore.com/app/themes/hessismore/dist/fonts/rinaregular-webfont_75aae8c9.woff2) format("woff2"),url(//hessismore.com/app/themes/hessismore/dist/fonts/rinaregular-webfont_ec77ecf4.woff) format("woff")}@font-face{font-family:icons;src:url(//hessismore.com/app/themes/hessismore/dist/fonts/fontello_e174140e.woff2) format("woff2"),url(//hessismore.com/app/themes/hessismore/dist/fonts/fontello_792615f0.woff) format("woff");font-weight:400;font-style:normal}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}button{background-color:transparent;background-image:none;padding:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}fieldset,ol,ul{margin:0;padding:0}ol,ul{list-style:none}html{font-family:ungerer,Helvetica,Arial,sans-serif;line-height:1.5}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box;border:0 solid}hr{border-top-width:1px}img{border-style:solid}textarea{resize:vertical}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#a0aec0}input::-moz-placeholder,textarea::-moz-placeholder{color:#a0aec0}input::-ms-input-placeholder,textarea::-ms-input-placeholder{color:#a0aec0}input::placeholder,textarea::placeholder{color:#a0aec0}[role=button],button{cursor:pointer}table{border-collapse:collapse}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}button,input,optgroup,select,textarea{padding:0;line-height:inherit;color:inherit}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:800px){.container{max-width:800px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.bg-white{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity))}.border-black{--border-opacity:1;border-color:#000;border-color:rgba(0,0,0,var(--border-opacity))}.block{display:block}.flex{display:-webkit-box;display:-ms-flexbox;display:flex}.items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.justify-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.flex-grow{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.font-header{font-family:rina,Helvetica,Arial,sans-serif}.font-bold{font-weight:700}.text-sm{font-size:.78125rem;line-height:.78125rem}.text-base{font-size:.875rem;line-height:1rem}.text-lg{font-size:1rem;line-height:1em}.mr-0{margin-right:0}.-mt-1{margin-top:-.25rem}.outline-none{outline:0}.overflow-y-scroll{overflow-y:scroll}.px-2{padding-left:.5rem;padding-right:.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-12{padding-top:3rem;padding-bottom:3rem}.static{position:static}.resize{resize:both}.text-primary{--text-opacity:1;color:#222;color:rgba(34,34,34,var(--text-opacity))}.uppercase{text-transform:uppercase}.tracking-wider{letter-spacing:.05em}.align-middle{vertical-align:middle}.w-full{width:100%}.hamburger{padding:0;display:inline-block;cursor:pointer;-webkit-transition-property:opacity,-webkit-filter;transition-property:opacity,-webkit-filter;-o-transition-property:opacity,filter;transition-property:opacity,filter;transition-property:opacity,filter,-webkit-filter;-webkit-transition-duration:.15s;-o-transition-duration:.15s;transition-duration:.15s;-webkit-transition-timing-function:linear;-o-transition-timing-function:linear;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.hamburger.is-active:hover,.hamburger:hover{opacity:1}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:after,.hamburger.is-active .hamburger-inner:before{background-color:#000}.hamburger-box{width:18px;height:14px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-1px}.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{width:18px;height:2px;background-color:#000;border-radius:0;position:absolute;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:-o-transform;transition-property:transform;transition-property:transform,-webkit-transform,-o-transform;-webkit-transition-duration:.15s;-o-transition-duration:.15s;transition-duration:.15s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.hamburger-inner:after,.hamburger-inner:before{content:"";display:block}.hamburger-inner:before{top:-6px}.hamburger-inner:after{bottom:-6px}.hamburger--boring .hamburger-inner,.hamburger--boring .hamburger-inner:after,.hamburger--boring .hamburger-inner:before{-webkit-transition-property:none;-o-transition-property:none;transition-property:none}.hamburger--boring.is-active .hamburger-inner{-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.hamburger--boring.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--boring.is-active .hamburger-inner:after{bottom:0;-webkit-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg)}.nav-container{height:0;overflow:hidden}.menu-open .nav-container{height:auto;margin-bottom:4rem}.nav-social a,.nav-social i{-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s}.nav-primary li{display:block;line-height:2.5rem}.nav-primary a{padding-bottom:.5em;border-bottom:1px rgba(255,255,255,var(--border-opacity));border-style:solid}.nav-primary:hover .current-menu-item a,.nav-primary a{--border-opacity:1;border-color:#fff;border-color:rgba(255,255,255,var(--border-opacity))}.nav-primary .current-menu-item a,.nav-primary .current-menu-item a:hover,.nav-primary a:hover{--border-opacity:1;border-color:#333;border-color:rgba(51,51,51,var(--border-opacity))}.nav-social li{display:inline;padding-top:1rem;padding-bottom:1rem;margin-top:2rem;margin-bottom:2rem;font-size:.78125rem;line-height:.78125rem;margin-left:.5rem;letter-spacing:0}.nav-social li:first-child{margin-left:0}.nav-social li i{font-size:1.25rem;line-height:1em;vertical-align:top;position:relative;bottom:1px}.nav-social a:hover,.nav-social a:hover i{--text-opacity:1;color:#a9a9a9;color:rgba(169,169,169,var(--text-opacity))}@media (min-width:800px){.nav-container{height:auto}.nav-primary li{display:inline;margin-right:.5rem}.nav-social li{margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0;font-size:.78125rem;line-height:.78125rem}.nav-social li i{font-size:1rem;line-height:1em;top:1px}}body{min-height:100vh;background-size:cover;background-repeat:no-repeat;background-position:50%}h1,h2,p{margin-bottom:1rem}h1,h2{font-family:rina,Helvetica,Arial,sans-serif;text-transform:uppercase;font-weight:700;letter-spacing:.05em;word-spacing:.05em}p+h2{margin-top:3rem}h3{font-family:rina,Helvetica,Arial,sans-serif;text-transform:uppercase;font-weight:700;letter-spacing:.025em;margin-bottom:.5rem;margin-top:2rem;font-size:.78125rem;line-height:.78125rem;word-spacing:.05em}main a{--text-opacity:1;color:#333;color:rgba(51,51,51,var(--text-opacity))}main a:hover{--border-opacity:1;border-color:#333;border-color:rgba(51,51,51,var(--border-opacity));border-bottom:1px rgba(51,51,51,var(--border-opacity));border-style:solid}main a:visited{--text-opacity:1;color:#333;color:rgba(51,51,51,var(--text-opacity))}figure a:hover{border:0}[class*=" icon-"]:before,[class^=icon-]:before{font-family:icons,sans-serif;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;text-align:center;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-envelope:before{content:"\E800"}.icon-facebook:before{content:"\E801"}.icon-instagram:before{content:"\E802"}.icon-songkick:before{content:"\E803"}.icon-spotify:before{content:"\E804"}.icon-youtube:before{content:"\E805"}.icon-bandcamp{color:#29a1c1}.icon-bandcamp:before{content:"\E806"}.icon-volume-off:before{content:"\E809"}.icon-volume-on:before{content:"\E80B"}.blocks-gallery-image,.blocks-gallery-item{margin-right:6px!important;margin-bottom:1em!important}.photos .wp-block-gallery{display:block!important}.photos .blocks-gallery-item{overflow:hidden;width:100%!important;max-width:300px!important;margin-right:20px!important}@media (min-width:640px){.photos .blocks-gallery-item{width:49%!important}}@media (min-width:800px){.photos .blocks-gallery-item{width:32%!important}}@media (min-width:1024px){.photos .blocks-gallery-item{width:23.5%!important}}.photos img{max-width:100%!important;height:auto!important}@media (min-width:600px){.wp-block-gallery.columns-2 .blocks-gallery-image,.wp-block-gallery.columns-2 .blocks-gallery-item{width:calc(50% - 6px)!important}.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{width:calc(33.33333% - 12px)!important}.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n){margin-right:0!important}}.blocks-gallery-grid figcaption{display:none}.masonry .loaded .blocks-gallery-image,.masonry .loaded .blocks-gallery-item,.masonry .loaded .masonry-elem-sizer{display:inline!important;width:auto!important;margin-bottom:20px;margin-right:0!important}@media (min-width:640px){.masonry .loaded .blocks-gallery-image,.masonry .loaded .blocks-gallery-item,.masonry .loaded .masonry-elem-sizer{width:49%!important}}@media (min-width:800px){.masonry .loaded .blocks-gallery-image,.masonry .loaded .blocks-gallery-item,.masonry .loaded .masonry-elem-sizer{width:32%!important}}@media (min-width:1024px){.masonry .loaded .blocks-gallery-image,.masonry .loaded .blocks-gallery-item,.masonry .loaded .masonry-elem-sizer{width:23.5%!important}}.masonry-gutter-sizer{width:2%}.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{display:block!important;width:100%!important;height:auto!important}.music .entry-content,.videos .entry-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.music h2,.music h3,.videos h2,.videos h3,.wp-block-embed{width:100%}@media (min-width:640px){.videos .wp-block-embed{width:49%}.music .entry-content,.videos .entry-content{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.wp-block-discography-block-album+h2,.wp-block-embed+h2{margin-top:2rem}.about main{max-width:360px}@media (min-width:640px){.about main{max-width:none;width:50%}}.songkick-content{width:calc(100% + 20px);margin-left:-10px}input{border:1px solid grey;padding:.35em 2em .35em .5em;margin-bottom:.5rem;color:inherit}input::-webkit-input-placeholder{--text-opacity:1;color:#000;color:rgba(0,0,0,var(--text-opacity));opacity:.5}input::-moz-placeholder{--text-opacity:1;color:#000;color:rgba(0,0,0,var(--text-opacity));opacity:.5}input::-ms-input-placeholder{--text-opacity:1;color:#000;color:rgba(0,0,0,var(--text-opacity));opacity:.5}input::placeholder{--text-opacity:1;color:#000;color:rgba(0,0,0,var(--text-opacity));opacity:.5}.wp-block-discography-block-album{position:relative;width:100%;margin-bottom:1rem}.wp-block-discography-block-album:last-child{margin-bottom:50vh}.wp-block-discography-block-album div{position:absolute;overflow:hidden;width:100%;height:100%;max-width:300px;top:0;left:0;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-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;background-color:hsla(0,0%,100%,0);-webkit-transition:background-color .2s;-o-transition:background-color .2s;transition:background-color .2s}.wp-block-discography-block-album div h3,.wp-block-discography-block-album div ul{opacity:0;-webkit-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s;line-height:2em}.wp-block-discography-block-album div h3{margin-top:-.5rem;margin-bottom:.5rem}.wp-block-discography-block-album div h3:empty{display:none}.wp-block-discography-block-album div.show-info,.wp-block-discography-block-album div:hover{background-color:hsla(0,0%,100%,.9)}.wp-block-discography-block-album div.show-info h3,.wp-block-discography-block-album div.show-info ul,.wp-block-discography-block-album div:hover h3,.wp-block-discography-block-album div:hover ul{opacity:1}@media (min-width:640px){.wp-block-discography-block-album,.wp-block-discography-block-album:last-child{margin-bottom:2%}}@media (min-width:640px){.wp-block-discography-block-album{width:49%}}@media (min-width:800px){.wp-block-discography-block-album{width:32%}}@media (min-width:1024px){.wp-block-discography-block-album{width:23.5%}}video.fullscreen{position:fixed;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;z-index:-100;-webkit-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-size:cover;-o-object-fit:cover;object-fit:cover;display:none}@media (min-width:800px){video.fullscreen{display:block}}.fullscreen-video .controls .pause{display:none}.fullscreen-video .controls .mute{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}@media (min-width:640px){.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:w-auto{width:auto}}@media (min-width:800px){.md\:block{display:block}.md\:inline{display:inline}.md\:flex{display:-webkit-box;display:-ms-flexbox;display:flex}.md\:hidden{display:none}.md\:items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.md\:justify-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.md\:mb-0{margin-bottom:0}.md\:mr-2{margin-right:.5rem}.md\:-mt-1{margin-top:-.25rem}.md\:py-12{padding-top:3rem;padding-bottom:3rem}.md\:pl-3{padding-left:.75rem}.md\:w-auto{width:auto}}@media (min-width:1024px){.lg\:px-16{padding-left:4rem;padding-right:4rem}}