@charset "UTF-8";
/* Base styles */
/* 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 */
/* ------------------------------------------- */
.holder {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

.ratm-x-rtj-tour-dates ul, .masonry, .grid-list, .share ul, .link-list, .alternative-artwork__list, .music-info ul, .music-buy-listen ul, .music-list, .social ul, .footnotes-menu, [role=contentinfo] ul.footer-menu, .sidebar ul, .prev-next, .post-list, .page-nav ul, .product-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.alternative-artwork__title, .close span, .mailing-list--sticky h5, html.news-blog .blog .post-meta__label, .download-email label,
.download-signup .gfield_label,
.download-personal .gfield_label,
.gform_validation_container, ._form-label, html .searchform label, .nav--hide .nav-wrapper, .header--hide .site-header, .footer--hide [role=contentinfo], .nav--hide [role=navigation],
.nav--hide .menu-button, .header--hide .holder--header-wrapper, .sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.cover__content__link, .music-buy-listen ul a, html .searchform [type=submit], .btn,
.button,
.wp-block-button__link, .btn--alt2, .btn--alt {
  font-family: "Oswald", Arial, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f2932a;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2932a), to(#dc7a0d));
  background: -o-linear-gradient(top, #f2932a 0%, #dc7a0d 100%);
  background: linear-gradient(180deg, #f2932a 0%, #dc7a0d 100%);
  color: #fff;
  padding: 10px 25px;
  border: 0;
  color: #fff;
  text-shadow: 0 1px 1px rgba(17, 17, 17, 0.5);
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 2px;
  text-decoration: none;
  cursor: pointer;
}
.cover__content__link:hover, .music-buy-listen ul a:hover, html .searchform [type=submit]:hover, .btn:hover,
.button:hover,
.wp-block-button__link:hover, .btn--alt2:hover, .btn--alt:hover {
  color: #fff;
  background: #dc7a0d;
}
.cover__content__link svg, .music-buy-listen ul a svg, html .searchform [type=submit] svg, .btn svg,
.button svg,
.wp-block-button__link svg, .btn--alt2 svg, .btn--alt svg {
  -webkit-filter: drop-shadow(0 1px 1px rgba(17, 17, 17, 0.5));
          filter: drop-shadow(0 1px 1px rgba(17, 17, 17, 0.5));
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.cover__content__link svg *, .music-buy-listen ul a svg *, html .searchform [type=submit] svg *, .btn svg *,
.button svg *,
.wp-block-button__link svg *, .btn--alt2 svg *, .btn--alt svg * {
  fill: #fff;
}

.music-buy-listen ul a, .btn--alt {
  background-color: #d92172;
  background: -webkit-gradient(linear, left top, left bottom, from(#d92172), to(#ad1a5b));
  background: -o-linear-gradient(top, #d92172 0%, #ad1a5b 100%);
  background: linear-gradient(180deg, #d92172 0%, #ad1a5b 100%);
}
.music-buy-listen ul a:hover, .btn--alt:hover {
  background: #ad1a5b;
}

.btn--alt2 {
  background: #f2932a;
  background: -webkit-gradient(linear, left top, left bottom, from(#241e1d), to(#080606));
  background: -o-linear-gradient(top, #241e1d 0%, #080606 100%);
  background: linear-gradient(180deg, #241e1d 0%, #080606 100%);
}
.btn--alt2:hover {
  background-color: #333;
}

.search-wrapper article, .post-grid__item, .beer-list__item > a, .post-list li {
  background-color: rgba(17, 17, 17, 0.15);
}

.wp-block-video:not(.noshadow) video,
.wp-block-image:not(.noshadow) img, .post__featured-image, .post-overview .post-overview__image {
  -webkit-box-shadow: 0 3px 8px rgba(17, 17, 17, 0.8);
          box-shadow: 0 3px 8px rgba(17, 17, 17, 0.8);
}

.btn--plain {
  padding: 4px 8px;
  background: transparent;
  text-shadow: none;
}

.video__caption, .image figcaption {
  text-align: center;
  color: #666;
  padding: 10px 0;
  font-size: 0.75rem;
}

/* ------------------------------------------- */
/* -- Mixins */
/* ------------------------------------------- */
/* Usage:
div.logo {
   background: url("logo.png") no-repeat;
   @include image-2x("logo2x.png", 100px, 25px);
 }
 */
/* Aspect ratio */
/* oswald-regular - latin */
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/oswald-regular.woff2") format("woff2"), url("../fonts/oswald-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.3;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Natural flow and rhythm in articles by default */
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove _all_ animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-play-state: paused !important;
            animation-play-state: paused !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
hr {
  width: 100%;
  height: 0;
  border: 0;
  border-bottom: 1px #404040 solid;
}

figcaption {
  color: #ccc;
  margin: 10px 0;
  font-size: 14px;
  text-align: center;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.chromeframe {
  position: absolute;
  top: 0;
  padding: 20px;
  background: #fff;
  color: #666;
}

@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* -------------------------------------------------------------------------------*/
::-moz-selection {
  background: hotpink;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: hotpink;
  color: #fff;
  text-shadow: none;
}

/* Basics
---------------------------------- */
html {
  background-color: #2a2b2a;
}

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-content-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: auto;
}

body {
  position: relative;
  z-index: 0;
  font-family: -apple-system, BlinkMacSystemFont, San Francisco, Helvetica Neue, Helvetica, Ubuntu, Roboto, Noto, Segoe UI, Arial, sans-serif;
  color: #fff;
  background: #333333;
  background: -o-radial-gradient(circle, #333333 0%, #262626 100%);
  background: radial-gradient(circle, #333333 0%, #262626 100%);
}

main {
  text-shadow: 0 1px 1px rgba(17, 17, 17, 0.8);
}

main .entry-content > .header-push {
  margin-top: 40px;
}

html:not(.home) main {
  padding-bottom: 100px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: "Oswald", Arial, sans-serif;
  text-transform: uppercase;
}

h1,
.page-title {
  font-size: 42px;
  font-size: 3.6vw;
}
@media (max-width: 722.2222222222px) {
  h1,
.page-title {
    font-size: 26px;
  }
}
@media (min-width: 1166.6666666667px) {
  h1,
.page-title {
    font-size: 42px;
  }
}

h2 {
  font-size: 34px;
  font-size: 2.8vw;
}
@media (max-width: 785.7142857143px) {
  h2 {
    font-size: 22px;
  }
}
@media (min-width: 1214.2857142857px) {
  h2 {
    font-size: 34px;
  }
}

h3 {
  font-size: 26px;
  font-size: 2vw;
}
@media (max-width: 1100px) {
  h3 {
    font-size: 22px;
  }
}
@media (min-width: 1300px) {
  h3 {
    font-size: 26px;
  }
}

img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

p {
  margin: 0;
  line-height: 150%;
}

main a {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
}

article p + p {
  margin-top: 20px;
}

.entry-content > * + *:not(.nospace) {
  margin-top: 2rem;
}
.entry-content > p.has-text-align-center {
  max-width: 80ch;
  margin-left: auto;
  margin-right: auto;
}
.entry-content > * + h1,
.entry-content > * + h2,
.entry-content > * + h3,
.entry-content > * + h4,
.entry-content > * + h5 {
  margin-top: 4rem;
}

.note {
  font-size: 12px;
}

.holder {
  width: 100%;
  /* 	padding-top: $space;
  padding-bottom: $space; */
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 700px) {
  .holder {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.holder--wide {
  max-width: 1400px;
}

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

.alignwide {
  padding: 0 20px;
}

@media only screen and (min-width: 63.75em) {
  .alignwide {
    margin-left: -100px;
    margin-right: -100px;
    max-width: 1000px;
  }
}
.wp-block-column .alignwide,
.wp-block-column .alignfull {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  padding: 0;
}

/* Headers / Titles
================================= */
/* h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
} */
/* ---------- */
/* Links
================================= */
a {
  color: #f2932a;
}

a:hover {
  color: #f8c48a;
}

main a:not(.btn):hover svg * {
  fill: #f8c48a;
}

/* ---------- */
address {
  font-style: normal;
}

.fixed {
  position: fixed;
}

.content-wrapper {
  overflow-x: hidden;
}

.single .content-wrapper {
  margin-bottom: 60px;
}

.wp-caption {
  margin-top: 40px;
  margin-bottom: 40px;
  width: auto !important;
}
.wp-caption img {
  display: block;
}

.wp-block-embed figcaption,
.wp-block-image figcaption,
.image-caption {
  padding: 5px 0 10px 0;
  font-size: 14px;
  opacity: 1;
  text-align: center;
}

article.post p.wp-caption-text,
.wp-caption-text {
  padding: 10px 0;
  margin-bottom: 20px;
  font-style: italic;
  font-size: 14px;
}

.alignright {
  display: block;
  margin: 20px 0;
}
@media (min-width: 660px) {
  .alignright {
    display: inline-block;
    float: right;
    margin: 20px 0 20px 30px;
  }
}

.aligncenter {
  display: block;
  margin: 20px auto;
  clear: both;
}

.wp-block-image figure.aligncenter {
  margin: 0 auto;
}

.alignleft {
  display: block;
  margin: 20px 0;
}
@media (min-width: 660px) {
  .alignleft {
    display: inline-block;
    float: left;
    margin: 20px 30px 20px 0;
  }
}

.wp-block-image.nospace {
  margin-bottom: 0;
}

img.size-large {
  display: block;
  margin: 40px 0 60px 0;
}

.wp-caption.aligncenter {
  text-align: center;
}
.wp-caption.aligncenter > * {
  margin-left: auto;
  margin-right: auto;
}

.breadcrumbs-wrapper {
  background-color: #282424;
  background: -webkit-gradient(linear, right top, left top, color-stop(21%, #241e1d), to(#2f2827));
  background: -o-linear-gradient(right, #241e1d 21%, #2f2827 100%);
  background: linear-gradient(270deg, #241e1d 21%, #2f2827 100%);
}

.breadcrumbs {
  padding: 10px 0;
  font-size: 14px;
}
.breadcrumbs .divider {
  color: rgba(217, 33, 114, 0.5);
}
.breadcrumbs .current {
  color: #fff;
}
.breadcrumbs a {
  color: #999;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #fff;
  text-decoration: underline;
}

.single .breadcrumbs--title {
  margin: 40px 0;
}
.breadcrumbs--title a {
  text-transform: uppercase;
  text-decoration: none;
  color: #999;
}
.breadcrumbs--title a:hover {
  color: #f2932a;
}

.dot {
  color: #d92172;
}

.tint {
  background-color: #111;
}

.tint,
.bg-gradient,
.gradient {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

iframe[src*="fanbridge.com"] {
  min-height: 550px;
  width: 100%;
}

::-webkit-media-controls,
video::-webkit-media-controls,
video::-webkit-media-controls-enclosure {
  text-shadow: none;
}

.all-link {
  border-top: 1px #404040 solid;
  padding: 20px 0;
}
.all-link a {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.all-link svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  display: inline-block;
  margin-right: 5px;
}
.all-link svg * {
  fill: #666;
}

main.home {
  background-color: #000;
}

main ul:not([class]) {
  list-style: none;
}
main ul:not([class]) li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #f2932a;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}

html.title-hide main {
  padding-top: 40px;
}

.product-list {
  margin-top: 20px;
}
.product-list li strong {
  text-transform: uppercase;
}
.product-list li + li {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px #111 solid;
}

.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.big-grid-wrapper {
  padding: 40px;
}

.loading * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
/* --------------------------------------------------- */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* --------------------------------------------------- */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes handInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-65px);
            transform: translateX(-65px);
  }
  40% {
    opacity: 1;
  }
  60% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes handInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-65px);
            transform: translateX(-65px);
  }
  40% {
    opacity: 1;
  }
  60% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes handInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
  }
  40% {
    opacity: 1;
  }
  66% {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes handInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
  }
  40% {
    opacity: 1;
  }
  66% {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes handInLeftAlt {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-35px);
            transform: translateX(-35px);
  }
  40% {
    opacity: 1;
  }
  60% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes handInLeftAlt {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-35px);
            transform: translateX(-35px);
  }
  40% {
    opacity: 1;
  }
  60% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes handInRightAlt {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  40% {
    opacity: 1;
  }
  66% {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes handInRightAlt {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  40% {
    opacity: 1;
  }
  66% {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.scene .scene_element main {
  -webkit-animation-duration: 0.15s;
          animation-duration: 0.15s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.scene.is-exiting .scene_element main {
  animation-direction: alternate-reverse;
}

.load-in-progress,
.load-in-progress a:hover {
  cursor: progress;
}

/* Placeholders style */
::-webkit-input-placeholder {
  color: #666;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #666;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #666;
}

:-ms-input-placeholder {
  color: #666;
}

input:focus::-webkit-input-placeholder {
  opacity: 0.4;
}
input:focus:-moz-placeholder {
  /* Firefox 18- */
  opacity: 0.4;
}
input:focus::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0.4;
}
input:focus:-ms-input-placeholder {
  opacity: 0.4;
}

input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.select-wrap {
  overflow: hidden;
  position: relative;
  display: block;
  background-color: #fff;
}
.select-wrap select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: none;
  padding: 8px;
  height: 32px;
  width: 100%;
  cursor: pointer;
  position: relative;
  z-index: 5;
}
.select-wrap::after {
  content: "▼";
  display: block;
  position: absolute;
  right: 10px;
  top: 6px;
  -webkit-transform: scaleY(0.5);
      -ms-transform: scaleY(0.5);
          transform: scaleY(0.5);
  color: #666;
  z-index: 1;
}

.form-pop-up-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

form.page-password p {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
form.page-password small {
  display: block;
  margin: 8px 0;
  font-family: Arial, sans-serif;
  font-size: 0.8rem;
}

html form input[type=password].post_password {
  border: 2px solid #666;
  font-size: 18px;
  padding: 6px;
  height: auto;
  max-width: 400px;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.mfp-content form {
  width: auto !important;
  margin: 0 !important;
}

._form-title {
  line-height: 120% !important;
}

.form-embed__title, .form-embed__desc {
  text-align: center;
}
.form-embed__code {
  margin-top: 20px;
}

html .searchform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
html .searchform input {
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html .searchform [type=search] {
  max-width: 400px;
  margin-right: 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  font-size: 16px;
}
html .searchform #s {
  border: 0;
  height: auto;
  padding: 10px;
}
html .searchform [type=submit] {
  font-size: 16px;
}

.search-results-form {
  margin: 20px 0 40px 0;
}

.ac-form-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ac-form-content > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20ch;
          flex: 1 1 20ch;
  margin: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ac-form-content > * input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ac-form-content .btn, .ac-form-content ._button-wrapper, .ac-form-content .button {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
.ac-form-content input, .ac-form-content .btn, .ac-form-content .button {
  max-height: 42px;
}

input {
  border: 1px #EEE solid;
  background: #EEE;
  border-radius: 2px;
  padding: 10px;
}

input:not([type=checkbox]):not([type=radio]):not([type=select]) {
  width: 100%;
}

input:not([type=submit]):focus {
  background: #FFF;
  color: #333;
}

.mailing-list input._has_error {
  display: block;
  border: 1px red solid;
}

._error {
  display: block;
  margin: 5px 0;
}

.rtj-album-download {
  margin-bottom: 40px;
}
.rtj-album-download__title {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.download-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.5rem;
}
.download-form > * {
  margin: 0.5rem;
}
.download-form input:not([type=radio]):not([type=checkbox]) {
  height: 42px;
}
.download-form input.button {
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
.download-form .gform_body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20ch;
          flex: 1 1 20ch;
}
.download-form .gform_footer {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}

.gform_heading {
  width: 100%;
}

.gform_title {
  text-transform: uppercase;
  margin-bottom: 10px;
}

li[class*=download-] ul.gfield_checkbox {
  margin-top: 10px;
}
li[class*=download-] ul.gfield_checkbox li[class*=gchoice_] {
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
li[class*=download-] ul.gfield_checkbox li[class*=gchoice_] input {
  margin: 0 12px 0 0;
}

.gfield_description {
  color: #ababab;
  font-size: 0.8rem;
  padding: 5px 0 25px 0;
  line-height: 1.5;
}
.gfield_description strong {
  color: #fff;
}

.gfield_description.validation_message {
  padding: 5px;
  background: #d92172;
  color: #FFF;
  margin-bottom: 20px;
}

.download-signup .gfield_checkbox li,
.download-personal .gfield_checkbox li {
  font-size: 0.8rem;
}

.gfield + .gfield {
  margin-top: 10px;
}

li.sr-label.gfield_contains_required li label::after {
  content: "*";
  color: #d92172;
  display: inline-block;
  margin-left: 4px;
}

.download-notes {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px #404040 solid;
  font-size: 0.8rem;
}

.gform_ajax_spinner {
  border: 4px solid rgba(255, 255, 255, 0.3);
  /* match with border-left */
  border-left: 4px solid #f2932a;
  -webkit-animation: spinner 1.1s infinite linear;
          animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 20px;
  /* match with height for a circle */
  height: 20px;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
img.gform_ajax_spinner {
  -webkit-box-shadow: 0 0 0 0 !important;
          box-shadow: 0 0 0 0 !important;
  position: relative;
  left: 0px;
  top: 10px;
}

select {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 2em;
  margin: 0;
  padding: calc(.25em - 1px) 0.5em;
  font-family: inherit;
  font-size: 1em;
  border: 1px solid #aaaaaa;
  border-radius: 2px;
  color: black;
  display: inline-block;
  width: auto;
  background: #f2f2f2;
  color: black;
  cursor: pointer;
  padding-right: 1.2em;
  background-position: top 55% right 0.35em;
  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");
}

/* Magnific Popup CSS */
/* @import "settings"; */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  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;
  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;
  color: #111;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 70%;
  cursor: auto;
  background: #FFF;
  padding: 10%;
  margin-top: 35px;
}

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

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

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-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;
  -ms-user-select: none;
      user-select: none;
}

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

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

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

.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;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
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: #FFF;
  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: #333;
}

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

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  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:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.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: medium inset 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 #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.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%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

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

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.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-wrap: break-word;
  padding-right: 36px;
}

.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;
  }
  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .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;
    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;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }

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

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-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;
}

/**
 * Simple fade transition
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-content figcaption {
  margin: 0;
}

/* http://kenwheeler.github.io/slick/ */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-loading .slick-list {
  background: #fff url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.3.15/ajax-loader.gif") center center no-repeat;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  /* height: 20px; width: 20px; */
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -25px;
  padding: 0;
  border: none;
  outline: none;
}

/* .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; background: transparent; color: transparent; } */
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  /*  opacity: 1; */
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.35;
}

.slick-prev:before,
.slick-next:before {
  line-height: 1;
  color: inherit;
}

.slick-prev,
.slick-next {
  width: 30px;
  height: 50px;
  background-size: auto 50px;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 5;
  opacity: 0.5;
}

.slick-prev:hover,
.slick-next:hover {
  opacity: 1;
}

.slick-slide {
  padding: 0 70px;
}

.slick-prev {
  left: 0;
  background-image: url(../img/arrow--left--48.svg);
}

/* [dir="rtl"] .slick-prev { left: auto; right: 15px; } */
/* [dir="rtl"] .slick-prev:before { content: "\e803"; } */
.slick-next {
  right: 0;
  background-image: url(../img/arrow--right--48.svg);
}

@media (max-width: 700px) {
  .wrapper--slide-caption {
    padding-bottom: 70px;
  }
}

.wrapper--slide-caption:after {
  content: " ";
  border-bottom-width: 250px;
  border-bottom-color: inherit;
  border-bottom-style: solid;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

/* On homepage - slide content can vary - we use equal heights JS on load, do we need more? better? */
/*
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {

 opacity: 1;

 }
*/
/* Dots */
ul.slick-dots {
  margin: 20px 0 0 0;
  padding: 0;
  text-align: center;
  /*   position: absolute;
  bottom: 30px; */
  width: 100%;
  z-index: 1;
}
ul.slick-dots li {
  display: inline-block;
}
ul.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  margin-right: 10px;
  cursor: pointer;
  border-radius: 50%;
  background: #333;
  -webkit-appearance: none;
  border: 0;
  opacity: 0.5;
  /* color: #FFF; */
  /* border: 5px green solid; */
  outline: none;
  /*   background: transparent; */
}
ul.slick-dots li button:before {
  font-size: 24px;
}
ul.slick-dots li.slick-active button {
  opacity: 1;
}

.slick-slide .caption {
  padding: 10px 0;
  text-align: center;
  font-size: 0.75rem;
}

.menu-button {
  cursor: pointer;
  border: 0;
  background-color: transparent;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 36px;
  min-width: 36px;
  height: 26px;
  display: block;
  position: relative;
  right: 0;
  z-index: 50;
  outline: 0;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  margin-left: auto;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.menu-button:active, .menu-button:focus {
  outline: 0;
}

.menu-button i {
  position: absolute;
  display: block;
  height: 4px;
  background: #FFF;
  width: 28px;
  left: 3px;
  -webkit-transition: all 0.2s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 1px;
}

.menu-button i:nth-child(1) {
  top: 0px;
}

.menu-button i:nth-child(2) {
  top: 8px;
}

.menu-button i:nth-child(3) {
  top: 16px;
}

.nav-open i {
  background-color: #fff;
}

.nav-open i:nth-child(1) {
  top: 10px;
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
      transform: rotateZ(45deg);
}

.nav-open i:nth-child(2) {
  background: transparent;
}

.nav-open i:nth-child(3) {
  top: 10px;
  -webkit-transform: rotateZ(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotateZ(-45deg);
}

nav li {
  opacity: 0;
}

.nav-open ul > li {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-duration: 0.15s;
          animation-duration: 0.15s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

nav {
  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;
  max-height: 0;
  opacity: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  background: #534340;
  background: -webkit-gradient(linear, left top, left bottom, from(#534340), color-stop(66%, #241e1d));
  background: -o-linear-gradient(top, #534340 0%, #241e1d 66%);
  background: linear-gradient(180deg, #534340 0%, #241e1d 66%);
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-transition: opacity 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
  z-index: 10;
}

.nav-open nav {
  opacity: 1;
  padding: 0;
  max-height: 110vh;
}

ul.menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 1.125rem;
}
ul.menu li + li {
  border-top: 1px solid rgba(242, 147, 42, 0.5);
}

nav ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
nav ul.menu a {
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 15px 20px;
  color: #FFF;
  text-transform: uppercase;
}
nav ul.menu a:hover {
  color: #FFF;
  background-color: rgba(17, 17, 17, 0.3);
}

.nav-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.nav-header a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.nav-header a:hover {
  background: transparent;
}
.nav-header a img {
  width: 100px;
  margin: 0 10px;
}
.nav-header .left-hand {
  opacity: 0;
}
.nav-open .nav-header .left-hand {
  -webkit-animation-name: handInLeftAlt;
          animation-name: handInLeftAlt;
  -webkit-animation-duration: 0.65s;
          animation-duration: 0.65s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.nav-header .right-hand {
  opacity: 0;
}
.nav-open .nav-header .right-hand {
  -webkit-animation-name: handInRightAlt;
          animation-name: handInRightAlt;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

@media (min-width: 57.5em) {
  nav ul.menu .current-menu-item a,
nav ul.menu .current-page-ancestor a {
    color: #f2932a;
  }

  .nav-header {
    display: none;
  }

  .menu-button {
    display: none;
  }

  nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: transparent;
    max-height: none;
    opacity: 1;
    position: static;
    height: auto;
    padding: 10px !important;
  }

  ul.menu li {
    font-size: 1rem;
  }

  nav ul.menu li {
    width: auto;
  }

  nav ul.menu li + li {
    border-top: 0;
  }

  nav ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background-color: transparent;
  }

  nav ul.menu a {
    width: auto;
    line-height: 1;
    color: #FFF;
    display: inline-block;
    padding: 5px 8px;
    margin: 0;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(17, 17, 17, 0.5);
  }
  nav ul.menu a:hover {
    background-color: transparent;
    color: #f2932a;
  }

  nav ul.menu li:not(:last-child)::after {
    display: block;
    content: "";
    width: 1px;
    height: 15px;
    background-color: rgba(217, 33, 114, 0.6);
  }

  nav li {
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.social li {
  margin: 5px;
}
.social li svg {
  display: block;
  width: 24px;
  height: auto;
}
@media (min-width: 57.5em) {
  .social li svg {
    width: 16px;
  }
}
.social li svg * {
  fill: #FFF;
}
.social li a:hover {
  opacity: 0.8;
}

nav ul.social {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
@media (min-width: 57.5em) {
  nav ul.social {
    margin-top: 0;
    position: absolute;
    right: 20px;
    margin-top: 0;
  }
}
nav ul.social li {
  margin: 10px;
}
@media (min-width: 57.5em) {
  nav ul.social li {
    margin: 5px;
  }
}

.sub-nav {
  position: relative;
}
.sub-nav ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.sub-nav ul.menu li {
  width: auto;
}
.sub-nav ul.menu li:not(:last-child)::after {
  display: block;
  content: "";
  width: 1px;
  height: 15px;
  background-color: rgba(217, 33, 114, 0.6);
}
.sub-nav ul.menu li + li {
  border-top: 0;
}
.sub-nav ul.menu a {
  width: auto;
  text-transform: uppercase;
  line-height: 1;
  color: #FFF;
  display: inline-block;
  padding: 5px 8px;
  margin: 0;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(17, 17, 17, 0.5);
}
.sub-nav ul.menu a:hover {
  background-color: transparent;
  color: #f2932a;
}

.sub-nav ul.menu .current-menu-item a {
  color: #f2932a;
}

.page-template-default .entry-content .sub-nav li + li {
  margin-top: 0;
}

.entry-content .page-title + .sub-nav,
.entry-content .page-title + .wp-block-columns > .wp-block-column > .sub-nav {
  margin-top: 0;
  position: relative;
  top: -30px;
}

.sub-nav {
  left: -7px;
}

.article-header .sub-nav {
  margin-top: 20px;
}
.article-header .sub-nav + .article-header__title {
  margin-top: 20px;
}

.single-beer .sub-nav {
  margin: 20px 0;
}

article.type-post > .sub-nav {
  margin-top: 20px;
}

.page-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-nav li {
  margin: 5px;
}
.page-nav a {
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none;
}
.page-nav--sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}

#cookie-notice {
  display: none;
}

.cookie-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  bottom: 10px;
  z-index: 5;
  width: 100%;
}

.wrapper--cookie-notice {
  border-radius: 2px;
  padding: 5px 15px;
  background-color: #1e1e1e;
  color: #fff;
  width: 100%;
  max-width: 600px;
}

.cookie-notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 140%;
}

.cookie-text {
  margin: 10px;
}
.cookie-text a {
  text-decoration: none;
  border-bottom: 1px dotted #666;
  color: #ccc;
}
.cookie-text a:hover {
  color: #fff;
}

.cookie-buttons {
  margin-left: auto;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 980px) {
  .cookie-buttons {
    width: 430px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.btn--cookie {
  cursor: pointer;
  background-color: #111;
  color: #fff;
  border: 0;
  padding: 8px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.btn--cookie:hover {
  opacity: 0.8;
  cursor: pointer;
}

header {
  padding: 20px;
  background-color: #241e1d;
  background: -webkit-gradient(linear, left top, right top, color-stop(21%, #241e1d), to(#2f2827));
  background: -o-linear-gradient(left, #241e1d 21%, #2f2827 100%);
  background: linear-gradient(90deg, #241e1d 21%, #2f2827 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
header > * {
  z-index: 2;
}

@media (min-width: 57.5em) {
  .logo {
    position: relative;
  }
  .logo svg {
    -webkit-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
  }

  .big-screen-hands {
    opacity: 0;
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    display: block;
  }
  .big-screen-hands > * {
    display: block;
  }

  .big-screen-left-hand,
.big-screen-right-hand {
    opacity: 0;
    width: 64px;
    height: 41px;
    top: -10px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
  }
}
@media (min-width: 57.5em) and (min-width: 64.375em) {
  .big-screen-left-hand,
.big-screen-right-hand {
    width: 90px;
    height: 58px;
    top: -15px;
  }
}
@media (min-width: 57.5em) {
  .big-screen-left-hand {
    left: 0;
    background-position: bottom right;
    background-image: url(https://cdn.statically.io/img/static1.runthejewels.com/images/rtj4-hands--left--93h.png);
  }
}
@media (min-width: 57.5em) {
  .big-screen-right-hand {
    right: 0;
    background-position: bottom left;
    background-image: url(https://cdn.statically.io/img/static1.runthejewels.com/images/rtj4-hands--right--93h.png);
  }
}
@media (min-width: 57.5em) {
  .logo:hover .big-screen-hands {
    opacity: 1;
  }
  .logo:hover svg {
    opacity: 0;
  }
  .logo:hover .big-screen-right-hand {
    -webkit-animation-name: handInRight;
            animation-name: handInRight;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: 0.02s;
            animation-delay: 0.02s;
  }
  .logo:hover .big-screen-left-hand {
    -webkit-animation-name: handInLeft;
            animation-name: handInLeft;
    -webkit-animation-duration: 0.35s;
            animation-duration: 0.35s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}
.logo {
  width: 140px;
  display: block;
  position: absolute;
  left: 20px;
}
@media (min-width: 64.375em) {
  .logo {
    width: 200px;
  }
}
.logo svg {
  display: block;
  width: 100%;
  height: auto;
}
.logo svg * {
  fill: #d92172;
}

html.desktop.js span[data-z] > svg {
  opacity: 0;
}
html.desktop.js .z-layer {
  opacity: 0;
  -webkit-animation-duration: 0.15s;
          animation-duration: 0.15s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}
html.desktop.js .z-layer:not(:first-child) {
  -webkit-filter: brightness(0.55);
          filter: brightness(0.55);
}

.page-bg-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.title {
  font-size: 26px;
  font-size: 2vw;
}
@media (max-width: 1100px) {
  .title {
    font-size: 22px;
  }
}
@media (min-width: 1300px) {
  .title {
    font-size: 26px;
  }
}

.page-template-default .entry-content ul:not([class]) li + li {
  margin-top: 8px;
}

.page-title {
  margin: 40px 0;
  text-transform: uppercase;
}

@supports (display: grid) {
  @media (min-width: 700px) {
    .page-cols {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 65% 80px auto;
      grid-template-columns: 65% auto;
      grid-gap: 80px;
    }
  }
}

.page-col--col-1 {
  margin-bottom: 40px;
}
@media (min-width: 700px) {
  .page-col--col-1 {
    float: left;
    width: 65%;
    margin-bottom: 0;
  }
  @supports (display: grid) {
    .page-col--col-1 {
      float: none;
      width: auto;
    }
  }
}
@media (min-width: 700px) {
  .page-col--col-2 {
    float: right;
    width: 30%;
  }
  @supports (display: grid) {
    .page-col--col-2 {
      float: none;
      width: auto;
    }
  }
}

main table {
  margin: 40px 0;
}

main table td {
  padding: 8px;
  border-bottom: 1px #111 solid;
}

main table th {
  background: #111;
  padding: 8px;
}

html.jewelrunners .page-title {
  text-align: center;
}

.tv-video-title {
  line-height: 1.4;
}

.playlist.video-playing .is-active .tv-video-title:after {
  text-align: center;
  margin: 0 20px;
  min-width: 110px;
}

.post-overview__title {
  margin-top: 5px;
  font-size: 26px;
  font-size: 2vw;
  margin-bottom: 20px;
}
@media (max-width: 1100px) {
  .post-overview__title {
    font-size: 22px;
  }
}
@media (min-width: 1300px) {
  .post-overview__title {
    font-size: 26px;
  }
}
.post-overview__text-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 11px;
  text-transform: uppercase;
}
.post-overview__text-label > span:first-child {
  position: relative;
  left: -1ch;
}
.post-overview__text-label .dot {
  color: #d92172;
}
.post-overview time {
  font-size: 11px;
  color: #999;
  display: block;
}
.post-overview figure,
.post-overview .post-overview__image,
.post-overview .post-overview__embed {
  margin-bottom: 20px;
}
.post-overview .post-overview__image {
  display: block;
}

.holder--news-title {
  padding-top: 20px;
  padding-bottom: 20px;
}

.news-list .post-meta {
  font-size: 0.75rem;
}
.news-list a {
  text-decoration: none;
}
.news-list li h2 {
  margin-bottom: 10px;
}
.news-list li h2 a {
  display: block;
}

.post__featured-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 20px;
  border-radius: 2px;
}
.post__featured-image::before {
  content: "";
  display: block;
  padding-top: 60%;
  /* initial ratio of 1:1*/
}

.article-header {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px #404040 solid;
}
.article-header__title {
  font-size: 2rem;
  margin-bottom: 10px;
}
.article-header time {
  font-size: 1rem;
  text-transform: uppercase;
  color: #999;
}

.post-meta {
  border-top: 1px #404040 solid;
  padding-top: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #999;
  text-transform: uppercase;
}
.post-list .post-meta {
  margin-top: 20px;
  padding-top: 20px;
}

.post-list-title {
  margin-bottom: 20px;
  font-size: 26px;
  font-size: 2vw;
  padding-bottom: 20px;
}
@media (max-width: 1100px) {
  .post-list-title {
    font-size: 22px;
  }
}
@media (min-width: 1300px) {
  .post-list-title {
    font-size: 26px;
  }
}

.post-list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: 2rem 2rem;
}

.post-list {
  margin-bottom: 60px;
}
.post-list li {
  opacity: 0;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.15s;
          animation-duration: 0.15s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  padding: 10px;
}
.post-list a.more {
  display: inline-block;
  margin-top: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-list a.more svg {
  display: block;
  margin-left: 4px;
}
.post-list [class*=__item] {
  text-align: center;
}
.post-list [class*=__item] a {
  text-decoration: none;
}
.post-list [class*=__item] a:hover [class*=__image] {
  opacity: 0.9;
}
.post-list [class*=__item] [class*=__title] {
  font-size: 1.25rem;
  text-transform: uppercase;
}
.post-list [class*=__item] [class*=__image] {
  -webkit-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  background-size: auto 110%;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  margin-bottom: 20px;
}
.tax-music-category .post-list [class*=__item] [class*=__image], .post-type-archive-music .post-list [class*=__item] [class*=__image] {
  background-size: auto 100%;
}
.tax-music-category .post-list [class*=__item] [class*=__image]::before, .post-type-archive-music .post-list [class*=__item] [class*=__image]::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.post-list [class*=__item] [class*=__image]::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.post-footer-wrapper {
  margin-top: 60px;
}

.holder--post-footer {
  padding-top: 30px;
  border-top: 1px #404040 solid;
}

.prev-next {
  overflow: hidden;
}
.prev-next a {
  display: inline-block;
  text-decoration: none;
}
.prev-next__prev svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (min-width: 700px) {
  .prev-next__prev {
    float: left;
    width: 48%;
  }
}
.prev-next__next span {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 700px) {
  .prev-next__next {
    text-align: right;
    float: right;
    width: 48%;
  }
}
.prev-next li {
  font-size: 1rem;
  margin-bottom: 20px;
}
.prev-next span {
  color: #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75rem;
  margin-bottom: 2px;
}
.prev-next span svg {
  display: block;
  position: relative;
  bottom: 1px;
}
.prev-next span svg * {
  fill: #666;
}

.pagination {
  text-align: center;
  margin: 40px 0;
  border-top: 1px #404040 solid;
  padding-top: 20px;
}
.pagination .page-numbers {
  display: inline-block;
  color: #FFF;
  margin-right: 6px;
  padding: 0.5em 0.75em;
}
.pagination a {
  text-decoration: none;
}
.pagination .page-numbers {
  display: inline-block;
  padding: 8px 10px;
}
.pagination a.page-numbers {
  color: #fff;
  background: #f2932a;
}
.pagination a.page-numbers:hover {
  background: #dc7a0d;
}

.sidebar__module + .sidebar__module {
  margin-top: 40px;
}

.location-text {
  text-transform: uppercase;
  color: #999;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.location-text svg {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
}
.location-text svg * {
  fill: #CCC;
}

ul.location-list {
  margin-top: 10px;
  text-transform: uppercase;
  color: #999;
}

.beer-list__item .location-list {
  font-size: 0.6rem;
  font-weight: 700;
}

.product-info__collab-title + ul[class].location-list {
  margin-top: 20px;
}
.product-info__collab-title + ul[class].location-list li {
  color: #FFF;
}
.product-info__collab-title + ul[class].location-list li + li {
  margin-top: 6px;
}

.mailing-list {
  background-color: #241e1d;
  padding: 40px 0 40px 0;
}
.mailing-list__title {
  text-transform: uppercase;
  text-align: left;
  margin: 10px 0 5px 0;
  font-size: 1rem;
}
.mailing-list form {
  margin: 20px 0;
  /* Placeholders style */
}
.mailing-list form ::-webkit-input-placeholder {
  color: #999;
}
.mailing-list form :-moz-placeholder {
  /* Firefox 18- */
  color: #999;
}
.mailing-list form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
}
.mailing-list form :-ms-input-placeholder {
  color: #999;
}
.mailing-list .ac-form-content {
  margin: -0.5rem;
}
.mailing-list input {
  background-color: #333;
  color: #FFF;
  border: 1px #111 solid;
}
.mailing-list ._form-thank-you {
  font-weight: 700;
  padding: 20px;
  background-color: #d92172;
  text-align: center;
  border-radius: 2px;
}

.mailing-list--sticky {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  bottom: 0;
  z-index: 1;
  padding: 10px 0;
}
.mailing-list--sticky h5 {
  padding-right: 70px;
}
.mailing-list--sticky p {
  padding-right: 70px;
}
.mailing-list--sticky form {
  margin: 10px 0 20px 0;
}

.close {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  position: absolute;
  top: 5px;
  right: 20px;
  border: 0;
  font-size: x-large;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  padding: 0;
  margin: 0;
  opacity: 0.6;
  cursor: pointer;
}
.close svg * {
  fill: #FFF;
}
.close:hover {
  opacity: 1;
}
.mailing-list--sticky {
  opacity: 1;
  max-height: 800px;
  border-top: 1px #333 solid;
  -webkit-transition: opacity 0.15s linear 0s, max-height 0.15s linear 0.5s, padding 0.15s linear 0.5s;
  -o-transition: opacity 0.15s linear 0s, max-height 0.15s linear 0.5s, padding 0.15s linear 0.5s;
  transition: opacity 0.15s linear 0s, max-height 0.15s linear 0.5s, padding 0.15s linear 0.5s;
}
.mailing-list--sticky p {
  font-size: small;
  margin-bottom: 20px;
}

.go-away {
  opacity: 0;
  max-height: 0;
  padding: 0;
}

hr.footer-line {
  border: 0;
  border-top: 1px solid #333;
  background: #333;
  margin: 20px 0;
  padding: 0;
}

[role=contentinfo] {
  padding: 40px 0;
  background-color: #211c1b;
}
[role=contentinfo] ul[class*=menu] {
  position: relative;
  right: 5px;
}
[role=contentinfo] ul[class*=menu] li:not(:last-child) {
  margin-right: 7px;
}
[role=contentinfo] ul[class*=menu] li:not(:last-child) a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[role=contentinfo] ul[class*=menu] li:not(:last-child) a:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 16px;
  background-color: rgba(242, 147, 42, 0.2);
  position: relative;
  left: 9px;
}
[role=contentinfo] ul.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
[role=contentinfo] ul.footer-menu + * {
  margin-top: 30px;
}
[role=contentinfo] a {
  display: inline-block;
  padding: 5px;
  text-decoration: none;
  color: #CCC;
}
[role=contentinfo] a:hover {
  color: #f2932a;
}

.footer-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-menu {
  margin-bottom: 40px;
}

.footnotes-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: small;
}
.footnotes-menu a {
  color: #999;
}

.footer-row-wrapper {
  overflow: hidden;
}
.footer-row-wrapper + .footer-row-wrapper {
  margin-top: 10px;
}

.footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -20px;
}
.footer-row > * {
  margin: 20px;
}

.footer-col--2 {
  margin-left: auto;
}

.footer-logo svg {
  display: block;
  width: 130px;
  height: auto;
}
.footer-logo a:hover svg * {
  fill: #f2932a;
}

[role=contentinfo] .social-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
[role=contentinfo] .social {
  position: relative;
  left: 5px;
}
[role=contentinfo] .social a {
  padding: 2px;
}
[role=contentinfo] .social svg {
  width: 24px;
  height: 24px;
}
[role=contentinfo] .social svg * {
  fill: #999;
}

.footer-row--footnotes {
  font-size: small;
  color: #999;
}

.colophon {
  margin-left: auto;
}

.social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.social ul li {
  margin: 5px 5px 10px;
}
.social svg {
  width: 24px;
  height: 24px;
}

main .social ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.post-footer-wrapper {
  margin-top: 60px;
}

.holder--post-footer {
  padding-top: 30px;
  border-top: 1px #404040 solid;
}

.prev-next {
  overflow: hidden;
}
.prev-next a {
  display: inline-block;
  text-decoration: none;
}
.prev-next__prev svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (min-width: 700px) {
  .prev-next__prev {
    float: left;
    width: 48%;
  }
}
.prev-next__next span {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 700px) {
  .prev-next__next {
    text-align: right;
    float: right;
    width: 48%;
  }
}
.prev-next li {
  font-size: 1rem;
  margin-bottom: 20px;
}
.prev-next span {
  color: #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75rem;
  margin-bottom: 2px;
}
.prev-next span svg {
  display: block;
  position: relative;
  bottom: 1px;
}
.prev-next span svg * {
  fill: #666;
}

.filter-menu-simple {
  font-size: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0;
  margin-bottom: 20px;
}
.filter-menu-simple span {
  display: inline-block;
  margin-right: 8px;
}
.filter-menu-simple ul {
  padding: 0;
  list-style: none;
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter-menu-simple ul li.active a {
  background: #f2932a;
  color: #FFF;
}
.filter-menu-simple ul li {
  margin: 5px;
}
.filter-menu-simple ul a {
  text-decoration: none;
  background-color: #FFF;
  color: #241e1d;
  text-shadow: none;
  display: block;
  padding: 4px 12px;
  border-radius: 1000px;
}
.filter-menu-simple ul a:hover {
  background: #d92172;
  color: #FFF;
}

.simple-filter-header-wrapper {
  overflow: hidden;
  padding: 20px 0;
}

.page-header .simple-filter-header h1 {
  margin-bottom: 0;
}

.simple-filter-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.simple-filter-header h1 {
  margin-bottom: 0;
}
.post-type-archive .simple-filter-header h1 {
  text-transform: uppercase;
}
.simple-filter-header > * {
  margin: 0 20px;
}
.simple-filter-header--stack {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
}
.simple-filter-header--stack > * {
  margin: 0;
}

section.all-music .holder {
  max-width: 1100px;
}

.music-list-artwork {
  margin-bottom: 20px;
}

.music-list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 4rem 3rem;
}
.music-list__item {
  text-align: center;
}
.music-list__item a {
  text-decoration: none;
}
.music-list__item__title {
  margin-bottom: 8px;
  line-height: 1.2;
}
.music-list__item__date, .music-list__item__categories {
  color: #FFF;
}
.music-list__item__categories {
  margin-top: 5px;
  font-size: small;
  color: #CCC;
}
.music-list__item__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 2px 10px rgba(17, 17, 17, 0.8);
          box-shadow: 0 2px 10px rgba(17, 17, 17, 0.8);
}
.music-list__item__image::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.related-video__title {
  margin-bottom: 20px;
}

.related-videos {
  display: block;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -20px;
  margin-left: -20px;
}
.related-videos:after {
  content: "";
  display: table;
  clear: both;
}
.related-videos > li {
  display: inline;
  height: auto;
  float: left;
  padding: 0 20px 40px;
}
.related-videos > li {
  width: 100%;
  padding: 0 20px 40px;
}
.related-videos > li:nth-of-type(n) {
  clear: none;
}
.related-videos > li:nth-of-type(1n+1) {
  clear: both;
}
@supports (display: grid) {
  .related-videos {
    margin-left: 0;
    margin-right: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
  }
  .related-videos > li {
    clear: none;
    width: 100%;
    padding: 0;
    display: block;
    float: none;
  }
}
.related-videos li {
  text-align: center;
}
.related-videos a {
  text-decoration: none;
  padding: 10px;
  display: block;
  background-color: rgba(17, 17, 17, 0.3);
  border-radius: 2px;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  height: 100%;
}
.related-videos a:hover {
  background-color: rgba(17, 17, 17, 0.4);
}

.related-videos.related-videos--multiple {
  display: block;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -20px;
  margin-left: -20px;
}
.related-videos.related-videos--multiple:after {
  content: "";
  display: table;
  clear: both;
}
.related-videos.related-videos--multiple > li {
  display: inline;
  height: auto;
  float: left;
  padding: 0 20px 40px;
}
.related-videos.related-videos--multiple > li {
  width: 50%;
  padding: 0 20px 40px;
}
.related-videos.related-videos--multiple > li:nth-of-type(n) {
  clear: none;
}
.related-videos.related-videos--multiple > li:nth-of-type(2n+1) {
  clear: both;
}
@supports (display: grid) {
  .related-videos.related-videos--multiple {
    margin-left: 0;
    margin-right: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
  }
  .related-videos.related-videos--multiple > li {
    clear: none;
    width: 100%;
    padding: 0;
    display: block;
    float: none;
  }
}

.video-list__item__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 10px;
}
.video-list__item__image:before {
  content: "";
  display: block;
  padding-top: 56.25%;
  /* initial ratio of 1:1*/
}

.music-artwork {
  display: block;
  margin: 0 auto 40px auto;
  max-width: 800px;
  width: 100%;
}

.music-buy-listen {
  padding: 20px 0;
  margin: 20px 0 60px 0;
  border-top: 1px solid #404040;
  border-bottom: 1px solid #404040;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.music-buy-listen__title {
  margin-bottom: 20px;
  font-size: small;
  text-transform: uppercase;
}

.music-buy-listen ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.music-buy-listen ul li {
  margin: 5px;
}
.music-buy-listen ul a {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.music-buy-listen ul a svg {
  display: inline-block;
  margin-right: 8px;
}

.music-info {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px #404040 solid;
}
.music-info li + li {
  margin-top: 8px;
}

.music-details__text p + p {
  margin-top: 20px;
}

.alternative-artwork__list {
  display: block;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -20px;
  margin-left: -20px;
}
.alternative-artwork__list:after {
  content: "";
  display: table;
  clear: both;
}
.alternative-artwork__list > li {
  display: inline;
  height: auto;
  float: left;
  padding: 0 20px 40px;
}
.alternative-artwork__list > li {
  width: 50%;
  padding: 0 20px 40px;
}
.alternative-artwork__list > li:nth-of-type(n) {
  clear: none;
}
.alternative-artwork__list > li:nth-of-type(2n+1) {
  clear: both;
}
@supports (display: grid) {
  .alternative-artwork__list {
    margin-left: 0;
    margin-right: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
  }
  .alternative-artwork__list > li {
    clear: none;
    width: 100%;
    padding: 0;
    display: block;
    float: none;
  }
}
.alternative-artwork__list img {
  display: block;
}

article.type-music > * {
  margin-bottom: 40px;
}

iframe[src*="spotify.com"]:not([src*="spotify.com/follow"]) {
  width: 100%;
}

.music-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.music-cols > * {
  margin: 20px;
}
.music-cols {
  margin: -20px;
}
.music-cols > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.music-cols__col1 {
  min-width: 280px;
}
.music-cols__col2 {
  min-width: 280px;
}

.tracklist__title {
  font-size: 26px;
  font-size: 2vw;
  margin-bottom: 20px;
}
@media (max-width: 1100px) {
  .tracklist__title {
    font-size: 22px;
  }
}
@media (min-width: 1300px) {
  .tracklist__title {
    font-size: 26px;
  }
}
.tracklist li + li {
  margin-top: 8px;
}
.tracklist + .tracklist {
  margin-top: 30px;
}

.download-active {
  margin-bottom: 40px;
  text-align: center;
}
.download-active > * + * {
  margin-top: 20px;
}
.download-active__link a {
  font-size: 26px;
  font-size: 2vw;
}
@media (max-width: 1100px) {
  .download-active__link a {
    font-size: 22px;
  }
}
@media (min-width: 1300px) {
  .download-active__link a {
    font-size: 26px;
  }
}
.download-active__link a svg {
  display: inline-block;
  margin-left: 6px;
  width: 24px;
  height: 24px;
}
.download-active small span {
  text-transform: uppercase;
}

.download-form.gform_confirmation_message {
  padding: 20px;
  background-color: rgba(17, 17, 17, 0.3);
}

section.all-videos .holder,
.holder.holder--video {
  max-width: 1100px;
}

.video-description {
  max-width: 720px;
}

.related-music__title {
  font-size: 26px;
  font-size: 2vw;
  margin-bottom: 20px;
}
@media (max-width: 1100px) {
  .related-music__title {
    font-size: 22px;
  }
}
@media (min-width: 1300px) {
  .related-music__title {
    font-size: 26px;
  }
}
.related-music ul {
  display: block;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -20px;
  margin-left: -20px;
}
.related-music ul:after {
  content: "";
  display: table;
  clear: both;
}
.related-music ul > li {
  display: inline;
  height: auto;
  float: left;
  padding: 0 20px 40px;
}
.related-music ul > li {
  width: 100%;
  padding: 0 20px 40px;
}
.related-music ul > li:nth-of-type(n) {
  clear: none;
}
.related-music ul > li:nth-of-type(1n+1) {
  clear: both;
}
@supports (display: grid) {
  .related-music ul {
    margin-left: 0;
    margin-right: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
  }
  .related-music ul > li {
    clear: none;
    width: 100%;
    padding: 0;
    display: block;
    float: none;
  }
}
@media (min-width: 500px) {
  .related-music ul {
    display: block;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: -20px;
    margin-left: -20px;
  }
  .related-music ul:after {
    content: "";
    display: table;
    clear: both;
  }
  .related-music ul > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 20px 40px;
  }
  .related-music ul > li {
    width: 50%;
    padding: 0 20px 40px;
  }
  .related-music ul > li:nth-of-type(n) {
    clear: none;
  }
  .related-music ul > li:nth-of-type(2n+1) {
    clear: both;
  }
  @supports (display: grid) {
    .related-music ul {
      margin-left: 0;
      margin-right: 0;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 40px 1fr;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 40px;
    }
    .related-music ul > li {
      clear: none;
      width: 100%;
      padding: 0;
      display: block;
      float: none;
    }
  }
}
.related-music a {
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 10px;
  background-color: rgba(17, 17, 17, 0.3);
  border-radius: 2px;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  height: 100%;
}
.related-music a:hover {
  background-color: rgba(17, 17, 17, 0.4);
}
.related-music li img {
  display: block;
  margin-bottom: 20px;
}

.holder.holder--video-title {
  max-width: 1200px;
}

.bugoff {
  border: 5px solid red;
}

.featured-item {
  margin-top: 20px;
}

.holder.holder--featured {
  max-width: 1200px;
}
.holder.holder--featured h1 {
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.featured-item__preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
@supports (display: grid) {
  .featured-item__preview {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-gap: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.featured-item__preview__image {
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  max-width: 600px;
}
.featured-item__preview__image:hover {
  opacity: 0.9;
}
.featured-item__preview__image:before {
  content: "";
  display: block;
  padding-top: 60%;
  /* initial ratio of 1:1*/
}

.video-list__item__image {
  -webkit-box-shadow: 0 3px 8px rgba(17, 17, 17, 0.8);
          box-shadow: 0 3px 8px rgba(17, 17, 17, 0.8);
}

.holder.holder--video-info {
  max-width: 900px;
}

.video {
  background-color: #111;
  -webkit-box-shadow: 0 0 12px rgba(17, 17, 17, 0.9);
          box-shadow: 0 0 12px rgba(17, 17, 17, 0.9);
}

.video-info {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: 4rem 3rem;
}

.featured-item-wrapper {
  overflow: hidden;
}

.featured-item {
  margin-top: 20px;
}

.holder.holder--featured {
  max-width: 1200px;
  margin-bottom: 40px;
}
.holder.holder--featured h1 {
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.featured-item__preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
@supports (display: grid) {
  .featured-item__preview {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-gap: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.featured-item__preview__image {
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  max-width: 600px;
}
.featured-item__preview__image:hover {
  opacity: 0.9;
}
.featured-item__preview__image:before {
  content: "";
  display: block;
  padding-top: 60%;
  /* initial ratio of 1:1*/
}

.post-type-archive-music .featured-item--music .featured-item__preview__image:before {
  padding-top: 100%;
}
.post-type-archive-music .featured-item--music .featured-item__preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* ----- Flex gap 40px: ----- */
  margin: -20px;
}
.post-type-archive-music .featured-item--music .featured-item__preview > * {
  margin: 20px;
}
.post-type-archive-music .featured-item--music .featured-item__preview__image {
  min-width: 260px;
  max-width: 400px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.post-type-archive-music .featured-item--music .featured-item__info {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  min-width: 260px;
}
.post-type-archive-music .featured-item--music .featured-item__info__title {
  margin-bottom: 20px;
}
.post-type-archive-music .featured-item--music .featured-item__info__text .btn {
  margin-top: 40px;
}

.language-switcher-wrapper {
  padding: 40px 0;
}

.language-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.language-switcher a {
  text-decoration: none;
  color: #333;
}

.trp-language-switcher > div > a {
  color: #333;
}
.trp-language-switcher > div > a:hover {
  color: #666;
}

.notice-bar {
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  font-weight: 700;
}
.notice-bar span {
  display: inline-block;
  margin: 0 5px;
}

main .holder.holder--term-list {
  max-width: 900px;
  margin-bottom: 60px;
}

.product-wrapper {
  /* --------------------------------------------------- */
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /* --------------------------------------------------- */
}

.product-cols-wrapper {
  overflow: hidden;
}

.product-cols {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -20px;
  border: 10px solid red;
}
.product-cols > * {
  margin: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.product-cols__col--1 {
  min-width: 200px;
}
.product-cols__col--1 img {
  margin: 0 auto;
}

.product-info__title {
  text-transform: uppercase;
  font-size: 42px;
  font-size: 3.6vw;
}
@media (max-width: 722.2222222222px) {
  .product-info__title {
    font-size: 26px;
  }
}
@media (min-width: 1166.6666666667px) {
  .product-info__title {
    font-size: 42px;
  }
}
.product-info__collab-title {
  text-transform: uppercase;
  font-size: 26px;
  font-size: 2vw;
}
@media (max-width: 1100px) {
  .product-info__collab-title {
    font-size: 22px;
  }
}
@media (min-width: 1300px) {
  .product-info__collab-title {
    font-size: 26px;
  }
}
.product-info__collab-title a {
  color: #fff;
}
.product-info__collab-title a:hover {
  opacity: 0.8;
}
.product-info hgroup > * + * {
  margin-top: 20px;
}
.product-info hgroup span {
  font-size: 0.8rem;
  display: block;
}
.product-info__text {
  margin-top: 20px;
}
.product-info__text h1,
.product-info__text h2,
.product-info__text h3,
.product-info__text h4,
.product-info__text h5 {
  margin-bottom: 20px;
}
.product-info__text p + p {
  margin-top: 20px;
}
.product-info__text blockquote {
  padding: 10px;
  background-color: rgba(17, 17, 17, 0.1);
  margin: 20px 0;
}
.product-info__text blockquote p {
  font-family: Georgia, serif;
  font-style: italic;
}
.product-info hgroup,
.product-info .product-info__text {
  border-bottom: 1px #404040 solid;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.product-info__link {
  margin-top: 30px;
}
.product-info__notes {
  margin-top: 30px;
  font-size: x-small;
}

.holder.holder--product {
  max-width: 900px;
}

.emoji-size {
  font-size: 1.2rem;
}

html body main.single-beer {
  padding-bottom: 0;
}

html.ooh-la-la main.single-beer a {
  color: #f7d87e;
}
html.ooh-la-la main.single-beer a:hover {
  color: #fff;
}

.beer-list {
  margin-top: 20px;
  margin-bottom: 20px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: 4rem;
}
.beer-list__item {
  max-width: 390px;
  opacity: 0;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.15s;
          animation-duration: 0.15s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.beer-list__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2px;
  height: 100%;
  padding: 0 15px 0 0;
  text-decoration: none;
}
.beer-list__item__info {
  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;
}
.beer-list__item__info__title {
  font-size: 26px;
  font-size: 2vw;
  text-transform: uppercase;
}
@media (max-width: 1100px) {
  .beer-list__item__info__title {
    font-size: 22px;
  }
}
@media (min-width: 1300px) {
  .beer-list__item__info__title {
    font-size: 26px;
  }
}
.beer-list__item__info__title a {
  text-decoration: none;
}
.beer-list__item__info__subtitle {
  margin-top: 5px;
  font-size: 16px;
  font-size: 1.6vw;
  color: #fff;
  margin-bottom: 10px;
}
@media (max-width: 1000px) {
  .beer-list__item__info__subtitle {
    font-size: 16px;
  }
}
@media (min-width: 1250px) {
  .beer-list__item__info__subtitle {
    font-size: 20px;
  }
}
.beer-list__item__info__subtitle span {
  color: #ccc;
  text-transform: uppercase;
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, San Francisco, Helvetica Neue, Helvetica, Ubuntu, Roboto, Noto, Segoe UI, Arial, sans-serif;
  font-size: 0.6rem;
}
.beer-list__item__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 120px;
  min-width: 120px;
  padding: 10px;
}
.beer-list__item__image img {
  position: relative;
  z-index: 1;
  max-height: 200px;
  -webkit-transform-origin: center right;
      -ms-transform-origin: center right;
          transform-origin: center right;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.beer-info,
.beer-meta {
  margin: 20px 0;
}
.beer-info ul,
.beer-meta ul {
  padding: 0 0 0 20px;
  margin: 0;
  list-style: none;
}
.beer-info li + li,
.beer-meta li + li {
  margin-top: 8px;
}

.product-info__link + .beer-meta {
  border-top: 1px #404040 solid;
}

.beer-meta {
  padding: 20px 0;
}
.beer-meta a {
  color: #fff;
}
.beer-meta a:hover {
  opacity: 0.8;
}

.related-beers {
  padding: 40px 0;
}
.related-beers__title {
  margin: 20px 0 60px 0;
}

.get-beers__title {
  margin-bottom: 60px;
}

.post-type-archive-beer .facetwp-facet {
  margin-bottom: 10px;
}
.post-type-archive-beer .btn--plain {
  font-size: 1rem;
}

.page-header-filter-wrapper {
  overflow: hidden;
}

.page-header-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-header-filter > * {
  margin: 10px;
}

.beer-list__item {
  position: relative;
}

.badge {
  position: absolute;
  left: -30px;
  top: -24px;
  height: 58px;
  width: 58px;
  font-weight: 700;
  -webkit-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
          transform: rotate(-15deg);
  text-transform: uppercase;
  font-size: 9px;
  border-radius: 50%;
  background-color: #d92172;
  color: #fff;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

main.category-beer .sub-nav {
  left: -17px;
}

.post-type-archive-beer .sub-nav {
  margin-bottom: 20px;
}

html.no-save-point-ipa-inne-beczki .product-wrapper .tint {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.page-header {
  max-width: 800px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px #404040 solid;
}
.page-header h1 {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.page-header__intro > * + * {
  margin-top: 20px;
}
.page-header .breadcrumbs--title h1 a {
  text-transform: uppercase;
}
.tax-collaborator-category .page-header .breadcrumbs--title h1 {
  text-transform: none;
}
.tax-collaborator-category .page-header .breadcrumbs--title h1 a {
  text-transform: uppercase;
}

.has-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.has-filter h1 {
  margin-right: 20px;
}

.page-header .wp-block-columns {
  margin-top: 20px;
}
.page-header .wp-block-columns .wp-block-column:first-child {
  border-bottom: 1px #404040 solid;
  padding-bottom: 20px;
}
@media (min-width: 700px) {
  .page-header .wp-block-columns .wp-block-column:first-child {
    padding-bottom: 20px;
    border-bottom: 0;
    border-right: 1px #404040 solid;
  }
}

.page-header .wp-block-column .simple-filter-header-wrapper,
.page-header .wp-block-column .filter-menu-simple {
  margin: 0;
  padding: 0;
}

.post-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: 4rem;
}
.post-grid__item {
  padding: 20px;
}
.post-grid__item__title {
  font-size: 26px;
  font-size: 2vw;
}
@media (max-width: 1100px) {
  .post-grid__item__title {
    font-size: 22px;
  }
}
@media (min-width: 1300px) {
  .post-grid__item__title {
    font-size: 26px;
  }
}
.post-grid__item__title a {
  text-decoration: none;
}
.post-grid__item__subtitle {
  font-size: 16px;
  font-size: 1.6vw;
}
@media (max-width: 1000px) {
  .post-grid__item__subtitle {
    font-size: 16px;
  }
}
@media (min-width: 1250px) {
  .post-grid__item__subtitle {
    font-size: 20px;
  }
}
.post-grid__item a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.post-grid__item hgroup {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px #404040 solid;
}

.search-wrapper {
  margin-top: 40px;
  max-width: 800px;
}
.search-wrapper article {
  padding: 10px;
}
.search-wrapper article + article {
  margin-top: 40px;
}

.search-results-header {
  margin-bottom: 40px;
}

.search__title {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.search__title a {
  text-decoration: none;
}

.search__subtitle {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: small;
}

.search__more a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  margin-top: 20px;
}
.search__more a svg {
  display: inline-block;
  margin-left: 4px;
  text-decoration: none;
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.ticker-outer-wrapper {
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  bottom: 25px;
  z-index: 1;
}

@-webkit-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.ticker-header {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 20px;
  color: #FFF;
  overflow: hidden;
  z-index: 1;
  font-family: "Oswald", arial;
  text-transform: uppercase;
  background-color: #1e1918;
}
@media (min-width: 31.25em) {
  .ticker-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.ticker-header span {
  display: inline-block;
  margin-right: 6px;
  color: #d92172;
  -webkit-transform: scale(1.6);
      -ms-transform: scale(1.6);
          transform: scale(1.6);
  -webkit-animation-name: fadeInOut;
          animation-name: fadeInOut;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  animation-direction: alternate-reverse;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.ticker-wrap {
  position: relative;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  background-color: #FFF;
  padding-left: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.ticker-wrap:hover * {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ticker-wrap .ticker {
  display: inline-block;
  white-space: nowrap;
  padding-right: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-name: ticker;
          animation-name: ticker;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
}
.ticker-wrap .ticker__item {
  display: inline-block;
  padding: 5px 4rem;
  font-size: 1rem;
  color: white;
}
.ticker-wrap .ticker a {
  text-decoration: none;
  color: #111;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ticker-wrap .ticker a:hover {
  color: #333;
}
.ticker-wrap .ticker svg {
  display: inline-block;
  margin-left: 4px;
}

.link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.link-list li {
  margin: 10px;
}

.page-load-status {
  display: none;
  padding: 20px;
  text-align: center;
}

.view-more {
  padding: 40px 10px 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

html.mexico-city-art-show .wp-block-column figure {
  position: relative;
  margin-bottom: 80px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25) inset, 0 5px 10px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25) inset, 0 5px 10px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  position: relative;
  text-align: center;
  border: solid 40px red;
  background-color: #eabc45;
  border-top-color: #d29128;
  border-right-color: #ffe24d;
  border-bottom-color: #f4dd89;
  border-left-color: #e6c000;
}
html.mexico-city-art-show .wp-block-column figure:before {
  border-radius: 2px;
  bottom: -10px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25) inset;
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25) inset;
  content: "";
  left: -10px;
  position: absolute;
  right: -10px;
  top: -10px;
}
html.mexico-city-art-show .wp-block-column figure:after {
  border-radius: 2px;
  bottom: -20px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  content: "";
  left: -20px;
  position: absolute;
  right: -20px;
  top: -20px;
}
html.mexico-city-art-show .wp-block-column figure > a {
  position: relative;
  z-index: 1;
  display: block;
}
html.mexico-city-art-show .wp-block-column figcaption {
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25) inset, 0 2px 5px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25) inset, 0 2px 5px 2px rgba(0, 0, 0, 0.25);
  text-shadow: none;
  border-radius: 2px;
  text-align: center;
  position: absolute;
  display: inline-block;
  bottom: -120px;
  background-color: #fff;
  background: white;
  background: -o-linear-gradient(15deg, white 0%, #e8e8e8 90%);
  background: linear-gradient(75deg, white 0%, #e8e8e8 90%);
  color: #111;
  font-size: small;
  padding: 10px 20px;
  left: -20px;
  width: auto;
  border: 1px solid #CCC;
  text-align: center;
}
html.mexico-city-art-show .wp-block-column figcaption:after, html.mexico-city-art-show .wp-block-column figcaption:before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #999;
  position: absolute;
  top: 50%;
  margin-top: -2px;
}
html.mexico-city-art-show .wp-block-column figcaption:after {
  right: 5px;
}
html.mexico-city-art-show .wp-block-column figcaption:before {
  left: 5px;
}
html.mexico-city-art-show .wp-block-column figcaption a {
  color: #333;
}
html.mexico-city-art-show .wp-block-column figcaption a:hover {
  color: #666;
}
html.mexico-city-art-show .wp-block-column img {
  display: block;
  border: solid 2px;
  border-bottom-color: #111;
  border-left-color: #222;
  border-right-color: #111;
  border-top-color: #222;
  max-height: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.video {
  margin-bottom: 40px;
}
.video-description {
  margin-bottom: 40px;
}
.video-description p + p {
  margin-top: 20px;
}

.videos__all-link {
  margin-bottom: 40px;
}

.well-widget-preview-section {
  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;
}

.well-widget-preview-structure,
.well-widget-preview-structure * {
  -webkit-transition-property: none !important;
  -o-transition-property: none !important;
  transition-property: none !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  -webkit-animation: none !important;
          animation: none !important;
}

.separator {
  color: #666;
  background-color: #999;
  height: 1px;
  margin: 40px auto;
  max-width: 600px;
  border: 0;
}

.big-text {
  text-align: center;
  font-size: 2rem;
  margin: 20px auto;
  max-width: 800px;
}

.links {
  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;
}
.links .btn {
  margin: 10px;
}

.btn--icon svg {
  display: inline-block;
  margin-right: 8px;
  width: 16px;
  height: 16px;
}

.panels--two ul {
  display: block;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -20px;
  margin-left: -20px;
}
.panels--two ul:after {
  content: "";
  display: table;
  clear: both;
}
.panels--two ul > li {
  display: inline;
  height: auto;
  float: left;
  padding: 0 20px 40px;
}
.panels--two ul > li {
  width: 100%;
  padding: 0 20px 40px;
}
.panels--two ul > li:nth-of-type(n) {
  clear: none;
}
.panels--two ul > li:nth-of-type(1n+1) {
  clear: both;
}
@supports (display: grid) {
  .panels--two ul {
    margin-left: 0;
    margin-right: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
  }
  .panels--two ul > li {
    clear: none;
    width: 100%;
    padding: 0;
    display: block;
    float: none;
  }
}
@media (min-width: 700px) {
  .panels--two ul {
    display: block;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: -20px;
    margin-left: -20px;
  }
  .panels--two ul:after {
    content: "";
    display: table;
    clear: both;
  }
  .panels--two ul > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 20px 40px;
  }
  .panels--two ul > li {
    width: 50%;
    padding: 0 20px 40px;
  }
  .panels--two ul > li:nth-of-type(n) {
    clear: none;
  }
  .panels--two ul > li:nth-of-type(2n+1) {
    clear: both;
  }
  @supports (display: grid) {
    .panels--two ul {
      margin-left: 0;
      margin-right: 0;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 40px 1fr;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 40px;
    }
    .panels--two ul > li {
      clear: none;
      width: 100%;
      padding: 0;
      display: block;
      float: none;
    }
  }
}
.panels--three ul {
  display: block;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -20px;
  margin-left: -20px;
}
.panels--three ul:after {
  content: "";
  display: table;
  clear: both;
}
.panels--three ul > li {
  display: inline;
  height: auto;
  float: left;
  padding: 0 20px 40px;
}
.panels--three ul > li {
  width: 100%;
  padding: 0 20px 40px;
}
.panels--three ul > li:nth-of-type(n) {
  clear: none;
}
.panels--three ul > li:nth-of-type(1n+1) {
  clear: both;
}
@supports (display: grid) {
  .panels--three ul {
    margin-left: 0;
    margin-right: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
  }
  .panels--three ul > li {
    clear: none;
    width: 100%;
    padding: 0;
    display: block;
    float: none;
  }
}
@media (min-width: 700px) {
  .panels--three ul {
    display: block;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: -20px;
    margin-left: -20px;
  }
  .panels--three ul:after {
    content: "";
    display: table;
    clear: both;
  }
  .panels--three ul > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 20px 40px;
  }
  .panels--three ul > li {
    width: 33.3333333333%;
    padding: 0 20px 40px;
  }
  .panels--three ul > li:nth-of-type(n) {
    clear: none;
  }
  .panels--three ul > li:nth-of-type(3n+1) {
    clear: both;
  }
  @supports (display: grid) {
    .panels--three ul {
      margin-left: 0;
      margin-right: 0;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 40px;
    }
    .panels--three ul > li {
      clear: none;
      width: 100%;
      padding: 0;
      display: block;
      float: none;
    }
  }
}

.panels-wrapper .holder > div {
  padding-top: 40px;
  margin-top: 20px;
}

.panels-wrapper + .panels-wrapper {
  margin-top: 10px;
}
.panels-wrapper + .panels-wrapper .holder > div {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

.panels__title {
  font-size: 26px;
  font-size: 2vw;
  margin-bottom: 20px;
}
@media (max-width: 1100px) {
  .panels__title {
    font-size: 22px;
  }
}
@media (min-width: 1300px) {
  .panels__title {
    font-size: 26px;
  }
}
.panels__intro {
  margin-bottom: 20px;
  max-width: 800px;
}

.panel {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 360px;
          flex: 1 0 360px;
  margin: 0;
  border-radius: 4px;
  position: relative;
  padding: 20px;
}
.panel .btn {
  margin-top: 20px;
}
.panel > * + * {
  margin-top: 20px;
}
.panel__title {
  margin-bottom: 10px;
  position: relative;
  font-weight: 700;
  font-size: 26px;
  font-size: 2vw;
}
@media (max-width: 1100px) {
  .panel__title {
    font-size: 22px;
  }
}
@media (min-width: 1300px) {
  .panel__title {
    font-size: 26px;
  }
}
.panel__subtitle {
  font-size: 16px;
  font-size: 1.6vw;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 1000px) {
  .panel__subtitle {
    font-size: 16px;
  }
}
@media (min-width: 1250px) {
  .panel__subtitle {
    font-size: 20px;
  }
}
.panel__intro {
  position: relative;
}

.share {
  /* --------------------------------------------------- */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
  /* --------------------------------------------------- */
}
.share__title {
  font-size: 1rem;
  margin: 0 20px 0 0;
  font-weight: 400;
  display: inline-block;
}
.share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.share li:not(:last-child) {
  margin-right: 18px;
}
.share svg {
  display: block;
  width: 24px;
  height: 24px;
}
.share a svg * {
  fill: #FFF;
}
.share a:hover svg * {
  fill: #f2932a;
}

.cover-wrapper {
  position: relative;
}

.cover {
  position: relative;
  min-height: 100vh;
  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;
  background-repeat: no-repeat;
  padding: 20px;
}
@media (min-width: 700px) {
  .cover {
    padding: 60px;
  }
}

.scroll-hint {
  position: absolute;
  bottom: 25px;
  left: 50%;
  margin-left: -10px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.scroll-hint svg * {
  fill: #fff;
}

.cover__content {
  max-width: 800px;
  padding: 0 20px;
}

* + .cover__content__link {
  margin-top: 20px;
}

.cover__content__image {
  display: block;
  margin: 0 auto;
}
.cover__content__image + * {
  margin-top: 20px;
}

.v-top {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.v-middle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.v-bottom {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.v-bottom .cover__content__image {
  position: relative;
  bottom: 40px;
}

.h-left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.h-centre {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.h-right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.video-full-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

.video-full-wrapper iframe,
.video-full-wrapper video {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.bg-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.bg-gradient + * {
  background-color: transparent !important;
}

.shopify-buy-frame {
  margin-left: auto;
  margin-right: auto;
}

div[id*=collection-component-] {
  display: block !important;
}
@media (min-width: 800px) {
  div[id*=collection-component-] {
    width: calc(100% + 200px) !important;
    margin-left: -100px !important;
  }
}

.big-block {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  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;
  background-position: center center;
  padding: 40px 0;
}
@media (min-width: 37.5rem) {
  .big-block {
    padding: 60px 0;
  }
}
.big-block + * {
  margin-bottom: 40px;
}
.holder--blocks .big-block .holder {
  width: 100%;
  max-width: 1180px;
  padding-left: 20px;
  padding-right: 20px;
}
.big-block__title {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-size: 2rem;
  margin-bottom: 0;
  text-align: center;
  padding: 40px 0;
}
@media (min-width: 37.5rem) {
  .big-block__title {
    padding: 60px 0;
  }
}
.big-block__video {
  margin-bottom: 40px;
  width: 100%;
}
.big-block__image {
  padding: 40px 20px;
}
@media (min-width: 37.5rem) {
  .big-block__image {
    padding: 60px 20px;
  }
}
.big-block__image img {
  width: 100%;
  height: auto;
}

.big-block__content {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.big-block__content > * + * {
  margin-top: 30px;
}

.holder--blocks > .big-block + .big-block {
  margin-top: 0;
  margin-bottom: 0;
}

@supports (display: grid) {
  .grid-list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 4rem 3rem;
  }
}
.grid-list__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
  margin-bottom: 20px;
  border-radius: 4px;
}
.grid-list__image:before {
  content: "";
  display: block;
  padding-top: 60%;
  /* initial ratio of 1:1*/
}
.grid-list__title {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-size: 34px;
  font-size: 2.8vw;
  margin-bottom: 10px;
  line-height: 120%;
  color: #f6f6f8;
}
@media (max-width: 785.7142857143px) {
  .grid-list__title {
    font-size: 22px;
  }
}
@media (min-width: 1214.2857142857px) {
  .grid-list__title {
    font-size: 34px;
  }
}
.grid-list__subtitle {
  font-size: 26px;
  font-size: 2vw;
  margin-bottom: 10px;
  line-height: 120%;
  color: #d92172;
}
@media (max-width: 1100px) {
  .grid-list__subtitle {
    font-size: 22px;
  }
}
@media (min-width: 1300px) {
  .grid-list__subtitle {
    font-size: 26px;
  }
}
.grid-list li + li {
  margin-top: 0;
}
.grid-list li .btn {
  margin-top: 20px;
}
.grid-list h3 + .grid-list__text,
.grid-list h4 + .grid-list__text {
  padding-top: 10px;
  border-top: 1px solid #404040;
}
.grid-list .grid-list__image-link {
  display: block;
  -webkit-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  -webkit-box-shadow: 0 3px 8px rgba(17, 17, 17, 0.55);
          box-shadow: 0 3px 8px rgba(17, 17, 17, 0.55);
}
.grid-list .grid-list__image-link:hover {
  opacity: 0.85;
}
.grid-list a:not([class]) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  position: relative;
  right: 5px;
  margin-top: 20px;
}

.child-page-list .grid-list {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.masonry-wrapper {
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 10px;
}

.masonry a {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.masonry a img {
  border: 2px rgba(51, 51, 51, 0) solid;
}
.masonry a img:hover {
  border: 2px #d92172 solid;
}

.masonry.style-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-left: 0;
  /* Adjustment for the gutter */
  width: calc(100% + 8px);
}
.page-template-default .entry-content .masonry.style-horizontal li.masonry-brick + li.masonry-brick {
  margin-top: 0px;
}
.masonry.style-horizontal .masonry-brick {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  height: 300px;
  min-width: 200px;
  margin: 0 8px 8px 0;
  /* Some gutter */
  position: relative;
}
.masonry.style-horizontal .masonry-brick img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 300px;
}
.masonry.style-horizontal .masonry-brick--small {
  width: 125px;
}
.masonry.style-horizontal .masonry-brick--medium {
  width: 250px;
}
.masonry.style-horizontal .masonry-brick--large {
  width: 400px;
}
.masonry.style-horizontal .masonry-brick {
  max-width: 600px;
}
.masonry.style-horizontal .masonry-brick a > span {
  display: block;
  padding: 10px;
  background-color: rgba(17, 17, 17, 0.7);
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: left;
  line-height: 130%;
}

.masonry.style-vertical {
  -webkit-columns: 3 400px;
     -moz-columns: 3 400px;
          columns: 3 400px;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
.page-template-default .entry-content .masonry.style-vertical li.masonry-brick + li.masonry-brick {
  margin-top: 12px;
}

.curator-title,
.curator-title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.curator-title {
  font-size: 34px;
  font-size: 2.8vw;
}
@media (max-width: 785.7142857143px) {
  .curator-title {
    font-size: 22px;
  }
}
@media (min-width: 1214.2857142857px) {
  .curator-title {
    font-size: 34px;
  }
}
.curator-title svg {
  display: inline-block;
  margin-right: 5px;
}
.curator-title a {
  color: #fff;
  text-decoration: none;
}

.page .entry-content > .curator-title + * {
  margin-top: 10px;
}

.curator-feed-rtj-news-layout-outer-wrapper {
  padding: 40px 10px;
}
@media (min-width: 34.375em) {
  .curator-feed-rtj-news-layout-outer-wrapper {
    padding: 40px 20px;
  }
}

.home .curator-feed-rtj-news-layout-outer-wrapper {
  background-color: #111;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(38%, #111111), to(black));
  background: -o-linear-gradient(bottom, #111111 38%, black 100%);
  background: linear-gradient(0deg, #111111 38%, black 100%);
}

.curator-feed-rtj-news-layout-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.crt-post-username,
.crt-post-userimage {
  display: none;
}

.crt-post-header {
  visibility: hidden;
  overflow: hidden;
  height: 10px;
}

.crt-widget .crt-post .crt-post-text a:hover {
  color: #f8c48a;
}

.social-feed,
.social-feed .ic-loading {
  min-height: 2108px;
}

.ic-loading {
  text-align: center;
  padding: 40px;
  text-transform: uppercase;
}
.ic-loading > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ic-loading > span svg {
  display: inline-block;
  margin-right: 10px;
}
.social-feed .ic-loading {
  width: 100%;
  background-image: -o-linear-gradient(45deg, #171717 25%, #111111 25%, #111111 50%, #171717 50%, #171717 75%, #111111 75%, #111111 100%);
  background-image: linear-gradient(45deg, #171717 25%, #111111 25%, #111111 50%, #171717 50%, #171717 75%, #111111 75%, #111111 100%);
  background-size: 112px 112px;
}

.wrapper.wrapper-has-background {
  padding: 20px;
}
@media (min-width: 37.5rem) {
  .wrapper.wrapper-has-background {
    padding: 20px;
  }
}

.wrapper-inner > * + * {
  margin-top: 20px;
}

.wrapper.tight .wrapper-inner > * + *,
.wrapper.nospace .wrapper-inner > * + * {
  margin-top: 0;
}

.wrapper-outer + .wrapper-outer {
  margin-top: 0;
}

.wp-block-separator {
  border: 0;
  height: 1px;
  background: #404040;
  max-width: 500px;
}
.wp-block-separator.is-style-wide {
  max-width: 900px;
}

.wp-block-quote,
.wp-block-quote.is-style-large {
  margin: 20px auto;
  padding: 20px 0;
  font-family: "Georgia", serif;
}
.wp-block-quote p,
.wp-block-quote.is-style-large p {
  font-style: italic;
}
.wp-block-quote p + p,
.wp-block-quote.is-style-large p + p {
  margin-top: 20px;
}
.wp-block-quote cite,
.wp-block-quote.is-style-large cite {
  display: block;
  font-style: normal;
  margin-top: 10px;
}

.has-white-background-color {
  background-color: #fff;
}

.has-black-background-color {
  background-color: #000;
}

.has-background {
  position: relative;
}

.has-background.fullwidth::before, .has-background.strip::before, .has-background.full-width::before, .has-background.full::before {
  display: block;
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  content: "";
  margin-left: calc(-100vw / 2 + 100% / 2);
  background: inherit;
  left: 0px;
  z-index: -1;
}

.wp-block-columns {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.has-black-color {
  color: #111;
}

.has-white-color {
  color: #fff;
}

.fade.fade-top {
  position: relative;
}
.fade.fade-top::before {
  position: absolute;
  height: 60px;
  width: 100%;
  top: -59px;
  left: 0;
  display: block;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
}

.entry-content .nospace,
.entry-content .tight,
main .nospace,
main .tight {
  margin: 0;
  margin-top: 10px;
}

.wp-block-column > * + *:not(.nospace) {
  margin-top: 40px;
}
.wp-block-column h1:not([class*=title]),
.wp-block-column h2:not([class*=title]),
.wp-block-column h3:not([class*=title]) {
  margin-bottom: 20px;
}
.wp-block-column h4,
.wp-block-column h5,
.wp-block-column h6 {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.wp-block-column * + h1:not([class*=title]),
.wp-block-column * + h2:not([class*=title]),
.wp-block-column * + h3:not([class*=title]),
.wp-block-column * + h4:not([class*=title]),
.wp-block-column * + h5:not([class*=title]),
.wp-block-column * + h6:not([class*=title]) {
  margin-top: 40px;
}

@media (max-width: 600px) {
  .wp-block-column + .wp-block-column {
    margin-top: 40px;
  }
}
.wp-block-video video {
  max-width: none;
  width: 100%;
}

img.border--black,
figure.border--black img,
figure.border--black video {
  border: 4px #111 solid;
  border-radius: 3px;
}

.blocks-gallery-item figcaption {
  margin: 0;
}

.acf-map *,
.facetwp-type-map *,
.location-results * {
  text-shadow: none;
}

.acf-map {
  overflow-anchor: none;
}

.facet-reset {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(17, 17, 17, 0.2);
  color: #999;
  font-size: small;
  padding: 10px 25px;
  border: 0;
  cursor: pointer;
}
.facet-reset:hover {
  color: #FFF;
  background-color: #D72471;
}

.facetwp-input-wrap {
  width: 100%;
  margin-bottom: 20px;
}

html .facetwp-icon::before {
  display: inline-block;
  content: "";
  width: 30px;
  height: 100%;
  background-position: 5px 50%;
  background-size: 20px auto;
}

html .facetwp-icon.locate-me::before {
  background-image: url(../img/single-position.svg);
  opacity: 1;
}

html .facetwp-icon.f-reset.locate-me::before {
  background-image: url(../img/circle-cross.svg);
}

html .facetwp-icon {
  opacity: 1;
}

.facet-wrap--radius {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.facet-wrap--radius .facet-label {
  margin-right: 10px;
}

@-webkit-keyframes smallPulse {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}

@keyframes smallPulse {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
html .facetwp-icon.f-loading:before {
  animation: smallPulse 500ms infinite alternate-reverse ease-in-out;
}

.find-my-nearest-wrapper {
  margin-bottom: 40px;
}

.map-results-list > li + li {
  padding-top: 15px;
  border-top: 1px #404040 solid;
}
.map-results-list > li.map-result--nearest + li {
  border-top: 0;
}
.map-results-list > li:nth-child(2)::before {
  display: block;
  content: "Other stores nearby:";
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: 1px #404040 solid;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.map-result__title {
  font-size: 1.25rem;
}
.map-result--nearest .map-result__title {
  font-size: 2rem;
}
.map-result--nearest {
  padding: 20px;
  margin-bottom: 30px;
  background-color: rgba(17, 17, 17, 0.15);
  border: 2px #404040 solid;
}

.result-phone a {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 15px;
  background-color: rgba(17, 17, 17, 0.3);
  border-radius: 4px;
}
.result-phone a svg {
  display: inline-block;
  margin-right: 6px;
}
.result-phone a svg * {
  fill: #f2932a;
}

.nearest-label {
  font-family: "Oswald", Arial, sans-serif;
  letter-spacing: 1px;
  font-size: small;
  display: inline-block;
  padding: 7px 10px;
  background-color: #d92172;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  border-radius: 2px;
}

.result-directions__distance {
  color: #CCC;
}
.result-directions__distance::after {
  display: inline-block;
  content: "";
  margin: 0 8px;
  width: 1px;
  height: 16px;
  position: relative;
  top: 2px;
  background-color: #666;
}

.page-template-default .entry-content .map-results-list > li + li {
  margin-top: 40px;
}

.page-template-default .entry-content .map-result__contact {
  margin-top: 20px;
}
.page-template-default .entry-content .map-result__contact > * + * {
  margin-top: 1rem;
}

.facetwp-map-filtering {
  display: none;
}

.alert--small {
  display: inline-block;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.alert--small svg {
  display: inline-block;
  margin-right: 6px;
}
.alert--small svg * {
  fill: #d92172;
}

.gm-style-iw-d > div {
  color: #111;
}

.map-bubble {
  padding: 10px;
  font-family: -apple-system, BlinkMacSystemFont, San Francisco, Helvetica Neue, Helvetica, Ubuntu, Roboto, Noto, Segoe UI, Arial, sans-serif;
}
.map-bubble__title {
  margin-bottom: 10px;
}
.map-bubble__title a {
  text-decoration: none;
  color: #111;
}
.map-bubble .result-directions__distance {
  color: #333;
}
.map-bubble .result-directions__distance::after {
  background-color: #CCC;
}
.map-bubble .result-phone a {
  background-color: rgba(238, 238, 238, 0.4);
  margin-bottom: 10px;
}
.map-bubble .alert--small {
  margin-bottom: 10px;
}
.map-bubble .result-directions {
  font-weight: 700;
}

.cookies-map {
  margin-top: 0;
  position: relative;
}
.cookies-map::before {
  display: block;
  content: "";
  background-image: url(https://cdn.statically.io/img/static1.runthejewels.com/w=100/images/cookies-x-rtj-badge--2.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  z-index: 1;
  width: 50px;
  height: 50px;
  top: -25px;
  left: 20px;
}
@media (min-width: 24.375rem) {
  .cookies-map::before {
    background-image: url(https://cdn.statically.io/img/static1.runthejewels.com/w=160/images/cookies-x-rtj-badge--2.png);
    width: 80px;
    height: 80px;
    top: -100px;
    right: 20px;
    left: auto;
  }
}
@media (min-width: 32.5rem) {
  .cookies-map::before {
    background-image: url(https://cdn.statically.io/img/static1.runthejewels.com/images/cookies-x-rtj-badge--2.png);
    right: 70px;
    width: 120px;
    height: 120px;
    top: -105px;
  }
}
@media (min-width: 46.875rem) {
  .cookies-map::before {
    width: 150px;
    height: 150px;
    top: -135px;
  }
}

.acf-map {
  border: 0;
}

/* Fixes potential theme css conflict. */
.acf-map img {
  max-width: inherit !important;
}

.distribution-map {
  /* --------------------------------------------------- */
  margin-top: 80px;
  /* --------------------------------------------------- */
}
.distribution-map__title {
  border-top: 1px #404040 solid;
  padding-top: 40px;
  margin-bottom: 40px;
}
.distribution-map .external-link {
  margin: 10px 0;
}
.distribution-map .external-link a {
  color: #d92172;
  font-weight: 700;
}
.distribution-map .acf-map {
  height: 80vh;
  max-height: 1000px;
}
.distribution-map .map-bubble-inner {
  min-width: 160px;
}
.distribution-map .map-bubble__intro-title {
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.distribution-map .map-bubble__intro-title span {
  font-weight: 500;
}

.page-template-page-beer-map .page-title {
  margin: 40px 0 20px 0;
}
.page-template-page-beer-map .sub-nav {
  margin-top: 0px;
}
.page-template-page-beer-map .distribution-map {
  margin-top: 40px;
}

html.page-templates-page-beer-map li.menu-item-object-beer a {
  color: #f2932a;
}

main .ratm-x-rtj-tour-dates ul:not([class]) li::before {
  display: none;
}

.page-template-default .entry-content .ratm-x-rtj-tour-dates ul:not([class]) li + li {
  margin-top: 1.875rem;
}
@media (min-width: 30rem) {
  .page-template-default .entry-content .ratm-x-rtj-tour-dates ul:not([class]) li + li {
    margin-top: 1.25rem;
  }
}

.ratm-x-rtj-tour-dates {
  font-family: "Oswald", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.ratm-x-rtj-tour-dates ul {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 60rem) {
  .ratm-x-rtj-tour-dates ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 2em;
       -moz-column-gap: 2em;
            column-gap: 2em;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
    max-width: none;
  }
}
.ratm-x-rtj-tour-dates li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ratm-x-rtj-tour-dates li > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ratm-x-rtj-tour-dates li strong {
  font-weight: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: auto;
}
@media (max-width: 30rem) {
  .ratm-x-rtj-tour-dates li strong {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 0.3125rem;
  }
}
.ratm-x-rtj-tour-dates li strong::after {
  background-image: -o-repeating-linear-gradient(183deg, #ffffff, #ffffff 2px, transparent 2px, transparent 14px, #ffffff 14px);
  background-image: repeating-linear-gradient(267deg, #ffffff, #ffffff 2px, transparent 2px, transparent 14px, #ffffff 14px);
  background-size: 100% 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 10px;
  min-width: 1.25rem;
  position: relative;
  bottom: 3px;
}

.ratm-x-rtj-tour-dates > .wrapper-inner.holder {
  padding-left: 0;
  padding-right: 0;
  max-width: 1000px;
}
/*# sourceMappingURL=screen.css.map */