@charset "UTF-8";
* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
hr {
  border: 0;
  border-top: 1px solid #a00405;
  margin-top: 50px;
  margin-bottom: 50px;
}
body {
  font-family: 'EB Garamond';
  background: #000;
  color: #fff;
  line-height: 1.6em;
  font-weight: 500;
  font-size: 18px;
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  text-transform: lowercase !important;
  font-weight: 700;
  display: table;
  padding: 20px;
  padding-bottom: 25px;
  background: #a00405;
  color: #000;
  margin: 0 auto 30px;
}
h1 {
  font-size: 60px;
}
h2 {
  font-size: 40px;
}
@media screen and (min-width: 1366px) {
  .section, .page-bg {
    background-attachment: fixed !important;
  }
}
@media screen and (max-width: 1365px) {
  .section, .page-bg {
    background-attachment: scroll !important;
  }
}
/*
    This ruleset is just for checking if the template is working correctly by giving menu and footer some space to occupy. Comment it remove it if you want.
*******************************************/
#header, #footer {
  COLOR: #fff;
}
#footer a {
  color: #fff;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 3px;
  padding-right: 3px;
}
#footer a:hover {
  background: #a00405;
  color: #fff;
}
.footer-socials a {
  padding: 1px;
}
.footer-socials a:hover {
  background: none !important;
  color: #a00405 !important;
}
.footer-socials i {
  font-size: 18px;
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: 10px;
}
.read-more, .more {
  background: #a00405;
  color: #000;
  font-weight: 700;
  padding: 10px;
  padding-bottom: 10px;
  text-transform: lowercase !important;
}
.more {
  font-size: 22px;
}
.read-more:hover, .more:hover {
  color: #fff;
}
#footer {
  text-align: center;
  background: url(../../../assets/img/footer.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding-top: 35px;
  padding-bottom: 35px;
  text-transform: lowercase !important;
}
/*--- MENU ---*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #header {
    position: sticky;
  }
}
#header .header-inner {
  padding-top: 12px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  padding-left: 1%;
  padding-right: 1%;
  align-items: center;
  align-content: center;
  background: rgba(0, 0, 0, 0.85);
}
#header .header-inner .logo img {
  max-width: 300px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  #header .header-inner .logo img {
    max-width: 200px;
  }
}
#header .header-inner .links {
  text-align: right;
  font-size: 22px;
}
#header .header-inner .links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-transform: lowercase;
  font-weight: 700;
}
#header .header-inner .links ul li {
  display: inline-block;
  margin-left: 8px;
}
#header .header-inner .links ul li a {
  color: #fff;
  padding: 5px;
  padding-top: 2px;
}
#header .header-inner .links ul li:hover a {
  background: #a00405;
  color: #000 !important;
}
.home-menu ul {
  list-style: none;
  padding: 0;
  display: flex;
}
.home-menu ul li {
  display: inline-block;
  /* margin-left: 15px;
            margin-right: 15px; */
}
.home-menu {
  padding-top: 5px;
  display: flex;
  justify-content: center;
}
.home-menu > ul {
  margin: 0;
}
.home-menu > ul > li:hover .nav-drop {
  height: auto !important;
}
ul.nav-drop:hover {
  height: auto !important;
}
ul.nav-drop {
  flex-direction: column;
  height: 0;
  position: absolute;
  overflow: hidden;
  margin-top: 10px;
  background: #a00405;
  text-align: left;
  margin: 0;
}
li.nav-drop-item:first-child {
  padding-top: 10px;
}
.nav-drop-item {
  padding-bottom: 6px;
  padding-top: 3px;
  margin-left: 0px !important;
}
#header .header-inner .links ul li a:hover {
  color: #000 !important;
}
#header .header-inner .links ul li a .nav-drop a {
  color: #000 !important;
}
#header .header-inner .links ul li a .nav-drop a:hover {
  color: #fff;
}
/******************************************/
.site-wrapper {
  display: grid;
  grid-template-columns: 100%;
  position: relative;
}
body, html {
  height: 100%;
}
.site-wrapper {
  min-height: 100%;
}
/*--- HOME ---*/
.featured_release {
  padding: 3% 0;
}
.featured_release > div {
  display: grid;
}
@media screen and (min-width: 1024.1px) {
  .featured_release > div {
    grid-template-columns: 1fr 2fr;
  }
}
@media screen and (max-width: 1024px) {
  .featured_release > div {
    grid-template-rows: auto auto;
  }
}
.featured_release > div img {
  width: 100%;
  display: block;
}
@media screen and (min-width: 980px) {
  .featured_release .feat-music-player .audioigniter-root, .featured_release .feat-music-player .ai-audioigniter, .featured_release .feat-music-player .ai-wrap {
    height: 100%;
  }
}
.h-releases .swiper-button-prev, .h-releases .swiper-button-next {
  color: #a00405 !important;
}
.h-releases > div {
  overflow: visible;
  position: relative;
}
.h-releases > div .swiper-button-next {
  right: -3%;
}
.h-releases > div .swiper-button-prev {
  left: -3%;
}
.h-releases .swiper a {
  display: block;
}
.h-releases .swiper a img {
  display: block;
  width: 100%;
}
h2 {
  text-align: center;
}
.section {
  padding-top: 100px;
  padding-bottom: 100px;
  width: 100%;
  margin: 0 auto;
}
.section.music {
  width: 80%;
  max-width: 1200px;
}
@media screen and (max-width: 1024px) {
  .section.music {
    max-width: 600px;
  }
}
@media screen and (max-width: 600px) {
  .section.music .ai-narrow .ai-control-wrap-thumb, .section.music .ai-wrap .ai-control-wrap-thumb img {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .section.music .ai-narrow .ai-control-wrap-thumb, .section.music .ai-wrap .ai-control-wrap-thumb img {
    display: none !important;
  }
}
.more {
  text-align: center;
  display: table;
  margin: 10px auto;
}
.rel-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-content: top;
  align-items: top;
  grid-gap: 30px;
}
.rel-grid .rg-release {
  padding-bottom: 20px;
}
.rel-grid .rg-release img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1300px) {
  .rel-grid {
    grid-template-columns: repeat(3, 1fr);
    align-content: top;
    align-items: top;
    grid-gap: 30px;
  }
}
@media screen and (max-width: 980px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .rel-grid {
    grid-template-columns: repeat(2, 1fr);
    align-content: top;
    align-items: top;
    grid-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 979px) {
  .rel-grid {
    display: block;
  }
}
@media (min-width: 980px) {
  .rel-grid {
    display: grid;
  }
}
.home-header {
  position: relative;
  width: 100%;
  height: 99vh;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .home-header {
    height: 90vh;
  }
}
.home-header .swiper {
  position: absolute;
  width: 100%;
  height: 100%;
}
.home-header .swiper .swiper-slide {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.home-header img {
  width: 100%;
  height: auto;
  z-index: -1;
}
.home-header .subscribe {
  text-align: center;
  padding: 5px;
  padding-top: 15px;
  background: rgba(0, 0, 0, 0.8);
  position: relative;
  z-index: 2;
  width: 1200px;
  max-width: 80%;
  margin: 0 auto 10px;
}
.home-header .subscribe .red {
  color: #a00405;
  font-size: 30px;
  padding-bottom: 10px;
  display: block;
}
.home-header .subscribe .subscribe-form {
  display: block;
  margin: -60px auto -5px;
  height: 240px !important;
}
.home-header .subscribe .subscribe-form .name, .home-header .subscribe .subscribe-form .email {
  width: 250px;
  border: 2px solid #fff;
  padding: 10px;
  height: 40px;
  font-size: 18px;
  color: #fff;
  background: none;
  font-family: 'EB Garamond';
  margin-left: 2px;
  margin-right: 2px;
}
.home-header .subscribe .subscribe-form .submit {
  width: 150px;
  border: 2px solid #a00405;
  background: #a00405;
  color: #000;
  padding: 10px;
  padding-top: 8px;
  line-height: 1em;
  height: 41px;
  font-weight: 700;
  margin-left: 2px;
  margin-right: 2px;
  font-family: 'EB Garamond';
  font-size: 22px;
  position: relative;
  top: 1px;
  text-transform: lowercase;
}
@media screen and (max-width: 980px) {
  .home-header .subscribe .subscribe-form .subscribe-form {
    text-align: center;
    height: 320px !important;
  }
  .home-header .subscribe .subscribe-form .name, .home-header .subscribe .subscribe-form .email {
    width: 200px;
  }
  .home-header .subscribe .subscribe-form .submit {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .home-header .subscribe .subscribe-form .subscribe-form {
    text-align: center;
  }
  .home-header .subscribe .subscribe-form .name, .home-header .subscribe .subscribe-form .email, .home-header .subscribe .subscribe-form .submit {
    display: block;
    margin: 0 auto 5px;
  }
  .home-header .subscribe .subscribe-form .name, .home-header .subscribe .subscribe-form .email {
    width: 300px;
  }
  .home-header .subscribe .subscribe-form .submit {
    width: 200px;
  }
}
.bio.section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: url(../../../assets/img/bio-bg.jpg) center right;
  background-size: cover;
}
.bio-grid {
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  align-content: center;
}
.bio-grid .bio-text {
  padding: 5%;
}
.bio-grid .bio-text h2 {
  text-align: left;
  margin-left: 0;
}
.bio-grid .bio-img img {
  display: block;
  margin-bottom: 0;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .bio-grid {
    align-items: top;
    align-content: top;
  }
  .bio-grid .bio-img {
    height: 100%;
    background: url(../../../assets/img/home-bio.jpg);
    background-size: cover;
    background-position: top center;
  }
  .bio-grid .bio-img img {
    display: none;
  }
}
@media (max-width: 1023px) {
  .bio-grid {
    display: block;
  }
  .bio-grid .bio-img {
    aspect-ratio: 0.9032258065;
  }
}
@media (min-width: 1024px) {
  .bio-grid {
    display: grid;
  }
}
@media screen and (max-width: 1024px) {
  .bio-grid {
    grid-template-columns: 100%;
  }
  .bio-grid .bio-text {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 3%;
    padding-right: 3%;
  }
  .bio-grid .bio-img {
    background: none;
  }
  .bio-grid .bio-img img {
    display: block;
  }
}
@media screen and (min-width: 1366px) {
  .shows {
    background: url(../../../assets/img/dates.jpg) center top;
    background-size: cover;
    display: block;
  }
}
@media screen and (max-width: 1365px) {
  .shows {
    background: url(../../../assets/img/mobile/dates-mob.jpg) no-repeat #000;
    background-size: contain;
  }
}
.shows-feed {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}
/*--- TOUR ---*/
.bit-widget .bit-lineUp {
  color: #fff !important;
}
.bit-widget {
  text-transform: lowercase !important;
}
.bit-widget .bit-nav-bar-container {
  padding: 0;
}
.bit-widget .bit-top-track-button {
  padding-top: 0px !important;
  padding-bottom: 10px !important;
}
.bit-lineUp-with, .bit-widget .bit-event .bit-lineUp-container .bit-lineUp {
  font-family: 'EB Garamond';
  font-size: 14px !important;
  line-height: 1.2em;
}
.bit-widget-container {
  margin-top: 0px !important;
  font-size: 15px;
}
.bit-track-button {
  display: none !important;
}
.bit-events {
  color: #000 !important;
}
.bit-top-track-button {
  color: #fff;
  margin: 0 auto;
  display: block;
  text-transform: lowercase !important;
  font-family: 'EB Garamond';
  padding-bottom: 30px !important;
  text-align: center;
  font-size: 18px;
}
.bit-top-track-button a {
  color: #fff !important;
}
a.bit-top-track-button {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.bit-nav-bar {
  font-family: 'EB Garamond';
  text-transform: lowercase !important;
  padding-bottom: 30px;
  font-size: 16px;
}
.bit-nav-bar a, .bit-nav-bar span {
  color: #fff !important;
}
.bit-nav-bar a:hover, .bit-nav-bar span a:hover {
  color: #fff !important;
}
.bit-venue, .bit-venue a {
  font-weight: bold !important;
  color: #fff !important;
}
.bit-widget {
  padding-top: 20px;
}
.bit-widget .bit-venue {
  color: #fff !important;
}
.bit-widget .bit-venue, .bit-widget .bit-location {
  padding-top: 10px !important;
}
.bit-event {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left !important;
  font-size: 18px;
}
.bit-details {
  padding-top: 15px;
  padding-bottom: 10px;
}
.bit-widget .bit-event {
  border-bottom: 1px solid #fff;
  border-top: 0 !important;
}
.bit-widget .bit-event:last-child {
  border-bottom: 0 !important;
}
.bit-widget .bit-event:last-child {
  border-top: 0 !important;
  border-bottom: 0 !important;
}
.bit-upcoming-events, .bit-past-events {
  font-family: 'EB Garamond' !important;
  text-transform: lowercase !important;
}
.bit-widget .bit-upcoming-events, bit-past-events {
  border-bottom: 0 !important;
}
.bit-upcoming-events a, .bit-past-events a {
  color: #000;
}
.bit-date {
  font-size: 30px;
  color: #fff;
  padding-bottom: 5px;
  display: block;
  margin-right: 18px;
}
.bit-date, .bit-button {
  font-family: 'EB Garamond';
  text-transform: lowercase !important;
}
.bit-upcoming-events-show-all-button {
  font-size: 18px;
  background: none !important;
  font-weight: bold;
  color: #fff !important;
  border: 2px solid #fff !important;
}
.bit-widget .bit-offers {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.bit-offers-text {
  font-size: 18px !important;
  text-transform: lowercase !important;
}
.bit-button:hover {
  color: #fff !important;
  background: #a00405 !important;
  border: 2px solid #a00405 !important;
}
.bit-widget .bit-event .bit-event-buttons {
  margin-top: 0 !important;
}
.bit-widget .bit-event-list-title, .bit-widget .bit-top-track-button {
  font-size: 18px;
}
.bit-event:hover {
  background: rgba(0, 0, 0, 0.1) !important;
}
.bit-widget .bit-no-dates-container .bit-track-button {
  display: none;
}
.bit-widget .bit-no-dates-container .bit-no-dates-title {
  font-family: 'EB Garamond';
  font-size: 18px;
}
@media screen and (max-width: 800px) {
  .bit-date {
    padding-bottom: 10px;
    font-size: 24px !important;
  }
}
.bit-widget.bit-layout-desktop .bit-details {
  display: flex !important;
  align-items: center;
}
.bit-widget.bit-layout-desktop .bit-location {
  margin-left: 0 !important;
  text-align: left !important;
  font-weight: bold;
}
.bit-past-events .bit-event .bit-date {
  width: 200px;
}
.bit-past-events-show-all-button {
  font-family: 'EB Garamond';
  font-size: 18px;
  max-width: 300px;
  margin: 10px auto !important;
  display: block !important;
  border: 2px solid #fff;
  color: #fff;
}
.bit-widget.bit-layout-desktop .bit-details, .bit-widget.bit-layout-desktop .bit-details > div {
  display: block !important;
}
.bit-past-events .bit-event .bit-rsvp-container {
  padding-top: 10px !important;
}
.bit-nav-bar {
  display: none !important;
}
.bit-offers svg {
  display: none !important;
}
@media screen and (max-width: 800px) {
  .bit-date {
    padding-bottom: 0 !important;
  }
}
.bit-upcoming-events-show-all-button {
  font-family: 'EB Garamond' !important;
  font-weight: 700 !important;
  max-width: 300px !important;
  display: block !important;
  margin: 5px auto !important;
  border: 2px solid #fff !important;
  font-size: 20px !important;
}
.bit-upcoming-events-show-all-button:hover {
  background: #fff !important;
  color: #fff !important;
}
@media screen and (max-width: 800px) {
  .bit-widget {
    padding-top: 10px;
  }
  .bit-details {
    padding-top: 20px !important;
    padding-bottom: 10px !important;
  }
}
@media screen and (max-width: 600px) {
  .bit-date {
    padding-top: 10px !important;
  }
  .bit-widget .bit-event {
    padding-top: 40px !important;
  }
}
@media screen and (max-width: 1140px) {
  .bit-location-under-desktop {
    display: none !important;
  }
  .bit-location-under-mobile {
    display: block !important;
    margin: 0 auto 0 !important;
  }
}
/*--- TOUR ---*/
.bit-widget .bit-nav-bar-container {
  padding: 0;
}
.bit-widget .bit-top-track-button {
  padding-top: 0px !important;
  padding-bottom: 10px !important;
}
.bit-lineUp-with, .bit-widget .bit-event .bit-lineUp-container .bit-lineUp {
  font-family: 'EB Garamond';
  font-size: 14px !important;
  line-height: 1.2em;
}
.bit-widget-container {
  margin-top: 0px !important;
  font-size: 15px;
}
.bit-track-button {
  display: none !important;
}
.bit-events {
  color: #000 !important;
}
.bit-top-track-button {
  color: #fff;
  margin: 0 auto;
  display: block;
  text-transform: lowercase !important;
  font-family: 'EB Garamond';
  padding-bottom: 30px !important;
  text-align: center;
  font-size: 18px;
}
.bit-top-track-button a {
  color: #fff !important;
}
a.bit-top-track-button {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.bit-nav-bar {
  font-family: 'EB Garamond';
  text-transform: lowercase !important;
  padding-bottom: 30px;
  font-size: 16px;
}
.bit-nav-bar a, .bit-nav-bar span {
  color: #fff !important;
}
.bit-nav-bar a:hover, .bit-nav-bar span a:hover {
  color: #fff !important;
}
.bit-venue, .bit-venue a {
  font-weight: bold !important;
  color: #fff !important;
}
.bit-widget {
  padding-top: 20px;
}
.bit-widget .bit-venue {
  color: #fff !important;
}
.bit-widget .bit-venue, .bit-widget .bit-location {
  padding-top: 10px !important;
}
.bit-event {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left !important;
  font-size: 18px;
}
.bit-details {
  padding-top: 15px;
  padding-bottom: 10px;
}
.bit-widget .bit-event {
  border-bottom: 1px solid #fff;
  border-top: 0 !important;
}
.bit-widget .bit-event:last-child {
  border-bottom: 0 !important;
}
.bit-widget .bit-event:last-child {
  border-top: 0 !important;
  border-bottom: 0 !important;
}
.bit-upcoming-events, .bit-past-events {
  font-family: 'EB Garamond' !important;
  text-transform: lowercase !important;
}
.bit-widget .bit-upcoming-events, bit-past-events {
  border-bottom: 0 !important;
}
.bit-upcoming-events a, .bit-past-events a {
  color: #fff;
}
.bit-date {
  font-size: 30px;
  color: #fff;
  padding-bottom: 5px;
  display: block;
  margin-right: 18px;
}
.bit-date, .bit-button {
  font-family: 'EB Garamond';
  text-transform: lowercase !important;
}
.bit-button {
  font-size: 18px;
  background: none !important;
  font-weight: bold;
  color: #fff !important;
  border: 2px solid #fff !important;
}
.bit-button:hover {
  color: #fff !important;
  background: #a00405 !important;
  border: 2px solid #a00405 !important;
}
.bit-widget .bit-event .bit-event-buttons {
  margin-top: 0 !important;
}
.bit-widget .bit-event-list-title, .bit-widget .bit-top-track-button {
  font-size: 18px;
}
.bit-event:hover {
  background: rgba(0, 0, 0, 0.1) !important;
}
.bit-widget .bit-no-dates-container .bit-track-button {
  display: none;
}
.bit-widget .bit-no-dates-container .bit-no-dates-title {
  font-family: 'EB Garamond';
  font-size: 18px;
}
@media screen and (max-width: 800px) {
  .bit-date {
    padding-bottom: 10px;
    font-size: 24px !important;
  }
}
.bit-widget.bit-layout-desktop .bit-details {
  display: flex !important;
  align-items: center;
}
.bit-widget.bit-layout-desktop .bit-location {
  margin-left: 0 !important;
  text-align: left !important;
  font-weight: bold;
}
.bit-past-events .bit-event .bit-date {
  width: 200px;
}
.bit-past-events-show-all-button {
  font-family: 'EB Garamond';
  font-size: 18px;
  max-width: 300px;
  margin: 10px auto !important;
  display: block !important;
  border: 2px solid #c1e6bb;
  color: #c1e6bb;
}
.bit-widget.bit-layout-desktop .bit-details, .bit-widget.bit-layout-desktop .bit-details > div {
  display: block !important;
}
.bit-past-events .bit-event .bit-rsvp-container {
  padding-top: 10px !important;
}
.bit-nav-bar {
  display: none !important;
}
/* @media screen and (min-width: 1280.1px) {
    .bit-widget.bit-layout-desktop .bit-event { padding: 10px 0 25px 0 !important; }
    .bit-location-under-desktop { font-size: 22px; font-weight: 700; }
    .bit-lineUp-container { padding-top: 10px; }
    .bit-location-under-desktop { padding-top: 20px; }
    .bit-location-under-tablet { display: none !important; }
} */
@media screen and (max-width: 800px) {
  .bit-date {
    padding-bottom: 0 !important;
  }
}
.bit-upcoming-events-show-all-button {
  font-family: 'EB Garamond' !important;
  font-weight: 700 !important;
  max-width: 300px !important;
  display: block !important;
  margin: 5px auto !important;
  border: 2px solid #000 !important;
  font-size: 20px !important;
}
.bit-upcoming-events-show-all-button:hover {
  background: #000 !important;
  color: #0b0e11 !important;
}
@media screen and (max-width: 800px) {
  .bit-widget {
    padding-top: 10px;
  }
  .bit-details {
    padding-top: 20px !important;
    padding-bottom: 10px !important;
  }
}
@media screen and (max-width: 600px) {
  .bit-date {
    padding-top: 10px !important;
  }
  .bit-widget .bit-event {
    padding-top: 40px !important;
  }
}
.pslug_home .bit-widget.bit-layout-desktop .bit-titleWrapper .bit-venue {
  width: auto !important;
}
.pslug_home .bit-widget.bit-layout-desktop .bit-location {
  padding-left: 0;
  font-size: 22px;
  margin-top: 10px !important;
  font-weight: 700;
}
.pslug_home .bit-widget.bit-layout-desktop .bit-event {
  padding: 20px 10px 30px !important;
}
.pslug_home .bit-widget .bit-event .bit-lineUp-container {
  margin-top: 8px !important;
}
.pslug_home .bit-offers {
  font-size: 22px !important;
  /* padding-top: 10px !important;
        padding-bottom: 10px !important; */
}
.pslug_home .bit-location-under-mobile {
  text-align: center !important;
  display: block;
  margin: 0 auto 20px;
  font-size: 22px;
}
@media screen and (max-width: 801px) {
  .pslug_home .bit-location-under-mobile {
    text-align: left !important;
    display: block;
    margin: 0 auto 20px;
    font-size: 22px;
  }
  .pslug_home .bit-widget.bit-layout-desktop .bit-event {
    text-align: left !important;
  }
  .pslug_home .bit-layout-ipad .bit-event, .pslug_home .bit-event {
    text-align: left !important;
    padding: 16px 10px 20px 10px !important;
  }
  .pslug_home .bit-location-under-tablet {
    text-align: left !important;
    font-size: 24px;
    padding-bottom: 5px;
  }
  .pslug_home .bit-mobile-date {
    font-size: 30px;
  }
}
@media screen and (min-width: 1024.1px) {
  .pslug_home .bit-location-under-mobile {
    text-align: left !important;
    display: block;
    margin: 0 auto 20px;
    font-size: 22px;
  }
  .pslug_home .bit-date {
    font-size: 30px !important;
  }
  .pslug_home .bit-location-under-tablet {
    font-size: 24px;
    text-align: left !important;
  }
  .pslug_home .bit-details .bit-location-under-desktop {
    display: none !important;
  }
  .pslug_home .bit-widget.bit-layout-desktop .bit-details, .pslug_home .bit-widget.bit-layout-desktop .bit-details > div.bit-location-under-desktop {
    display: none !important;
  }
  .pslug_home .bit-widget.bit-layout-desktop .bit-details, .pslug_home .bit-widget.bit-layout-desktop .bit-details > div.bit-date-wrapper {
    display: block !important;
  }
}
.pslug_home .bit-widget.bit-layout-ipad, .pslug_home .bit-widget.bit-layout-ipad .bit-venue {
  text-align: center !important;
  margin: 0 auto !important;
  display: block !important;
}
@media screen and (max-width: 1024px) {
  .pslug_home .bit-widget.bit-layout-desktop .bit-details .bit-location-under-desktop {
    display: none !important;
  }
  .pslug_home .bit-location-under-mobile, .pslug_home .bit-location-under-tablet {
    text-align: center !important;
  }
}
@media screen and (max-width: 800px) {
  .pslug_home .bit-widget .bit-event {
    text-align: center !important;
  }
}
.bit-play-my-city-button {
  display: none !important;
}
.videos {
  background: url(../../../assets/img/videos.jpg) center;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .videos {
    background: url(../../../assets/img/mobile/videos-mob.jpg) no-repeat #000;
    background-size: cover;
    min-height: 50vh;
  }
}
.blog.section {
  padding-top: 0;
  padding-bottom: 0;
  background: url(../../../assets/img/blog-bg.jpg) top left;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .blog.section {
    background-image: none;
    background: #000;
  }
}
@media (max-width: 1023px) {
  .blog.section .home-blog-grid {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (min-width: 1024px) {
  .blog.section .home-blog-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.blog.section .home-blog-grid {
  align-items: center;
  align-content: center;
}
.blog.section .home-blog-grid .home-blog-content {
  padding: 5%;
}
.blog.section .home-blog-grid .home-blog-content h2 {
  margin-bottom: 30px;
}
.blog.section .home-blog-grid .home-blog-img img {
  display: block;
  margin-bottom: 0;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .blog.section .home-blog-grid {
    align-items: top;
    align-content: top;
  }
  .blog.section .home-blog-grid .home-blog-img {
    height: 100%;
    background: url(../../../assets/img/blog.jpg);
    background-size: cover;
    background-position: top left;
  }
  .blog.section .home-blog-grid .home-blog-img img {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .blog.section .home-blog-grid .home-blog-content {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 3%;
    padding-right: 3%;
  }
  .blog.section .home-blog-grid .home-blog-img {
    background: none;
  }
  .blog.section .home-blog-grid .home-blog-img img {
    display: block;
  }
}
.blog.section .blog-grid {
  display: grid;
  grid-template-columns: 100%;
  align-content: top;
  align-items: top;
  grid-gap: 30px;
}
@media screen and (max-width: 980px) {
  .blog.section .blog-grid .blog-grid {
    display: grid;
    grid-template-columns: 100%;
    align-content: top;
    align-items: top;
    justify-content: center;
    grid-gap: 20px;
    text-align: center;
  }
}
.blog.section .blog-grid .blog-grid-item {
  display: grid;
  grid-template-columns: 25% 75%;
  align-content: top;
  align-items: top;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  .blog.section .blog-grid .blog-grid-item {
    grid-template-columns: 100%;
  }
}
.blog.section .blog-grid .blog-item-img img {
  width: 100%;
  height: auto;
}
.blog.section .blog-grid .blog-item-text-title {
  color: #a00405;
  text-transform: lowercase;
  font-size: 30px;
  padding-bottom: 20px;
  font-weight: 700;
}
.blog.section .blog-grid .blog-item-text {
  padding-left: 30px;
}
@media screen and (max-width: 800px) {
  .blog.section .blog-grid .blog-item-text {
    padding-left: 0;
    padding-top: 20px;
  }
}
.blog.section .blog-grid .blog-item-text .read-more {
  display: table;
  margin-top: 30px;
}
.blog.section .blog-grid .blog-grid .blog-grid-item {
  padding-bottom: 20px;
}
.blog.section .blog-grid .blog-grid .blog-grid-item img {
  max-width: 100%;
  height: auto;
}
.section.contact {
  display: flex;
  align-items: center;
}
.section.contact > div {
  width: 100%;
}
.contact {
  background: url(../../../assets/img/contact.jpg) center top;
  background-size: cover;
  min-height: 90vh;
}
@media screen and (max-width: 1024px) {
  .contact {
    background: url(../../../assets/img/mobile/contact-mob.jpg) no-repeat #000;
    background-size: contain;
    min-height: 65vh;
  }
}
.contact a {
  font-weight: 700;
  color: #fff;
  padding: 3px;
}
.contact a:hover {
  background: #a00405;
  color: #fff;
}
.section.press {
  display: flex;
  align-items: center;
}
.section.press > div {
  width: 100%;
}
.press {
  background: url(../../../assets/img/press-bg.jpg) center top;
  background-size: cover;
  min-height: 90vh;
}
@media screen and (max-width: 1024px) {
  .press {
    background: url(../../../assets/img/press-bg-mob.jpg) no-repeat #000;
    background-size: contain;
    min-height: 65vh;
  }
}
/*--- RESPONSIVE MENU ---*/
#responsive-menu-pro-wrapper {
  position: relative;
  top: 50%;
  text-transform: lowercase;
  transform: translateY(-50%);
  margin: 0 auto !important;
  display: block;
  max-width: 250px;
}
#responsive-menu-pro-container {
  background-position: center top !important;
}
#responsive-menu-pro-additional-content {
  padding-top: 10px;
}
#responsive-menu-pro-additional-content a {
  margin-left: 5px;
  margin-right: 5px;
  color: #fff;
  font-size: 18px;
}
#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a .responsive-menu-pro-subarrow {
  font-size: 12px;
}
/*--- BLOG ARCHIVE ---*/
.pslug_blog {
  border-bottom: 1px solid #a00405;
  /*.b-post:last-child { border-bottom: 0 !important; margin-bottom: 0; }*/
}
.pslug_blog .page-bg {
  display: block;
  position: fixed;
  z-index: -1;
  height: 100vh;
  width: 100vw;
  background: url(../../../assets/img/blog-pg.jpg);
  background-size: cover;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .pslug_blog .page-bg {
    background: url(../../../assets/img/mobile/blog-pg-mob.jpg) no-repeat #000;
    background-size: cover;
  }
}
.pslug_blog h1 {
  text-align: center;
  margin: 0 auto 20px;
}
.pslug_blog .b-post {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 20px;
}
.pslug_blog .bp-title {
  display: block;
  text-align: left;
  text-transform: lowercase;
  margin-top: -0.15em;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  font-family: "EB Garamond";
  color: #a00405;
}
.pslug_blog .bp-text {
  text-align: justify;
}
.pslug_blog .blog-posts {
  width: 100%;
  margin: 0 auto 50px;
}
.pslug_blog .b-post {
  padding: 1% 2%;
}
.pslug_blog .b-post img {
  width: 100%;
}
.pslug_blog .b-post h6 {
  background: none;
  color: #fff;
  padding: 0;
  margin: 0;
  text-align: left;
  font-size: 15px;
  margin-bottom: 20px;
}
.pslug_blog .bp-body {
  padding-left: 2%;
}
.pslug_blog .b-post {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #a00405;
}
.pslug_blog .b-post a {
  color: #a00405;
}
.pslug_blog .b-post a:hover {
  color: #fff;
}
.pslug_blog .b-post, .pslug_blog .bp-body {
  color: #fff;
}
.pslug_blog .bp-rm {
  display: table !important;
  margin-left: 0;
  margin-top: 30px;
  width: auto;
  font-family: 'EB Garamond';
  padding: 10px;
  padding-bottom: 15px;
  text-transform: lowercase;
  font-weight: 700;
  background: #a00405;
  text-align: center;
  color: #000 !important;
  font-size: 22px;
  text-align: center;
}
.pslug_blog .bp-rm:hover {
  background: #a00405;
  color: #fff !important;
}
@media screen and (max-width: 800px) {
  .pslug_blog .b-post {
    display: grid;
    grid-template-columns: 1fr;
  }
  .pslug_blog .bp-img, .pslug_blog bp-body {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  .pslug_blog .bp-img {
    margin-bottom: 20px;
  }
}
.pslug_blog .bp-nav {
  padding-bottom: 50px;
}
.pslug_blog .prev {
  float: left;
}
.pslug_blog .next {
  float: right;
}
.pslug_blog .read-more {
  display: none;
}
.pslug_blog .blog-post-archive {
  width: 100%;
  max-width: 980px;
  margin: 150px auto 30px;
  display: block;
}
.single-blog-post a {
  color: #000 !important;
  padding: 3px;
  background: #a00405 !important;
  margin-left: 3px;
  margin-right: 3px;
  font-weight: 700;
}
.single-blog-post a:hover {
  color: #fff !important;
}
.body-ptp-post .page-content, .single-post .page-content {
  padding-left: 2%;
  padding-right: 2%;
}
.body-ptp-post .page-bg, .single-post .page-bg {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100vh;
  width: 100vw;
  background: url(../../../assets/img/blog-pg.jpg);
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .body-ptp-post .page-bg, .single-post .page-bg {
    background: url(../../../assets/img/mobile/blog-pg-mob.jpg) no-repeat #000;
    background-size: cover;
  }
}
.body-ptp-post .blog-title, .single-post .blog-title {
  font-size: 40px;
  text-align: center;
  letter-spacing: 0px;
  text-transform: lowercase;
}
.body-ptp-post .blog-date, .single-post .blog-date {
  padding-bottom: 30px;
  text-align: center;
  letter-spacing: 0px;
  text-transform: lowercase;
  margin-bottom: 0;
}
.body-ptp-post .single-blog-post, .single-post .single-blog-post {
  width: 100%;
  max-width: 980px;
  margin: 150px auto 30px;
  display: block;
}
.body-ptp-post .single-blog-post a, .single-post .single-blog-post a {
  color: #a00405;
}
.body-ptp-post .single-blog-post a:hover, .single-post .single-blog-post a:hover {
  color: #fff;
}
.body-ptp-post .single-blog-post .more, .single-post .single-blog-post .more {
  color: #000 !important;
}
.body-ptp-post .single-blog-post h1, .body-ptp-post .single-blog-post h2, .single-post .single-blog-post h1, .single-post .single-blog-post h2 {
  text-align: center;
  display: table;
  margin: 0 auto;
}
.body-ptp-post .single-blog-post h6, .single-post .single-blog-post h6 {
  background: none;
  color: #fff;
  font-size: 15px;
}
.body-ptp-post blockquote, .single-post blockquote {
  font-style: italic;
  font-size: 1.3em;
  background: #a00405;
  opacity: 0.8;
  color: #fff;
  padding: 10px;
  width: 100%;
  margin-block-start: 0 !important;
  margin-inline-start: 0 !important;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.body-ptp-post img, .single-post img {
  width: 100%;
  height: auto;
}
/*--- PLAYER STYLES ---*/
@media (min-width: 800px) {
  .audioigniter-root {
    height: 100%;
    position: relative;
  }
  .audioigniter-root .ai-audioigniter {
    height: 100%;
  }
  .audioigniter-root .ai-audioigniter .ai-wrap {
    display: grid;
    grid-template-rows: auto 1fr;
    height: 100%;
  }
}
.ai-wrap .ai-btn {
  background: #0e0e0e;
  color: #fff !important;
}
.ai-wrap .ai-btn svg {
  fill: #fff !important;
}
.ai-wrap .ai-volume-bar {
  background: #0e0e0e;
  border-right: 1px solid #0e0e0e;
}
.ai-wrap .ai-scroll-wrap .ai-tracklist {
  margin-right: 0;
}
.ai-track-info, .ai-track-title, .ai-track-name {
  color: #fff;
}
.ai-wrap .ai-track:hover, .ai-wrap .ai-track.ai-track-active {
  background: #a00405;
}
.ai-wrap .ai-audio-control, .ai-wrap .ai-audio-control:hover, .ai-wrap .ai-audio-control:focus, .ai-wrap .ai-track-progress, .ai-wrap .ai-scroll-wrap > div:last-child div {
  background: #a00405 !important;
}
.ai-wrap .ai-volume-bar.ai-volume-bar-active::before {
  background: #a00405;
}
.ai-with-typography {
  font-family: 'EB Garamond';
}
.ai-track-info p {
  text-align: left !important;
  font-family: 'EB Garamond';
}
.ai-wrap {
  background: #0e0e0e;
}
.ai-wrap .ai-track {
  background: #0e0e0e;
}
.ai-wrap .ai-track-name {
  font-size: 18px;
}
.ai-with-typography .ai-track-title {
  font-size: 20px;
}
.ai-with-typography .ai-track-subtitle {
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .ai-wrap .ai-track-name {
    font-size: 14px;
  }
}
/*--- SLIDE OUT CART ---*/
.xoo-wsc-container {
  background: #000;
  padding-left: 5px;
  padding-right: 5px;
}
.xoo-wsc-product {
  border-bottom: 2px solid #a00405;
}
.xoo-wsc-header, .xoo-wsc-body, .xoo-wsc-footer {
  background: none;
  color: #fff;
}
.xoo-wsc-bki {
  font-size: 20px !important;
}
.xoo-wsc-basket {
  bottom: 10px !important;
}
.xoo-wsc-items-count {
  border-radius: 50%;
  position: absolute;
  top: -10px;
  font-size: 12px;
  width: 22px;
  height: 22px;
  line-height: 24px;
  text-align: center;
  overflow: hidden;
}
.xoo-wsc-items-count {
  left: -10px;
}
.xoo-wsc-content {
  position: relative;
  font-size: 14px;
  line-height: 1.5em;
  text-transform: lowercase;
  padding-right: 20px;
}
.xoo-wsc-content a {
  color: #fff;
  font-weight: bold;
}
.xoo-wsc-header {
  font-family: 'EB Garamond' !important;
  font-weight: 700;
  text-transform: lowercase;
}
.xoo-wsc-body, .xoo-wsc-body span.amount, .xoo-wsc-body a {
  text-transform: lowercase;
  font-family: 'EB Garamond';
}
.xoo-wsc-pname, .xoo-wsc-qty-price {
  color: #fff !important;
  font-family: 'EB Garamond';
  background: none;
}
.xoo-wsc-footer {
  padding-right: 20px;
  font-family: 'EB Garamond';
  text-transform: lowercase;
}
.xoo-wsc-footer a.button {
  font-size: 22px !important;
  margin: 0px auto !important;
  padding: 5px;
  text-transform: lowercase;
  background: #a00405;
  color: #000;
  width: 90% !important;
  font-weight: bold;
}
.xoo-wsc-footer a.button:hover {
  color: #fff !important;
  background: #a00405;
  cursor: pointer;
}
.xoo-wsc-footer {
  border-top: 2px solid #a00405;
}
.xoo-wsc-header {
  border-bottom: 2px solid #a00405;
}
.xoo-wsc-ctxt {
  text-align: center;
  font-size: 24px;
  letter-spacing: 8px;
  font-weight: 400;
  text-transform: lowercase;
  padding-bottom: 20px;
}
.xoo-wsc-footer-b {
  padding-bottom: 30px !important;
}
.xoo-wsc-modal.xoo-wsc-active .xoo-wsc-container {
  background: #35312c;
  color: #fff;
}
.xoo-wsc-basket {
  padding: 4px 10px !important;
  margin: 10px;
  z-index: 9999999;
  cursor: pointer;
  position: fixed;
  transition: 0.5s;
  height: 40px !important;
  width: 40px !important;
}
/*--- CART ---*/
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
  max-width: 300px;
  margin: 30px auto;
  display: block;
}
.checkout-button {
  display: table !important;
  margin: 0 auto !important;
}
.cart_totals {
  font-size: 22px;
  font-weight: 700;
}
.cart_totals .cart-subtotal th, .cart_totals .order-total th {
  text-align: left;
}
.cart_totals .shop_table tr {
  border-bottom: 1px solid #fff !important;
}
.cart_totals td {
  border-top: 0 !important;
  text-align: right;
}
.cart_totals bdi {
  text-align: right;
}
.woocommerce form .form-row {
  margin-bottom: 20px !important;
}
#woo_pp_ec_button_checkout {
  margin: 30px 0 !important;
  text-align: left;
}
.woocommerce-checkout #payment div.form-row {
  padding-top: 0;
  margin-top: -10px;
}
form.woocommerce-shipping-calculator {
  padding-top: 10px;
  margin-top: 10px;
  padding-bottom: 5px;
  font-family: 'EB Garamond';
}
/*.cart .page-content,
.checkout .page-content,
.single-product_page .page-content {
    padding-top: 150px; margin: 0 auto;
    padding-bottom: 50px;
    width: 80%; max-width: 1200px;
}*/
.cart h2, .checkout h2 {
  color: #fff;
}
.woocommerce table.shop_table {
  color: #fff;
}
#payment ul.payment_methods, #payment ul.payment_methods li {
  text-align: left !important;
}
.woocommerce-input-wrapper input, .woocommerce-input-wrapper select, .woocommerce-input-wrapper textarea, .shipping-calculator-form input {
  border: 2px solid #fff !important;
  padding: 1%;
  font-size: 18px;
  color: #fff;
  background: none;
  font-family: 'EB Garamond';
}
.select2-selection {
  background: none;
}
.select2-container .select2-selection--single, .select2-container {
  height: 36px !important;
  color: #fff;
  font-family: 'EB Garamond';
  background: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
  font-family: 'EB Garamond';
  font-size: 18px;
  border: 2px solid #fff;
  padding: 5px;
}
.select2-container--default .select2-selection--single {
  border: 0;
}
.select2-results__option[aria-selected], .select2-results__option[data-selected] {
  color: #000;
}
.woocommerce-input-wrapper input:focus, .woocommerce-input-wrapper select:focus, .woocommerce-input-wrapper textarea:focus, .shipping-calculator-form input:focus {
  border: 2px solid #fff;
  background: none;
}
.select2-results__option[aria-selected], .select2-results__option[data-selected] {
  color: #fff;
}
::-webkit-input-placeholder {
  color: #fff;
}
:-ms-input-placeholder {
  color: #fff;
}
::placeholder {
  color: #fff;
}
.shop_table th {
  font-family: 'EB Garamond' !important;
  color: #fff;
  text-transform: lowercase;
}
.woocommerce-checkout-review-order-table th {
  color: #fff !important;
}
.shop_table {
  font-family: 'EB Garamond';
}
td.product-name a {
  font-family: 'EB Garamond' !important;
  color: #fff;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: 177px;
  padding: 2%;
  height: 50px;
  border: 2px solid #fff;
  text-transform: lowercase;
}
.checkout-button {
  padding-top: 15px !important;
}
.woocommerce-info, .woocommerce-message {
  color: #fff !important;
  text-align: center;
  border: 2px solid #fff !important;
}
.woocommerce-info:before {
  content: "";
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: none !important;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  background: #fff !important;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  content: "";
  display: none !important;
  border: 2px solid #fff !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  position: absolute;
  top: -0.75em;
  left: 0;
  margin: -1em 0 0 2em;
}
.woocommerce ul#shipping_method li input, #add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
  width: auto !important;
  margin-right: 20px !important;
}
.wc_payment_method label {
  font-weight: bold;
}
.woocommerce-billing-fields input, .woocommerce-shipping-fields input {
  padding: 5px;
}
.woocommerce-billing-fields h3, .woocommerce-additional-fields h3 {
  margin-left: 0;
}
#order_signed_to_dedication {
  border: 2px solid #fff !important;
  color: #fff !important;
  padding: 2% !important;
  background: none !important;
  min-height: 150px !important;
}
.woocommerce-shipping-fields input[type="checkbox"] {
  width: auto;
  display: inline-block;
  position: relative;
  margin-right: 5px;
  vertical-align: middle;
}
.cart_totals td {
  padding-bottom: 20px !important;
}
.shop_table th {
  color: #fff;
}
.cart-subtotal th {
  padding-top: 4px !important;
}
p.woocommerce-shipping-destination {
  padding-bottom: 0 !important;
}
.shipping-calculator-button {
  margin-bottom: 10px !important;
  color: #fff;
  text-transform: lowercase;
  border: 2px solid #fff;
  padding: 10px;
}
.shipping-calculator-form {
  padding-top: 20px !important;
}
tr.shipping {
  padding-bottom: 20px !important;
}
.woocommerce .quantity .qty {
  width: 3.631em;
  text-align: center;
  border: 2px solid #fff;
  color: #fff;
  background: none;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center !important;
}
h3#order_review_heading {
  margin-top: 30px !important;
  font-size: 40px;
}
.woocommerce-checkout #payment div.payment_box {
  padding: 0;
  margin: 0;
}
th {
  text-transform: lowercase;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: none;
  display: table;
  margin: 20px auto;
}
.woocommerce-info, .woocommerce-message {
  background: none !important;
  color: #fff;
  border-top-color: transparent;
  border: 2px solid #fff !important;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 0 !important;
}
#order_review_heading {
  padding-top: 30px !important;
}
.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
  width: 50px !important;
}
.woocommerce table.shop_table {
  border: 0;
}
.woocommerce table.shop_table td {
  border-top: 1px solid #fff;
  padding-top: 15px;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
  border-top: 1px solid #fff;
}
.woocommerce form .form-row label {
  color: #fff;
}
.woocommerce h2, .woocommerce h3 {
  color: #000;
}
.woocommerce-billing-fields, .woocommerce-shipping-fields {
  font-size: 18px;
  text-align: left;
  font-family: 'EB Garamond';
  margin-bottom: 30px;
  text-transform: lowercase !important;
}
.woocommerce-shipping-fields {
  margin-bottom: 0 !important;
}
.checkout_coupon .form-row-first, .checkout_coupon .form-row-last {
  width: 189px !important;
  position: relative;
  top: -2.5px !important;
}
.woocommerce-additional-fields {
  text-align: left !important;
  text-transform: lowercase !important;
}
#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
  padding-bottom: 30px !important;
}
/*--- SHOP ARCHIVE ---*/
.sap-content {
  padding-bottom: 0px;
}
.shop-archive_page {
  /* @media screen and (min-width:1920.1px) {
        .page-content {
            padding-left: 10%;
            padding-right: 10%;
        }
    } */
  /* @media screen and (max-width:1920px) {
        .page-content {
            padding-left: 5%;
            padding-right: 5%;
        }
    } */
}
.shop-archive_page .wpc-custom-selected-terms {
  width: auto;
  clear: none;
  display: inline-flex;
  float: left;
  min-height: 69px;
  align-items: center;
}
.shop-archive_page .woocommerce-ordering {
  float: right;
  min-height: 69px;
  display: inline-flex;
  align-items: center;
}
.shop-archive_page .ordering-dropdown-wrap {
  display: flex;
  justify-content: space-between;
}
.shop-archive_page .page-content {
  padding-bottom: 50px;
}
.shop-archive_page .sap-wrapper {
  padding-left: 0%;
  padding-right: 0%;
}
@media (min-width: 980px) {
  .shop-archive_page .wpc-open-close-filters-button {
    display: none !important;
  }
}
@media (max-width: 979px) {
  .shop-archive_page .wpc-open-close-filters-button {
    display: block !important;
  }
}
@media (min-width: 980px) {
  .shop-archive_page .wpc-filters-widget-content {
    display: block !important;
  }
}
.shop-archive_page .wpc-filter-set-widget-title h2 {
  display: none;
}
.shop-archive_page .sap-wrapper {
  display: block;
}
.shop-archive_page .sap-wrapper .sap-sidebar {
  grid-column: 1;
  grid-row: 1;
}
@media (max-width: 979px) {
  .shop-archive_page .woocommerce-ordering, .shop-archive_page .woocommerce-result-count {
    text-align: center;
  }
  .shop-archive_page ul.products {
    padding: 0;
    width: 100vw;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
  }
  .shop-archive_page ul.products li {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .shop-archive_page ul.products li img {
    width: 100%;
    height: auto;
  }
  .shop-archive_page table.variations {
    margin: 0;
    text-transform: lowercase;
    font-weight: 700;
    padding-bottom: 2%;
  }
  .shop-archive_page table.variations select {
    margin-left: 10px;
  }
}
.shop-archive_page table.variations tr {
  display: grid;
}
.shop-archive_page .woocommerce-tabs .woocommerce-Tabs-panel {
  display: block !important;
}
.shop-archive_page .product .button {
  margin-top: 10px !important;
}
.shop-archive_page .woocommerce-tabs {
  display: none !important;
}
.shop-archive_page .woocommerce ul.products li.product .button {
  margin: 1em auto 0;
  width: 90% !important;
  padding-top: 15px;
  height: auto !important;
}
.shop-archive_page .woocommerce ul.products[class*=columns-] li.product, .shop-archive_page .woocommerce-page ul.products[class*=columns-] li.product {
  padding: 1%;
  text-align: center;
}
.shop-archive_page .woocommerce ul.products li.product .price {
  font-family: 'EB Garamond' !important;
  color: #fff;
  font-size: 18px;
}
.shop-archive_page figure.woocommerce-product-gallery__wrapper {
  margin-top: 0;
}
.shop-archive_page h2.woocommerce-loop-product__title {
  line-height: 1.2em;
  font-size: 22px;
  font-family: 'EB Garamond';
}
.shop-archive_page figure.woocommerce-product-gallery__wrapper > div:not(:nth-child(1)) {
  width: 100px !important;
  display: inline-block !important;
}
.shop-archive_page ul.products {
  padding: 0;
  width: 100%;
  /*max-width: 1200px;*/
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}
.shop-archive_page ul.products li {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 15px;
}
.shop-archive_page ul.products li img {
  width: 100%;
  height: auto;
}
@media (max-width: 1280px) {
  .shop-archive_page ul.products {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 980px) {
  .shop-archive_page ul.products {
    grid-template-columns: 90%;
    margin: 0 auto;
    display: block;
  }
  .shop-archive_page ul.products li {
    margin-bottom: 40px;
  }
}
.shop-archive_page .related {
  display: none !important;
}
/*--- STORE WIDE STYLES ---*/
.entry-summary {
  padding-left: 5%;
}
@media screen and (max-width: 1024px) {
  .entry-summary {
    padding-left: 0%;
  }
}
.body-ptp-product .product-name, .pslug_cart .product-name, .pslug_checkout .product-name, .shop-archive_page .product-name, .wc_product_archive .product-name, .wc_woocommerce_page .product-name {
  text-transform: lowercase;
}
.body-ptp-product .page-bg, .pslug_cart .page-bg, .pslug_checkout .page-bg, .shop-archive_page .page-bg, .wc_product_archive .page-bg, .wc_woocommerce_page .page-bg {
  display: block;
  position: fixed;
  z-index: -1;
  height: 100vh;
  width: 100vw;
  background: url(../../../assets/img/store.jpg) #000 !important;
  background-size: cover;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .body-ptp-product .page-bg, .pslug_cart .page-bg, .pslug_checkout .page-bg, .shop-archive_page .page-bg, .wc_product_archive .page-bg, .wc_woocommerce_page .page-bg {
    background: url(../../../assets/img/mobile/store-mob.jpg) no-repeat #000;
    background-size: cover;
  }
}
.body-ptp-product .page-content, .pslug_cart .page-content, .pslug_checkout .page-content, .shop-archive_page .page-content, .wc_product_archive .page-content, .wc_woocommerce_page .page-content {
  padding-bottom: 50px;
  width: 80%;
  max-width: 80%;
  margin: 0 auto;
}
.pslug_cart .page-content, .pslug_checkout .page-content, .wc_product_archive .page-content {
  padding-top: 150px;
}
@media screen and (max-width: 1024px) {
  .pslug_cart .page-content, .pslug_checkout .page-content, .wc_product_archive .page-content {
    padding-top: 50px;
  }
}
.woocommerce-ordering {
  display: none !important;
}
.product a {
  color: #fff;
}
.product .price {
  /*color: #fff !important;*/
  font-family: 'EB Garamond' !important;
  padding-bottom: 10px;
  /*  margin-top: -20px; */
  font-size: 15px;
  color: #fff;
}
.product h2 {
  font-size: 18px;
  color: #fff;
  font-family: 'EB Garamond';
}
p.price {
  font-family: 'EB Garamond' !important;
  /* color: #fff; */
}
h2.woocommerce-loop-product__title {
  padding: 10px;
  color: #000;
  margin-bottom: 0;
  font-family: 'EB Garamond';
}
.product-thumbnail a {
  border-bottom: 0 !important;
}
.woocommerce-breadcrumb {
  display: none !important;
}
.woocommerce {
  padding-bottom: 50px !important;
  padding-top: 20px;
}
.woocommerce a {
  color: #fff;
  font-weight: bold;
}
.woocommerce a:hover {
  color: #fff;
}
.woocommerce-notice, .woocommerce-info {
  color: #fff;
}
.button {
  font-family: 'EB Garamond' !important;
  background: #a00405 !important;
  color: #000 !important;
  border: 0 !important;
  text-transform: lowercase;
  letter-spacing: 2px;
  margin: 5px 0;
  height: 50px !important;
  display: block;
  font-size: 22px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  letter-spacing: 1px;
  position: relative;
  top: 0px;
  border-radius: 0 !important;
  text-align: center !important;
  font-weight: 700 !important;
}
.button:hover {
  color: #fff !important;
  background: #a00405 !important;
  cursor: pointer !important;
  border: 0 !important;
}
.wc-backward {
  height: 50px !important;
  line-height: 50px !important;
  padding: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
header.woocommerce-products-header {
  display: none;
}
.woocommerce-result-count {
  display: none;
}
.woocommerce-ordering {
  text-align: right;
}
.woocommerce-product-gallery__wrapper {
  text-align: center;
}
.single-product-holder > .product .summary h1.product_title {
  font-size: 24px !important;
  margin-left: 0;
  margin-top: 0px;
}
.single-product_page .summary ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.single-product_page .summary ul li {
  padding: 0;
  margin: 0;
}
.single-product_page .summary ul li:before {
  content: "• ";
}
.single-product_page .summary .qty {
  width: 50px;
  display: inline;
  border: 1px solid #fff;
  background: none;
  color: #fff;
  margin-top: 20px;
  padding: 10px;
}
.single-product-holder > .product .summary button[type="submit"] {
  margin: 0 !important;
  margin-top: 10px !important;
}
.wc_payment_method label {
  color: #fff;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  color: #fff;
  background: none !important;
}
.woocommerce-privacy-policy-text {
  font-size: 14px;
  text-align: left;
  color: #fff;
}
figure.woocommerce-product-gallery__wrapper > div:not(:first-child) {
  /* display: none; */
  display: inline-block;
  margin: 0 1% 0 0;
}
.related .button {
  display: none;
}
.related .price {
  text-align: center;
}
.related ul.products li {
  display: inline-block;
  text-align: center;
}
li.related {
  text-align: center;
}
.related .woocommerce-Price-amount {
  text-align: center;
}
.single-product-holder .woocommerce-product-gallery__wrapper {
  margin-left: 0;
}
.single-product-holder > .product .product_meta, .single-product-holder > .product .woocommerce-tabs {
  display: none;
}
.single-product-holder > .product .summary {
  text-align: left;
}
.single-product-holder > .product .summary h1.product_title {
  text-transform: lowercase;
  text-align: left;
}
.single-product-holder > .product .summary h3 {
  font-size: 22px;
}
.single-product-holder > .product .summary table.variations {
  margin: 0;
  text-transform: lowercase;
  font-weight: 700;
  padding-bottom: 2%;
}
.single-product-holder > .product .summary table.variations select {
  margin-left: 10px;
}
.single-product-holder > .product .summary .reset_variations {
  position: absolute;
  margin-left: 20px;
}
.single-product-holder > .product .summary button[type="submit"] {
  margin: 3% auto 0 auto;
}
.single-product-holder > .product {
  display: grid;
}
.single-product-holder > .product .woocommerce-product-gallery__wrapper img {
  width: 100%;
  height: auto;
}
@media (min-width: 980px) {
  .single-product_page {
    width: 80%;
    max-width: 1200px;
    padding-top: 150px;
    margin: 0 auto;
  }
  .single-product_page .single-product-holder > .product {
    grid-template-columns: 50% 50%;
  }
  .single-product_page h3 {
    font-size: 22px;
  }
}
.single-product_page .product hr {
  display: none !important;
}
.single-product_page .summary {
  text-align: left;
  color: #fff;
}
.single-product_page .woocommerce-tabs, .single-product_page .related {
  grid-column: 1 / -1;
}
.single-product_page .related {
  display: none !important;
}
.single-product_page .related .products {
  display: flex;
  flex: 300px 1 1;
  grid-gap: 2%;
  justify-content: center;
  flex-wrap: wrap;
}
.single-product_page .sap-wrapper {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 20px;
}
.related h2 {
  font-family: 'EB Garamond';
  font-size: 40px;
}
.related .product h2 {
  font-family: 'EB Garamond';
  font-size: 18px;
}
.related .product img {
  display: block;
  margin: 0 auto 20px;
}
/*--- ORDER CONFIRMATION ---*/
.download-file .button {
  height: auto !important;
}
.cart h2, .checkout h2 {
  color: #fff;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
  border-top: 0 !important;
}
.woocommerce-order {
  max-width: 1200px;
  margin: 0 auto;
}
.woocommerce-column {
  color: #fff;
  text-align: center;
}
.woocommerce-thankyou-order-received {
  text-align: center;
}
.woocommerce ul.order_details {
  text-align: center;
  padding-bottom: 30px;
  padding-top: 30px;
}
.woocommerce ul.order_details li {
  color: #fff;
  border-right: 0 !important;
  display: inline-block;
  padding-bottom: 30px !important;
  float: none;
}
.shop_table order_details {
  margin-bottom: 30px;
}
.woocommerce-customer-details {
  padding-top: 30px;
}
.woocommerce .woocommerce-customer-details address {
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .woocommerce ul.order_details li {
    display: block;
    float: none;
    padding-bottom: 10px;
    text-align: center;
  }
}
/*--- STORE ---*/
.single-product-holder .onsale, .shop-archive_page .onsale {
  display: none !important;
}
.woocommerce-product-gallery__trigger {
  display: none !important;
}
.back_to_merch_link {
  display: table;
  margin: 30px auto 0;
  padding: 10px;
  background: #a00405;
  color: #000;
  font-family: 'EB Garamond';
  font-weight: 700;
  text-transform: lowercase;
}
.back_to_merch_link:hover {
  color: #fff !important;
  background: #a00405 !important;
  font-family: 'EB Garamond';
}
/*--- COUPON CODE ---*/
.woocommerce form.checkout_coupon {
  text-align: center;
}
.coupon .button {
  top: 2px;
  margin-left: 2px;
}
input#coupon_code {
  width: 200px !important;
  border: 2px solid #fff;
  background: none;
  height: 50px;
  color: #fff;
  text-align: center;
  font-family: 'EB Garamond';
}
form.checkout_coupon {
  background: none;
  color: #fff;
  text-align: center;
  display: block;
  margin: 0 auto;
}
form.checkout_coupon .button {
  background: #a00405 !important;
  color: #000 !important;
  top: 2px;
}
.checkout_coupon .form-row-first, .checkout_coupon .form-row-last {
  font-size: 15px;
  width: 210px !important;
  float: none !important;
  display: inline-block;
}
.checkout_coupon .form-row-first {
  top: -2px !important;
  position: relative !important;
  margin-right: -10px !important;
}
.checkout_coupon ::-webkit-input-placeholder {
  color: #fff;
}
.checkout_coupon :-ms-input-placeholder {
  color: #fff;
}
.checkout_coupon ::placeholder {
  color: #fff;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: 2px solid #fff;
  border-radius: 0;
}
/*--- VIDEOS ---*/
/* .yotu-pagination-top { display: none !important; } */
.yotu-button-prs {
  border: 0 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  text-transform: lowercase !important;
  padding-top: 5px;
  padding-bottom: 5px;
}
.yotu-mode-carousel {
  padding-bottom: 30px !important;
}
/*# sourceMappingURL=customstyles.css.map */