a, a:hover, input, input:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-family: 'caviar dreams';
}
/*--- FONT EMBEDDING ---*/
@font-face {
  font-family: 'caviar dreams';
  src: url('../../../assets/fonts/caviardreams-webfont.woff2') format('woff2'), url('../../../assets/fonts/caviardreams-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.reveal-inplace {
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.reveal-inplace.visible {
  opacity: 1;
}
/* ----------------------------------------------
 * Generated by Animista on 2021-6-3 22:44:45
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.slide-from-bottom .footer-inner {
  animation-delay: 0;
  animation-direction: normal;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.slide-from-bottom.visible .footer-inner {
  animation-name: slide-in-bottom;
}
* {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
a {
  text-decoration: none;
}
body {
  font-family: 'raleway';
  font-size: 18px;
  line-height: 1.8em;
  color: #edd9b1;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.2em;
  color: #edd9b1;
  text-align: center;
  text-transform: uppercase;
}
h1, h2 {
  text-transform: uppercase;
  font-size: 40px;
}
h3 {
  font-size: 24px;
}
.page-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-content .page-inner-content {
  width: 100%;
}
#header {
  padding-left: 1%;
  padding-right: 1%;
  padding-top: 10px;
  padding-bottom: 20px;
  position: fixed;
  height: 150px;
  top: 0;
  left: 0;
  font-family: 'caviar dreams';
  width: 100%;
  z-index: 99;
}
@media screen and (max-width: 1399px) {
  #header {
    height: 100px;
  }
}
#header .header-underlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}
#header .logo {
  height: auto;
}
#header .logo img {
  width: 100%;
  height: auto;
}
ul.dropdown li a:last-child {
  padding-right: 0 !important;
  margin-right: 0 !important;
}
@media screen and (min-width: 2200px) {
  #home-header {
    margin-top: -80px;
    margin-bottom: 80px !important;
  }
}
@media screen and (min-width: 1920px) {
  #home-header {
    margin-top: -50px;
    margin-bottom: 50px !important;
  }
}
@media screen and (min-width: 1400px) {
  #header .logo {
    max-width: 300px;
    height: auto;
  }
}
@media screen and (max-width: 1399px) {
  .menu {
    font-size: 15px;
  }
  #header .logo {
    max-width: 220px;
    height: auto;
  }
}
/*
 @media screen and (min-width: 980px) and (max-width: 1200px) {
 .responsive-menu-pro-box { top: 15px !important; }
 }*/
#home-header {
  margin-bottom: -15px;
}
#home-header img {
  margin-bottom: -50px !important;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 55px;
  padding-left: 1%;
  padding-right: 0%;
}
.header-inner a {
  color: #edd9b1;
  text-transform: uppercase;
}
#release .release {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  #release .release {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media screen and (max-width: 980px) {
  #release .release {
    padding-left: 10%;
    padding-right: 10%;
    max-width: 600px;
  }
  #release .release iframe {
    height: 80px !important;
    margin-bottom: 30px;
  }
}
#header, #footer {
  COLOR: #edd9b1;
}
#release {
  /*background: url(../../../assets/img/2024/bg.jpg) center no-repeat;*/
  background-size: cover;
  min-height: 80vh;
  padding-top: 100px;
  z-index: 5;
  margin-top: -75vh;
  position: relative;
  padding-bottom: 0px;
  width: 100%;
  background-attachment: scroll;
  display: flex;
  justify-content: center;
  align-items: center;
}
#release .release-content {
  width: 90%;
}
@media screen and (max-width: 980px) {
  #release {
    margin-top: -25vh;
  }
}
#footer {
  text-align: center;
  line-height: 1.5em;
  background: url(../../../assets/img/2024/footer3.png) top right;
  background-size: cover;
  min-height: 95vh;
  padding-top: 100px;
  font-size: 14px;
  padding-bottom: 50px;
  position: relative;
  margin-top: 0px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.footer-inner {
  max-width: 980px;
  margin: 0 auto;
  display: block;
}
#footer .sub-form {
  padding-top: 10px;
  padding-bottom: 30px;
}
#footer i {
  font-size: 20px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 20px;
}
#footer h2 {
  font-size: 40px;
}
#footer h3 {
  font-size: 24px;
}
#footer .sub-form input {
  height: 50px;
  font-size: 20px;
}
#footer .sub-form .email {
  background: none;
  color: #edd9b1;
  border: 1px solid #edd9b1;
  width: 200px;
  text-align: center;
}
#footer .sub-form .submit {
  position: relative;
  top: 2px;
  background: #edd9b1;
  border: 0;
  color: #7c1019;
  text-align: center;
  width: 150px;
  font-size: 24px;
}
#footer .sub-form ::-webkit-input-placeholder {
  color: #edd9b1;
}
#footer .sub-form ::-moz-placeholder {
  color: #edd9b1;
}
#footer .sub-form :-ms-input-placeholder {
  color: #edd9b1;
}
#footer .sub-form :-moz-placeholder {
  color: #edd9b1;
}
#footer a {
  color: #edd9b1;
}
#footer a:hover {
  color: #fff;
}
@media screen and (max-width: 1200px) {
  #footer {
    padding-left: 0;
    padding-right: 0;
  }
  .footer-inner {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
  #footer .sub-form .email, #footer .sub-form .submit {
    display: block;
    margin: 0 auto 5px;
    width: 100%;
  }
  #footer h2 {
    font-size: 30px;
  }
  #footer h3 {
    font-size: 20px;
    /*  #release {
     background: url(../../../assets/img/music.jpg) center right no-repeat;
     background-size: cover !important;
     min-height: 60vh;
     width: 100%;
     background-attachment: fixed !important;
     } */
  }
}
/**
 * Menu specific generic styles
 **/
@media (max-width: 1200px) {
  .menu {
    display: none !important;
  }
}
@media (min-width: 1201px) {
  .resp-menu {
    display: none !important;
  }
}
/******************************************/
.site-wrapper {
  display: grid;
  grid-template-columns: 100%;
  position: relative;
}
html, body, .site-wrapper {
  min-height: 100vh;
}
/*--- HOMEPAGE ---*/
.desktop {
  display: block;
}
.mob {
  display: none;
}
.desktop, .mob {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .mob {
    display: block;
  }
  .desktop {
    display: none;
  }
}
/*--- SUBPAGES ---*/
body {
  background: url(../../../assets/img/2024/bg.jpg) #000 center no-repeat;
  background-size: cover;
  width: 100%;
  background-attachment: scroll;
}
@media screen and (max-width: 980px) {
  body {
    background: #000;
  }
  #release {
    background: none !important;
  }
  #mob-bg {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background: url(../../../assets/img/2024/bg.jpg) #000 center no-repeat;
    background-size: cover;
    background-attachment: scroll;
    height: 100vh;
    width: 100%;
    z-index: -2222;
  }
}
.page-content {
  padding-top: 150px;
  min-height: 50vh;
  max-width: 1200px;
  margin: 0 auto 0px;
}
.page-content a {
  color: #fff;
}
.page-content a:hover {
  color: #edd9b1;
}
@media screen and (max-width: 980px) {
  .page-content {
    padding-top: 150px;
    min-height: 30vh;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    margin: 0 auto 150px;
  }
}
/*--- MUSIC ---*/
.release {
  width: 100%;
}
.release h2, .release h3, .release h4 {
  padding: 0;
  color: #edd9b1;
  margin-top: 0;
  text-transform: uppercase;
  text-align: center;
}
.release h2 {
  margin-bottom: 0;
}
.release h3 {
  margin-bottom: 0;
}
.release h4 {
  padding-top: 20px;
}
.artwork {
  width: 380px;
  float: left;
  display: table-cell;
}
.artwork img {
  width: 100%;
  height: auto;
}
.buy-links {
  padding-top: 30px;
  text-align: center;
}
.buy-links a {
  display: inline-block;
  width: 200px;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
  text-transform: uppercase;
  border: 1px solid #edd9b1;
  text-align: center;
  color: #edd9b1;
}
.buy-links a:hover {
  background: #edd9b1;
  color: #000;
}
.notes {
  padding-top: 0;
  position: relative;
  top: 20px;
}
.artwork-tracklisting {
  display: inline-flex;
  width: 100%;
}
.release {
  border-bottom: 1px solid #edd9b1;
}
.release:last-child {
  border-bottom: 0 !important;
}
.player {
  float: right;
  display: table-cell;
  width: auto;
  flex-grow: 1;
}
.player iframe {
  width: 100%;
}
.buy-links i {
  margin-right: 5px;
}
@media screen and (max-width: 1024px) {
  .release {
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
  .artwork, .artwork-tracklisting, .player {
    width: 100%;
    height: auto;
    display: block;
  }
  .player iframe {
    width: 100%;
  }
  .artwork-tracklisting {
    padding-bottom: 20px !important;
  }
  .buy-links {
    display: block;
    width: 100%;
  }
  .notes {
    position: relative;
    top: 20px;
  }
}
.notes {
  color: #edd9b1;
  padding-bottom: 30px;
}
/*--- RESPONSIVE MENU ---*/
#responsive-menu-pro-wrapper {
  z-index: 9999 !important;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
/*--- STORE ---*/
.summary {
  text-align: left;
}
.woocommerce {
  padding-bottom: 50px !important;
}
.single-product-holder {
  padding: 0 !important;
}
@media (min-width: 980px) {
  .single-product-holder {
    grid-template-columns: 2fr 3fr;
  }
  .summary .product_title {
    text-align: left;
    margin-top: 0;
  }
  ul.products {
    padding: 0;
    width: 100vw;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  ul.products li {
    display: inline-block;
    width: 100%;
    padding: 5%;
    text-align: center;
    font-size: 20px;
  }
  ul.products li img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 979px) {
  .woocommerce-ordering, .woocommerce-result-count {
    text-align: center;
  }
  ul.products {
    padding: 0;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
  }
  ul.products li {
    display: inline-block;
    width: 100%;
    padding: 5% 10%;
    text-align: center;
  }
  ul.products li img {
    width: 100%;
    height: auto;
  }
  .single-product-holder .summary {
    text-align: center;
  }
  .single-product-holder .summary table.variations {
    margin: 0 auto;
    padding-bottom: 2%;
  }
  .single-product-holder .summary .reset_variations {
    position: absolute;
  }
  .single-product-holder .summary button[type="submit"] {
    margin: 3% auto 0 auto;
  }
  table.variations {
    margin: 0 auto;
    padding-bottom: 2%;
  }
}
.single-product-holder {
  display: grid;
}
.single-product-holder .woocommerce-product-gallery__wrapper img {
  width: 100%;
  height: auto;
}
table.variations tr {
  display: grid;
}
.woocommerce-tabs .woocommerce-Tabs-panel {
  display: block !important;
}
.related {
  display: none !important;
}
.product .price {
  color: #edd9b1 !important;
  font-family: 'raleway' !important;
  padding-bottom: 10px;
  font-size: 15px;
}
.product h2 {
  font-size: 20px;
}
p.price {
  font-family: 'raleway' !important;
  color: #edd9b1;
}
.button {
  font-family: 'caviar dreams' !important;
  background: #edd9b1 !important;
  color: #7c1019 !important;
  border: 0 !important;
  text-transform: uppercase;
  color: #7c1019 !important;
  letter-spacing: 2px;
  margin: 5px 0;
  height: 50px !important;
  line-height: 50px;
  display: block;
  font-size: 20px !important;
  letter-spacing: 1px;
  position: relative;
  top: 0px;
  text-align: center !important;
  font-weight: 700 !important;
}
.product .button {
  margin-top: 10px !important;
}
.single-product-holder .button {
  font-family: 'caviar dreams' !important;
  background: #edd9b1 !important;
  border: 0 !important;
  text-transform: uppercase;
  color: #7c1019 !important;
  letter-spacing: 2px;
  width: 200px !important;
  margin: 5px 0;
  height: 50px !important;
  line-height: 30px !important;
  display: block;
  font-size: 20px !important;
  letter-spacing: 1px;
  position: relative;
  top: 0px;
  text-align: center !important;
  font-weight: 700 !important;
}
.button:hover {
  color: #7c1019 !important;
  background: #fff !important;
  cursor: pointer !important;
  border: 0 !important;
}
.woocommerce ul.products li.product .button {
  margin: 1em auto 0;
  width: 90% !important;
  padding-top: 15px;
  height: auto !important;
}
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
  padding: 1%;
  text-align: center;
}
.woocommerce ul.products li.product .price {
  font-family: 'raleway' !important;
  color: #edd9b1;
  font-size: 16px;
}
figure.woocommerce-product-gallery__wrapper {
  margin-top: 0;
}
h2.woocommerce-loop-product__title {
  line-height: 1.2em;
}
/*--- CART ---*/
.woocommerce-input-wrapper input, .woocommerce-input-wrapper select, .woocommerce-input-wrapper textarea, .shipping-calculator-form input {
  border: 2px solid #edd9b1;
  padding: 1%;
  color: #7c1019;
  font-family: 'raleway';
}
.select2-selection {
  border: 2px solid #edd9b1 !important;
}
.select2-container .select2-selection--single, .select2-container {
  height: 36px !important;
  color: #7c1019;
  font-family: 'raleway';
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #7c1019;
  font-family: 'raleway';
}
.woocommerce-input-wrapper input:focus, .woocommerce-input-wrapper select:focus, .woocommerce-input-wrapper textarea:focus, .shipping-calculator-form input:focus {
  border: 2px solid #edd9b1;
}
::-webkit-input-placeholder {
  color: #7c1019;
}
:-ms-input-placeholder {
  color: #7c1019;
}
::placeholder {
  color: #7c1019;
}
.shop_table th {
  font-family: 'caviar dreams' !important;
  color: #edd9b1;
  text-transform: uppercase;
}
.woocommerce-checkout-review-order-table th {
  color: #edd9b1 !important;
}
.shop_table {
  font-family: 'raleway';
}
td.product-name a {
  font-family: 'raleway' !important;
  color: #edd9b1;
}
.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 #edd9b1;
  text-transform: uppercase;
}
.checkout-button {
  padding-top: 15px !important;
}
.woocommerce-info, .woocommerce-message {
  color: #edd9b1 !important;
  border: 2px solid #edd9b1 !important;
}
#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: #f0f0f0 !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: block;
  border: 1em solid #edd9b1 !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-shipping-fields input[type="checkbox"] {
  width: auto;
  display: inline-block;
  position: relative;
  top: -8px;
  vertical-align: middle;
}
.cart_totals td {
  padding-bottom: 20px !important;
}
.shop_table th {
  color: #edd9b1;
}
.cart-subtotal th {
  padding-top: 4px !important;
}
p.woocommerce-shipping-destination {
  padding-bottom: 0 !important;
}
.shipping-calculator-button {
  margin-bottom: 10px !important;
  color: #edd9b1;
  text-transform: uppercase;
  border: 2px solid #edd9b1;
  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 #edd9b1;
  padding-top: 5px;
  text-align: center !important;
}
th {
  text-transform: uppercase;
}
.woocommerce-info, .woocommerce-message {
  background: none !important;
  color: #edd9b1;
  border-top-color: transparent;
  border: 2px solid #edd9b1 !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 #edd9b1;
  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 #edd9b1;
}
.woocommerce-result-count, .woocommerce-ordering {
  display: none;
}
.woocommerce-additional-fields__field-wrapper {
  margin-top: -20px !important;
}
/*--- SINGLE PRODUCT ---*/
.product_meta {
  display: none;
}
#options, .single_variation_wrap input, .quantity .qty {
  border: 2px solid #edd9b1;
  padding: 1%;
  font-family: 'raleway';
}
#options {
  padding: 3% !important;
  margin-bottom: 5px !important;
}
.single_variations_wrap input, .single_variations_wrap .qty, .quantity .qty {
  width: 80px !important;
  max-width: 80px !important;
  border: 2px solid #edd9b1;
  color: #7c1019;
  font-weight: 700;
  padding: 10px;
  text-align: center;
}
.variations select {
  border: 2px solid #7c1019;
  color: #7c1019;
  font-weight: 700;
  padding: 10px;
}
.variations label {
  font-weight: 700;
}
.reset_variations {
  display: none !important;
}
.wc-forward {
  text-transform: uppercase;
  font-weight: 700;
}
.woocommerce a {
  color: #edd9b1;
}
.woocommerce a:hover {
  color: #fff;
}
/*--- SLIDE OUT CART ---*/
.xoo-wsc-container {
  background: url(../../../assets/img/resp-menu-bg.jpg) #000;
  padding-left: 5px;
  padding-right: 5px;
}
.xoo-wsc-header, .xoo-wsc-body, .xoo-wsc-footer {
  background: none;
  color: #edd9b1;
}
.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;
  padding-right: 20px;
}
.xoo-wsc-content a {
  color: #edd9b1;
  font-weight: bold;
}
.xoo-wsc-header {
  font-family: 'caviar dreams' !important;
  font-weight: 700;
}
.xoo-wsc-pname, .xoo-wsc-qty-price {
  color: #edd9b1 !important;
  font-family: 'raleway';
}
.xoo-wsc-footer {
  padding-right: 20px;
  font-family: 'caviar dreams';
}
.xoo-wsc-footer a.button {
  font-size: 18px !important;
  margin: 0px auto !important;
  padding: 5px;
  background: #edd9b1;
  color: #7c1019;
  width: 90% !important;
  font-weight: bold;
}
.xoo-wsc-footer a.button:hover {
  color: #7c1019 !important;
  background: #fff;
  cursor: pointer;
}
.xoo-wsc-footer {
  border-top: 2px solid #edd9b1;
}
.xoo-wsc-header {
  border-bottom: 2px solid #edd9b1;
}
.xoo-wsc-ctxt {
  text-align: center;
  font-size: 24px;
  letter-spacing: 8px;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.xoo-wsc-footer-b {
  padding-bottom: 30px !important;
}
.xoo-wsc-modal.xoo-wsc-active .xoo-wsc-container {
  background: #35312c;
  color: #edd9b1;
}
.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;
}
.bit-widget.bit-layout-desktop .bit-event {
  align-items: center;
  align-content: center;
}
.bit-track-button {
  display: none !important;
}
.bit-events {
  color: #edd9b1 !important;
}
.bit-top-track-button {
  color: #edd9b1;
  text-transform: uppercase;
  font-family: 'caviar dreams';
  padding-bottom: 30px !important;
  text-align: center;
  font-size: 15px;
  margin-bottom: 20px !important;
}
.bit-top-track-button a {
  color: #000 !important;
}
.bit-nav-bar {
  font-family: 'caviar dreams';
  text-transform: uppercase;
  padding-bottom: 30px;
  font-size: 15px;
  display: none !important;
}
.bit-nav-bar a, .bit-nav-bar span {
  color: #edd9b1 !important;
}
.bit-nav-bar a:hover, .bit-nav-bar span a:hover {
  color: #4d4d4d !important;
}
.bit-venue, .bit-venue a {
  color: #edd9b1;
}
.bit-widget .bit-venue {
  color: #edd9b1;
}
.bit-widget .bit-venue, .bit-widget .bit-location {
  padding-top: 2px;
}
.bit-event {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left !important;
  font-size: 16px;
}
.bit-upcoming-events, .bit-past-events {
  font-family: 'raleway' !important;
  text-transform: uppercase;
}
.bit-upcoming-events a, .bit-past-events a {
  color: #edd9b1;
}
.bit-date {
  font-size: 16px;
  color: #edd9b1;
  display: block;
  margin-right: 18px;
}
.bit-date, .bit-button {
  font-family: 'caviar dreams';
  text-transform: uppercase;
}
.bit-button {
  background: none !important;
  font-weight: bold;
  color: #edd9b1 !important;
  border: 1px solid #edd9b1 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 5px;
}
.bit-button:hover {
  color: #7c1019 !important;
  border: 1px solid #fff !important;
  background: #fff !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: 16px;
  color: #edd9b1;
  padding: 5px !important;
}
.bit-event:hover {
  background: rgba(1, 74, 92, 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: 'caviar dreams';
  font-size: 16px;
}
@media screen and (max-width: 1125px) {
  .bit-date {
    padding-bottom: 10px;
    font-size: 18px !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: 160px;
}
.bit-past-events-show-all-button {
  font-family: 'caviar dreams';
  font-size: 18px;
  padding: 20px;
  max-width: 250px;
  margin: 30px auto !important;
  display: block !important;
  border: 1px solid #edd9b1;
  color: #edd9b1;
}
.bit-past-events .bit-event .bit-rsvp-container {
  padding-top: 10px !important;
}
@media screen and (min-width: 1300.1px) {
  .bit-button {
    margin-left: 2px !important;
    margin-right: 2px !important;
    width: 120px !important;
  }
}
@media screen and (max-width: 1300px) {
  .bit-widget.bit-layout-desktop .bit-details, .bit-widget.bit-layout-desktop .bit-details > div {
    display: block !important;
  }
}
@media screen and (max-width: 980px) {
  .bit-events, .bit-nav-bar, .bit-date, .bit-button, .bit-location, .bit-details, .bit-event-list-title, .bit-widget .bit-event-list-title, .bit-widget .bit-top-track-button, .bit-widget .bit-no-dates-container .bit-no-dates-title {
    font-size: 15px !important;
  }
  .bit-top-track-button {
    font-size: 15px !important;
  }
  .bit-widget.bit-layout-ipad .bit-event .bit-button {
    width: 120px !important;
  }
  .bit-widget.bit-layout-ipad .bit-event {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.bit-widget.bit-layout-desktop .bit-date {
  width: 120px;
  min-width: 90px;
}
.bit-no-dates-title {
  color: #edd9b1 !important;
}
/*--- MENU ---*/
ul.dropdown li a {
  padding-left: 2px !important;
  padding-right: 2px !important;
  padding-bottom: 1px;
}
ul.dropdown li {
  padding-left: 5px !important;
  padding-right: 0px !important;
}
.menu li:after {
  content: "\2022";
  top: 3px;
  position: relative;
  padding-left: 8px;
  margin-right: 0px;
}
.menu li:last-child:after {
  content: "" !important;
  margin-left: 0;
  margin-right: 0;
}
.menu a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  color: #edd9b1;
  overflow: hidden;
}
.menu a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #edd9b1;
  height: 1px;
  margin-top: 8px !important;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.menu a:hover:before, .hvr-underline-from-left a:focus:before, .hvr-underline-from-left a:active:before, .menu .current-menu-item a {
  right: 0;
}
.current-menu-item a {
  font-weight: 700;
}
.current-menu-item a:hover:before {
  right: 0 !important;
}
/*--- UPDATED STORE STYLES ---*/
.woocommerce div.product form.cart::after, .woocommerce div.product form.cart::before {
  content: " ";
  display: table;
}
.woocommerce div.product form.cart .variations {
  margin-bottom: 1em;
  border: 0;
  width: 100%;
}
.woocommerce div.product form.cart .variations td.label {
  padding-right: 1em;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
  border: 0;
  vertical-align: top;
  line-height: 2em;
}
.woocommerce div.product form.cart table td {
  padding-left: 0;
}
table.variations {
  width: 100%;
  border: 1px solid #edd9b1;
  padding: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}
table.variations tr {
  display: grid;
  grid-template-columns: 50% 50%;
  width: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
}
.summary .quantity {
  margin-top: 60px;
}
.single_variation_wrap a {
  color: #edd9b1;
  margin-top: 50px !important;
  position: relative;
  top: 20px;
  margin-bottom: 20px;
  left: 2px;
  border: 1px solid #edd9b1;
  text-transform: uppercase;
  padding: 10px;
}
.woocommerce-tabs {
  display: none !important;
}
.woocommerce-variation-price {
  position: relative;
  top: 40px !important;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
}
.woocommerce-variation-price::before {
  content: "Your selection: ";
}
.more {
  color: #edd9b1 !important;
  border: 1px solid #edd9b1;
  display: block;
  margin: 30px auto 0 !important;
  padding: 20px;
  text-transform: uppercase;
  font-size: 20px !important;
  width: 200px;
}
.more:hover {
  background: #edd9b1;
  color: #000 !important;
}
hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid #edd9b1;
}
@media screen and (max-width: 980px) {
  table.variations tr {
    display: grid;
    grid-template-columns: 100%;
    width: 100%;
  }
}
/*# sourceMappingURL=customstyles.css.map */