/*
Theme Name: NPF v1.0
*/


button > * {
  pointer-events: none;
}

/* 
STRUCTURE
 */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(assets/images/bg.webp) top center / cover no-repeat;
    z-index: -1;
}
.header.navStuck {

}
.no-padding{
  padding:0;
}
/*
HEADER BRANDING

*/
.header-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 500;
  padding: 1rem 1rem;
}

@media (min-width: 992px) {
  .header-branding {
    padding: 1rem 2rem;
  }
}

.header-branding .brand-logo {
  width: 150px;
  fill: #fff;
  text-align: right;
  position: absolute;
    right: 15px;
    top: 18px;
}
nav.desktop{
    position: absolute;
    right:0px;
    border-bottom: 7px solid black;
    padding-bottom: 10px;
}
nav.desktop li {
  padding:0 15px 0 0;
}

nav.desktop li ul {
	display:none;
	margin:0;
	position:absolute;
	z-index:100;
	width:180px;
	padding:10px;
    background: var(--pink);
}

nav.desktop li ul li {
	margin:0;
	padding:0;
	min-width: 100px;
	background: var(--pinkod);
}
nav.desktop li ul li a{
	padding: 5px;
	display: block;
  font-size:16px;
  line-height: 1.1;
}
nav.desktop li ul ul {
	top:0;
	left:100%;
}
nav.desktop ul li:hover > ul {
	border-left:0;
	display:block;
}

.nav-link {
    display: inline-block;
}

.nav-link a{
    color: #000;
    text-transform: uppercase;
    transition: all ease-in-out .3s;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
}
.nav-link a:hover{
 
}
.header.navStuck .nav-link a{
    color: #000;
}

/* 
SLICK SLIDER
 */
.slick-slider .card {
  height: 512px;
  border: none;
  border-radius: 0;
  background: #000;
  /* Fallback for browsers that do not support Custom Properties */
}
.slick-slider a:hover {
  text-decoration: none !important;
}
.slick-slider .img-wrapper {
  width: 100%;
  height: 100%;
}

.slick-slider .card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}
.slick-slider .card-img-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem;
}
.slick-slider .card-body {
  z-index: 10;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
      font-size: 1.5rem;
    line-height: 2rem;
}
.slider-wrapper {
  position: relative;
  top: 60px;
  left: 0;
  height: 512px;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 45px;
  height: 70px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 60px;
  line-height: 1;
  opacity: 1;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 10px;
  z-index: 1;
}

.slick-prev:before {
  content: '';
}

.slick-next {
  right: 10px;
  left: initial;
}

@media (min-width: 768px) {
  .slick-next {
    right: 20px;
  }
}

@media (min-width: 992px) {
  .slick-next {
    right: 50px;
  }
}

.slick-next:before {
  background: url("assets/images/arrowRight.png") no-repeat;
  background-size: contain;
  content: '';
  display: block;
  width: 45px;
  height: 70px;
  line-height: 0;
}
.slick-prev:before {
  background: url("assets/images/arrowLeft.png") no-repeat;
  background-size: contain;
  content: '';
  display: block;
  width: 45px;
  height: 70px;
  line-height: 0;
}

:root {
    --pink: #ec74aa;
	--black: rgb(0,0,0);
    --black-trans: rgba(0,0,0,0.85);
    --white-trans: rgba(255,255,255,0.8);
	--grey: rgb(181, 181, 181);
	--greylight:#F2F2F2;
	--yellow: #f8d44c;
  --green:#2C983C;
	--orange: #EE7203;
	--blue: #2EBFFF;
	--blueod:#6E7DB5;
	--pinkod:#ec74aa;
	--title-font: "Hanken Grotesk", sans-serif;
	--body-font:"Hanken Grotesk", sans-serif;
  --corner-size: 20px;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin:0;
	padding:0;
	border:0;
	vertical-align:baseline;
	background:transparent;
}
html {
	scroll-behavior: smooth;
	scroll-padding-top: 90px;
}
body {
    line-height: 1.3;
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 400;
    position: relative;
}

body::before {
    content: '';
    position: fixed;
    inset: 0;
    background: url('assets/images/bg.webp') top center no-repeat;
    background-size: cover;
    z-index: -1;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:600;
	clear:both;
}

ol,ul {
	list-style:none;
}

blockquote {
	quotes:none;
}

blockquote:before,blockquote:after {
	content:'';
	content:none;
}

del {
	text-decoration:line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:collapse;
	border-spacing:0;
}

a img {
	border:none;
}
p strong{
	font-weight: bold;
}

/***************************** CSS Reset - Find ****************************************/
/* =Fonts
-------------------------------------------------------------- */

h3#comments-title,h3#reply-title,#access .menu,#access div.menu ul,#cancel-comment-reply-link,.form-allowed-tags,#site-info,#site-title,#wp-calendar,.comment-meta,.comment-body tr th,.comment-body thead th,.entry-content label,.entry-content tr th,.entry-content thead th,.entry-meta,.entry-title,.entry-utility,#respond label,.navigation,.page-title,.pingback p,.reply,.widget-title,.wp-caption-text,input[type=submit] {
	font-family: 'Gilroy-ExtraBold', sans-serif;
}

pre {
	font-family:"Courier 10 Pitch",Courier,monospace;
}

code {
	font-family:Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
}
h1, h2{
	font-family: var(--title-font);
}
p{
font-family: var(--body-font);
padding-bottom: 17px;
font-size: 17px;
}
h1{
	font-size: 32px;
	padding-bottom: 20px;
  font-weight: 700;
}
h2{
	font-size: 22px;
	padding-bottom: 20px;
    font-weight: 600;
}
.padding-top-80{
	padding-top: 80px;
}
hr {
    margin-bottom: 20px;
    border: 0;
    height: 3px;
    background: url(assets/images/bg.webp) top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    opacity: 1;
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
    outline: none;
}
.npf-body-content{
  padding: 0 30px 30px;
}
.npf-further-content, .npf-sidebar-field{
  padding: 0 30px 30px 0;
}
.npf-section-label, .npf-performers, .npf-spacer{
  padding-left:30px;
}
.npf-section-label{
  font-weight: 700;
  padding-bottom:0;
}
.section-internal-padding{
  padding:35px !important;
}
.row-thin{
  max-width: 800px;
  margin: 0 auto !important;
  display: block;
}
.tg-dropdown-holder {
    border: 1px solid #DDDDDD;
    background: #fff;
    margin-bottom: 20px !important;
}
.tg-grid-holder.tg-layout-masonry {
    display: flex !important;
    flex-wrap: wrap !important;
    height: auto !important; 
    gap:20px;
}

.tg-grid-holder.tg-layout-masonry .tg-item {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    display: flex !important;
    height: auto !important;
    background: #fff;
}

.tg-grid-holder.tg-layout-masonry .tg-item-inner {
    flex: 1;
}
#field_8_6{
  font-size:13px;
}
.gform_validation_errors.validation_error{
  display: none;
}
body .gform_legacy_markup_wrapper li.gfield.gfield_error {
    background-color: transparent;
    margin-bottom: 6px !important;
    border-top: 0px solid #c89797;
    border-bottom: 0px solid #c89797;
    padding-bottom: 6px;
    padding-top: 8px;
    box-sizing: border-box;
}
body .gform_legacy_markup_wrapper .gfield_error .gfield_label, body .gform_legacy_markup_wrapper .validation_message, .gform_legacy_markup_wrapper li.gfield_error div.ginput_complex.ginput_container label, .gform_legacy_markup_wrapper li.gfield_error ul.gfield_checkbox, .gform_legacy_markup_wrapper li.gfield_error ul.gfield_radio {
    color: var(--pink) !important;
}
body .gform_legacy_markup_wrapper .field_description_below .gfield_description {
    padding-top: 0;
}
body .gform_legacy_markup_wrapper .gfield_required {
    color: var(--pink);
    margin-left: 2px;
}
.npf-badge{
  border: 1px solid var(--pink);
  color: var(--pink);
  font-size: 14px;
  padding:0px 10px;
  margin-top:10px;
}
.container.head-clear{
	margin-top: 110px;
	margin-bottom: 70px;
}
.logged-in header, .logged-in .nav-wrapper {
    position: fixed;
    top: 30px;
    z-index: 200;
}
.bg-black, .bg-black-trans {
  color: #fff !important;
}
.bg-black-trans {
  background: var(--black-trans);
}
.home .vc_box_border_grey .vc_single_image-img {
    border-radius: 50%;
    object-fit: cover;
    transform: scale(1.08);
}
.home .vc_box_border_grey {
    border-radius: 50%;
    overflow: hidden;
   max-width: 340px !important;
}
.page-intro{
  padding: 20px 20px;
  margin-bottom: 30px;
}
.page-intro h1{
  padding-bottom: 10px;
  color: var(--pink);
}


.npf-swiper {
    width: 100%;
    height: 560px;
    margin-bottom: 20px;
}

.swiper-slide {
    position: relative;
    overflow: hidden;
}

.npf-slide-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.npf-slider__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.npf-slider__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.2) 60%, transparent 100%);
    pointer-events: none;
}

.npf-slider__content {
    position: absolute;
    bottom: 48px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    width: 90%;
    max-width: 800px;
    pointer-events: none;
}

.npf-slider__title {
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 700;
    margin: 0;
    line-height: 1.15;
    color: #fff;
}

.npf-slider__meta {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.npf-slider__date,
.npf-slider__location {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    background: #e8368f;
    color: #fff;
    padding: 6px 14px;
    border-radius: 0;
}

.swiper-button-prev,
.swiper-button-next {
    color: #fff;
    background: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 0px solid #fff;
    transition: background 0.2s, border-color 0.2s;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: none;
    border-color: transparent;
}

body .swiper-button-prev::after,
body .swiper-button-next::after {
    font-size: 27px !important;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 0.6;
    width: 10px;
    height: 10px;
}

.swiper-pagination-bullet-active {
    background: #e8368f;
    opacity: 1;
}

.npf-swiper {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
}

.home .vc_row {
   margin-left: 0;
   margin-right:0;
}

body .wpgb-facet .wpgb-checkbox-facet .wpgb-checkbox-control {
    border-radius:0;
    border: 1px solid #fff;
    height: 15px;
    width: 15px;
    margin-top: 2px;
}
body .wpgb-facet .wpgb-checkbox-facet .wpgb-checkbox[aria-pressed=true] .wpgb-checkbox-control {
    background: var(--pink);
    border-color: var(--pink);
}
body .wp-grid-builder .wpgb-card .wpgb-card-body {
	padding: 16px 16px 5px;
  background: var(--black-trans);
  transition: all .2s ease-in-out !important;
}
body .wp-grid-builder .wpgb-card .wpgb-card-footer{
  padding: 0px 16px 16px;
  background: var(--black-trans);
  transition: all .2s ease-in-out !important;

}
.wp-grid-builder .wpgb-card .wpgb-card-body h3{
	font-family: var(--title-font);
    line-height: 1.1 !important;
}
.wp-grid-builder .wpgb-card .wpgb-card-body .wpgb-block-4, .wp-grid-builder .wpgb-card .wpgb-card-body .wpgb-block-3, .wp-grid-builder .wpgb-card .wpgb-card-body .wpgb-block-2{
	font-family: var(--body-font);
	font-size: 15px;
}
.wp-grid-builder .wpgb-card.media-yellow .wpgb-card-body h3, .wp-grid-builder .wpgb-card.media-yellow .wpgb-card-body .wpgb-block-4, .wp-grid-builder .wpgb-card.media-yellow .wpgb-card-body .wpgb-block-3{
}
.wp-grid-builder .wpgb-card.music-blue .wpgb-card-body h3, .wp-grid-builder .wpgb-card.music-blue .wpgb-card-body .wpgb-block-4, .wp-grid-builder .wpgb-card.music-blue .wpgb-card-body .wpgb-block-3{
}
.wp-grid-builder .wpgb-card .wpgb-card-body .wpgb-block-2{
	padding: 0px 0 5px;
	font-size: 20px;
    color: var(--pink);
}
body .wp-grid-builder .wpgb-card .wpgb-card-body {
    
}

.wp-grid-builder .wpgb-card .wpgb-card-inner:hover .wpgb-card-body .wpgb-block-4, .wp-grid-builder .wpgb-card .wpgb-card-inner:hover .wpgb-card-body .wpgb-block-3, .wp-grid-builder .wpgb-card .wpgb-card-inner:hover .wpgb-card-body .wpgb-block-6{
	color: #fff !important;
	text-decoration: none !important;
}
body .wp-grid-builder .wpgb-card:hover .wpgb-card-body h3 {
    color: var(--pink);
}
.wpgb-facet .wpgb-button {
    background:none !important;
    border: none !important;
    padding:0 !important;
    outline: none !important;
}
.wpgb-facet, body .wpgb-facet.wpgb-loading {
    opacity: 1 !important;
    position: relative;
    background: #000;
}
.wpgb-facet.wpgb-facet-4{
  background: none;
  margin: 0;
}
body .wpgb-facet {
    padding: 15px;
    color: #fff;
    margin: 0 20px 20px 0;
}
@media only screen and (max-width:767px){
body .wpgb-facet {
    margin: 0 0 20px 0;
}
}
body .wpgb-facet .wpgb-facet-title {
    color: var(--pink);
    margin-bottom:15px;
    font-weight: 700;
}
.wpgb-facet>fieldset:last-child {
    margin-bottom: 10px !important;
}
.wpgb-facet .wpgb-button-label {
    padding: 4px 10px 4px 0px !important;
    word-break: break-word;
    font-family: var(--title-font);
    font-size: 30px !important;
    color: #000033 !important;
}
body .wpgb-facet .wpgb-checkbox-label{

font-size: 15px;
}
.wpgb-facet .wpgb-button[aria-pressed="true"] .wpgb-button-label {
    outline: none !important;
}
body .wp-grid-builder .wpgb-card-1 .wpgb-block-1, body .wp-grid-builder .wpgb-card-1 .wpgb-block-3 {
    color: #fff;
    font-size: 15px;
    line-height: 1.1;
    font-weight: 300;
    display: inline;
    padding-right: 7px;
}
body .wp-grid-builder .wpgb-card-1 .wpgb-block-1{
    border-right:1px solid #fff;
    margin-right: 7px;
   
}
body .wp-grid-builder .wpgb-card-1 .wpgb-block-3{
  
}
.wpgb-facet.wpgb-facet-2 .wpgb-button-label {
    padding: 4px 10px 4px 0px !important;
    word-break: break-word;
    font-family: var(--title-font);
    font-size: 20px !important;
    color: #000033 !important;
}
.wpgb-facet .wpgb-inline-list li {
    margin: 0 8px 0px 0 !important;
}
.wpgb-facet.wpgb-facet-2 .wpgb-inline-list li {
    margin: 0 8px 0px 0 !important;
}
.wpgb-facet.wpgb-facet-2{
	margin-bottom: 30px !important;
}

.wpgb-facet .wpgb-search-facet input[type="search"], .wpgb-facet .wpgb-autocomplete-facet input[type="search"] {
    padding: 6px 32px;
    border-radius: 20px !important;
    border-color: #000;
    font-family: var(--title-font) !important;
    text-transform: uppercase;
    height: 30px !important;
    min-height: 30px !important;
    font-size: 14px !important;
    min-width: 230px;
    border-width: 1px !important;
}

.wpgb-facet .wpgb-select {
    border-color: #000 !important;
    border-radius: 20px !important;
}
.wpgb-facet select.wpgb-select+.wpgb-select-controls {
    fill: #000 !important;
}
.wpgb-facet .wpgb-input-icon, .wpgb-facet .wpgb-clear-button, .wpgb-facet .wpgb-select button, .wpgb-facet .acplt-clear, .wpgb-facet .wpgb-hierarchy .wpgb-hierarchy-control, .wpgb-facet .wpgb-rating-reset .wpgb-rating-control{
	color: #000 !important;
}
.wpgb-facet select.wpgb-select{
	font-family: var(--title-font);
	text-transform: uppercase;
	height: 30px !important;
    min-height: 30px !important;
    font-size: 14px !important;
    padding-top: 3px !important;
    min-width: 230px;
    border-width: 1px !important;
}
.wpgb-facet.wpgb-facet-5{
	display: block !important;
	position: absolute !important;
	right:0;
	top: -5px;
}

.wpgb-inline-list li:first-child .wpgb-button-label{
	text-transform: uppercase;
    font-size: 14px !important;
    border: 1px solid #000;
    padding: 4px 11px 2px !important;
    border-radius: 13px;
    margin-right: 10px;
}
body .wpgb-facet .wpgb-input-icon {
stroke: #fff;
}
.wpgb-area.wpgb-area-top-1{
	display: block !important;
	flex-wrap: nowrap !important;
}
.wp-grid-builder .wpgb-area-top-1>div, .wp-grid-builder .wpgb-area-top-2>div {
    position: relative;
    -ms-flex: none !important;
    flex: none !important;
    max-width: 100% !important;
    clear: both;
    z-index: 111;
    position: relative;
}
body .wpgb-facet .wpgb-search-facet input[type="search"], .wpgb-facet .wpgb-autocomplete-facet input[type="search"] {
    padding: 0px 0px;
    border-radius: 0px !important;
    border-color: #fff;
    font-family: var(--title-font) !important;
    text-transform: uppercase;
    height: 30px !important;
    min-height: 30px !important;
    font-size: 16px !important;
    min-width: 230px;
    color: #fff;
    border: none;
    border-bottom:1px solid #fff;
}
body .wpgb-facet .wpgb-input-icon {
height: 16px;
left: 0;
margin: 0 8px 0 0px;
}
body .wpgb-facet .wpgb-search-facet input[type="search"]::placeholder {
    color: #fff;
    opacity: 1;
}
.wpgb-facet button.wpgb-button {
        height: auto;
    max-height: unset;
    margin: 30px 0 0 !important;
    padding: 5px 36px !important;
    color: #fff !important;
    border: 0px solid #000 !important;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
    color: white;
    cursor: pointer;
    font-style: unset;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0;
    text-decoration: unset;
    -webkit-appearance: none;
    transition: all ease 0.25s;
    background: transparent !important;
    font-family: var(--title-font);
    text-transform: uppercase !important;
    background: #000 !important;
}
.wpgb-facet button.wpgb-button:hover {

    color: white !important;
    background: #000 !important;
}

.slider-circle h2 {
    padding-bottom: 0px !important;
}
.event-header{
	padding-top: 60%;
}
button{
	outline: none;
}
.header-branding {
    padding: 1rem .9rem;
}

.header-branding img {
  max-width: 170px;
}
.npf-hero{
  min-height: 400px;
  margin-bottom:40px;
  background-size:contain;
  padding-top: 66%;
  position: relative;
}
.npf-hero-content {
   position: absolute;
   bottom: 67px;
   background: var(--black);
   padding: 10px 20px;
   right: -30px;
}
.npf-hero-content h1{
  color: var(--pink);
  font-size: 34px;
  padding-bottom:0;
  font-weight: 600;
}
.hamburger {
	outline: none;
	}
.hamburger-box {
    margin-left: 6px;
    }
.nav-vertical a {
    color: black;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 2rem;
    padding: 0 .7rem;
    white-space: nowrap;
}
.nav-vertical a:hover {
    font-style: normal;
	color: var(--pink);
}

.footerLogo img{
	width: 100%;
}
.header-branding .brand-logo svg {
    height: 40px;
}
.iwod-logo{
	max-width: 200px;
	padding-bottom: 30px;
}
.iwod-logo img{
	width: 100%;
}
.iwod-intro h2{
	color: #fff;
	font-size: 30px;
}
.iwod-intro p{
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
}
.page-template-page-oddrill .iwod-logo {
    max-width: 130px;
    padding-bottom: 10px;
}
.iwod-intro p{
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
}
.iwod-intro h2{
    font-size: 40px;
    color: #fff;
    margin: 10px 0 10px;
}
.odBlock{
	position: relative;
	z-index: 2;
}
.odImage{
	min-height: 270px;
}
.odImage.topped{
	position: absolute;
	top: 0;
	width: 100%;
}
.odImage img{
	width: 100%;
	height: 100%;
}
.iwod-logo{
	max-width: 200px;
	padding-bottom: 30px;
}
.iwod-logo img{
	width: 100%;
}
.iwod-links p{
	font-family: var(--title-font);
	color: #000;
	font-size: 20px;
}
.iwod-links p a{
	font-family: var(--title-font);
	color: #000;
	padding-right:15px;
}
.iwod-links{
	padding-bottom: 30px;
}
.iwod-links p a:hover{
	color: var(--greylight);
	text-decoration: none;
}
.page-id-3846 .iwod-links p a.third, .page-id-3845 .iwod-links p a.second, .page-id-3844 .iwod-links p a.first{
	color: var(--white);
}


.remodal-close {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    overflow: visible;
    width: 35px;
    height: 35px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    text-decoration: none;
    color: #fff;
    border: 0;
    outline: 0;
    background: transparent;
    z-index: 1;
}
.remodal {
    max-width: 1100px !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
}
.home-whats-on{
	padding: 50px 0;
}
.homeHeaderBg{
	padding-bottom: 20px;
	padding-top: 130px;
}
.home-on-demand{
	background: var(--pinkod);
	padding: 50px 0;
}
.home-on-demand.recentBg{
	background: var(--blue);
	padding: 50px 0;
}
.home-on-demand.recentBg h2{
	margin-top: 0;
}
.home-on-demand h1{
	color: #fff;
	text-decoration: underline;
	margin-bottom: 20px;
}
.home-footer{
	background: #000;
	padding: 30px 0;
}
.page-template-holding .home-footer{
	display: none;
}
.footerLogo{
	float: right;
	max-width: 150px;
	margin-right: 20px;
}
.footerMenu{
	float: left;
	margin-left: 20px;
	padding-top: 30px;
}
.footerMenu p, .footerMenu a{
	color: #fff;
  
}
.footerMenu a{
  color: #fff;
  text-decoration: none;
}
.footerMenu p{
	font-size: 13px;
}
.home-whats-on h2 {
    font-size: 3em;
    text-decoration: underline;
    }
.slider-wrapper {
    position: relative;
    margin-top: 60px;
    left: 0;
    top: inherit;
    height: 512px;
    max-width: 1120px;
    margin: 0 auto;
}
.card-text:last-child {
    margin-bottom: 0;
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
}
.card-text:first-child {
    text-decoration: underline;
}


.nav-wrapper {
    height: 50px;
}
.nav-wrapper__desktop {
    display: block;
}
.hamburger {
    width: 60px;
    }
.nav-vertical .nav-link {
    padding: 0.5rem 0.2rem;
}
.main-content {
    margin-top: 116px;
    margin-bottom:80px;
}
/*
SINGLE EVENT
*/
.single article{
  background: var(--black-trans);
  color: #fff;
  left: -20px;
}
.npf-sidebar-field .label{
  padding-bottom:0;
  font-weight: 800;
  color: var(--pink);
}
.npf-sidebar-field .value{
  padding-bottom:5px;
}
.npf-sidebar{
  padding-bottom:45px;
}
.lineUpHead{
}
.header-block{
	background:var(--pink) url(assets/images/bgStrip.png) center bottom;
}
.eventContent h2{
	font-size: 40px;
	text-decoration: underline;
	padding-bottom: 35px;
}
.single-events .content-block{
	padding-bottom: 100px;
}
.content-block ul{
	list-style-type: disc;
	padding-left: 20px;
	padding-bottom: 15px;
}
.content-block ul li{
	padding-bottom: 10px;
}
.event-media .header-block{
	background:var(--yellow) url(assets/images/bgStrip.png) center bottom no-repeat;
    background-size: contain;
}
.event-media .content-block{
	background:var(--greylight) url(assets/images/bgEventMedia.png) right bottom 20px no-repeat;
	 background-size: 300px;
}
.event-music .content-block{
	background:var(--greylight) url(assets/images/bgEventMusic.png) right bottom 120px no-repeat;
	 background-size: 250px;
}
.event-games .content-block{
	background:var(--greylight) url(assets/images/bgEventGames.png) right bottom no-repeat;
	 background-size: 200px;
}

.event-music .header-block{
	background:var(--orange) url(assets/images/bgStrip.png) center bottom no-repeat;
    background-size: contain;
}
.event-games .header-block{
	background:var(--blue) url(assets/images/bgStrip.png) center bottom no-repeat;
    background-size: contain;
}
.header-block{
	background:none !important;
    background-size: contain;
}
.header-block.event{
	margin-top: 66px;
    padding: 80px 0px;
}
.content-block{
	background:var(--greylight);
	padding-top: 50px;
}
.bgBlack{
	background:#000;
}

.event-header {

    min-height: 530px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
p a{
	color: var(--pink);
	text-decoration: underline;
}
.iwod-intro p a{
	color: #fff;
	text-decoration: underline;
}
p a:hover{
	color: var(--white);
	text-decoration: underline;
}
.evHeader {
    padding: 100px 66px;
    color: #fff;
    line-height: 1.45;
    min-height: 460px;
}
.evHeader h1{
    padding-bottom:10px;
}
p.evHead{
    text-transform: uppercase;
    font-weight: 600;
     font-size: 14px;
}
p.evHead span{
    font-weight: 300;
   
}
.socialLinks{
	text-align: right;
	margin-top: 70px;
}
.socialLinks a{
	margin-left: 6px;
	background:#fff !important;
	border-radius: 20px;
	width: 40px;
	height: 40px;
	display: inline-block;
	-webkit-box-shadow: 0px 2px 4px 1px rgb(0 0 0 / 15%);
    box-shadow: 0px 2px 4px 1px rgb(0 0 0 / 15%);
    margin-bottom: 15px;
    transition: all .5s ease-in-out;
    
}
.socialLinks a:hover{
	-webkit-box-shadow: 0px 0px 0px 0px rgb(255 255 255 / 100%);
    box-shadow: 0px 0px 0px 0px rgb(255 255 255 / 100%);
    text-decoration: none;
    }
.socialLinks a i{
	color: #212529;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    display: block;
    padding-top: 10px;
}
.btn {
    background: var(--pink); color: #fff; border: none; padding: 7px 28px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; border-radius: 0;
    margin-right: 20px;
    display: block;
    margin-bottom: 15px;
}
.home-btn {
    background: #e8368f; color: #fff; border: none; padding: 7px 28px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; border-radius: 0;
    margin-right: 0px;
    display: inline-block;
    margin-bottom: 15px;
    margin-top: 15px;
    text-decoration: none;
}
.home-btn:hover {
    background: #e8368f;
    text-decoration: none;
}
.btn:hover {
    background: transparent; color: var(--pink); border: 2px solid var(--pink); 
}
.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md.vc_btn3-style-outline, .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md.vc_btn3-style-outline-custom {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 19px;
    padding-right: 19px;
    background: var(--pink);
    border: 1px solid var(--pink);
    color: #000;
    font-family: var(--title-font);
    font-size: 19px;
    transition: all .5s ease-in-out;
}
.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md.vc_btn3-style-outline:hover {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 19px;
    padding-right: 19px;
    background: #000;
    border: 1px solid var(--pink);
    color: var(--pink);
    font-family: var(--title-font);
    font-size: 19px;
    transition: all .5s ease-in-out;
}


.event-media .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md.vc_btn3-style-outline, .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md.vc_btn3-style-outline-custom {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 19px;
    padding-right: 19px;
    background: var(--yellow);
    border: 1px solid var(--yellow);
    color: #000;
    font-family: var(--title-font);
    font-size: 19px;
    transition: all .5s ease-in-out;
}
.event-media .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md.vc_btn3-style-outline:hover {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 19px;
    padding-right: 19px;
    background: #000;
    border: 1px solid var(--yellow);
    color: var(--yellow);
    font-family: var(--title-font);
    font-size: 19px;
    transition: all .5s ease-in-out;
}
.event-music .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md.vc_btn3-style-outline, .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md.vc_btn3-style-outline-custom {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 19px;
    padding-right: 19px;
    background: var(--blue);
    border: 1px solid var(--blue);
    color: #000;
    font-family: var(--title-font);
    font-size: 19px;
    transition: all .5s ease-in-out;
}
.event-music .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md.vc_btn3-style-outline:hover {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 19px;
    padding-right: 19px;
    background: #000;
    border: 1px solid var(--blue);
    color: var(--blue);
    font-family: var(--title-font);
    font-size: 19px;
    transition: all .5s ease-in-out;
}
.wpgb-facet {
 
    z-index: 1 !important;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    overflow-x: hidden;
    transition: .5s;
    padding-top: 80px;
    background: url(assets/images/bg.webp) top center / cover no-repeat;
    background-color: #333;
}
.sidenav a {
	text-decoration:none;
	font-size:26px;
	color:#000;
	display:block;
	transition:.3s;
	padding:15px 0 0 0;
	list-style:none;
	position:relative;
	border-top:none;
	line-height:1!important;
	font-weight:700;
	text-align: center;
}
.sidenav a:hover {
	color:#333;;
}
.sidenav .iw-logo {
	margin:0 auto;
}
.sidenav .brand-logo {
    width: 170px;
    fill: #fff;
    text-align: right;
    position: relative;
    top: initial;
    right: initial;
    margin: 0 auto;
    padding-right: 20px;
}
.sidenav .closebtn {
	position:absolute;
	top:0;
	right:25px;
	font-size:36px;
	margin-left:50px;
	font-size: 60px;
	border-bottom: 0;
	border-top: 0;
	color: #000;
}
.sidenav ul li{
	list-style: none;
}
.sidenav ul li ul li a{
	font-size: 20px;
	padding-top: 10px;
}
.sidenav ul li:last-child a{

}
.sidenav ul {
    margin: 0 25px 18px 1.5em;
}
.sidenav .social_icons{
    display: block;
    margin: 0 auto;
    width: 235px;
}
.sidenav .social_icons a{
    border-bottom: 0;
}
.sidenav .social_icons li:first-child,.sidenav .social_icons li{
	padding:0 10px;
}
.sidenav .fa {
    font-size: 28px;
}
.sidenav .nav-link{
	display: block;
}

.menu-toggle {
	display:none!important;
}
@media screen and (max-height: 450px) {
	.sidenav {
		padding-top:15px;
	}

	.sidenav a {
		font-size:18px;
	}
}


.icon-bar {
	display:block;
	width:35px;
	height:4px;
	border-radius:1px;
	background:#000;
	margin:5px 0;
}



@media (max-width: 992px) {

.wp-grid-builder .wpgb-area.wpgb-area-top-2{
	display: block;
}
.wpgb-facet.wpgb-facet-3 {
    display: block !important;
    position: relative !important;
    right: initial;
    top: initial;
    margin-bottom: 30px;
}
.wpgb-facet.wpgb-facet-5 {
    display: block !important;
    position: relative !important;
    right: initial;
    top: initial;
}
.evHeader {
    padding: 50px 25px;
    color: #fff;
    line-height: 1.45;
    min-height: 460px;
}
}
@media (max-width: 767px) {
	.book-now a {
    width: 70px;
    height: 70px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 17px 5px rgb(0 0 0 / 50%);
    box-shadow: 0px 0px 17px 5px rgb(0 0 0 / 50%);
    display: block;
    padding: 18px 0 0 0px;
    text-align: center;
    font-family: var(--title-font);
    color: var(--black);
    font-size: 1em;
    line-height: 1.1;
    transition: all .5s ease-in-out;
}
.npf-hero {
margin-bottom: 20px;
}
.npf-sidebar-field {
    padding: 0 30px 0 30px;
}
.npf-further-content {
    padding: 0 30px 30px 0;
}
.btn {
margin-right: 30px;
margin-left:30px;
}
.npf-hero-content h1 {
color: var(--pink);
font-size: 27px;
}
.npf-hero-content {
    position: absolute;
    bottom: -20px;
    background: var(--black);
    padding: 10px 30px;
    right: 0px;
    width: 100%;
}
.section-internal-padding {
    padding: 35px 15px !important;
}
.menu-toggle {
	display:block!important;
	position: absolute;
    right: 20px;
    top: 36px;
}
.npf-swiper {
    width: 100%;
    aspect-ratio: 16 / 10;
    height: auto;
}
nav.desktop{
	display: none;
}
.book-now a.fbooked {
    padding: 17px 0 0 0px;
    font-size: 14px;
}
.book-now {
    position: fixed;
    right: 10px;
    top: 150px;
    }
    .wp-grid-builder .wpgb-card-1 a.wpgb-block-5 {
    top: -40px;
	}
	.respEventImage {
    min-height: 420px;
}
.evHeader {
    padding: 50px 15px;
    color: #fff;
    line-height: 1.45;
    min-height: initial;
    }
	}
@media (max-width: 600px){

.slick-slider .card-img {
    width: 100%;
    height: auto !important;
        min-height: 200px;
    }
    .card-img-overlay {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    background: #000;
}
.slider-circle {
    right: initial;
    bottom: initial;
    max-width: initial;
    position: relative;
    height: auto;
    width: 100%;
    padding: 0;
}
.slick-slider .img-wrapper {
    width: 100%;
    height: auto;
}
.home .slick-slider .card {
    height: auto;
    }
.slider-wrapper {
    position: relative;
    margin-top:0;
    left: 0;
    top: inherit;
    height: auto;
    background: #000;
    }
    }
	
@media (max-width: 575px) {
	.footerLogo {
    float: left;
    max-width: 150px;
    margin-left: 20px;
}
.socialLinks {
    text-align: left;
    margin-top: 0px;
}
.wpgb-facet.wpgb-facet-1{
	margin-bottom: 25px;
}
.slick-prev, .slick-next {
    width: 15px;
}
.slick-next:before {
    width: 15px;
}
.slick-prev:before {
    width: 15px;
}
.header-block.event {
    margin-top: 66px;
    padding: 0px 0px;
}
}
@media (max-width: 389px) {
.header-branding .brand-logo {
    display: none;
}
.menu-toggle {
    right: 19px;
    top: 21px;
}
}
/******Holding*******/
.page-template-holding header, .page-template-holding .nav-wrapper, .page-template-holding .home-on-demand{
	display: none;
}
.page-template-holding .header{
	display: block;
	background: none;
}
.sidenav .menu-item-has-children .sub-menu {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    transition:
        max-height .4s ease,
        opacity .3s ease;
}
.tg-item-overlay {
    background-color: transparent !important;
}

.sidenav .menu-item-has-children.open .sub-menu {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
}

.sidenav .menu-item-has-children > a::after {
    content: "";
    float: right;
    transition: transform .3s ease;
}

.sidenav .menu-item-has-children.open > a::after {
    transform: rotate(45deg);
}