.site-inner .wrap {
  max-width: 100%;
}

.content .wrap {
    max-width: 1420px;
}

.dj-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dj-background img {
    object-fit: cover;
    width: 100%;
    height: 100%;    
}

.dj-content {
    position: relative;
    height: 100%;     
}

.dj-title {
    font-family: "Montserrat-ExtraBold";
    color: #222;
    font-size: 43px;
    line-height: 60px;
    margin: 0 0 20px;
}

.venue-line {
    border-top: 8px dotted #FD675E;
    width: 46px;
    margin: 0 auto 36px;
}

/* Intro */

.intro {
    padding: 105px 0;
}

.intro img {
    border-radius: 25px;
    object-fit: cover;
    width: 100%;
    height: 409px;
    margin: 0 0 40px;
}

.intro p {
    font-family: "Montserrat-Medium";
    color: #222;
    font-size: 24px;
    line-height: 32px;
}

    .intro p:last-child {
        margin: 0;
    }

/* Venue */

#venues,
.venue-post {
    position: relative;
}

#venue-button {
    max-width: 1420px;
    margin: 0 auto;
    padding: 0 0 105px;
}

#venue-button li {
    text-align: center;
    display: inline-flex;
    vertical-align: top;
    justify-content: center;
    align-items: center;
    width: 23%;
    margin: 0 10px 15px;
}

.dj-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-family: "Montserrat-ExtraBold";
    border: 2px solid #fd675e;
    border-radius: 10px;
    color: #222;
    letter-spacing: 0.5px;
    font-size: 16px;
    padding: 0 26px;
    min-height: 56px;
}

    .dj-link:hover {
        position: relative;
        background: #fd675e;
        color: #fff;
        bottom: 3px;
    }

.venue-post .dj-background {
    background: #fff;
}

    .venue-post:last-of-type .dj-background {
        background: #fff;
    }

.venue-post .dj-content {
    text-align: center;
    padding: 105px 0;
}

    .venue-post:nth-child(odd) .dj-content {
        background: #fff;
    }
    
    .venue-post:nth-child(even) .dj-content {
        background: #F5F5F5;
        border-radius: 150px 0 150px 0;
    }

.venue-tabs {
    position: relative;
    width: 800px;
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-start;
}

.venue-tabs li {
    width: 33.33%;
}

  .venue-tabs li:nth-child(2) .panel {
    margin-left: -100%;
  }

  .venue-tabs li:nth-child(3) .panel {
    margin-left: -200%;
  }

.tablinks {
    width: 100%;
    background: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 5px solid #D7D7D7;
    letter-spacing: 0;
    padding: 0;
    margin: 0 0 30px;
}

    .venue-tabs li:first-child .tablinks {
        text-align: left;
    }
    
    .venue-tabs li:nth-child(2) .tablinks {
      padding: 0 31px;
    }

    .venue-tabs li:last-child .tablinks {
        text-align: right;
    }

    .active .tablinks,
    .venue-tabs li .tablinks:hover,
    .venue-tabs li .tablinks:focus {
        width: 100%;
        background: transparent;
        outline: transparent;
        border-bottom: 5px solid #898686;
    }

.tabs-title {
    display: block;
    font-family: "Montserrat-ExtraBold";
    color: #222;
    font-size: 24px;
    margin: 0 0 20px;
}

    .tablinks:nth-child(2) .tabs-title {
        border-left: 2px solid #222;
        border-right: 2px solid #222;
    }

.panel {
  display: none;
  cursor: pointer;
  width: 800px;
}

  .active .panel {
    display: block !important;
  }

/* Event Photos */

.event-images {
    /* width: 800px; */
    /* margin: 0 auto; */
}

.venue-slider .n2-ss-slider-wrapper-inside,
.venue-slider .n2-ss-slider-1,
.venue-slider .n2-ss-slide {
  height: 335px !important;
}

.venue-slider .n2-ss-slider-1 {
  border-radius: 25px;
}

.venue-slider .nextend-thumbnail-inner {
  background: transparent !important;
  padding: 0px 0px 15px 0px !important;
}

.venue-slider .nextend-thumbnail-scroller {
    gap: 47px;
}

.venue-slider .n2-thumbnail-dot img {
   width: 235px !important;
   height: 235px !important;
}

/* Venue Details */

.main-detail-text {
  text-align: left;
  font-family: "Montserrat-Medium";
  color: #222;
  font-size: 20px;
  line-height: 28px;
  padding: 0 0 47px;
}

  .main-detail-text p:last-of-type {
    margin: 0;
  }

.detail-info-flex {
  text-align: left;
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 36px;
}

  .detail-info-flex:last-child {
    padding: 0;
  }

.detail-img {
  width: 105px;
  margin-right: 70px;
}

.detail-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.detail-text {
  width: 78%;
}

.details {
  text-align: left;
  width: 800px;
  margin: 0 auto;
}

.detail-title {
  text-align: left;
  display: block;
  font-family: "Montserrat-ExtraBold";
  color: #222;
  font-size: 28px;
  line-height: 32px;
  margin: 0 0 10px;
}

.detail-text p,
.detail-text li {
  font-family: "Montserrat-Medium";
  color: #222;
  font-size: 18px;
  line-height: 24px;
}

  .detail-text p:last-of-type {
    margin: 0;
  }

.detail-text li {
  list-style: disc;
  width: 100%;
  margin-left: 25px;
  padding: 0 0 5px;
}

  .detail-text li:last-child {
    padding: 0;
  }

/* Contact Info */

.contact {
  text-align: left;
  /* width: 800px; */
  /* margin: 0 auto; */
}

.contact-venue {
  display: block;
  font-family: "Montserrat-ExtraBold";
  color: #222;
  font-size: 32px;
  line-height: 40px;
  margin: 0 0 10px;
}

.location {
  display: block;
  font-family: "Montserrat-SemiBold";
  color: #8E8E8E;
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 60px;
}

.contact-info-flex {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 36px;
}

  .contact-info-flex:last-child {
    padding: 0;
  }

.contact-img {
  width: 38px;
  margin-right: 70px;
}

.contact-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.contact-text {
  width: 90%;
}

.contact-text p,
.contact-text a {
  font-family: "Montserrat-ExtraBold";
  color: #222;
  font-size: 20px;
  line-height: 28px;
  margin: 0;
}

.contact-link {
  display: block;
  width: fit-content;
  font-family: "Montserrat-ExtraBold";
  border: 6px solid #222;
  border-radius: 50px;
  color: #222;
  letter-spacing: 0.5px;
  font-size: 32px;
  padding: 0 25px;
  margin: 0 auto;
}

  .contact-link:hover {
    background: #FD675E;
    border: 6px solid #FD675E;
    color: #fff;
  }

/* CTA */

.cta {
  position: relative;
}

.cta .wrap {
  max-width: 900px !important;
}

.cta-reviews-flex {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}

.cta-reviews {
  cursor: pointer;
  position: relative;
  text-align: left;
  width: 42%;
}

  .reviews-left {
    order: 0;
  }

  .reviews-right {
    order: 1;
  }

.review-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.review-type {
    z-index: 1;
    display: block;
    font-family: "Montserrat-Black";
    color: #7b9dcb;
    text-transform: uppercase;
    opacity: 35%;
    font-size: 45px;
    line-height: 45px;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    writing-mode: vertical-rl;
    height: max-content;
}

.review-content {
    position: relative;
    width: 86%;
    height: 100%;
    padding: 50px 0 0;
}

    .review-content::after {
      content: "\f140";
      font-family: 'dashicons';
      position: absolute;
      left: -20px;
      bottom: 8px;
      color: #6f159d;
      transition: all 1s ease-out;
      font-size: 55px;
      line-height: 22px;
    }
    
        .cta-reviews.active .review-content::after {
            content: "\f142";
        }

.stars .dashicons-star-filled {
    color: #FAAFFF;
} 

.review-name {
    display: block;
    font-family: "Montserrat-Regular";
    color: #6f159d;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    margin-left: 30px;
}

.review-excerpt,
.review-full {
    font-family: "Montserrat-ExtraBold";
    color: #6f159d;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 30px;
    transition: opacity ease-out;
}

    .review-full {
        display: none;
        opacity: 0;
    }

    .cta-reviews.active .review-full {
        opacity: 1;
    }

    .cta-reviews.active .review-excerpt {
        display: none;
    }

#reviews-link {
    border: 4px solid #FAAFFF;
    border-radius: 50px;
    color: #FAAFFF;
    padding: 1px 24px;
    margin: 0;
}

    #reviews-link:hover {
        background: #FAAFFF;
        color: #fff;
    }

.cta-links {
  text-align: center;
  width: 45%;
}

.cta-links .dj-title {
  display: block;
  font-size: 43px;
  line-height: 60px;
  margin: 0 0 15px;
}

.cta-links .dj-link {
  min-height: auto;
  width: 43%;
  padding: 0 10px;
}

/* Authorship */

.author-box {
  padding: 50px 0;
  margin: 0;
}

/* Responsive Design */

@media (max-width: 1550px) {

.content .wrap {
    max-width: 1300px;
}

/* Venue */

  #venue-button {
    max-width: 1300px;
  }
  
  .panel {
    /* width: 1300px; */
  }
}

@media (max-width: 1440px) {

.content .wrap {
    max-width: 1200px;
}

/* Intro */

  .intro {
      padding: 105px 0 80px;
  }
  
  .intro img {
      height: 369px;
  }
  
  .intro p {
      font-size: 22px;
      line-height: 28px;
  }
  
 
}

@media (max-width: 1350px) {

.content .wrap {
    max-width: 1100px;
}   

/* Intro */

  .intro {
      padding: 105px 0 60px;
  }
  
  .intro img {
      height: 329px;
  }
  
 
}

@media (max-width: 1250px) {

.content .wrap {
    max-width: 1000px;
}

/* Intro */

  .intro {
      padding: 80px 0 40px;
  }
  
  .intro p {
      font-size: 20px;
      line-height: 24px;
  } 

/* Event Photos */

  .venue-slider .n2-ss-slider-wrapper-inside,
  .venue-slider .n2-ss-slider-1,
  .venue-slider .n2-ss-slide {
    height: 295px !important;
  }
  
  .venue-slider  .nextend-thumbnail {
    --widget-offset: 27px !important;
  }
  
  .venue-slider .nextend-thumbnail-scroller {
      gap: 27px;
  }  

  .venue-slider .n2-thumbnail-dot img {
      width: 245px !important;
      height: 235px !important;
  }  
  


/* Reviews */ 

  .cta-reviews-flex {
      padding: 0 0 30px;
  }
  
    .review-excerpt, .review-full {
        font-size: 20px;
        line-height: 24px;
    }   
}

@media (max-width: 1150px) {

.content .wrap {
    max-width: 900px;
} 
  
/* Venue */

  #venue-button li {
      width: 30%;
  }  
  
      .venue-tabs li:first-child .tablinks .tabs-title {
        padding-right: 38px;
      }
  
      .venue-tabs li:nth-child(2) .tablinks .tabs-title {
          padding: 0 51px;
      }

      .venue-tabs li:nth-child(3) .tablinks .tabs-title {
          padding-left: 23px;
      } 

/* Reviews */

  .cta-reviews-flex {
      padding: 0 0 20px;
  }
  
    .review-type {
        font-size: 40px;
        line-height: 40px;
    }
    
    .review-content {
        padding: 30px 0 0;
    }    
}

@media (max-width: 1024px) {

.content .wrap {
    max-width: 90%;
}

/* Venue */

  #venue-button {
    max-width: 90%;
  }
  
  .venue-tabs {
      width: 100%;
  }
  
  #venue-button li {
      width: 30%;
      margin: 0 1% 15px;
  }  

    .venue-post:nth-child(even) .dj-content {
        border-radius: 100px 0 100px 0;
    }  

  .dj-title {
    font-size: 41px;
    line-height: 53px;
  }    

      .venue-tabs li:first-child .tablinks .tabs-title {
        padding-right: 68px;
      }
  
      .venue-tabs li:nth-child(2) .tablinks .tabs-title {
          padding: 0 52px;
      }

      .venue-tabs li:nth-child(3) .tablinks .tabs-title {
          padding-left: 54px;
      } 
  
  .panel {
    width: 300%;
  }
  
/* Event Photos */

  .event-images {
    width: auto;
  }
  
  .venue-slider .n2-ss-slider-wrapper-inside,
  .venue-slider .n2-ss-slider-1,
  .venue-slider .n2-ss-slide {
    height: 295px !important;
  }
  
  .venue-slider .nextend-thumbnail-scroller {
      grid-auto-columns: 31% 30% !important;
  }  

  .venue-slider .n2-thumbnail-dot img {
      width: 100% !important;
      height: 205px !important;
  }  
  
/* Venue Details */
  
  .details {
      width: auto;
  }
  
/* Contact Info */
  
  .contact {
    width: auto;
  }   

/* Reviews */

  .cta .wrap {
      max-width: 90% !important;
  }  

  .cta-links {
      width: 53%;
  }

  .cta-links .dj-title {
    font-size: 41px;
    line-height: 53px;
      margin: 0 0 15px;
  }   
}

@media (max-width: 900px) {

/* Intro */

  .intro {
      padding: 60px 0 40px;
  }
  
  .intro img {
      height: 300px;
  }
  
/* Venue */

  #venue-button {
    padding: 0 0 60px;
  }
  
  #venue-button li {
      width: 47%;
  } 

  .dj-title {
      margin: 0 0 28px;
  }  
  
  .venue-tabs {
    flex-direction: column;
    margin: 0;
  }
  
  .venue-tabs li {
      width: 100%;
      margin: 0 0 28px !important;
  }

      .venue-tabs li:last-child {
        margin: 0px !important;
      }
  
  .tablinks {
    text-align: center !important;
    width: 100%;
    margin: 0;
  }
  
  .tabs-title {
      font-size: 28px;
      padding: 0 20px !important;
  }
  
  .panel {
    width: 100%;
    margin: 0 !important;
    padding: 30px 0 0;
  }
  
/* Event Photos */

  .venue-slider .n2-ss-slider-controls {
    display: none;
  }

/* Venue Details */
  
  .detail-info-flex {
    position: relative;
  }
  
  .detail-img {
    position: absolute;
    top: 0;
    width: 25px;
    padding: 4px 0 0;
    margin-right: 0;
  }
  
  .detail-text {
    width: 100%;
  }
  
  .detail-text .detail-title {
    /* font-size: 35px; */
    /* line-height: 40px; */
    margin-left: 40px;
  }
  
  .detail-text li {
    margin: 0 0 0 28px !important;
  }
  
    .detail-text li:last-child {
      margin: 0 0 0 28px !important;
    }
    
/* Contact Info */

  .contact-venue {
      font-size: 24px;
      line-height: 28px;
  }

/* Reviews */

  .cta-reviews-flex {
      flex-direction: column;
      padding: 0;
  }

  .cta-reviews {
    order: 0 !important;
    width: 100%;
    margin: 0 0 10px;
  }  
  
    .review-type {
        font-size: 45px;
        line-height: 45px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        writing-mode: unset;
    }    

    .review-content {
        width: 100%;
        padding: 22px 0 0;
    }  

  .cta-links {
      width: 100%;
  }

  .cta-links .dj-link {
      min-height: auto;
      width: auto;
      padding: 0 10px;
  }  
}

@media (max-width: 768px) {

.content .wrap {
    max-width: 85%;
}

/* Intro */
  
  .intro img {
      height: 439px;
  }

/* Venue */  

  #venue-button {
    max-width: 85%;
  }

  .dj-title {
      line-height: 49px;
  }  

/* Reviews */
    
    .cta .wrap {
        max-width: 85% !important;
    }
    
    .review-type {
        font-size: 35px;
        line-height: 35px;
    }  

  .cta-links .dj-title {
    line-height: 49px;
  }   
}

@media (max-width: 660px) {

/* Intro */

  .intro {
      text-align: center;
  }
  
  .intro p {
      font-size: 18px;
  }
  
/* Venue */

  #venue-button {
    max-width: 85%;
  }

  #venue-button li {
      width: 100%;
      margin: 0 0 15px;
  }

  .venue-post:nth-child(even) .dj-content {
      border-radius: 80px 0 80px 0;
  }
  
/* Venue Details */

  .main-detail-text {
    text-align: center;
    font-size: 18px;
  }

  .detail-info-flex {
    text-align: center;
    flex-direction: column;
  }
  
  .detail-img {
    position: unset;
    padding: 0;
  }
  
  .detail-title {
    text-align: center;
  }

  .detail-text .detail-title {
    margin-left: 0;
  }

  .detail-text p, .detail-text li {
      font-size: 18px;
  }  

  .detail-text li {
    list-style-position: inside;
    margin: 0 !important;
  }

    .detail-text li:last-child {
      margin: 0 !important;
    }

/* Contact Info */

  .contact {
    text-align: center;
  }
  
  .contact-info-flex {
    flex-direction: column;
    justify-content: center;
  }
  
  .contact-img {
    width: auto;
    margin: 0 0 10px;
  }

  .contact-img img {
      vertical-align: middle;
  }
  
  .contact-text {
    width: auto;
  }  

  .contact-text p, .contact-text a {
      font-size: 18px;
  } 

/* Reviews */
    
  .cta-reviews {
    text-align: center;
  }

    .review-background {
        position: unset;
        display: block;
    }  

    .review-type {
        text-align: center;
        margin: -3px 0 0;
    }    

    .review-content {
        padding: 10px 0 0;
    }    
    
    .review-excerpt, .review-full {
        font-size: 18px;
    }   

  .cta-links .dj-link {
      width: 100%;
  }   
}

@media (max-width: 550px) {

/* Venue */

      .venue-post:nth-child(even) .dj-content {
          border-radius: 60px 0 60px 0;
      } 

  .dj-title {
      font-size: 36px;
      line-height: 46px;
  }
  
  .tabs-title {
      font-size: 31px;
  }  

/* Venue Details */
  
  .detail-text .detail-title {
      font-size: 31px;
      line-height: 36px;
  }
    
/* Contact Info */

  .contact-venue {
      font-size: 31px;
      line-height: 36px;
  }  

/* Reviews */

  .cta-links .dj-title {
      font-size: 36px;
      line-height: 46px;
  }  
}

@media (max-width: 450px) {

/* Intro */
  
  .intro img {
      height: 399px;
  }
  
/* Venue */

  .dj-title {
      font-size: 32px;
      line-height: 42px;
  }
  
/* Reviews */

  .cta-links .dj-title {
      font-size: 32px;
      line-height: 42px;
  }   
}

@media (max-width: 350px) {

/* Intro */
  
  .intro img {
      height: 359px;
  }
  
/* Venue */

  .dj-title {
      font-size: 28px;
      line-height: 38px;
  }
  
  .tabs-title {
    font-size: 27px;
  } 

/* Venue Details */
  
  .detail-text .detail-title {
      font-size: 27px;
      line-height: 32px;
  }
    
/* Contact Info */

  .contact-venue {
      font-size: 27px;
      line-height: 32px;
  } 

/* Reviews */

  .cta-links .dj-title {
      font-size: 28px;
      line-height: 38px;
  }  
}