/*
 * Theme Name: SaveLive
 * Description: A template for SaveLive and their partners. Includes event, email capture integration and branding options.
 * Author: Bayou Dev
 * Version: 3.0
*/
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300;0,400;0,500;0,600;0,700;0,900;1,300;1,400;1,500;1,600;1,700;1,900&display=swap");
.screen-reader-text {
  height: 0px;
  display: block;
}

@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/Montserrat/Montserrat-Medium.otf") format("opentype"), url("assets/fonts/Montserrat/Montserrat-Medium.woff") format("woff");
}
@font-face {
  font-family: "Karla";
  src: url("assets/fonts/Karla/Karla-VariableFont_wght.otf") format("opentype"), url("assets/fonts/Karla/Karla-VariableFont_wght.woff") format("woff");
}
@font-face {
  font-family: "Karla";
  font-style: italic;
  src: url("assets/fonts/Karla/Karla-Italic-VariableFont_wght.woff2.otf") format("opentype"), url("assets/fonts/Karla/Karla-Italic-VariableFont_wght.woff2.woff") format("woff");
}
a:hover {
  text-decoration: underline;
}

.section-background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-background.sq-img {
  padding-bottom: 100%;
}

.container {
  width: 100%;
}
@media screen and (min-width: 1500px) {
  .container {
    max-width: 1500px;
  }
}

section#content {
  padding: 0 3%;
}

#header-spacer {
  display: none;
}

body.noScoll {
  overflow: hidden;
}
body:not(.home) #header-spacer {
  display: block;
  height: 110px;
}
body:not(.home) #header-spacer.scrolled {
  height: 30px;
  transition: height 300ms;
}
body:not(.home) section#content {
  padding: 20px 3%;
}
body.hero-video #header-spacer {
  display: block;
  height: 80px;
}

.page-header-image {
  height: 300px;
  position: relative;
}

.layout-sidebar li {
  list-style: none;
  border: 3px solid black;
  padding: 10px 15px 20px 15px;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .layout-sidebar li {
    padding: 10px 10px 20px 10px;
  }
}
.layout-sidebar input {
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .layout-sidebar input {
    width: 100%;
  }
}

footer {
  width: 100%;
  padding: 20px 20px;
}
footer * {
  list-style: none;
}
footer .widget-wrap {
  margin-bottom: 20px;
}
footer .widget-wrap .widget-inner {
  text-align: center;
}
footer .widget-wrap .widget-inner:not(:first-child) {
  margin-top: 10px;
}
@media screen and (min-width: 600px) {
  footer .widget-wrap .widget-inner {
    text-align: left;
    border-right: 1px solid gray;
    min-height: 200px;
    margin-top: 0px;
  }
  footer .widget-wrap .widget-inner li.menu-item-has-children > ul {
    display: none;
  }
}
footer .widget-wrap:last-of-type .widget-inner {
  border-right: 0;
}
footer h2.widgettitle {
  text-transform: uppercase;
  font-size: 22px;
}
footer ul.menu {
  padding-left: 0;
  margin-left: 0;
}
footer ul.menu a {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}
footer .copywrite {
  border-top: 1px solid gray;
  padding: 10px;
  text-align: center;
}

.single-show #event-tickets-details > * {
  margin-top: 10px;
  margin-bottom: 30px;
}
.single-show #event-tickets-details h3 {
  margin-bottom: 10px;
}
.single-show #event-tickets-details h4 {
  margin-bottom: 20px;
}
.single-show #event-tickets-details .show-ticket-prices p.pricing {
  margin-bottom: 5px;
}
.single-show .post-type-event {
  margin-top: 20px;
}
.single-show .show-thumbnail {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.single-show .article-h3 {
  margin-top: 0;
}
.single-show .article-h1 {
  margin: 25px 0;
}

.album-gallery img {
  width: 100%;
}
.album-gallery .elementor-shortcode > div {
  width: 100%;
}

.page-anchor {
  position: relative;
  top: -60px;
  display: block;
}

button,
a.button {
  padding: 10px 20px;
  margin-bottom: 10px;
}
button.cta-disabled:hover, button.cta-canceled, button.cta-postponed,
a.button.cta-disabled:hover,
a.button.cta-canceled,
a.button.cta-postponed {
  cursor: default;
  border-color: inherit;
  color: inherit;
  text-decoration: none;
}
button a,
a.button a {
  color: inherit;
}
button.cta-canceled,
a.button.cta-canceled {
  opacity: 0.8;
}

.socials#header-socials i {
  font-size: 25px;
  transition: transform 300ms;
}
.socials#header-socials i:hover {
  transform: scale(1.1);
  transition: transform 300ms;
}
.socials#header-socials a {
  margin-right: 10px;
}
.socials#header-socials a:last-of-type {
  margin-right: 0px;
}

nav.artist-links {
  display: flex;
}
nav.artist-links .social-icon {
  padding-right: 8px;
}
nav.artist-links .social-icon i {
  font-size: 15px;
}

nav#venue_info ul {
  list-style: none;
}
nav#venue_info ul li {
  padding: 13px 10px;
}
nav#venue_info ul a {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
}

.slick-arrow.slick-prev {
  left: 11px;
  z-index: 10;
}
.slick-arrow.slick-next {
  right: 11px;
  z-index: 10;
}
.slick-arrow::before {
  color: white;
}

#pbCloseBtn {
  top: 50px !important;
  right: 50px !important;
}

#pbAutoplayBtn {
  display: none !important;
}

input {
  padding: 5px 8px;
}

textarea {
  padding: 8px;
}

select {
  height: 40px;
}

input[type=submit] {
  text-transform: uppercase;
  background: transparent;
}

.nf-form-fields-required {
  margin-bottom: 8px;
}

.nf-form-content input.ninja-forms-field {
  height: 40px !important;
}

.nf-field-container {
  margin-bottom: 20px !important;
}

.nf-form-content label {
  font-size: 15px !important;
}

.nf-field-element select {
  height: 40px !important;
}

@media screen and (min-width: 768px) {
  .nf-form-cont.half-col nf-fields-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .nf-form-cont.half-col nf-field {
    width: 50%;
    padding-right: 10px;
  }
}

.upcoming-events-list {
  padding: 5px;
}
.upcoming-events-list div {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid black;
}

.widget_sv_email_capture_widget p {
  font-size: 11px;
  padding-right: 10px;
}

footer .widget_sv_email_capture_widget form {
  max-width: 350px;
  padding-right: 20px;
}
@media screen and (max-width: 600px) {
  footer .widget_sv_email_capture_widget form {
    max-width: 500px;
    margin: 0 auto;
    padding: 5px 10px;
  }
}
footer .widget_sv_email_capture_widget input {
  width: 100%;
  margin-bottom: 10px;
}

header {
  position: fixed;
  z-index: 99;
  width: 100%;
  padding: 10px 20px;
}
header .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 600px) {
  header .row {
    justify-content: space-between;
  }
}
header #nav-main {
  display: none;
}
header #nav-main li.menu-item-has-children {
  position: relative;
}
header #nav-main li.menu-item-has-children:hover ul {
  display: block;
}
@media screen and (min-width: 600px) {
  header #nav-main li.menu-item-has-children ul {
    display: none;
    min-width: 200px;
    position: absolute;
    top: 20px;
    right: -15px;
    text-align: right;
    background-color: black;
    padding: 18px 15px 10px 5px;
  }
  header #nav-main li.menu-item-has-children:last-of-type ul {
    left: inherit;
    right: -30px;
    padding-right: 30px;
  }
}
header #mobile-menu-open-bttn {
  display: block;
  font-size: 1.5em;
}
@media screen and (min-width: 850px) {
  header #nav-main {
    display: block;
  }
  header #mobile-menu,
  header #mobile-menu-open-bttn {
    display: none;
  }
}
header #header-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
header .wrapper {
  position: relative;
  z-index: 2;
  padding: 0 15px;
}
@media screen and (min-width: 992px) {
  header .hdr-logo {
    text-align: left;
  }
}
header .hdr-logo img {
  width: 100%;
}
header .hdr-logo #logo-small {
  display: block;
}
header .hdr-logo #logo-small img {
  max-height: 40px;
}
header .hdr-logo #logo-full {
  display: none;
}
header .hdr-logo #logo-full img {
  max-height: 90px;
}
@media screen and (min-width: 850px) {
  header .hdr-logo #logo-small {
    display: none;
  }
  header .hdr-logo #logo-full {
    display: block;
  }
}
header form#header-email-capture {
  display: none;
  justify-content: center;
}
@media screen and (min-width: 600px) {
  header form#header-email-capture {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 992px) {
  header form#header-email-capture {
    display: block;
  }
}
header ul {
  padding-left: 10px;
  padding-top: 10px;
  display: none;
  list-style: none;
  width: 100%;
}
@media screen and (min-width: 600px) {
  header ul {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 992px) {
  header ul {
    justify-content: flex-end;
    margin: 0;
  }
}
header ul > li {
  padding-left: 13px;
}
header ul a {
  text-transform: uppercase;
  letter-spacing: 1px;
}
header ul a:hover {
  text-decoration: none;
  opacity: 0.8;
}
header input[type=submit] {
  border-color: white;
  margin-left: 10px;
}
header .stuck {
  position: fixed;
  top: 0;
}
header.scrolled #header-bg {
  opacity: 0.8;
}
header.scrolled .socials#header-socials {
  display: none;
}
header.scrolled .hrd-right {
  height: 30px;
  transition: height 300ms;
}
header.scrolled #logo-full {
  display: none;
}
header.scrolled #logo-small {
  display: block;
}
@media screen and (min-width: 600px) {
  header.scrolled #logo-small img {
    max-height: 50px;
    width: auto;
  }
}

.hrd-right {
  transition: height 300ms;
  text-align: right;
}
.hrd-right #header-socials {
  display: none;
}
@media screen and (min-width: 850px) {
  .hrd-right {
    height: 60px;
    padding: 0px 10px;
    text-align: inherit;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
  }
  .hrd-right #header-socials {
    display: block;
  }
}
.hrd-right input {
  padding: 5px;
  font-size: 10px;
}

#mobile-menu {
  display: none;
  justify-content: center;
  align-items: center;
  padding: 20px;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: black;
}
#mobile-menu.active {
  display: flex;
}
#mobile-menu #mobile-menu-close-bttn {
  position: absolute;
  top: 70px;
  right: 50px;
  z-index: 105;
  font-size: 2em;
}
#mobile-menu nav#nav-mobile ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
#mobile-menu nav#nav-mobile ul a {
  text-transform: uppercase;
  font-size: 25px;
}
#mobile-menu nav#nav-mobile ul li {
  margin: 10px 0;
}
#mobile-menu .socials {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

section.page-banner {
  position: relative;
  width: 100%;
  height: 50vh;
  background-position: center;
  background-size: cover;
  display: none;
}

section.page-banner-mobile {
  position: relative;
  width: 100%;
  padding-bottom: 30vh;
  background-position: center;
  background-size: cover;
}

section.page-banner-video {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 100%;
  padding-bottom: 45%;
}
@media screen and (min-width: 769px) {
  section.page-banner-video {
    height: 50vh;
    padding-bottom: 0px;
  }
}
section.page-banner-video > *:not(#hero-video-overlay) {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  top: 0px;
  height: auto;
}
section.page-banner-video #hero-video-overlay {
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.page-banner-video #hero-video-overlay img {
  height: 100%;
  width: auto;
}

@media screen and (min-width: 769px) {
  section.page-banner {
    display: block;
  }
  section.page-banner-mobile {
    display: none;
  }
}
.event-listings .event-listing {
  display: block;
  width: 100%;
  margin: 10px 0;
  padding: 20px 0;
  border-bottom: solid lightgray 1px;
}
@media screen and (min-width: 850px) {
  .event-listings .event-listing {
    display: flex;
  }
}
.event-listings .show-thumbnail-wrap {
  width: calc(100% - 80px);
  margin-bottom: 20px;
  padding: 0;
}
@media screen and (min-width: 850px) {
  .event-listings .show-thumbnail-wrap {
    width: 25%;
    margin-bottom: 0px;
    padding: 0 15px;
  }
}
@media screen and (min-width: 600px) {
  .event-listings .show-thumbnail-wrap {
    width: 90%;
    padding: 0 20px;
  }
}
.event-listings .show-thumbnail {
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: inherit;
  height: 200px;
}
@media screen and (min-width: 600px) {
  .event-listings .show-thumbnail {
    height: 300px;
  }
}
@media screen and (min-width: 850px) {
  .event-listings .show-thumbnail {
    height: 130px;
  }
}
.event-listings .event-date {
  width: 80px;
}
@media screen and (min-width: 768px) {
  .event-listings .event-date {
    width: 8.3333%;
  }
}
@media screen and (min-width: 600px) {
  .event-listings .event-date {
    width: 10%;
  }
}
.event-listings .show-details {
  width: 100%;
}
@media screen and (min-width: 850px) {
  .event-listings .show-details {
    width: 60%;
  }
}
.event-listings .show-details h4, .event-listings .show-details h3 {
  margin: 5px 0;
}
.event-listings .show-details h3,
.event-listings .show-details .show-tour {
  opacity: 0.8;
}
.event-listings .show-details .show-tour {
  font-style: italic;
}
.event-listings .show-details .show-time {
  margin-top: 15px;
}
.event-listings .show-buttons {
  margin-top: 20px;
  float: left;
}
@media screen and (min-width: 850px) {
  .event-listings .show-buttons {
    margin-top: 0px;
    float: none;
    display: flex;
    flex-direction: column;
  }
}
.event-listings #event-listing-sectionheader {
  display: block;
  border-bottom: 1px solid black;
  padding-bottom: 5px;
  text-align: center;
}
.event-listings #event-listing-sectionheader input {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .event-listings #event-listing-sectionheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
  .event-listings #event-listing-sectionheader h1 {
    margin-top: 10px;
  }
  .event-listings #event-listing-sectionheader input {
    width: inherit;
  }
}
.event-listings a.button {
  width: 150px;
  text-align: center;
}
.event-listings .event-date {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.event-listings .event-date span {
  text-transform: uppercase;
  line-height: 30px;
}
.event-listings .event-date span.month, .event-listings .event-date span.day {
  font-size: 20px;
  letter-spacing: 3px;
}
.event-listings .event-date span.date {
  font-size: 30px;
  letter-spacing: 8px;
}

#show-more-events {
  margin: 20px auto;
  display: flex;
  width: 200px;
  /* text-align: center; */
  justify-content: center;
}

section#featured-shows {
  z-index: 10;
  padding: 30px 0 0 0;
  margin: 0 5px;
}
section#featured-shows h1 {
  width: 100%;
}
section#featured-shows article {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section#featured-shows .show-thumbnail {
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section#featured-shows.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.home section#content .wrapper > * {
  padding-top: 20px;
}

.featured-show {
  padding-bottom: 30px;
}
.featured-show .slide {
  height: 300px;
  margin: 0 5px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
}
.featured-show .slide:hover .slide-bg {
  transform: scale(1.2);
}
.featured-show .slide-overlay {
  display: block;
  z-index: 2;
  background: black;
  opacity: 0.4;
}
.featured-show .slide-bg {
  background-size: cover;
  background-position: center;
  display: block;
  z-index: 1;
  transition: transform 300ms;
}
.featured-show .slide-overlay,
.featured-show .slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.featured-show .slide-content {
  width: 100%;
  display: block;
  z-index: 3;
  padding: 30px;
  position: relative;
}
.featured-show .slide-content h1, .featured-show .slide-content h2, .featured-show .slide-content h3, .featured-show .slide-content h4, .featured-show .slide-content h5, .featured-show .slide-content p {
  color: white;
  margin: 0;
}
.featured-show .slide-content.custom {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  text-align: center;
}
.featured-show .slide-content.custom .slide-bttns {
  justify-content: space-evenly;
}
.featured-show .slide-details {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 10px;
  border-bottom: 1px solid white;
  padding-bottom: 10px;
}
.featured-show .slide-bttns {
  display: flex;
}
.featured-show .slide-bttns button {
  width: 100px;
  background-color: transparent;
  color: white;
  border: 1px solid white;
  margin-bottom: 0px;
  padding: 5px;
  margin-top: 10px;
}
.featured-show .slide-bttns button:first-of-type {
  margin-right: 10px;
}

#home-about-image {
  position: relative;
}

#home-about-inner {
  padding-left: 20px 0;
}

section#home-about {
  background: white;
  padding: 30px 5%;
}
