/* In order to be properly rendered by WordPress, we need to import the comment section for the theme first */
/*
Theme Name: 		Reload Festival
Description: 		This is a custom WordPress Theme for the Reload Festival based on the Flatsome Theme
Author: 	        Matthias Held
Author URI:         https://held.codes
Template:    		flatsome
Version:            1.00
Requires at least:  5.0.0
Requires PHP:       5.6.20
*/
/*************** IMPORTS ***************/
/* Adding more padding to all the XXL buttons because of the font-variant */
.button.primary.is-xxlarge,
.button.primary:not(.is-outline).is-xxlarge {
  padding-top: 6px;
}

.section-spotify .spotify-button.primary:not(.is-outline) {
  border: 3px solid #fff;
}

/*** FONTS ***/
/* Reload Regular */
@font-face {
  font-family: "Reload";
  src: url("./css/fonts/Reload_Regular.eot");
  src: url("./css/fonts/Reload_Regular.eot?#iefix") format("embedded-opentype"), url("./css/fonts/Reload_Regular.woff2") format("woff2"), url("./css/fonts/Reload_Regular.woff") format("woff"), url("./css/fonts/Reload_Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Berthold Akzidenz-Grotesk (Condensed Bold) */
@font-face {
  font-family: "Berthold Akzidenz-Grotesk";
  src: url("./css/fonts/AkzidenzGroteskBE-BoldCn.eot");
  src: url("./css/fonts/AkzidenzGroteskBE-BoldCn.eot?#iefix") format("embedded-opentype"), url("./css/fonts/AkzidenzGroteskBE-BoldCn.woff2") format("woff2"), url("./css/fonts/AkzidenzGroteskBE-BoldCn.woff") format("woff"), url("./css/fonts/AkzidenzGroteskBE-BoldCn.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Berthold Akzidenz-Grotesk", sans-serif;
}

h1 {
  font-family: "Reload", sans-serif;
  font-weight: unset;
}

b, strong {
  color: #ffb000;
}

/*
All Artists Overview
 */
.artist-overview-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.artist-overview-container .artist-overview-single {
  flex: 0 0 calc(33.33% - 20px);
  position: relative;
  margin: 0 10px 20px 10px;
}
.artist-overview-container .artist-overview-single a > span {
  display: block;
  height: 16rem;
  width: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.artist-overview-container .artist-overview-single h2 {
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  background: #ffb000;
  border: 3px solid #000002;
  padding: 8px 0 6px 0;
}
.artist-overview-container .artist-overview-single h2 a {
  color: #fff;
}

/*************** MOBILE ***************/
@media only screen and (max-width: 48em) {
  .artist-overview-container .artist-overview-single {
    flex: 0 0 calc(100% - 20px);
  }
}
/*
Single Artist Overview
 */
/* Band Single Back Button */
.artist-single-all-bands-btn > i {
  margin-top: -0.25em;
}
.artist-single-all-bands-btn > i::before {
  font-weight: bolder;
}

/* Band name/Title */
.artist-single-headline h1 {
  font-size: 3.2em;
}

/* Bio Link Buttons */
.reload-artist-link-btn {
  margin: -2px 0 0 0;
  text-align: left;
}
.reload-artist-link-btn > span {
  padding-left: 16px;
}
.reload-artist-link-btn > i {
  position: absolute;
  right: 0;
  padding: 21px 25px 0 0;
}
.reload-artist-link-btn > i::before {
  font-weight: bolder;
}

/* Social Icons */
.social-icons.artist-single-social-icons > a.button {
  padding: 7px 8px 5px 8px;
  border: 3px solid #ffb000 !important;
  border-radius: 0 !important;
  color: #000002;
}
.social-icons.artist-single-social-icons > a.button:hover {
  background: #ffb000 !important;
  border: 3px solid #ffb000 !important;
}
.social-icons.artist-single-social-icons > a.button:hover > i {
  color: #000002 !important;
}
.social-icons.artist-single-social-icons > a.button.website > i.icon-website::before {
  content: url(css/img/website.svg);
}

/*
Headliner Line-Up Slider
 */
/*************** MOBILE ***************/
@media only screen and (max-width: 48em) {
  .line-up-slider .col-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .line-up-slider .text-inner .text > p {
    font-size: 2rem;
    margin-bottom: 0;
  }
  .line-up-slider .text-inner .text a {
    font-size: 1rem;
    margin-top: 0;
  }
  .line-up-slider .flickity-viewport {
    min-height: 200px;
  }
}
.front-page-blog-posts .post-item > .col-inner {
  border: 5px solid #000002;
}
.front-page-blog-posts .post-item > .col-inner:hover {
  border-color: #ffb000;
}
.front-page-blog-posts .post-title {
  overflow-wrap: break-word;
  color: #ffb000;
  text-shadow: 1px 1px #000002;
}

/*************** MOBILE ***************/
@media only screen and (max-width: 48em) {
  .front-page-blog-posts .post-title {
    font-size: 1em;
  }
}
/* Single Blog Post */
.blog-single .entry-header .entry-meta .byline {
  display: none;
}

.countdown-wrapper {
  --gap: 0.6rem;
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
}
.countdown-wrapper .countdown-text {
  flex-shrink: 0;
  display: flex;
  gap: var(--gap);
  min-width: 100%;
  align-items: center;
  justify-content: center;
}
.countdown-wrapper .countdown-text > * {
  flex: 0 0 auto;
  font-size: 2em;
}

/*************** MOBILE ***************/
@media only screen and (max-width: 48em) {
  .countdown-wrapper .countdown-text > * {
    font-size: 1.2em;
  }
}
/*
All Events Overview
 */
.history-overview-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.history-overview-container .history-overview-single {
  flex: 0 0 calc(24% - 15px);
  position: relative;
  margin: 0 10px 20px 10px;
  border: 5px solid #000002;
}
.history-overview-container .history-overview-single h2 {
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  background: #ffb000;
  border-top: 5px solid #000002;
  padding: 8px 0 6px 0;
}
.history-overview-container .history-overview-single h2 a {
  color: #fff;
}

/*************** MOBILE ***************/
@media only screen and (max-width: 48em) {
  .history-overview-container .history-overview-single {
    flex: 0 0 calc(100% - 20px);
  }
}
.reload-component-image-adaptive {
  --reload-image-adaptive-frame-border-radius: 20px;
  --reload-image-adaptive-frame-blur-strength: 40px;
  --reload-image-adaptive-frame-inner-padding: clamp(12px, 2vw, 24px);
  --reload-image-adaptive-frame-overlay-opacity: 0.18;
  --reload-image-adaptive-frame-background-fallback: #111111;
}
.reload-component-image-adaptive .reload-component-image-adaptive__variant {
  width: 100%;
}
.reload-component-image-adaptive .reload-image-adaptive-frame-link {
  display: block;
  width: 100%;
}
.reload-component-image-adaptive .reload-image-adaptive-frame {
  position: relative;
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: var(--reload-image-adaptive-frame-inner-padding);
  overflow: hidden;
  isolation: isolate;
  border-radius: var(--reload-image-adaptive-frame-border-radius);
  background: var(--reload-image-adaptive-frame-background-fallback);
}
.reload-component-image-adaptive .reload-image-adaptive-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, var(--reload-image-adaptive-frame-overlay-opacity));
  pointer-events: none;
}
.reload-component-image-adaptive .reload-image-adaptive-frame > .reload-image-adaptive-frame__background {
  position: absolute;
  inset: -4%;
  z-index: 0;
  width: 108%;
  height: 108%;
  object-fit: cover;
  filter: blur(var(--reload-image-adaptive-frame-blur-strength));
  transform: scale(1.08);
  pointer-events: none;
  user-select: none;
}
.reload-component-image-adaptive .reload-image-adaptive-frame > .reload-image-adaptive-frame__background--no-blur {
  filter: none;
  transform: none;
}
.reload-component-image-adaptive .reload-image-adaptive-frame--custom-background > .reload-image-adaptive-frame__background--custom {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: none;
  filter: blur(var(--reload-image-adaptive-frame-blur-strength));
}
.reload-component-image-adaptive .reload-image-adaptive-frame--custom-background > .reload-image-adaptive-frame__background--custom.reload-image-adaptive-frame__background--no-blur {
  filter: none;
}
.reload-component-image-adaptive .reload-image-adaptive-frame > .reload-image-adaptive-frame__foreground {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  object-fit: contain;
  border-radius: calc(var(--reload-image-adaptive-frame-border-radius) * 0.7);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.28);
}

#logo {
  width: 36em;
}

/* Small Desktop */
@media only screen and (max-width: 1350px) {
  #logo {
    width: 18em !important;
  }
}
.header-nav {
  font-size: 2em;
}
.header-nav > li > a:hover {
  color: #ffb000;
}
.header-nav.nav-left {
  margin-left: 25px;
}
.header-nav.nav-right {
  margin-left: -25px;
}
.header-nav li.current_page_item,
.header-nav li.current-page-ancestor {
  border: 5px solid #ffb000;
}
.header-nav li.current_page_item:hover,
.header-nav li.current-page-ancestor:hover {
  border: 5px solid #000002;
}
.header-nav li.current_page_item a,
.header-nav li.current-page-ancestor a {
  padding: 4px 10px 0 10px;
  color: #ffb000;
}
.header-nav li.current_page_item a:hover,
.header-nav li.current-page-ancestor a:hover {
  color: #000002;
}

/* Sub Menu */
ul.sub-menu {
  display: none;
  position: absolute;
  left: -20px;
  background: #fff;
  padding: 20px 20px 0 20px !important;
}
ul.sub-menu > li {
  list-style: none;
}

li.menu-item-has-children:hover {
  border-color: #fff !important;
}
li.menu-item-has-children:hover ul.sub-menu {
  display: block;
}

/* Small Desktop */
@media only screen and (max-width: 1350px) {
  .header-nav {
    font-size: 1em;
  }
}
/* Footer Menu */
.footer-menu .stack a {
  padding: 5px 0 2px 0;
}

.partner-image-row > .col > .col-inner > .img > a > div {
  width: 100%;
  height: 90px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.partner-image-row > .col > .col-inner > .img > a > div img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

.social-tag {
  position: absolute;
  z-index: 65;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.social-tag > h2 {
  padding: 25px 25px 10px 25px;
  margin: 0;
}

/*************** MOBILE ***************/
@media only screen and (max-width: 48em) {
  .social-tag > h2 {
    font-size: 2rem;
    padding-top: 20px;
  }
}
#reload-fixed-ticket-button-wrapper {
  position: fixed;
  z-index: 66;
  right: -100%;
  transition: right 0.5s ease;
}
#reload-fixed-ticket-button-wrapper.slide-in {
  right: 0;
}
#reload-fixed-ticket-button-wrapper a {
  padding: 22px 20px 20px 20px;
}
#reload-fixed-ticket-button-wrapper a:hover {
  filter: drop-shadow(0 0 0.2rem rgba(0, 0, 0, 0.3));
}

/*************** DESKTOP ***************/
/* Overwrite the social Icons for the Footer */
footer .social-icons {
  color: #ffb000;
}
footer .social-icons i {
  padding: 7px 8px 5px 8px;
  border: 3px solid #ffb000;
}
footer .social-icons i:hover {
  color: #fff;
  background-color: #ffb000;
}

/* Restyle the back to top button to match the CI */
a.back-to-top.button {
  background-color: #ffb000;
  border-radius: 0;
}

/* Tab styles for the contact page */
.contact-tabs h4 {
  font-size: 2em;
  margin-bottom: 30px;
}
.contact-tabs li.tab > a {
  border-radius: 0;
}
.contact-tabs .tab-panels {
  border-top: 1px solid #000002;
  margin-top: 20px;
}

/*************** MOBILE ***************/

/*# sourceMappingURL=style.css.map */
