/* Campaign template — page hero, sections, carousel. Loaded only on page-campaign.php */

/* Page hero (campaign + future templates) and legacy thin header — same layout */
.fiec-intro2--thin-header,
.fiec-intro2--page-hero {
  min-height: 320px;
  height: 50vh;
  max-height: 560px;
}

/* Campaign / page hero — extend background under the tilted section (covers skew gap) */
.fiec-intro2--page-hero {
  height: 70vh;
  max-height: 784px;
  padding-bottom: clamp(80px, 8vw, 160px);
  margin-bottom: clamp(-80px, -7vw, -140px);
  z-index: 0;
  background-size: cover;
  background-position: top center;
}

.fiec-intro2--text .fiec-intro2__title {
  position: absolute;
  width: 90%;
  max-width: 1170px;
  left: 50%;
  color: #ffffff;
  font-family: 'Kanit', sans-serif;
  font-weight: 800;
  font-style: italic;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  margin: 0;
}

.fiec-intro2--text .fiec-intro2__title.display-3 {
  top: 42%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.fiec-intro2--text .fiec-intro2__title.display-4 {
  top: 58%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.fiec-intro2--text .fiec-intro2__title:only-of-type {
  top: 50%;
}

.fiec-intro2--image-overlay:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 70%, rgba(0, 0, 0, 0.85) 100%);
}

.fiec-intro2--image-overlay .fiec-intro2__promo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 10px 100px 10px;
  box-sizing: border-box;
  pointer-events: none;
}

.fiec-intro2__promo-picture {
  display: block;
  width: 100%;
  height: 100%;
  max-width: min(1170px, 100%);
  max-height: 100%;
}

.fiec-intro2__promo-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media only screen and (min-width: 576px) {
  .fiec-intro2--thin-header,
  .fiec-intro2--page-hero {
    min-height: 360px;
  }

  .fiec-intro2--page-hero {
    min-height: 400px;
  }

}

.intro2-img1 {
  background: url("../img/stoke-party-rm.png") no-repeat bottom center;
  background: var(--nwuk-theme-intro2-party) no-repeat bottom center;    
}


.carousel-control-next {
  background: none;
  border: none;
  width: 10%;
}

.carousel-control-next-icon {
background: url("../img/carousel-next.png") no-repeat center;
background-size: contain;
width: 30px;
height: 30px;
}

.carousel-control-prev {
  background: none;
  border: none;
  width: 10%;
}

.carousel-control-prev-icon {
background: url("../img/carousel-prev.png") no-repeat center;
background-size: contain;
width: 30px;
height: 30px;
}

.carousel-frame {
  position: relative;
  margin-top:50px;    
  height: 400px;
  z-index: 1;
  overflow: hidden;    
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 450px) {
.carousel-frame {    
  height: 250px;    
}
}

#hero-carousel .carousel-item {
  max-height:400px;    
}

.carousel-item img {
  height:100%!important;    
}
    
.carousel-frame h1,
.fiec-intro h1 {
  position: absolute;
  width: 80%;
  max-width: 1170px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: white;
  font-family: 'Kanit', sans-serif;    
  font-size: 30px;
  font-weight: 800;
  font-style:italic;
  text-align: center;
  text-transform: uppercase;
  z-index:1;    
}

@media only screen and (min-width: 768px) {
  .fiec-intro h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media only screen and (min-width: 1170px) {
  .fiec-intro {
    height: 90vh;
    margin-top:50px;  
    overflow: hidden;
  }
}

.fiec-main-content {
  position: relative;
  z-index: 1;     
  background-color:#ffffff; 
  padding-bottom: 50px;   
}

.fiec-main-bkgd {
position: relative;
z-index: 1;      
padding-bottom: 50px; 
min-height:100vh;
background: rgb(255,255,255);
background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(203,227,242,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(203,227,242,1) 100%);
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(203,227,242,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#cbe3f2",GradientType=1);   
}

/* MODAL THEME */

.modal-backdrop {
    background-color:#064274!important;
    opacity:.9!important;
}

.modal-content {
    background-color: #fff!important;
    border:0!important;
    padding:10px;
}

.modal-header {
    border-bottom: 0!important;
    font-size:16px;
    font-family: 'Kanit', sans-serif;
    font-weight: 100;
    font-style: italic;
    color: #575756;
    text-transform: uppercase;
}

.modal-footer {
    border-top: 0!important;
    justify-content:flex-start;
}

.close {
    color:#1a1a1a!important;
    text-shadow: 0!important;
    margin-bottom:10px;
    opacity:1!important;
    font-size:30px;
}


/* HERO BRAND BANNER */
.fiec-main-hero {
  position: relative;
  z-index: 1;     
  /*background-image:url("/liverpool/wp-content/themes/nwuk-venue-theme/img/nwuk-flair-bkgd.jpg");
  background-position: top;    
  background-repeat: no-repeat;
  background-size: contain;*/
  height:auto;
  width:auto;
  background-color: #181d35;    
}

/*
.fiec-main-hero:after {
    content: "";
    position: absolute;
    z-index: 2;
    bottom:0;
    left:0;    
    height:50%;
    width:100%;
background: rgb(255,255,255);
background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 50%);
background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 50%);
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 50%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);   
}
*/

.footer-container {
  position:relative;
  width: 100%;    
  height:750px;
  z-index:-1; 
  margin-top:-100px;  
  overflow:hidden; 
}

.footer {
    width:100%;
    position:relative;
    bottom:0;
    padding-top:160px;
    height:800px;
    color:#ffffff;
    background-color:#1a1a1a;
    font-family: 'Kanit', sans-serif;
    z-index:-1;
}

.footer p {
    font-family: 'Kanit', sans-serif;
    font-size: 12px;
    margin:10px;
}

.footer a {
    font-family: 'Kanit', sans-serif;
    color:#ffffff;
}

.footer a:hover {
    color:#E1FC04;
}

.nopadding {
    padding:0!important;
}

.skewble {
    margin-top:0;
    padding:2px 2px 1px 0!important;
}

.skew-btn {
  display: inline-block;
  color: #E1FC04;    
  text-transform: uppercase;
  font-family: 'Kanit', sans-serif;
  font-size:24px;    
  font-weight: 800;
  font-style:italic;    
}

.skew-btn:hover {
  color: #E1FC04!important;
  text-decoration: none!important;    
}

.skew-btn:after {
    content: "";
    position: absolute;
    background-image: url("../img/btn-arrow.svg");
    background-image: var(--nwuk-shared-btn-arrow);
    background-repeat: no-repeat;
    background-size: contain;
    width:20px;
    height:20px;
    margin:5px 0 0 8px;     
}

.cfs-hyperlink:hover {
    color:inherit;
    text-decoration: none;
}

.skew-btn-white,
.skew-btn-white a {
  display: inline-block;
  color: #ffffff!important;    
  text-transform: uppercase;
  font-family: 'Kanit', sans-serif;
  font-size:20px;    
  font-weight: 800;
  font-style:italic;    
}

.skew-btn-white:after {
    content: "";
    position: absolute;
    background-image: url("../img/btn-arrow-white.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width:20px;
    height:16px;
    margin:5px 0 0 8px;     
}
 
.hover:hover {
  opacity: .8;
  transition: opacity .50s ease-in-out;
  -moz-transition: opacity .50s ease-in-out;
  -webkit-transition: opacity .50s ease-in-out; 
  text-decoration:none;    
}

.party-list {
  color: #212529;    
  list-style:disc;
  font-family: 'Kanit', sans-serif; 
  padding-left:20px;    
}

.map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


#page_container {
  margin-top: 15px;
  margin-bottom: 15px;
}

#accordion_search_bar_container {
  position: relative;
}
#accordion_search_bar_container:after {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
#accordion_search_bar_container #accordion_search_bar {
  display: block;
  margin: 10px auto;
  width: 100%;
  padding: 20px;
  border: 1px solid #cacaca;
  border-radius: 2px;
}

.panel-title a {
  display: block;
  color: #fff;
  padding:20px;
  border:none; 
  border-radius: 2px; 
  background-color:#BA0728;     
}

.panel-title a:hover {
  color: #bf002b;    
  background-color:#fff; 
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;    
}

#wpadminbar {
    top:auto;
    bottom:0;
}

/* Opening Times */

.business-hours {
padding: 20px 14px 4px 14px;
margin-top: 10px;
position: relative;
background-image: url("../img/time-hero.png");
background-image: var(--nwuk-theme-time-hero);
background-size: cover;
}
.business-hours .title {
font-size: 20px;
color: #fff;
text-transform: uppercase;
padding-left: 5px;
border-left: 4px solid #bf002b; 
}
.business-hours li {
color: #fff;
line-height: 30px;   
/*border-bottom: 1px solid #333;*/ 
}
.business-hours li:last-child {
border-bottom: none; 
}
.business-hours .opening-hours li.today {
color: #bf002b; 
}

.list-styled {
    display: flex-wrap;
}

.list-styled li {
    margin:0 20px;
    display: inline-block;
}


.splash-logo {
    position: relative;
    width:180px;
    margin:-40px auto 0 auto;
    z-index:3;
}

@media only screen and (max-width: 450px) {   
.splash-logo {
    width:180px;
    margin:-40px auto 0 auto;
    z-index:3;
}
}

.splash-hero {
    position: absolute;
    width:400px;
    bottom:0;
    left:40px;
    z-index:99;
}

@media only screen and (max-width: 450px) {
.splash-hero {
    width:100%;    
    bottom:0;
    left:auto;
}
.splash-hero img {
    padding:5%;
}     
}

/*HERO VIDEO*/

.hero-video {
  position: relative;
  background-color: #ffffff;
  height: 90vh;
  width: 100%;
  overflow: hidden;
}

.hero-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); 
}

.hero-video .container {
  position: relative;
  z-index: 1;
}

.hero-video .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;    
  background: 000000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 1) 85%);   
  z-index: 1;
}

@media only screen and (max-width: 450px) {
.hero-video {
  position: relative;
  background-color: #ffffff;
  height: 80vh;
  width: 100%;
  overflow: hidden;
  margin-top:50px;    
}
.hero-video video {
  height: 300px;
}    
}

.long {
display:block;    
}

.short {
display:none;    
}

@media only screen and (max-width: 480px) {
.long {
display:none;    
}

.short {
display:block;    
}
}

.rounds {
  border-radius: .325rem;
}

.nav-pills .nav-link {
  background: #07077F!important;
  color:#fff!important;
}

.nav-pills .nav-link.active {
  background: #BA0728!important;
}

.nav-link {
  padding:.5rem!important;
}

.skewbles {
    padding:2px 8px;
    background:#BA0728;
    color:#fff;
    border-radius: .375rem;
}



/* Campaign page */
.nwuk-park-booking {
  margin: 0 auto 48px;
  max-width: 960px;
  padding: 28px 32px 32px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}

.nwuk-campaign-intro + .row .nwuk-campaign-booking-banner,
.nwuk-campaign-intro-extra + .row .nwuk-campaign-booking-banner {
  margin-bottom: 100px;
}

.nwuk-campaign-booking-banner__row {
  margin: 0;
}

.nwuk-campaign-booking-banner__col {
  display: flex;
  align-items: stretch;
}

.nwuk-campaign-booking-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 4px 12px;
}

.nwuk-campaign-booking-banner--dual .nwuk-park-booking__title {
  font-size: 22px;
}

@media only screen and (min-width: 768px) {
  .nwuk-campaign-booking-banner--dual .nwuk-campaign-booking-banner__col + .nwuk-campaign-booking-banner__col .nwuk-campaign-booking-item {
    border-left: 1px solid rgba(7, 7, 127, 0.12);
  }
}

@media only screen and (max-width: 767px) {
  .nwuk-campaign-booking-banner--dual .nwuk-campaign-booking-banner__col + .nwuk-campaign-booking-banner__col {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid rgba(7, 7, 127, 0.12);
  }

  .nwuk-campaign-booking-banner--dual .nwuk-park-booking__title {
    font-size: 20px;
  }
}

.nwuk-park-booking__title {
  margin: 0 0 24px;
  color: #07077f;
  font-family: 'Kanit', sans-serif;
  font-size: 28px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.1;
}

.nwuk-park-booking__action {
  flex: 0 0 auto;
  text-align: center;
}

.nwuk-park-booking a.nwuk-park-booking__btn,
.nwuk-park-booking__btn {
  display: inline-block;
  min-width: 200px;
  height: 56px;
  padding: 0 32px;
  border: none;
  border-radius: 999px;
  background: #e1fc04;
  color: #07077f !important;
  font-family: 'Kanit', sans-serif;
  font-size: 20px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  line-height: 56px;
  text-decoration: none !important;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
}

.nwuk-park-booking a.nwuk-park-booking__btn:hover,
.nwuk-park-booking a.nwuk-park-booking__btn:focus,
.nwuk-park-booking__btn:hover,
.nwuk-park-booking__btn:focus {
  background: #dffa03;
  color: #07077f !important;
  outline: none;
  transform: translateY(-1px);
  text-decoration: none !important;
}

.nwuk-campaign-intro {
  margin-bottom: 48px;
  padding-top: 40px;
}

.nwuk-campaign-intro__copy {
  text-align: left;
}

.nwuk-campaign-intro__title {
  margin: 0 0 12px;
  font-family: 'Kanit', sans-serif;
  font-size: 32px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  color: #ffffff;
}

.nwuk-campaign-intro__subtitle {
  margin: 0 0 20px;
  font-family: 'Kanit', sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  color: #e1fc04;
}

.nwuk-campaign-intro__text {
  margin: 0 0 32px;
  max-width: 100%;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
}

.nwuk-campaign-intro__text p:last-child {
  margin-bottom: 0;
}

.nwuk-campaign-intro__aside {
  min-height: 1px;
}

.nwuk-campaign-intro__img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.nwuk-campaign-intro-extra {
  margin-bottom: 0;
}

.nwuk-campaign-intro-extra__row {
  margin-bottom: 48px;
}

.nwuk-campaign-intro-extra__copy {
  text-align: left;
}

.nwuk-campaign-intro-extra__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #ffffff;
}

.nwuk-campaign-intro-extra__text p:last-child {
  margin-bottom: 0;
}

.nwuk-campaign-intro-extra__aside {
  text-align: center;
}

.nwuk-campaign-intro-extra__img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.nwuk-campaign-how__media {
  margin: 0 auto 48px;
  max-width: 100%;
}

.nwuk-campaign-how__video {
  margin-bottom: 0;
  background: #000000;
}

.nwuk-campaign-how,
.nwuk-campaign-prizes {
  padding: 60px 0 20px;
  text-align: center;
  color: #ffffff;
}

.nwuk-campaign-how__heading {
  margin: 0 0 40px;
  font-family: 'Kanit', sans-serif;
  font-size: 32px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  color: #ffffff;
}

.nwuk-campaign-how__cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px 20px;
}

.nwuk-campaign-how__card {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 12px;
  margin-bottom: 24px;
}

.nwuk-campaign-step {
  height: 100%;
  padding: 24px 20px;
  background: rgba(255, 255, 255, 0.12);
  border: 2px solid rgba(225, 252, 4, 0.35);
  text-align: center;
}

.nwuk-campaign-step__title {
  margin: 0 0 8px;
  font-family: 'Kanit', sans-serif;
  font-size: 22px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  color: #e1fc04;
}

.nwuk-campaign-step__subtitle {
  margin: 0 0 12px;
  font-family: 'Kanit', sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  color: #ffffff;
}

.nwuk-campaign-step__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #ffffff;
}

.nwuk-campaign-weekly {
  padding: 60px 0 80px;
  text-align: center;
  color: #ffffff;
}

.nwuk-campaign-weekly__heading {
  margin: 0 0 12px;
  font-family: 'Kanit', sans-serif;
  font-size: 32px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  color: #ffffff;
}

.nwuk-campaign-weekly__subtitle {
  margin: 0 0 40px;
  font-family: 'Kanit', sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  color: #e1fc04;
}

.nwuk-campaign-offers {
  padding: 60px 0 80px;
  text-align: center;
  color: #ffffff;
}

.nwuk-campaign-offers__heading {
  margin: 0 0 40px;
  font-family: 'Kanit', sans-serif;
  font-size: 32px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  color: #ffffff;
}

.nwuk-campaign-offers__grid {
  max-width: 1170px;
  margin: 0 auto;
}

.nwuk-campaign-offers__item {
  margin-bottom: 24px;
}

.nwuk-campaign-offers__link {
  display: block;
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.15s ease;
}

.nwuk-campaign-offers__link:hover,
.nwuk-campaign-offers__link:focus {
  opacity: 0.92;
  transform: translateY(-2px);
  text-decoration: none;
}

.nwuk-campaign-offers__img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.nwuk-weekly-carousel-row {
  overflow: visible;
}

.nwuk-weekly-carousel-row > .col-md-10 {
  overflow: visible;
}

.nwuk-weekly-carousel-wrap {
  position: relative;
  overflow: visible;
}

.nwuk-weekly-carousel {
  position: relative;
  margin: 0 auto;
  overflow: visible;
}

.nwuk-weekly-carousel .owl-stage-outer {
  overflow: visible;
}

.nwuk-weekly-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.nwuk-weekly-carousel .owl-item .item {
  opacity: 0.8;
  transform: scale(0.9);
  transform-origin: center center;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.nwuk-weekly-carousel .owl-item.center .item {
  opacity: 1;
  transform: scale(1);
}

.nwuk-weekly-carousel__img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.nwuk-weekly-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: 0;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 3;
}

.nwuk-weekly-carousel .owl-nav button.owl-prev,
.nwuk-weekly-carousel .owl-nav button.owl-next {
  position: absolute;
  pointer-events: auto;
  background: transparent !important;
  border: none;
  color: #e1fc04;
  font-size: 0;
  line-height: 1;
  padding: 0;
  margin: 0;
}

.nwuk-weekly-carousel .owl-nav button.owl-prev {
  left: -56px;
}

.nwuk-weekly-carousel .owl-nav button.owl-next {
  right: -56px;
}

.nwuk-weekly-carousel .owl-nav button span {
  display: block;
  font-family: 'Kanit', sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
  padding: 8px 4px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

.nwuk-weekly-carousel .owl-nav button:hover span,
.nwuk-weekly-carousel .owl-nav button.owl-next:focus span,
.nwuk-weekly-carousel .owl-nav button.owl-prev:focus span {
  color: #ffffff;
}

@media only screen and (min-width: 576px) {
  .nwuk-campaign-how__card {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .nwuk-campaign-how__card {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

@media only screen and (max-width: 991px) {
  .nwuk-campaign-intro {
    padding-top: 24px;
  }

  .nwuk-campaign-intro__title {
    font-size: 26px;
  }

  .nwuk-campaign-intro__aside {
    margin-top: 24px;
  }

  .nwuk-campaign-intro__img {
    margin-left: auto;
    margin-right: auto;
  }

  .nwuk-campaign-intro-extra__aside {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .nwuk-park-booking {
    padding: 22px 20px 24px;
  }

  .nwuk-park-booking__title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .nwuk-park-booking__btn {
    width: 100%;
    min-width: 0;
  }

  .nwuk-campaign-how__heading {
    font-size: 26px;
    margin-bottom: 28px;
  }

  .nwuk-campaign-how {
    padding-top: 40px;
  }

  .nwuk-campaign-weekly__heading {
    font-size: 26px;
  }

  .nwuk-campaign-offers__heading {
    font-size: 26px;
    margin-bottom: 28px;
  }

  .nwuk-campaign-offers {
    padding: 40px 0 60px;
  }

  .nwuk-campaign-weekly {
    padding: 40px 0 60px;
  }

  .nwuk-weekly-carousel-row {
    overflow: hidden;
  }

  .nwuk-weekly-carousel-wrap {
    padding: 0 52px;
    max-width: 100%;
  }

  .nwuk-weekly-carousel .owl-stage-outer {
    overflow: hidden;
  }

  .nwuk-weekly-carousel .owl-nav button.owl-prev {
    left: -44px;
  }

  .nwuk-weekly-carousel .owl-nav button.owl-next {
    right: -44px;
  }

  .nwuk-weekly-carousel .owl-nav button span {
    font-size: 32px;
    padding: 4px 2px;
  }

  .nwuk-weekly-carousel .owl-item .item {
    transform: scale(0.92);
  }
}

@media only screen and (max-width: 575px) {
  .nwuk-weekly-carousel-wrap {
    padding: 0 44px;
  }

  .nwuk-weekly-carousel .owl-nav button.owl-prev {
    left: -36px;
  }

  .nwuk-weekly-carousel .owl-nav button.owl-next {
    right: -36px;
  }

  .nwuk-weekly-carousel .owl-nav button span {
    font-size: 28px;
  }
}