
/*-------- GENERAL ---------------*/
@font-face {
    font-family: 'stencil';
    src: url('fonts/StencilStd.woff') format('woff2'),
         url('fonts/StencilStd.woff') format('woff');
}
@font-face {
    font-family: 'Norwester';
    src: url('fonts/norwester.ttf') format('truetype');
}

html {
  width: 100%;
  overflow-x: hidden;
}
html.cut-off{
  overflow:hidden;
}
a, a:hover {
  transition: all .2s ease 0s;
  cursor: pointer!important;
}
a:active{
opacity: 0.7;
}
body {
font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  background-color: #fff;
  background-repeat: repeat;
  background-size: auto;
  background-position: center top;
  color:#000;

}
hr {
  margin: 20px 0;
  border-top: 1px solid #eee;
  width: 100%;
}
p{
  margin: 1em 0;
  line-height: 1.6em;
}
p a{
  color:#a46496;
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
}
p a:hover{

}
a:hover{
}
a{
text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
.strong, strong {
  display: inline-block;
  font-weight: 700;
}
img {
  max-width: 100%;
  height: auto;
}
h1 {
  font-size: 3em;
  line-height: 1em;
  margin: 0 0 1.6em;
  letter-spacing: 0;

}
h2 {
  font-size: 2.5em;
  line-height: 1.1em;
  margin: 1em 0 1.6em;
}
h3 {
  font-size: 2.2em;
  line-height: 1.3em;
  margin: 2em 0 1.6em;
}
h4 {
  font-size: 1.9em;
  line-height: 1.3em;
  margin: 1.6em 0 .5em;
  letter-spacing: .5px;
}
h5 {
  font-size: 1.5em;
  line-height: 1.3em;
}
h6 {
  font-size: 1.2em;
  line-height: 1.3em;
}
body, h1, h2, h3, h4, h5, h6, a, span, li {
  font-family: 'Norwester', 'Montserrat', sans-serif;
}
html, body {
  overflow-y: visible;
/*  overflow-x: hidden;*/
   font-family: 'Montserrat', sans-serif;
}
a:hover {
  opacity: 0.7;
}
.to-mid-parent {
  display: table;
  height: 100%;
  width: 100%;
}
.to-mid {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}
div#page.standard-page {
    padding: 10em 0 4em;
}
/* ==================== HEADER ========================*/

header.sticky {
  transition: 0.3s all ease-in;
  -webkit-transition: 0.3s all ease-in;
  -moz-transition: 0.3s all ease-in;
  -o-transition: 0.3s all ease-in;
  background: #000;
}
header {
  background: #000;
  z-index: 99999;
  position: fixed;
  width: 100%;
  max-width: 100%;
  transition: 0.3s all ease-in;
  -webkit-transition: 0.3s all ease-in;
  -moz-transition: 0.3s all ease-in;
  -o-transition: 0.3s all ease-in;
  padding: 25px 0px;
}
header .logo {
  width:200px;
}
header .logo img {
  width:100%;
}
#header-main-menu {
  display: none;
}
.main-header.desktop {
  position: relative;
}
.align-center {
  align-items: center;
}
  ul#menu-header-menu-left {
    padding-left: 0;
    list-style: none;
    text-align: right;
    margin-bottom: 0;
  }
  ul#menu-header-menu-right {
    padding-left: 0;
    list-style: none;
    text-align: left;
    margin-bottom: 0;
  }
    ul#menu-header-menu-left li,
    ul#menu-header-menu-right li {
      display: inline-block;
      padding-right: 35px;
      margin-bottom: 0;
    }
      ul#menu-header-menu-left li a,
      ul#menu-header-menu-right li a {
        font-size: 22px;
        color: #fff;
      }
    ul#menu-header-menu-left li:last-child {
      padding-right: 0;
    }
  .navigation-center.main-logo {
    text-align: center;
  }
  a.cart-customlocation {
    color: #fff;
    font-size: 20px;
    position: absolute;
    z-index: 111;
    right: 5%;
  }
/****BURGER MENU*****/
.heading-menu.burger-menu {
    display: inline-block;
    /*padding: 20px;
    min-width: 140px;
    max-width: 140px;*/
    text-align: center;
    background: #000;
    position: relative;
    z-index: 1;
  }
  #toggle-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
  }
    #hamburger {
      width: 30px;
      height:30px;
      margin-top:10px;
      position: relative;
      pointer-events: auto;
    }
    .heading-menu:hover {
      cursor:pointer;
    }
    #hamburger span {
        display: block;
        position: absolute;
        height: 3px;
        background: #fff;
        width: 100%;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    #hamburger span:nth-child(1) {
      top: 0px;
    }

    #hamburger span:nth-child(2),#hamburger span:nth-child(3) {
        top: 10px;
    }

    #hamburger span:nth-child(4) {
      top: 20px;
    }

    #hamburger.open span:nth-child(1) {
      top: 18px;
      width: 0%;
      left: 50%;
    }

    #hamburger.open span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
    }

    #hamburger.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }

    #hamburger.open span:nth-child(4) {
      top: 18px;
      width: 0%;
      left: 50%;
    }
    #hamburger.open span:nth-child(1) {
      top: 18px;
      width: 0%;
      left: 50%;
    }

    #hamburger.open span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
    }

    #hamburger.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }

    #hamburger.open span:nth-child(4) {
      top: 18px;
      width: 0%;
      left: 50%;
    }

/* ==================== LOADER ========================*/


@keyframes movePreload {
  0% {
    /*transform: translateY(0vh);*/
    margin-top: 0vh;
  }
  10% {
    /*transform: translateY(-10vh);*/
    margin-top: -10vh;
  }
  100% {
    /*transform: translateY(-200vh);*/
    margin-top: -200vh;
  }
}

/* ==================== HOME ========================*/
.section {
  max-width: 2100px;
  margin: auto;
}
.banner.first-section {
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
  h1.title-head {
    font-size: 80px;
    color: #fff;
    margin-bottom: 40px;
  }
  .white-btn {
    background: #fff;
  }
  a.white-btn.normal-btn {
    font-size: 24px;
    color: #000;
    padding: 10px 30px;
  }
  .content-text {
    width: 450px;
    margin-bottom: 60px;
  }
  .content-text p {
    font-size: 19px;
    color: #fff;
  }
.second-section {

}
  .custom-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
    .col-4-12 {
      flex: 0 0 32.33%;
      max-width: 32.33%;
      height: 95vh;
      padding: 40px 0;
    }
    .second-section__bg--col {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
    }
      h3.heading-title__h3 {
        font-size: 60px;
        color: #fff;
        margin-top: 0;
        margin-bottom: 30px;
      }
      .second-section-btn {
        text-align: center;
      }
        .white-btn.small-btn {
          font-size: 18px;
          color: #000;
          padding: 10px 25px;
          display: inline-block;
        }
.separator {
  background: #000;
  padding: 30px 0;
  text-align: center;
}
  .heading-title__h2 {
    font-size: 64px;
    color: #fff;
    margin: 0;
  }
    .separator i {
      margin-right: 20px;
    }
.third-section {
  padding: 40px 0;
}
  .col-6-12 {
    flex: 0 0 49%;
    max-width: 49%;
    padding-bottom: 40px;
  }
    .third-section__artist--details {
      display: flex;
      flex-wrap: wrap;
    }
      .third-section__artist--details > div {
        flex: 0 0 50%;
        max-width: 50%;
      }
        .artist-details__left {
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat;
        }
        .page-id-126 .artist-details__left {
          background-position: top center;
        }
        .artist-details__right {
          background: #d6d3d3;
          padding: 100px 80px 60px;
          display: flex;
          flex-wrap: wrap;
          min-height: 650px;
          max-height: 650px;
        }
          .artist-details__right > div {
            flex: 0 0 100%;
            max-width: 100%;
          }
          h4.heading-title__h4 {
            font-size: 38px;
            color: #000;
            margin-top: 0;
            margin-bottom: 20px;
          }
          .artist-date span,
          .artist-doors span,
          .artist-ticket span {
            font-family: 'Montserrat';
            font-size: 18px;
            margin-bottom: 10px;
          }
            .home span.woocommerce-Price-amount.amount,
            .home span.woocommerce-Price-currencySymbol {
              font-size: 18px!important;
            }
            .artist-details__content p {
              margin-top: 0;
              margin-bottom: 0;
            }
            .artist-ticket__btn {
              margin-top: 50px;
            }
              .white-btn.small-btn-long {
                font-size: 24px;
                color: #000;
                padding: 10px;
                width: 100%;
                display: inline-block;
                text-align: center;
              }
    .third-section__events--btn {
      text-align: center;
    }
      .black-btn {
        background: #000;
      }
      .black-btn.small-btn {
        font-size: 26px;
        color: #fff;
        padding: 10px 40px;
      }
.fourth-section {

}
  .fourth-section__row {
    align-items: unset;
  }
    .col-6-12-np {
      flex: 0 0 50%;
      max-width: 50%;

    }
      .fourth-section__left {
        padding: 85px 100px 105px 170px;
      }
        .fourth-section__heading .heading-title__h2 {
          margin-bottom: 40px;
        }
        .fourth-section__content p {
          font-size: 20px;
          color: #fff;
        }
        .fourth-section__btn {
          margin-top: 50px;
        }
          .fourth-section__btn .white-btn.small-btn-long {
            width: unset;
            padding: 10px 60px;
          }
      .fourth-section__right {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 100%;
        min-height: 200px;
      }
.fifth-section {

}
  .fifth-section__contact-details {
      text-align: center;
  }
    .contact-title .heading-title__h3 {
      font-size: 38px;
      color: #000;
      margin-bottom: 0;
    }
    .contact-details {
      font-family: 'Norwester';
      font-size: 20px;
      margin-bottom: 20px;
    }
      .contact-details a {
        display: inherit;
        color: #000;
      }
  .acf-map {
      width: 100%;
      height: 600px;
  }
    .acf-map img {
       max-width: inherit !important;
    }
/* ==================== ABOUT US PAGE ========================*/
section.section.about-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 150px 0;
  max-height: 500px;
  margin-top: 100px;
}
  .about-banner_sub-head {
    font-size: 20px;
    color: #fff;
  }
.about-second-section {
  padding: 100px 0 70px;
}
  .about-second__content-title .the-content-title h2 {
    font-size: 42px;
    max-width: 650px;
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 1.3em;
  }
  .the-content-title p {
    font-size: 19px;
    font-weight: 500;
  }
.about-third-section {
  background: #f5f5f5;
  padding: 90px 0;
}
  .about-third-section .about-ts-content-right p {
    font-size: 20px;
    font-weight: 500;
    margin-top: 0;
  }
.about-fourth-section {
  padding: 90px 0 200px;
  position: relative;
}
  .about-fourth-section .container {
    position: relative;
  }
    .about-fs-content-left p {
      font-size: 20px;
      font-weight: 500;
    }
    .about-fourth-section__right-content {
      padding-left: 100px;
      position: relative;
    }
      .about-fourth-section__right-content img {
        width: 100%;
      }
      .about-fs-content-right {
        padding: 20px;
        position: absolute;
        top: 0;
      }
        .about-fs-content-right p {
          font-size: 16px;
          font-weight: 700;
        }
      .the-vault-bg {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -40px;
        text-align: center;
      }

/* ==================== VENUE PAGE ========================*/
section.section.venue-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 150px 0;
  max-height: 500px;
  margin-top: 100px;
}
  .venue-banner h1.title-head {
    font-size: 70px;
    margin-bottom: 30px;
  }
  .venue-banner_sub-head {
    font-family: 'Norwester';
    font-size: 40px;
    color: #fff;
  }
.venue-second-section {
  padding: 100px 0 70px;
}
  .venue-second-section h2.title-head {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .venue-second-section .vs-btn {
    font-size: 28px;
    color: #fff;
    background: #000;
    padding: 12px 20px 10px;
    display: inline-block;
  }
.venue-third-section {
  background: #f5f5f5;
  padding: 90px 0;
}
  .venue-third-section h2.title-head {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .venue-third-section .vts-btn {
    font-size: 28px;
    color: #fff;
    background: #000;
    padding: 12px 20px 10px;
    display: inline-block;
  }
  .venue-ts-content-right p {
    font-size: 18px;
    margin-top: 0;
  }

/* ==================== CONTACT US PAGE ========================*/
section.section.contact-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 150px 0;
  max-height: 500px;
  margin-top: 100px;
}
  .contact__contact-details {
    padding: 80px 0 60px;
    text-align: center;
  }
  .contact-form {
    background: #f7f7f7;
    padding: 80px 100px 60px 130px;
  }
    .inline-fields {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }
      .form-group.name-group {
        flex: 0 0 49%;
        max-width: 49%;
        position: relative;
      }
        .palceholder {
          font-family: 'Montserrat';
          font-weight: 500;
          display: flex;
          position: absolute;
          top: 25px;
          left: 10px;
          color: #a0a0a0;
        }
          .palceholder label {
            font-size: 18px;
          }
          span.star {
            color: #fb0000;
          }
          .form-group input,
          textarea.wpcf7-form-control.wpcf7-textarea.message {
            font-family: 'Montserrat';
            font-weight: 500;
            background: none;
            padding: 10px;
            font-size: 18px;
            border-radius: 0!important;
            border: solid 1px #c5c5c5;
            width: 100%;
            outline: none;
          }
          .message::placeholder {
            font-size: 18px;
            color: #a0a0a0;
          }
  .contact-form h2.title-head {
    font-size: 42px;
    margin-bottom: 20px;
  }
    .privacy-policy-field {
      margin-bottom: 24px;
    }
      .privacy-policy-field span.wpcf7-list-item.first.last {
        margin-left: 0;
      }
        .privacy-policy-field span {
          font-family: 'Montserrat';
          font-size: 18px;
          color: #000;
        }
        .privacy-policy-field a {
          font-family: 'Montserrat';
          font-size: 18px;
          font-weight: 700;
          color: #000;
          text-decoration: underline;
        }
        .privacy-policy-field span.wpcf7-list-item-label {
          margin-left: 10px;
        }

          .privacy-policy-field input[type="checkbox"] {
            opacity: 0;
            width: 20px;
            height: 20px;
            z-index: 9;
            cursor: pointer;
            position: relative;
            top: 3px;
          }
          .privacy-policy-field .first.last:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 20px;
            height: 20px;
            transition: transform 0.28s ease;
            border-radius: 0px;
            border: solid 1px #000;
          }

  .privacy-button-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
  }
    .submit-field .wpcf7-form-control.wpcf7-submit {
      width: 100%;
      background: #000;
      font-family: 'Norwester';
      font-size: 22px;
      color: #fff;
      padding: 10px 15px;
      border-radius: 0;
      border: solid 2px #000;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      outline: none;
    }
      .fal.fa-long-arrow-right {
        margin-left: 60px;
        transition: 0.3s ease-in-out;
      }
      .wpcf7-form-control.wpcf7-submit:hover .fal.fa-long-arrow-right {
        margin-left: 70px;
      }


/* ==================== WHAT's ON PAGE ========================*/
section.section.whats-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 150px 0;
  max-height: 500px;
  margin-top: 100px;
}

.whats-second-section {
  padding: 70px 0 30px;
}
.ajx-preload {
  position: absolute;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  background: rgb(255 255 255 / 72%);
  z-index: 1;
  display: none;
}
  .ajx-preload img {
    max-width: 5%;
  }
.active-preload {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
}
  .product-tags {
    margin-bottom: 40px;
    padding: 0 20px;
  }
  .product-tags a {
    background: #fff;
    font-size: 20px;
    color: #000;
    border: 1px solid #000;
    padding: 7px 25px;
    display: inline-block;
    margin-right: 10px;
  }
  .product-tags a:last-child(){
    margin-right: 0;
  }
  .product-tags a.active-filter {
    background: #000!important;
    color: #fff!important;
  }

/* ==================== CONTACT US PAGE ========================*/
section.section.news-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 150px 0;
  max-height: 500px;
  margin-top: 100px;
}
.news-second-section {
  padding: 70px 0;
}
  .news-second-section .row {
    align-items: center;
    margin-bottom: 50px;
  }
    .post-featured-img {
      padding-right: 50px;
    }
    .post-date-details p {
      font-size: 14px;
      font-weight: 500;
      color: #a2a2a2;
      margin-top: 0;
      margin-bottom: 0;
    }
    .post-title a {
      font-family: 'Norwester';
      font-size: 30px;
      color: #000;
    }
    .post-read-more a {
      background: #000;
      font-size: 20px;
      color: #fff;
      padding: 10px 15px;
      display: inline-block;
      margin-top: 30px;
    }
    .the-pagination {
      text-align: center;
      padding-top: 40px;
    }
      .the-pagination a {
        font-family: 'Montserrat';
        font-size: 18px;
        font-weight: 700;
        color: #b0b0b0;
        margin-right: 20px;
        margin-left: 20px;
        position: relative;
      }
        .page-numbers.current {
          position: relative;
        }
        .the-pagination a.page-numbers:after,
        .the-pagination .page-numbers.current:after {
          content: '/';
          position: absolute;
          margin-left: 5px;
        }

        .the-pagination a.prev.page-numbers:after,
        .the-pagination a.next.page-numbers:after {
          content: '';
        }

        .the-pagination span {
          font-family: 'Montserrat';
          font-size: 18px;
          font-weight: 700;
        }
      .the-pagination a.prev,
      .the-pagination a.next {
        color: #000;
      }

/* ==================== SHOP PAGE ========================*/
section.section.shop-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 150px 0;
  max-height: 500px;
  margin-top: 100px;
}
.shop-second-section {
  padding: 70px 0;
}
   #shopPage h2.woocommerce-loop-product__title {
    font-size: 26px!important;
    color: #000;
    padding-right: 50px!important;
  }
  .woocommerce ul.products li.product .price bdi,
  .woocommerce .woocommerce-Price-currencySymbol {
    font-family: 'Montserrat'!important;
    font-size: 26px!important;
    color: #000;
  }
  .shop-second-section a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    background: #000;
    color: #fff;
    padding: 15px 30px;
    font-size: 18px;
    display: none;
  }
  #shopPage .button.product_type_ticket-event {
    display: none;
  }
/* ==================== CONTENTS ========================*/
.single-post-section {
  padding: 70px 0;
  margin-top: 100px;
}
  .category-title,
  .category-title a {
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    opacity: 0.37;
    margin-bottom: 30px;
  }
  .the-single-post-content {
    margin-top: 40px;
  }
    .backtolatest {
      text-align: center;
    }
    .btn-latest-news {
      font-size: 30px;
      background: #000;
      padding: 15px 15px 10px;
      color: #fff;
      margin-top: 100px;
      display: inline-block;
    }
    .btn-latest-news:hover {
      color: #fff;
    }

/******WOOCOMMERCE SINGLE PAGE*******/

.single-post-section {
  padding: 70px 0;
}
  .woocommerce div.product .product_title {
    padding-right: 120px!important;
    margin-bottom: 10px;
  }

  .woocommerce div.product p.price,
  .woocommerce div.product span.price,
  .woocommerce span.woocommerce-Price-amount.amount {
    font-family: 'Montserrat'!important;
    font-size: 26px!important;
    color: #000!important;
  }
  #singeProduct .product_meta {
    display: none;
  }
  #singeProduct form.cart {
    margin-top: 50px;
  }
  .woocommerce #singeProduct .quantity .qty {
    padding: 12px 8px!important;
    font-size: 20px!important;
  }
  #singeProduct button.single_add_to_cart_button.button.alt {
    background: #000;
    color: #fff;
    padding: 15px 30px;
    font-family: 'Norwester';
    font-size: 22px;
  }

  .single-product .date_panel {
    margin-bottom: 50px;
  }
    .single-product .date_panel span {
        font-family: 'Montserrat';
        font-size: 20px;
    }
.single-product-tab {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 50px;
}
  .single-product__description {
    background: transparent;
    padding: 10px 20px;
    border: 1px solid #d6d3d3;
    border-bottom: none;
    cursor: pointer;
    transition: 0.2s ease-in-out;
  }
    .single-product__description:nth-child(1) {
      border-right: none;
    }
    .active-tab {
      background: #d6d3d3;
    }
      .description-tab h3 {
        margin: 0;
        font-size: 26px;
      }
  .description-content {
    border: 1px solid #d6d3d3;
    padding: 40px 30px 50px;
  }
    .single-tab__content {
      display: none;
    }
    .single-tab__active {
      display: block!important;
    }



/******CART PAGE*******/
.woocommerce-cart .standard-page {
      padding: 100px 0;
  margin-top: 100px;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  max-width: 100%;
}
.woocommerce-checkout .standard-page {
  margin-top: 150px;
  padding-bottom:4em;
}
.woocommerce-checkout .form-row {
  display: block;
}
.woocommerce ul.order_details li {
    float: left;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: .715em;
    line-height: 1;
    border-right: 1px dashed #d3ced2;
    padding-right: 2em;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    font-family: 'Montserrat', sans-serif;
}
section.woocommerce-order-details li, section.woocommerce-order-details a, section.woocommerce-order-details span{
  font-family: 'Montserrat', sans-serif !important;
}
.woocommerce-order h2 {
    margin: 5px 0 10px;
}
.woocommerce-order div.product p.price, .woocommerce-order div.product span.price, .woocommerce-order span.woocommerce-Price-amount.amount, .woocommerce-order ul.products li.product .price bdi, .woocommerce-order .woocommerce-Price-currencySymbol{
  font-size:1.1em !important;
}
.woocommerce-cart-form div.product p.price, .woocommerce-cart-form div.product span.price, .woocommerce-cart-form span.woocommerce-Price-amount.amount, .woocommerce-cart-form ul.products li.product .price bdi, .woocommerce-cart-form .woocommerce-Price-currencySymbol{
  font-size:1.1em !important;
}
.woocommerce-checkout-review-order div.product p.price, .woocommerce-checkout-review-order  div.product span.price, .woocommerce-checkout-review-order  span.woocommerce-Price-amount.amount, .woocommerce-checkout-review-order  ul.products li.product .price bdi, .woocommerce-checkout-review-order  .woocommerce-Price-currencySymbol{
  font-size:1.1em !important;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    padding: 0;
}
.woocommerce ul.order_details {
    margin: 0 0 3em;
    padding-left: 0;
    list-style: none;
    background: #f3f3f3;
    padding: 20px 20px 13px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    border: 1px solid #828282;
    padding: 5px 10px;
    height: 38px;
}
form.checkout.woocommerce-checkout h3 {
    margin: 30px 0 15px;
}
/* Pagination */


/* ==================== GALLERY ========================*/


/* ==================== ISOTOPE ========================*/


/* ==================== FOOTER ========================*/
.footer {
  background: #000;
  padding: 70px 0 10px;
}
  .footer-logo {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .footer-description {
    flex: 0 0 28%;
    max-width: 28%;
    color: #fff;
    font-size: 13px;
    padding-right: 50px;
  }
  .footer-menu-1,
  .footer-menu-2 {
    flex: 0 0 10%;
    max-width: 10%;
  }
    .footer-menu-1 a,
    .footer-menu-2 a {
      font-family: 'Montserrat';
      color: #fff;
      line-height: 2em;
    }

  .footer-social {
    flex: 0 0 10%;
    max-width: 10%;
    text-align: center;
    padding-left: 50px;
  }
    .footer-social h4.heading-title__h4 {
      font-family: 'Montserrat';
      font-size: 16px;
      color: #fff;
      margin-bottom: 0;
    }
    .footer-social a {
      font-size: 32px;
      color: #fff;
    }
.footer p a{
  color:#fff;
  font-family: 'Montserrat', sans-serif;
}
  .footer-newsletter {
    flex: 0 0 22%;
    max-width: 22%;
    padding-left: 50px;
  }
    .newsletter-footer {
      font-family: 'Montserrat';
      font-weight: 600;
      width: 100%;
      padding: 10px;
      outline: none;
    }
    .newsletter-submit {
      background: #4d9359;
      font-family: 'Montserrat';
      font-size: 14px;
      font-weight: 600;
      color: #ffffff;
      text-transform: uppercase;
      width: 100%;
      padding: 12px;
      outline: none;
      border: none;
      margin-top: 10px;
    }
  .footer-separator {
    background: #3a3a3a;
    height: 1px;
    width: 100%;
  }
  .footer-copyright {
    text-align: center;
  }
    .copyright {
      color: #fff;
      font-size: 12px;
    }

/**
* MEDIA SETTINGS
*/

@media screen and (max-width:1780px) {
  .privacy-policy-field span,
  .privacy-policy-field a {
    font-size: 14px;
  }
  .privacy-policy-field .first.last:before {
    top: -3px;
  }
}
@media screen and (max-width:1680px) {
  .fal.fa-long-arrow-right {
    margin-left: 20px;
    margin-top: 2px;
  }
}
@media screen and (max-width:1520px) {
  .privacy-policy-field {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width:1440px) {
  header {
    padding: 15px 0;
  }
  ul#menu-header-menu-left li a, ul#menu-header-menu-right li a {
    font-size: 20px;
  }
  h1.title-head {
    font-size: 70px;
  }
  .heading-title__h2 {
    font-size: 50px;
  }
  h4.heading-title__h4 {
    font-size: 34px;
  }
  .fourth-section__content p {
    font-size: 18px;
  }
  footer .container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width:1366px) {
  h4.heading-title__h4 {
    font-size: 32px;
  }
  .footer-social h4.heading-title__h4 {
    font-size: 15px;
  }
}
@media screen and (max-width:1210px) {
  .privacy-policy-field {
    margin-bottom: 15px;
  }
  .privacy-policy-field span, .privacy-policy-field a {
    font-size: 13px;
  }
  ul#menu-header-menu-left li a, ul#menu-header-menu-right li a {
    font-size: 17px;
  }
}
@media screen and (max-width:1180px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .form-group.name-group {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0;
  }
  .name-group:nth-child(1) p {
    margin-bottom: 0;
  }
  .contact-form {
    background: #f7f7f7;
    padding: 80px 50px 60px 50px;
  }

}

@media screen and (min-width:1024px) {
  header#header {
    min-height: 100px;
  }

}
@media screen and (min-width:1080px) {
  .container {
     padding-left: 70px;
       padding-right: 70px;
  }
  footer .container {
    padding-right: 15px;
    padding-left: 15px;
  }

}
@media screen and (max-width:1024px) {
  a.cart-customlocation {
    display: none;
  }
  ul#menu-header-menu-left li, ul#menu-header-menu-right li {
    padding-right: 30px;
  }
  ul#menu-header-menu-left li:last-child {
    padding-right: 0!important;
  }
  ul#menu-header-menu-left li a, ul#menu-header-menu-right li a {
    font-size: 17px;
  }
  h1.title-head {
    font-size: 60px;
  }
  .artist-details__right {
    padding: 50px 40px 50px;
  }
  .artist-date, .artist-doors, .artist-ticket {
    font-size: 15px;
  }
  .white-btn.small-btn-long {
    font-size: 20px;
  }
  .third-section__row .col-6-12:nth-child(3) .artist-details__left,
  .whats-section__row .col-6-12:nth-child(3) .artist-details__left {
    background-position: left;
  }
  .fourth-section__left {
    padding: 100px;
  }
  .about-second__content-title .the-content-title h2 {
    font-size: 40px;
    max-width: 640px;
  }
  .the-content-title p {
    font-size: 16px;
  }
  .about-third-section .about-ts-content-right p {
    font-size: 16px;
  }
  .about-fs-content-left p {
    font-size: 16px;
  }
  footer .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .footer-logo,
  .footer-description {
    padding-right: 40px;
  }
  .footer-social {
    padding-left: 20px;
  }
  .footer-newsletter {

    padding-left: 30px;
  }
    #menu-footer-1{
      padding-left: 0;
    }
    #menu-footer-2 {
      padding-left: 10px;
    }
    .footer-social h4.heading-title__h4 {
      font-size: 14px;
    }

}


@media only screen and (max-width:768px) {
  #header {
    min-height: 80px;
  }
  ul#menu-header-menu-left li, ul#menu-header-menu-right li {
    padding-right: 15px;
  }
  ul#menu-header-menu-left li a, ul#menu-header-menu-right li a {
    font-size: 14px;
  }
  h3.heading-title__h3 {
    font-size: 40px;
  }
  .heading-title__h2 {
    font-size: 40px;
  }
  .third-section__row .col-6-12,
  .whats-section__row .col-6-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 20px;
  }
  .fourth-section__left {
    padding: 50px;
  }
  .fourth-section__content p {
    font-size: 16px;
  }
  section.section.about-banner,
  section.section.news-banner,
  section.section.whats-banner,
  section.section.shop-banner,
  section.section.venue-banner,
  section.section.contact-banner {
    margin-top: 80px;
  }
  .about-fourth-section {
    padding: 90px 0 100px;
  }
  .about-fs-content-right p {
    font-size: 14px;
  }
  .post-featured-img {
    padding-right: 0;
  }
  h2.woocommerce-loop-product__title {
    font-size: 28px!important;
  }
  .woocommerce div.product .product_title {
    font-size: 36px;
  }
  .woocommerce-cart .standard-page {
    padding: 50px 0;
  }
  .footer-logo {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .footer-description {
    flex: 0 0 35%;
    max-width: 35%;
  }
  .footer-menu-1, .footer-menu-2 {
    flex: 0 0 17.5%;
    max-width: 17.5%;
  }
  .footer-social {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .footer-newsletter {
    flex: 0 0 68%;
    max-width: 68%;
    padding-left: 100px;
  }
}
@media only screen and (min-width:767px) {
  .desktop {
    display: block;
  }
  .mobile {
    display: none;
  }
}
@media only screen and (max-width:600px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  #header {
    min-height: 70px;
  }
  .logo-col {
    flex: 0 0 30%;
    max-width: 30%;
    padding-left: 15px;
  }
  .burger-col {
    flex: 0 0 70%;
    max-width: 70%;
    padding-right: 15px;
    display: flex;
    justify-content: flex-end;
  }
  .main-mobile-menu {
    text-align: right;
    margin-top: 20px;
  }
    #menu-mobile-menu {
      padding-left: 15px;
      padding-right: 15px;
    }
      #menu-mobile-menu a {
        font-size: 18px;
        color: #fff;
        line-height: 2em;
      }
  .content-text {
    width: 100%;
  }
  .second-section__row .col-4-12 {
    flex: 0 0 100%;
    max-width: 100%;
    height: 60vh;
    padding: 10px 20px;
  }
  .second-section__row .col-4-12:nth-child(1) {
    padding: 20px 20px 10px;
  }
  .second-section__row .col-4-12:nth-child(3) {
    padding: 10px 20px 20px;
  }
  .second-section__bg--col {
    background-position: top center;
  }
  .heading-title__h2 {
    font-size: 30px;
  }
  .third-section {
    padding: 20px 0 50px;
  }
    .third-section__row .col-6-12,
    .whats-section__row .col-6-12 {
      flex: 0 0 50%;
      max-width: 50%;
      padding-bottom: 20px;
    }
    .artist-details__left {
      min-height: 300px;
    }
    .col-count-1,
    .col-count-3 {
      padding-right: 10px;
    }
    .col-count-2,
    .col-count-4 {
      padding-left: 10px;
    }
      .third-section__artist--details > div {
        flex: 0 0 100%;
        max-width: 100%;
      }
    .artist-details__right {
      padding: 50px 30px 50px;
    }
      h4.heading-title__h4 {
        font-size: 26px;
      }
      .artist-date, .artist-doors, .artist-ticket {
        font-size: 13px;
        font-weight: 500;
      }
      .black-btn.small-btn {
        font-size: 20px;
      }
  .fourth-section__row {
    flex-direction: column-reverse;
  }
    .col-6-12-np {
        flex: 0 0 100%;
        max-width: 100%;
    }
      .fourth-section__right {
        min-height: 400px;
      }
  .fifth-section__row .col-6-12-np:nth-child(2) {
      padding: 50px 0;
  }
    .contact-title .heading-title__h3 {
      font-size: 34px;
    }
  section.section.about-banner,
  section.section.news-banner,
  section.section.shop-banner,
  section.section.venue-banner,
  section.section.contact-banner {
    margin-top: 70px;
  }
  .about-ts-image-left {
    margin-bottom: 20px;
  }
  .about-fourth-section__right-content {
    padding-left: 0;
  }
  .post-featured-img {
    margin-bottom: 20px;
  }
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%!important;
  }
  footer .container {
    padding-right: 50px;
    padding-left: 50px;
  }
  .footer-logo {
    flex: 0 0 40%;
    max-width: 40%;
    padding-right: 30px;
  }
  .footer-description {
    flex: 0 0 60%;
    max-width: 60%;
    padding-right: 0;
    opacity: .5;
  }
  .footer-menu-1, .footer-menu-2 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .footer-social {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .footer-newsletter {
    display: none;
  }
  .footer-social h4.heading-title__h4 {
    line-height: 2em;
  }
}

@media screen and (max-width: 380px) {
  h1.title-head {
    font-size: 50px;
  }
  .content-text p {
    font-size: 18px;
  }
  .heading-title__h2 {
    font-size: 24px;
  }
  .third-section__row .col-6-12:nth-child(3) .artist-details__left,
  .whats-section__row .col-6-12:nth-child(3) .artist-details__left {
    background-position: top center;
  }
    .artist-details__left {
      min-height: 350px;
    }
  .separator i {
    margin-right: 10px;
  }
  h4.heading-title__h4 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .third-section__row .col-6-12,
  .whats-section__row .col-6-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .black-btn.small-btn {
    margin-top: 10px;
    display: inline-block;
  }
  .about-second__content-title .the-content-title h2 {
    font-size: 28px;
  }
}
@media screen and (max-width:320px) {
  .fourth-section__btn .white-btn.small-btn-long {
    width: 100%;
    padding: 10px;
  }
  .footer-menu-1 a, .footer-menu-2 a {
    font-size: 12px;
  }
  .footer-social h4.heading-title__h4 {
    font-size: 12px;
  }
}

@media screen and (min-width:1200px) {
  .container {
      max-width: 1430px;
  }
}

@media screen and (max-width:1680px) {

}
@media screen and (max-width:1440px) {

}
@media screen and (max-width:1024px) {

}
@media screen and (min-width: 981px) {

}
@media screen and (max-width:991px) {

}

@media screen and (max-width: 780px) {

}

@media screen and (max-width:767px) {

}
@media screen and (max-width: 480px) {

}
